1. 28 Mar, 2018 2 commits
    • Arnd Bergmann's avatar
      Merge tag 'v4.17-rockchip-drivers-1' of... · 7df3f0bb
      Arnd Bergmann authored
      Merge tag 'v4.17-rockchip-drivers-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/drivers
      
      Pull "Rockchip driver changes for 4.17" from Heiko Stübner:
      
      Rockchip soc drivers containing conversion of the power-domain driver
      to use the clk-bulk APIs and two more socs to disable jtag-switching.
      On the plus-side the issue we see with that are _supposed_ to be fixed
      in hardware in upcoming socs, so maybe this can be the last of those.
      
      * tag 'v4.17-rockchip-drivers-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
        soc: rockchip: power-domain: Add a sanity check on pd->num_clks
        soc: rockchip: power-domain: use clk_bulk APIs
        soc: rockchip: disable jtag switching for RK3128 SoCs
        soc: rockchip: disable jtag switching for RK3228/RK3229 SoCs
      7df3f0bb
    • Arnd Bergmann's avatar
      Merge tag 'reset-for-4.17-2' of git://git.pengutronix.de/git/pza/linux into next/drivers · 7f95de5e
      Arnd Bergmann authored
      Pull "Reset controller changes for v4.17, part 2" from Philipp Zabel:
      
      This tag contains reset lookup support, similar to pwm lookups, for legacy
      non-DT platforms, a few new reset controls and a Kconfig fix for uniphier
      SoCs, as well as a new driver for the STM32MP1 peripheral reset controller.
      
      The reset lookups are merged from a separate, immutable branch, that may
      also be merged into the davinci tree.
      
      * tag 'reset-for-4.17-2' of git://git.pengutronix.de/git/pza/linux:
        reset: uniphier: add ethernet reset control support for PXs3
        reset: stm32mp1: Enable stm32mp1 reset driver
        dt-bindings: reset: add STM32MP1 resets
        reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset control
        reset: imx7: add 'depends on HAS_IOMEM' to fix unmet dependency
        reset: modify the way reset lookup works for board files
        reset: add support for non-DT systems
      7f95de5e
  2. 27 Mar, 2018 14 commits
  3. 20 Mar, 2018 3 commits
  4. 19 Mar, 2018 4 commits
  5. 15 Mar, 2018 1 commit
  6. 13 Mar, 2018 1 commit
    • Arnd Bergmann's avatar
      cpufreq: scmi: add thermal dependency · 697a3a87
      Arnd Bergmann authored
      A built-in scmi cpufreq driver cannot link against a modular
      thermal framework:
      
      drivers/cpufreq/scmi-cpufreq.o: In function `scmi_cpufreq_ready':
      scmi-cpufreq.c:(.text+0x40): undefined reference to `of_cpufreq_cooling_register'
      drivers/cpufreq/scmi-cpufreq.o: In function `scmi_cpufreq_exit':
      scmi-cpufreq.c:(.text+0x88): undefined reference to `cpufreq_cooling_unregister'
      
      This adds a Kconfig dependency that makes sure this configuration
      is not possible, while allowing all configurations that can work.
      Note that disabling CPU_THERMAL means we don't care about the
      THERMAL dependency.
      Acked-by: default avatarSudeep Holla <sudeep.holla@arm.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      697a3a87
  7. 11 Mar, 2018 5 commits
  8. 09 Mar, 2018 2 commits
  9. 08 Mar, 2018 7 commits
  10. 07 Mar, 2018 1 commit