[PATCH 04/11] misc: Versatile Express display muxer driver
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-09-03 21:21:02
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-09-03 21:21:02
On Monday 03 September 2012, Pawel Moll wrote:
Signed-off-by: Pawel Moll <redacted> --- Documentation/devicetree/bindings/arm/vexpress.txt | 19 ++ drivers/misc/vexpress/Makefile | 1 + drivers/misc/vexpress/display.c | 197 ++++++++++++++++++++ 3 files changed, 217 insertions(+) create mode 100644 drivers/misc/vexpress/display.c
Shouldn't this go into the drivers/video directory? Arnd