/openbmc/linux/include/linux/ |
H A D | ks0108.h | 70e840499aae90be1de542894062ad2899d23642 Sat Feb 10 03:44:32 CST 2007 Miguel Ojeda Sandonis <maxextreme@gmail.com> [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>
|
H A D | cfag12864b.h | 70e840499aae90be1de542894062ad2899d23642 Sat Feb 10 03:44:32 CST 2007 Miguel Ojeda Sandonis <maxextreme@gmail.com> [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>
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | ks0108.c | 70e840499aae90be1de542894062ad2899d23642 Sat Feb 10 03:44:32 CST 2007 Miguel Ojeda Sandonis <maxextreme@gmail.com> [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>
|
H A D | cfag12864b.c | 70e840499aae90be1de542894062ad2899d23642 Sat Feb 10 03:44:32 CST 2007 Miguel Ojeda Sandonis <maxextreme@gmail.com> [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>
|
H A D | Makefile | 70e840499aae90be1de542894062ad2899d23642 Sat Feb 10 03:44:32 CST 2007 Miguel Ojeda Sandonis <maxextreme@gmail.com> [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>
|
H A D | cfag12864bfb.c | 70e840499aae90be1de542894062ad2899d23642 Sat Feb 10 03:44:32 CST 2007 Miguel Ojeda Sandonis <maxextreme@gmail.com> [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>
|
H A D | Kconfig | 70e840499aae90be1de542894062ad2899d23642 Sat Feb 10 03:44:32 CST 2007 Miguel Ojeda Sandonis <maxextreme@gmail.com> [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>
|
/openbmc/linux/drivers/ |
H A D | Kconfig | 70e840499aae90be1de542894062ad2899d23642 Sat Feb 10 03:44:32 CST 2007 Miguel Ojeda Sandonis <maxextreme@gmail.com> [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>
|
H A D | Makefile | 70e840499aae90be1de542894062ad2899d23642 Sat Feb 10 03:44:32 CST 2007 Miguel Ojeda Sandonis <maxextreme@gmail.com> [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>
|
/openbmc/linux/ |
H A D | CREDITS | 70e840499aae90be1de542894062ad2899d23642 Sat Feb 10 03:44:32 CST 2007 Miguel Ojeda Sandonis <maxextreme@gmail.com> [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>
|
H A D | MAINTAINERS | 70e840499aae90be1de542894062ad2899d23642 Sat Feb 10 03:44:32 CST 2007 Miguel Ojeda Sandonis <maxextreme@gmail.com> [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>
|