1. 17 12月, 2008 4 次提交
  2. 11 12月, 2008 2 次提交
  3. 28 11月, 2008 1 次提交
  4. 13 11月, 2008 1 次提交
  5. 30 10月, 2008 2 次提交
  6. 23 10月, 2008 3 次提交
  7. 21 10月, 2008 3 次提交
  8. 17 10月, 2008 1 次提交
    • J
      hwmon: (ams) Convert to a new-style i2c driver · 810ad7b6
      Jean Delvare 提交于
      The legacy i2c binding model is phasing out, so the ams driver needs
      to be converted to a new-style i2c driver. Here is a naive approach of
      this conversion. Basically it is moving the i2c device creation from
      the ams driver to the i2c-powermac driver. This should work, but I
      suspect we could come up with something cleaner by declaring the i2c
      device as part of the platform setup. This could be done later by
      someone more familiar with openfirmware-based platforms than I am
      myself.
      
      One nice thing brought by this conversion is that the ams driver
      should be loaded automatically on systems where is is needed (at
      least when the I2C interface to the chip is used) providing
      coldplug-aware user-space environment.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Acked-by: NJohannes Berg <johannes@sipsolutions.net>
      Cc: Stelian Pop <stelian@popies.net>
      Cc: Michael Hanselmann <linux-kernel@hansmi.ch>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      810ad7b6
  9. 14 10月, 2008 6 次提交
  10. 09 10月, 2008 1 次提交
  11. 08 10月, 2008 1 次提交
  12. 03 10月, 2008 1 次提交
  13. 24 9月, 2008 1 次提交
  14. 23 9月, 2008 1 次提交
  15. 09 9月, 2008 3 次提交
  16. 06 9月, 2008 1 次提交
  17. 05 9月, 2008 1 次提交
    • M
      i2c: fix i2c-sh_mobile timing issues · 4eb00c9f
      Magnus Damm 提交于
      This patch teaches the i2c-sh_mobile driver to make use of wait irqs.
      Without this patch only dte irqs are used which may lead to overruns
      and cases of missing stop and extra bytes being read on the i2c bus.
      
      Use of wait irqs forces the hardware to pause and wait until the cpu
      is ready. Polling is also reworked in this patch to fix ms delay issues.
      
      Verified with bus analyzer and tested on MigoR and AP325RXA boards.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      4eb00c9f
  18. 24 8月, 2008 1 次提交
  19. 11 8月, 2008 1 次提交
  20. 07 8月, 2008 3 次提交
  21. 28 7月, 2008 2 次提交