1. 08 2月, 2008 4 次提交
  2. 28 1月, 2008 3 次提交
  3. 26 1月, 2008 2 次提交
  4. 15 1月, 2008 1 次提交
  5. 16 10月, 2007 1 次提交
  6. 10 10月, 2007 2 次提交
  7. 20 7月, 2007 1 次提交
  8. 11 5月, 2007 1 次提交
  9. 02 5月, 2007 1 次提交
  10. 14 2月, 2007 2 次提交
  11. 09 2月, 2007 2 次提交
  12. 13 12月, 2006 1 次提交
  13. 11 12月, 2006 3 次提交
  14. 10 12月, 2006 2 次提交
  15. 15 7月, 2006 1 次提交
  16. 03 7月, 2006 1 次提交
  17. 25 6月, 2006 2 次提交
  18. 28 3月, 2006 1 次提交
  19. 25 3月, 2006 1 次提交
  20. 24 3月, 2006 1 次提交
  21. 15 1月, 2006 1 次提交
  22. 10 1月, 2006 1 次提交
  23. 06 1月, 2006 1 次提交
  24. 13 12月, 2005 1 次提交
  25. 02 12月, 2005 1 次提交
  26. 13 11月, 2005 1 次提交
    • R
      [ARM] 3160/1: SharpSL: Add driver for Akita specific GPIOs · bd5d080a
      Richard Purdie 提交于
      Patch from Richard Purdie
      
      Add a driver for the extra GPIOs found on the Sharp SL-C1000 (Akita).
      These GPIOs are found on a Maxim MAX7310 I2C i/o expander chip. A
      generic GPIO driver for the MAX7310 was attempted but this mini
      driver is a much simpler and much more effective solution avoiding
      several issues and complexity the generic driver had (as discussed
      on LKML).
      
      The platform device is required so the device parent can be set
      correctly which ensures the device is one of the last to suspend
      and first to resume. Whilst the i2c suspend/resume calls can be
      influenced, nothing guarantees this is easlier/later than the
      subsystems the gpios are used on which are all independent of i2c
      (sound, irda, video/backlight etc.).
      Signed-off-by: NRichard Purdie <rpurdie@rpsys.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      bd5d080a
  27. 09 11月, 2005 1 次提交