1. 14 6月, 2016 1 次提交
  2. 10 6月, 2016 1 次提交
  3. 13 4月, 2016 2 次提交
  4. 12 3月, 2016 1 次提交
  5. 18 2月, 2016 1 次提交
  6. 20 11月, 2015 1 次提交
  7. 25 10月, 2015 1 次提交
    • D
      i2c: add ACPI support for I2C mux ports · 8eb5c87a
      Dustin Byford 提交于
      Although I2C mux devices are easily enumerated using ACPI (_HID/_CID or
      device property compatible string match), enumerating I2C client devices
      connected through an I2C mux needs a little extra work.
      
      This change implements a method for describing an I2C device hierarchy that
      includes mux devices by using an ACPI Device() for each mux channel along
      with an _ADR to set the channel number for the device.  See
      Documentation/acpi/i2c-muxes.txt for a simple example.
      
      To make this work the ismt, i801, and designware pci/platform devs now
      share an ACPI companion with their I2C adapter dev similar to how it's done
      in OF.  This is done on the assumption that power management functions will
      not be called directly on the I2C dev that is sharing the ACPI node.
      Acked-by: NMika Westerberg <mika.westerberg@linux.intel.com>
      Tested-by: NMika Westerberg <mika.westerberg@linux.intel.com>
      Signed-off-by: NDustin Byford <dustin@cumulusnetworks.com>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      8eb5c87a
  8. 24 10月, 2015 2 次提交
  9. 11 8月, 2015 1 次提交
  10. 09 3月, 2015 5 次提交
  11. 13 11月, 2014 1 次提交
  12. 12 11月, 2014 4 次提交
  13. 08 11月, 2014 1 次提交
  14. 16 10月, 2014 1 次提交
  15. 19 8月, 2014 1 次提交
  16. 18 7月, 2014 2 次提交
  17. 13 3月, 2014 1 次提交
  18. 10 3月, 2014 1 次提交
  19. 30 1月, 2014 1 次提交
  20. 15 11月, 2013 1 次提交
  21. 23 8月, 2013 1 次提交
    • W
      i2c: move OF helpers into the core · 687b81d0
      Wolfram Sang 提交于
      I2C of helpers used to live in of_i2c.c but experience (from SPI) shows
      that it is much cleaner to have this in the core. This also removes a
      circular dependency between the helpers and the core, and so we can
      finally register child nodes in the core instead of doing this manually
      in each driver. So, fix the drivers and documentation, too.
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      687b81d0
  22. 21 6月, 2013 1 次提交
  23. 18 5月, 2013 1 次提交
  24. 22 2月, 2013 1 次提交
  25. 16 2月, 2013 1 次提交
  26. 09 2月, 2013 1 次提交
  27. 23 12月, 2012 1 次提交
  28. 17 12月, 2012 2 次提交
  29. 29 10月, 2012 1 次提交