[PATCH 1/3] ARM: driver for the character LCD found in ARM refdesigns

Arnd Bergmann arnd at arndb.de
Fri Jul 16 05:19:55 EDT 2010


On Thursday 15 July 2010, Linus Walleij wrote:
> > Or maybe drivers/platform/arm/ (to avoid Linus' complaint about
> > drivers under arch/ ?)
> 
> Creating that for a single driver seems weird, I could just as well
> create drivers/lcd for all LCDs in that case. But there is another
> LCD-like driver for a USB-connected LCD under drivers/misc
> IIRC, maybe I can make a patch for that as well and let the misc
> maintainer decide if he wants it.

Most drivers are in directories based on the software interface, but
as you explained, the driver does not interface with anything so far.

Other display drivers are under drivers/video. If it makes sense
to use the display as the console, you could put it in
drivers/video/console/. Another option would be to make it
a tty and move it to driver/char.

	Arnd



More information about the linux-arm-kernel mailing list