1. 10 8月, 2015 1 次提交
    • L
      i2c: tegra: update CONFIG_LOAD for new conifiguration · 6f4664b2
      Laxman Dewangan 提交于
      Once the new configuration is set on the conifg register of
      I2C controller, it is require to update the CONFIG_LOAD register
      to transfer the new SW configuration to actual HW internal
      registers that would be used in the actual logic.
      
      It is like, SW is programming only shadow registers through
      regular configuration and when these load_config bit fields
      are set to 1, it causes the regular/shadows registers
      configuration transferred to the HW internal active registers.
      So SW has to set these bit fields at the end of all regular
      registers configuration. And these config_load bits are HW
      auto-clear bits. HW clears these bit fields once the register
      configuration is moved to HW internal active registers. So SW
      has to wait until these bits are auto-cleared before going
      for any further programming
      
      This mechanism is supported on T124 and after this SoCs.
      Signed-off-by: NChaitanya Bandi <bandik@nvidia.com>
      Signed-off-by: NLaxman Dewangan <ldewangan@nvidia.com>
      Tested-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      6f4664b2
  2. 22 6月, 2015 2 次提交
  3. 15 3月, 2015 1 次提交
  4. 27 1月, 2015 1 次提交
  5. 20 10月, 2014 1 次提交
  6. 20 9月, 2014 1 次提交
  7. 17 7月, 2014 1 次提交
  8. 03 6月, 2014 1 次提交
  9. 06 3月, 2014 1 次提交
  10. 12 12月, 2013 1 次提交
  11. 15 11月, 2013 1 次提交
  12. 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
  13. 18 5月, 2013 1 次提交
  14. 24 3月, 2013 1 次提交
  15. 22 3月, 2013 1 次提交
  16. 16 2月, 2013 1 次提交
  17. 29 1月, 2013 1 次提交
  18. 28 1月, 2013 1 次提交
  19. 25 1月, 2013 1 次提交
  20. 23 12月, 2012 1 次提交
  21. 02 11月, 2012 1 次提交
  22. 14 9月, 2012 3 次提交
  23. 19 8月, 2012 1 次提交
  24. 24 7月, 2012 1 次提交
  25. 12 7月, 2012 5 次提交
  26. 08 7月, 2012 4 次提交
  27. 12 6月, 2012 1 次提交
  28. 12 5月, 2012 2 次提交
  29. 23 4月, 2012 1 次提交