1. 09 2月, 2019 1 次提交
  2. 07 2月, 2019 1 次提交
  3. 16 12月, 2018 1 次提交
  4. 16 11月, 2018 1 次提交
    • G
      arm64: renesas: Move SoC Kconfig symbols to drivers/soc/renesas/ · fa43948f
      Geert Uytterhoeven 提交于
      arch/arm64/Kconfig.platforms has SoC-specific Kconfig symbols for
      Renesas SoCs, while other vendors have only a single Kconfig symbol.
      
      Increase consistency with other vendors by moving the SoC-specific
      Kconfig symbols to drivers/soc/renesas/Kconfig.
      
      Increase consistency with R-Car Gen1 and Gen2 SoCs on arm32 by
      introducing a family-specific Kconfig symbol for R-Car Gen3
      (ARCH_RCAR_GEN3), which enables family-specific hardware features.
      While so far only a single family (R-Car Gen3 and derivatives) of
      Renesas arm64 SoCs is supported by Linux, this will make it easier
      to add support for other SoC families later.
      Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      fa43948f
  5. 15 11月, 2018 1 次提交
  6. 11 10月, 2018 1 次提交
  7. 02 10月, 2018 1 次提交
  8. 01 10月, 2018 1 次提交
  9. 26 9月, 2018 1 次提交
  10. 11 9月, 2018 2 次提交
  11. 06 9月, 2018 1 次提交
  12. 30 8月, 2018 1 次提交
  13. 24 8月, 2018 1 次提交
  14. 01 8月, 2018 1 次提交
  15. 19 7月, 2018 1 次提交
  16. 16 5月, 2018 1 次提交
  17. 14 3月, 2018 1 次提交
  18. 12 2月, 2018 1 次提交
  19. 14 12月, 2017 1 次提交
  20. 07 11月, 2017 1 次提交
  21. 29 10月, 2017 1 次提交
  22. 20 10月, 2017 1 次提交
  23. 18 9月, 2017 1 次提交
  24. 14 8月, 2017 1 次提交
  25. 27 7月, 2017 1 次提交
  26. 21 6月, 2017 2 次提交
  27. 19 6月, 2017 1 次提交
  28. 14 6月, 2017 1 次提交
  29. 02 6月, 2017 1 次提交
  30. 25 5月, 2017 1 次提交
  31. 28 4月, 2017 1 次提交
    • A
      arm64: sunxi: always enable reset controller · 900a9020
      Arnd Bergmann 提交于
      The sunxi clk driver causes a link error when the reset controller
      subsystem is disabled:
      
      drivers/clk/built-in.o: In function `sun4i_ve_clk_setup':
      :(.init.text+0xd040): undefined reference to `reset_controller_register'
      drivers/clk/built-in.o: In function `sun4i_a10_display_init':
      :(.init.text+0xe5e0): undefined reference to `reset_controller_register'
      drivers/clk/built-in.o: In function `sunxi_usb_clk_setup':
      :(.init.text+0x10074): undefined reference to `reset_controller_register'
      
      We already force it to be enabled on arm32 and some other arm64 platforms,
      but not on arm64/sunxi. This adds the respective Kconfig statements to
      also select it here.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      900a9020
  32. 26 4月, 2017 1 次提交
  33. 22 3月, 2017 1 次提交
  34. 20 3月, 2017 1 次提交
  35. 09 2月, 2017 1 次提交
  36. 24 11月, 2016 1 次提交
  37. 13 11月, 2016 1 次提交
    • M
      arm64: qcom: enable GPIOLIB in Kconfig · e19811a8
      Michael Scott 提交于
      While debugging a kernel image size issue, I discovered that if all
      non ARCH_QCOM configs in the ARM64 defconfig are disabled, the QCOM
      pinctrl drivers will not be built.
      
      The QCOM pinctrl drivers have a dependency on GPIOLIB which was being
      selected when other ARCH configs were enabled, but ARCH_QCOM doesn't
      select GPIOLIB directly.  Let's select GPIOLIB here to ensure the pinctrl
      drivers are built for QCOM platforms.
      Signed-off-by: NMichael Scott <michael.scott@linaro.org>
      Signed-off-by: NAndy Gross <andy.gross@linaro.org>
      e19811a8
  38. 22 10月, 2016 1 次提交