1. 12 9月, 2012 1 次提交
  2. 12 5月, 2012 1 次提交
  3. 08 3月, 2012 1 次提交
  4. 25 2月, 2012 2 次提交
  5. 29 10月, 2011 2 次提交
  6. 21 3月, 2011 1 次提交
  7. 17 3月, 2011 1 次提交
  8. 23 2月, 2011 2 次提交
  9. 27 1月, 2011 1 次提交
  10. 04 1月, 2011 1 次提交
  11. 28 10月, 2010 1 次提交
    • A
      i2c-intel-mid: support for Moorestown and Medfield platform · aa62f85d
      Alan Cox 提交于
      (Updated to address Ben's comments. With regard to the message segment
       restriction it's not something we hit on the actual platform so while
       I will investigate that further I don't think its a blocker to submission.
       At worst its a spot over-restrictive)
      
      From: Wen Wang <wen.w.wang@intel.com>
      
      Initial release of the driver. Updated and verified on hardware.
      
      Cleaned up as follows
      
      Alan Cox:
         Squash down the switches into tables, and use the PCI ident field. We
         could perhaps take this further and put the platform and port number into
         this.
         uint32t -> u32
         bracketing of case statements
         spacing and '!' usage
         Check the speed (which is now 0/1/2) is valid and ignore otherwise.
         Fix remaining problems/suggestions from Jean's review
         Fix items from Ben's review
      
      Arjan van de Ven:
         Initial power management hooks
      
      Yong Wang <youg.y.wang@intel.com>:
         Shared IRQ support
      
      Wen Wang <wen.w.wang@intel.com>:
         D3 support
         Fixes for OCT test runs
         Interrupt optimisations
      
      Hong Liu <hong.liu@intel.com>
         The runtime PM code is working on the wrong device (i2c_adapter->dev).
         The correct one should be pci_dev->dev. This breaks attached i2c
         slave devices with runtime PM enabled. Slave device needs to runtime
         resume parent device before runtime resuming itself, but we always get
         error since we don't have pm_runtime callback for i2c_adapter->dev.
      
      Bin Yang <bin.yang@intel.com>:
         Update speed table
      
      Saadi Maalem <saadi.maalem@intel.com>:
         Clear all interrupts in the hardware init
      
      Celine Chotard <celinex.chotard@intel.com>:
         Correct ordering of clear/disable of IRQs
      Signed-off-by: NWen Wang <wen.w.wang@intel.com>
      Signed-off-by: NYong Wang <yong.y.wang@intel.com>
      Signed-off-by: NHong Liu <hong.liu@intel.com>
      Signed-off-by: NBin Yang <bin.yang@intel.com>
      Signed-off-by: NArjan van de Ven <arjan@linux.intel.com>
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      aa62f85d
  12. 25 10月, 2010 1 次提交
  13. 11 8月, 2010 1 次提交
  14. 03 6月, 2010 1 次提交
  15. 08 3月, 2010 2 次提交
  16. 27 2月, 2010 1 次提交
  17. 07 12月, 2009 1 次提交
  18. 19 9月, 2009 2 次提交
  19. 24 6月, 2009 1 次提交
  20. 17 6月, 2009 1 次提交
  21. 07 4月, 2009 2 次提交
  22. 14 10月, 2008 1 次提交
    • P
      i2c: Renesas Highlander FPGA SMBus support · 4ad48e6a
      Paul Mundt 提交于
      This adds support for the SMBus adapter found in the various FPGAs on
      the Renesas Highlander platforms. Particularly the R0P7780LC0011RL and
      R0P7785LC0011RL FPGAs.
      
      Functionality is fairly restricted, in that only byte and block data
      transfers are supported. Normal/fast mode and IRQ/polling are also
      supported. Primarily used for various RTCs and thermal sensors.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      4ad48e6a
  23. 15 7月, 2008 5 次提交
  24. 23 4月, 2008 3 次提交
  25. 28 1月, 2008 1 次提交
  26. 14 10月, 2007 1 次提交
  27. 20 7月, 2007 1 次提交
  28. 12 7月, 2007 1 次提交