1. 30 7月, 2009 2 次提交
  2. 18 7月, 2009 1 次提交
  3. 19 5月, 2009 1 次提交
  4. 01 4月, 2009 1 次提交
  5. 30 3月, 2009 2 次提交
  6. 23 3月, 2009 1 次提交
  7. 19 2月, 2009 1 次提交
  8. 16 1月, 2009 1 次提交
  9. 08 1月, 2009 1 次提交
  10. 06 1月, 2009 1 次提交
  11. 04 1月, 2009 1 次提交
  12. 21 10月, 2008 1 次提交
  13. 17 9月, 2008 1 次提交
  14. 25 7月, 2008 1 次提交
  15. 22 7月, 2008 1 次提交
  16. 05 7月, 2008 1 次提交
  17. 24 4月, 2008 1 次提交
  18. 03 2月, 2008 2 次提交
  19. 29 1月, 2008 1 次提交
  20. 20 10月, 2007 1 次提交
  21. 17 10月, 2007 1 次提交
  22. 16 10月, 2007 1 次提交
  23. 13 10月, 2007 1 次提交
  24. 11 10月, 2007 1 次提交
  25. 27 7月, 2007 1 次提交
  26. 20 7月, 2007 1 次提交
  27. 21 6月, 2007 1 次提交
  28. 12 5月, 2007 1 次提交
  29. 09 5月, 2007 3 次提交
  30. 03 5月, 2007 1 次提交
  31. 28 4月, 2007 1 次提交
  32. 26 4月, 2007 2 次提交
  33. 27 2月, 2007 1 次提交
  34. 12 2月, 2007 1 次提交
    • M
      [PATCH] drivers: add LCD support · 70e84049
      Miguel Ojeda Sandonis 提交于
      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: NMiguel Ojeda Sandonis <maxextreme@gmail.com>
      Cc: Greg KH <greg@kroah.com>
      Acked-by: NPaulo Marques <pmarques@grupopie.com>
      Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      70e84049