1. 31 3月, 2021 1 次提交
  2. 05 2月, 2021 1 次提交
  3. 01 2月, 2021 1 次提交
  4. 31 1月, 2021 1 次提交
  5. 30 1月, 2021 1 次提交
  6. 29 1月, 2021 1 次提交
  7. 26 1月, 2021 1 次提交
  8. 22 1月, 2021 1 次提交
  9. 19 1月, 2021 1 次提交
  10. 18 1月, 2021 2 次提交
  11. 16 1月, 2021 2 次提交
  12. 15 1月, 2021 3 次提交
  13. 11 1月, 2021 3 次提交
  14. 09 1月, 2021 1 次提交
  15. 07 1月, 2021 1 次提交
  16. 04 1月, 2021 1 次提交
  17. 31 12月, 2020 1 次提交
  18. 29 12月, 2020 2 次提交
  19. 09 12月, 2020 1 次提交
  20. 01 12月, 2020 2 次提交
  21. 30 11月, 2020 3 次提交
  22. 28 11月, 2020 1 次提交
  23. 27 11月, 2020 1 次提交
  24. 26 11月, 2020 1 次提交
  25. 25 11月, 2020 1 次提交
  26. 20 11月, 2020 1 次提交
  27. 18 11月, 2020 1 次提交
  28. 14 11月, 2020 1 次提交
  29. 13 11月, 2020 1 次提交
  30. 10 11月, 2020 1 次提交
    • J
      pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a depenency rather then a selected config · be117ca3
      John Stultz 提交于
      This patch reworks PINCTRL_MSM to be a visible option, and
      instead of having the various SoC specific drivers select
      PINCTRL_MSM, this switches those configs to depend on
      PINCTRL_MSM.
      
      This is useful, as it will be needed in order to cleanly support
      having the qcom-scm driver, which pinctrl-msm calls into,
      configured as a module. Without this change, we would eventually
      have to add dependency lines to every config that selects
      PINCTRL_MSM, and that would becomes a maintenance headache.
      
      We also add PINCTRL_MSM to the arm64 defconfig to avoid
      surprises as otherwise PINCTRL_MSM/IPQ* options previously
      enabled, will be off.
      Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
      Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org>
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Cc: Will Deacon <will@kernel.org>
      Cc: Andy Gross <agross@kernel.org>
      Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
      Cc: Joerg Roedel <joro@8bytes.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Jason Cooper <jason@lakedaemon.net>
      Cc: Marc Zyngier <maz@kernel.org>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Vinod Koul <vkoul@kernel.org>
      Cc: Kalle Valo <kvalo@codeaurora.org>
      Cc: Maulik Shah <mkshah@codeaurora.org>
      Cc: Lina Iyer <ilina@codeaurora.org>
      Cc: Saravana Kannan <saravanak@google.com>
      Cc: Todd Kjos <tkjos@google.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: linux-arm-msm@vger.kernel.org
      Cc: iommu@lists.linux-foundation.org
      Cc: linux-gpio@vger.kernel.org
      Link: https://lore.kernel.org/r/20201106042710.55979-1-john.stultz@linaro.orgSigned-off-by: NLinus Walleij <linus.walleij@linaro.org>
      be117ca3