1. 09 3月, 2011 2 次提交
  2. 07 3月, 2011 1 次提交
  3. 23 2月, 2011 5 次提交
  4. 15 1月, 2011 3 次提交
  5. 14 1月, 2011 1 次提交
    • A
      i2c: Convert SCx200 driver from using raw PCI to platform device · de8255cc
      Andres Salomon 提交于
      The SCx200 ACB driver supports ISA hardware as well as PCI.  The PCI
      hardware is CS5535/CS5536 based, and the device that it grabs is handled by
      the cs5535-mfd driver. This converts the SCx200 driver to use a
      platform_driver rather than the previous PCI hackery.
      
      The driver used to manually track the iface list (via linked list); now it
      only does this for ISA devices.  PCI ifaces are handled through standard
      driver model lists.
      
      It's unclear what happens in case of errors in the old ISA code; rather than
      pretending the code actually cares, I've dropped the (implicit) ignorance
      of return values and marked it with a comment.
      Signed-off-by: NAndres Salomon <dilinger@queued.net>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      de8255cc
  6. 13 1月, 2011 2 次提交
  7. 11 1月, 2011 6 次提交
  8. 04 1月, 2011 8 次提交
  9. 21 12月, 2010 1 次提交
  10. 15 12月, 2010 1 次提交
  11. 22 11月, 2010 2 次提交
  12. 16 11月, 2010 2 次提交
  13. 10 11月, 2010 1 次提交
  14. 02 11月, 2010 1 次提交
  15. 01 11月, 2010 3 次提交
  16. 30 10月, 2010 1 次提交
    • R
      i2c-intel-mid: Driver depends on PCI · 9cc11dee
      Randy Dunlap 提交于
      i2c-intel-mid driver uses PCI data structs and interfaces,
      so it should depend on PCI.  Fixes these build errors:
      
      drivers/i2c/busses/i2c-intel-mid.c:977: error: implicit declaration of function 'pci_request_region'
      drivers/i2c/busses/i2c-intel-mid.c:1077: error: implicit declaration of function 'pci_release_region'
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Ba Zheng <zheng.ba@intel.com>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: linux-i2c@vger.kernel.org
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      9cc11dee