diff options
author | Miguel Ojeda Sandonis <maxextreme@gmail.com> | 2007-02-10 04:44:32 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:24 -0500 |
commit | 70e840499aae90be1de542894062ad2899d23642 (patch) | |
tree | 4d5122672bfb03fec0823540f19c7974979483f4 /CREDITS | |
parent | 81d79bec348ab06cba9ae9fc03eb015b6b83703a (diff) |
[PATCH] drivers: add LCD support
Add support for auxiliary displays, the ks0108 LCD controller, the
cfag12864b LCD and adds a framebuffer device: cfag12864bfb.
- Add a "auxdisplay/" folder in "drivers/" for auxiliary display
drivers.
- Add support for the ks0108 LCD Controller as a device driver. (uses
parport interface)
- Add support for the cfag12864b LCD as a device driver. (uses ks0108
LCD Controller driver)
- Add a framebuffer device called cfag12864bfb. (uses cfag12864b LCD
driver)
- Add the usual Documentation, includes, Makefiles, Kconfigs,
MAINTAINERS, CREDITS...
- Miguel Ojeda will maintain all the stuff above.
[rdunlap@xenotime.net: workqueue fixups]
[akpm@osdl.org: kconfig fix]
Signed-off-by: Miguel Ojeda Sandonis <maxextreme@gmail.com>
Cc: Greg KH <greg@kroah.com>
Acked-by: Paulo Marques <pmarques@grupopie.com>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'CREDITS')
-rw-r--r-- | CREDITS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2571,6 +2571,16 @@ S: Subiaco, 6008 | |||
2571 | S: Perth, Western Australia | 2571 | S: Perth, Western Australia |
2572 | S: Australia | 2572 | S: Australia |
2573 | 2573 | ||
2574 | N: Miguel Ojeda Sandonis | ||
2575 | E: maxextreme@gmail.com | ||
2576 | D: Author: Auxiliary LCD Controller driver (ks0108) | ||
2577 | D: Author: Auxiliary LCD driver (cfag12864b) | ||
2578 | D: Author: Auxiliary LCD framebuffer driver (cfag12864bfb) | ||
2579 | D: Maintainer: Auxiliary display drivers tree (drivers/auxdisplay/*) | ||
2580 | S: C/ Mieses 20, 9-B | ||
2581 | S: Valladolid 47009 | ||
2582 | S: Spain | ||
2583 | |||
2574 | N: Greg Page | 2584 | N: Greg Page |
2575 | E: gpage@sovereign.org | 2585 | E: gpage@sovereign.org |
2576 | D: IPX development and support | 2586 | D: IPX development and support |