1. 15 3月, 2015 1 次提交
  2. 27 1月, 2015 1 次提交
  3. 20 10月, 2014 1 次提交
  4. 20 9月, 2014 1 次提交
  5. 17 7月, 2014 1 次提交
  6. 03 6月, 2014 1 次提交
  7. 06 3月, 2014 1 次提交
  8. 12 12月, 2013 1 次提交
  9. 15 11月, 2013 1 次提交
  10. 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
  11. 18 5月, 2013 1 次提交
  12. 24 3月, 2013 1 次提交
  13. 22 3月, 2013 1 次提交
  14. 16 2月, 2013 1 次提交
  15. 29 1月, 2013 1 次提交
  16. 28 1月, 2013 1 次提交
  17. 25 1月, 2013 1 次提交
  18. 23 12月, 2012 1 次提交
  19. 02 11月, 2012 1 次提交
  20. 14 9月, 2012 3 次提交
  21. 19 8月, 2012 1 次提交
  22. 24 7月, 2012 1 次提交
  23. 12 7月, 2012 5 次提交
  24. 08 7月, 2012 4 次提交
  25. 12 6月, 2012 1 次提交
  26. 12 5月, 2012 2 次提交
  27. 23 4月, 2012 1 次提交
  28. 08 3月, 2012 1 次提交
  29. 07 2月, 2012 1 次提交
  30. 20 12月, 2011 1 次提交
    • S
      i2c: tegra: Support DVC controller in device tree · 68fb6695
      Stephen Warren 提交于
      One of the Tegra I2C blocks is inside the DVC (Digital Voltage Controller)
      block. This block is identical to the rest of the I2C blocks, except that
      it only supports master mode, it has registers moved around, and it needs
      some extra init to get it into I2C mode.  The register moves are handled
      by i2c_readl and i2c_writel
      
      This patch adds a new compatible value for controllers of this "DVC"
      type; I figured that this approach was reasonable, as opposed to adding
      an is-dvc property under the existing compatible value, since the HW
      truly is different.
      
      v2: Call of_device_is_compatible() to determine is_dvc, instead of storing
      the flag in tegra_i2c_of_match[]'s .data field.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      68fb6695