1. 24 8月, 2018 1 次提交
  2. 01 8月, 2018 1 次提交
  3. 19 7月, 2018 1 次提交
  4. 16 5月, 2018 1 次提交
  5. 14 3月, 2018 1 次提交
  6. 12 2月, 2018 1 次提交
  7. 14 12月, 2017 1 次提交
  8. 07 11月, 2017 1 次提交
  9. 29 10月, 2017 1 次提交
  10. 20 10月, 2017 1 次提交
  11. 18 9月, 2017 1 次提交
  12. 14 8月, 2017 1 次提交
  13. 27 7月, 2017 1 次提交
  14. 21 6月, 2017 2 次提交
  15. 19 6月, 2017 1 次提交
  16. 14 6月, 2017 1 次提交
  17. 02 6月, 2017 1 次提交
  18. 25 5月, 2017 1 次提交
  19. 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
  20. 26 4月, 2017 1 次提交
  21. 22 3月, 2017 1 次提交
  22. 20 3月, 2017 1 次提交
  23. 09 2月, 2017 1 次提交
  24. 24 11月, 2016 1 次提交
  25. 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
  26. 22 10月, 2016 1 次提交
  27. 16 9月, 2016 1 次提交
  28. 01 9月, 2016 1 次提交
  29. 24 8月, 2016 3 次提交
  30. 23 8月, 2016 1 次提交
  31. 22 8月, 2016 1 次提交
  32. 11 8月, 2016 2 次提交
  33. 09 8月, 2016 1 次提交
  34. 08 8月, 2016 1 次提交
  35. 07 7月, 2016 2 次提交