1. 31 8月, 2016 1 次提交
  2. 22 8月, 2016 1 次提交
  3. 05 7月, 2016 1 次提交
  4. 11 5月, 2016 1 次提交
  5. 13 4月, 2016 1 次提交
    • S
      i2c: tegra: enable multi master mode for tegra210 · 497fbe24
      Shardar Shariff Md 提交于
      Enable multi-master mode in I2C_CNFG reg based on hw features.
      Using single/multi-master mode bit introduced for Tegra210,
      whereas multi-master mode is enabled by default in HW for T124 and
      earlier Tegra SOC. Enabling this bit doesn't explicitly start
      treating the bus has having multiple masters, but will start
      checking for arbitration lost and reporting when it occurs.
      
      The Tegra210 I2C controller supports single/multi master mode.
      Add chipdata for Tegra210 and its compatibility string so that
      Tegra210 will select data that enables multi master mode correctly.
      
      Do below prerequisites for multi-master bus if "multi-master"
      dt property entry is added.
       1. Enable 1st level clock always set.
       2. Disable 2nd level clock gating (slcg which
          is supported from T124 SOC and later chips)
      Signed-off-by: NShardar Shariff Md <smohammed@nvidia.com>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      497fbe24
  6. 24 2月, 2016 1 次提交
  7. 20 10月, 2015 1 次提交
  8. 10 8月, 2015 2 次提交
  9. 22 6月, 2015 2 次提交
  10. 15 3月, 2015 1 次提交
  11. 27 1月, 2015 1 次提交
  12. 20 10月, 2014 1 次提交
  13. 20 9月, 2014 1 次提交
  14. 17 7月, 2014 1 次提交
  15. 03 6月, 2014 1 次提交
  16. 06 3月, 2014 1 次提交
  17. 12 12月, 2013 1 次提交
  18. 15 11月, 2013 1 次提交
  19. 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
  20. 18 5月, 2013 1 次提交
  21. 24 3月, 2013 1 次提交
  22. 22 3月, 2013 1 次提交
  23. 16 2月, 2013 1 次提交
  24. 29 1月, 2013 1 次提交
  25. 28 1月, 2013 1 次提交
  26. 25 1月, 2013 1 次提交
  27. 23 12月, 2012 1 次提交
  28. 02 11月, 2012 1 次提交
  29. 14 9月, 2012 3 次提交
  30. 19 8月, 2012 1 次提交
  31. 24 7月, 2012 1 次提交
  32. 12 7月, 2012 5 次提交