1. 19 6月, 2017 1 次提交
  2. 21 4月, 2017 2 次提交
  3. 12 12月, 2016 1 次提交
    • S
      i2c: rcar: Add per-Generation fallback bindings · ad4a8dc3
      Simon Horman 提交于
      In the case of Renesas R-Car hardware we know that there are generations of
      SoCs, e.g. Gen 2 and Gen 3. But beyond that it's not clear what the
      relationship between IP blocks might be. For example, I believe that
      r8a7790 is older than r8a7791 but that doesn't imply that the latter is a
      descendant of the former or vice versa.
      
      We can, however, by examining the documentation and behaviour of the
      hardware at run-time observe that the current driver implementation appears
      to be compatible with the IP blocks on SoCs within a given generation.
      
      For the above reasons and convenience when enabling new SoCs a
      per-generation fallback compatibility string scheme is being adopted for
      drivers for Renesas SoCs.
      
      Also:
      * Deprecate renesas,i2c-rcar. It seems poorly named as it is only
        compatible with R-Car Gen 1. It also appears unused in mainline.
      * Add some text to describe per-SoC bindings
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      ad4a8dc3
  4. 17 9月, 2016 1 次提交
  5. 26 8月, 2016 1 次提交
  6. 22 8月, 2016 1 次提交
  7. 27 5月, 2016 1 次提交
  8. 15 5月, 2016 1 次提交
  9. 04 3月, 2016 1 次提交
  10. 03 1月, 2016 2 次提交
  11. 19 12月, 2015 1 次提交
  12. 14 12月, 2015 3 次提交
  13. 30 11月, 2015 11 次提交
  14. 30 10月, 2015 1 次提交
    • W
      i2c: rcar: Revert the latest refactoring series · 75ecc64e
      Wolfram Sang 提交于
      This whole series caused sometimes timeouts and even OOPSes on some
      r8a7791 Koelsch boards. We need to understand and fix those first.
      
      Revert "i2c: rcar: clean up after refactoring"
      Revert "i2c: rcar: revoke START request early"
      Revert "i2c: rcar: check master irqs before slave irqs"
      Revert "i2c: rcar: don't issue stop when HW does it automatically"
      Revert "i2c: rcar: init new messages in irq"
      Revert "i2c: rcar: refactor setup of a msg"
      Revert "i2c: rcar: remove spinlock"
      Revert "i2c: rcar: remove unused IOERROR state"
      Revert "i2c: rcar: rework hw init"
      Signed-off-by: NWolfram Sang <wsa+renesas@sang-engineering.com>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      75ecc64e
  15. 21 10月, 2015 2 次提交
  16. 15 10月, 2015 1 次提交
  17. 10 10月, 2015 9 次提交