1. 15 8月, 2017 1 次提交
    • P
      i2c: tegra: explicitly request exclusive reset control · 94d3b651
      Philipp Zabel 提交于
      Commit a53e35db ("reset: Ensure drivers are explicit when requesting
      reset lines") started to transition the reset control request API calls
      to explicitly state whether the driver needs exclusive or shared reset
      control behavior. Convert all drivers requesting exclusive resets to the
      explicit API call so the temporary transition helpers can be removed.
      
      No functional changes.
      
      Cc: Laxman Dewangan <ldewangan@nvidia.com>
      Cc: Wolfram Sang <wsa@the-dreams.de>
      Cc: Thierry Reding <thierry.reding@gmail.com>
      Cc: Jonathan Hunter <jonathanh@nvidia.com>
      Cc: linux-i2c@vger.kernel.org
      Cc: linux-tegra@vger.kernel.org
      Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      94d3b651
  2. 09 9月, 2016 6 次提交
  3. 31 8月, 2016 9 次提交
  4. 22 8月, 2016 1 次提交
  5. 05 7月, 2016 1 次提交
  6. 11 5月, 2016 1 次提交
  7. 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
  8. 24 2月, 2016 1 次提交
  9. 20 10月, 2015 1 次提交
  10. 10 8月, 2015 2 次提交
  11. 22 6月, 2015 2 次提交
  12. 15 3月, 2015 1 次提交
  13. 27 1月, 2015 1 次提交
  14. 20 10月, 2014 1 次提交
  15. 20 9月, 2014 1 次提交
  16. 17 7月, 2014 1 次提交
  17. 03 6月, 2014 1 次提交
  18. 06 3月, 2014 1 次提交
  19. 12 12月, 2013 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. 18 5月, 2013 1 次提交
  23. 24 3月, 2013 1 次提交
  24. 22 3月, 2013 1 次提交
  25. 16 2月, 2013 1 次提交