Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 1 | -0/+1 |
| | | | | | | | | Convert everyone who uses platform_bus_type to include linux/platform_device.h. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> | ||||
* | [PATCH] Framebuffer driver for Arc LCD board | Jaya Kumar | 2005-06-21 | 1 | -0/+684 |
Add support for the Arc monochrome LCD board. The board uses KS108 controllers to drive individual 64x64 LCD matrices. The board can be paneled in a variety of setups such as 2x1=128x64, 4x4=256x256 and so on. The board/host interface is through GPIO. Signed-off-by: Jaya Kumar <jayalk@intworks.biz> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: <linux-fbdev-devel@lists.sourceforge.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |