1. 16 11月, 2018 4 次提交
  2. 17 9月, 2018 1 次提交
  3. 11 9月, 2018 1 次提交
  4. 30 8月, 2018 1 次提交
  5. 27 8月, 2018 1 次提交
  6. 20 7月, 2018 1 次提交
  7. 09 5月, 2018 1 次提交
  8. 23 4月, 2018 1 次提交
  9. 16 4月, 2018 2 次提交
  10. 27 7月, 2017 1 次提交
  11. 08 2月, 2017 1 次提交
  12. 24 11月, 2016 1 次提交
  13. 15 11月, 2016 1 次提交
  14. 04 11月, 2016 1 次提交
  15. 02 11月, 2016 1 次提交
  16. 17 10月, 2016 1 次提交
  17. 22 9月, 2016 1 次提交
  18. 29 6月, 2016 1 次提交
  19. 04 6月, 2016 1 次提交
    • L
      ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB · 5c34a4e8
      Linus Walleij 提交于
      This replaces:
      
      - "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB" as this can
        now be selected directly.
      
      - "select ARCH_WANT_OPTIONAL_GPIOLIB" with no dependency: GPIOLIB
        is now selectable by everyone, so we need not declare our
        intent to select it.
      
      When ordering the symbols the following rationale was used:
      if the selects were in alphabetical order, I moved select GPIOLIB
      to be in alphabetical order, but if the selects were not
      maintained in alphabetical order, I just replaced
      "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB".
      
      Cc: Michael Büsch <m@bues.ch>
      Cc: arm@kernel.org
      Cc: linux-arm-kernel@lists.infradead.org
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      5c34a4e8
  20. 22 4月, 2016 1 次提交
  21. 19 2月, 2016 1 次提交
    • G
      ARM: shmobile: Enable PM and PM_GENERIC_DOMAINS for SoCs with PM Domains · 71d076ce
      Geert Uytterhoeven 提交于
      All supported Renesas ARM SoCs (except for Emma Mobile EV2) have clock
      domains. Some SoCs also have power domains. To ensure proper operation
      of on-SoC modules, module clocks must be ungated, and power domains must
      be powered up when needed.
      
      Currently the user can choose to build a kernel with power management
      enabled or disabled:
        - If CONFIG_PM=y, power domains and/or module clocks are handled
          dynamically by Runtime PM and the generic power domain.
        - If CONFIG_PM=n, power domains are assumed to be powered up by reset
          state or by the boot loader, and module clocks are handled by the
          legacy clock domain on driver (un)bind.
          The latter is implemented using a platform bus notifier, which
          applies not only to all on-SoC devices, but to all platform devices
          present in the system.
      
      To remove the dependency on implicit assumptions, and to get rid of the
      peculiarities of the legacy clock domain, enable CONFIG_PM and
      CONFIG_PM_GENERIC_DOMAINS unconditionally, for all Renesas ARM SoCs with
      clock and/or power domains.
      
      This does cause an increase in kernel size.  Given bloat-o-meter reports
      a modest increase of 26 KiB for an RZ/A1H kernel, this should not be a
      problem, even when used on RZ/A1H with XIP and internal RAM only.
      Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      71d076ce
  22. 17 2月, 2016 1 次提交
  23. 02 12月, 2015 1 次提交
  24. 17 11月, 2015 1 次提交
    • S
      ARM: shmobile: Introduce ARCH_RENESAS · 9b5ba0df
      Simon Horman 提交于
      The purpose of this patch is to start the process of replacing both
      ARCH_SHMOBILE and ARCH_SHMOBILE_MULTI with ARCH_RENESAS.
      
      RENESAS seems to be a more appropriate name than SHMOBILE for the majority
      of Renesas 32-bit ARM based SoCs. The name is conveniently also (newer)
      ARM64 based SoCs.
      
      This patches only addresses 32-bit ARM based SoCs.  Proposed support for
      the ARM64 based r8a7795 SoC already uses ARCH_RENESAS which selects
      ARCH_SHMOBILE.
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      9b5ba0df
  25. 14 9月, 2015 5 次提交
  26. 12 8月, 2015 2 次提交
  27. 28 7月, 2015 2 次提交
  28. 06 7月, 2015 3 次提交