[GIT PULL] Rockchip clock changes for 5.10

Heiko Stuebner heiko at sntech.de
Wed Sep 23 18:20:38 EDT 2020


Hi Mike, Stephen,

please find below Rockchip clock changes for 5.10
I gave the module rework a spin in a number of different Rockchip socs
and all were happy so far.


Please pull, thanks
Heiko


The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.10-rockchip-clk1

for you to fetch changes up to 70d839e2761d22eba6facdb3b65faea4d57f355d:

  clk: rockchip: rk3399: Support module build (2020-09-22 15:16:54 +0200)

----------------------------------------------------------------
Ability to build the clock driver as module and removal
of an unused parent-names struct.

----------------------------------------------------------------
Elaine Zhang (6):
      clk: rockchip: Use clk_hw_register_composite instead of clk_register_composite calls
      clk: rockchip: Export rockchip_clk_register_ddrclk()
      clk: rockchip: Export rockchip_register_softrst()
      clk: rockchip: Export some clock common APIs for module drivers
      clk: rockchip: fix the clk config to support module build
      clk: rockchip: rk3399: Support module build

Krzysztof Kozlowski (1):
      clk: rockchip: rk3308: drop unused mux_timer_src_p

 drivers/clk/Kconfig                     |   1 +
 drivers/clk/rockchip/Kconfig            |  78 ++++++++++++++++++++++
 drivers/clk/rockchip/Makefile           |  42 ++++++------
 drivers/clk/rockchip/clk-ddr.c          |   1 +
 drivers/clk/rockchip/clk-half-divider.c |  18 ++---
 drivers/clk/rockchip/clk-rk3308.c       |   1 -
 drivers/clk/rockchip/clk-rk3399.c       |  56 ++++++++++++++++
 drivers/clk/rockchip/clk.c              | 113 +++++++++++++++++---------------
 drivers/clk/rockchip/softrst.c          |   7 +-
 9 files changed, 232 insertions(+), 85 deletions(-)
 create mode 100644 drivers/clk/rockchip/Kconfig






More information about the Linux-rockchip mailing list