1. 16 Oct, 2017 3 commits
    • Simon Horman's avatar
      ARM: dts: r8a7743: Use R-Car GPIO Gen2 fallback compat string · 936e7d74
      Simon Horman authored
      Use newly added R-Car GPIO Gen2 fallback compat string
      in place of now deprecated non-generation specific
      R-Car GPIO fallback compat string in the DT of the r8a7743 SoC.
      
      This should have no run-time effect as the driver matches against
      the per-SoC compat string before considering the fallback compat string.
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      936e7d74
    • Simon Horman's avatar
      ARM: dts: r8a7779: Use R-Car GPIO Gen1 fallback compat string · 88cb141b
      Simon Horman authored
      Use newly added R-Car GPIO Gen1 fallback compat string
      in place of now deprecated non-generation specific
      R-Car GPIO fallback compat string in DT of r8a7779 SoC.
      
      As the driver does not match on "renesas,gpio-r8a7779" there
      are some run-time considerations for this patch:
      
      * When a resulting DTB is used with kernels newer than v4.14 this should
        not have any run-time effect as renesas,rcar-gen1-gpio is matched by the
        driver since commit dbd1dad2 ("gpio: rcar: add gen[123] fallback
        compatibility strings")
      
      * However, when used with older kernels GPIO will be disabled as
        no compat string match will be made by the driver.
      
      The regression documented above for the new DTB with old kernel case
      is acceptable in my opinion.
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      88cb141b
    • Simon Horman's avatar
      ARM: dts: r8a7778: Use R-Car GPIO Gen1 fallback compat string · 9b43ba66
      Simon Horman authored
      Use newly added R-Car GPIO Gen1 fallback compat string
      in place of now deprecated non-generation specific
      R-Car GPIO fallback compat string in DT of r8a7778 SoC.
      
      As the driver does not match on "renesas,gpio-r8a7778" there
      are some run-time considerations for this patch:
      
      * When a resulting DTB is used with kernels newer than v4.14 this should
        not have any run-time effect as renesas,rcar-gen1-gpio is matched by the
        driver since commit dbd1dad2 ("gpio: rcar: add gen[123] fallback
        compatibility strings")
      
      * However, when used with older kernels GPIO will be disabled as
        no compat string match will be made by the driver.
      
      The regression documented above for the new DTB with old kernel case
      is acceptable in my opinion.
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      9b43ba66
  2. 12 Oct, 2017 12 commits
  3. 09 Oct, 2017 2 commits
  4. 06 Oct, 2017 4 commits
  5. 05 Oct, 2017 2 commits
  6. 28 Sep, 2017 2 commits
  7. 25 Sep, 2017 1 commit
  8. 21 Sep, 2017 5 commits
  9. 19 Sep, 2017 9 commits