1. 27 7月, 2021 1 次提交
  2. 10 6月, 2021 1 次提交
  3. 16 9月, 2020 1 次提交
  4. 10 9月, 2020 3 次提交
  5. 01 9月, 2020 1 次提交
    • K
      soc: renesas: Align driver description titles · 464d9b34
      Kuninori Morimoto 提交于
      Now, Renesas SoC drivers are under menu, but current descriptions are
      not aligned.
      This patch aligns them.
      
          - Emma Mobile EV2
          - RZ/A1H (R7S72100)
            ...
          - R-Car H2 (R8A77900)
            ...
          - Renesas R-Car H3 ES1.x SoC Platform
            ...
          - R-Car H2 System Controller support
          - R-Car M2-W/N System Controller support
          - R-Car V2H System Controller support
          - R-Car E2 System Controller support
          - R-Car H3 System Controller support
          - R-Car M3-W System Controller support
          - R-Car M3-W+ System Controller support
          - R-Car M3-N System Controller support
      
          + SoC Platform support for Emma Mobile EV2
          + SoC Platform support for RZ/A1H+
            ...
          + SoC Platform support for R-Car H2
            ...
          + SoC Platform support for R-Car H3 ES1.x
            ...
          + System Controller support for R-Car H2
          + System Controller support for R-Car M2-W/N
          + System Controller support for R-Car V2H
          + System Controller support for R-Car E2
          + System Controller support for R-Car H3
          + System Controller support for R-Car M3-W
          + System Controller support for R-Car M3-W+
          + System Controller support for R-Car M3-N
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Link: https://lore.kernel.org/r/87zh6kyedc.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
      464d9b34
  6. 25 8月, 2020 1 次提交
  7. 13 7月, 2020 2 次提交
  8. 04 5月, 2020 1 次提交
  9. 30 4月, 2020 1 次提交
  10. 21 2月, 2020 1 次提交
  11. 10 2月, 2020 1 次提交
  12. 06 1月, 2020 1 次提交
  13. 13 12月, 2019 1 次提交
  14. 01 11月, 2019 4 次提交
  15. 01 10月, 2019 2 次提交
  16. 23 8月, 2019 2 次提交
  17. 06 6月, 2019 1 次提交
  18. 07 1月, 2019 1 次提交
    • A
      ARM: shmobile: fix build regressions · 8070ba63
      Arnd Bergmann 提交于
      A number of Kconfig options have become available now to random ARM
      platforms outside of ARCH_MULTIPLATFORM, which now causes Kconfig
      warnings, and other build errors when those select options that
      lack additional dependencies, e.g.:
      
      WARNING: unmet direct dependencies detected for HAVE_ARM_ARCH_TIMER
        Depends on [n]: CPU_V7 [=n]
        Selected by [y]:
        - ARCH_RCAR_GEN2 [=y] && SOC_RENESAS [=y]
        - ARCH_R8A73A4 [=y] && SOC_RENESAS [=y] && ARM [=y]
      
      WARNING: unmet direct dependencies detected for SYS_SUPPORTS_EM_STI
        Depends on [n]: GENERIC_CLOCKEVENTS [=n]
        Selected by [y]:
        - ARCH_EMEV2 [=y] && SOC_RENESAS [=y] && ARM [=y]
      
      Put the old dependency on ARCH_RENESAS back for the moment to restore
      the previous behavior.
      
      Fixes: 062887bf ("ARM: shmobile: Move SoC Kconfig symbols to drivers/soc/renesas/")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      8070ba63
  19. 30 11月, 2018 1 次提交
  20. 16 11月, 2018 2 次提交
  21. 17 9月, 2018 2 次提交
  22. 14 9月, 2018 1 次提交
  23. 12 9月, 2018 3 次提交
  24. 16 5月, 2018 1 次提交
  25. 16 4月, 2018 2 次提交
  26. 23 2月, 2018 1 次提交
  27. 22 2月, 2018 1 次提交