public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Rockchip clock changes for 5.10
@ 2020-09-23 22:20 Heiko Stuebner
  2020-09-24  6:18 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stuebner @ 2020-09-23 22:20 UTC (permalink / raw)
  To: mturquette, Stephen Boyd; +Cc: linux-clk, linux-rockchip

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Rockchip clock changes for 5.10
  2020-09-23 22:20 [GIT PULL] Rockchip clock changes for 5.10 Heiko Stuebner
@ 2020-09-24  6:18 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2020-09-24  6:18 UTC (permalink / raw)
  To: Heiko Stuebner, mturquette; +Cc: linux-clk, linux-rockchip

Quoting Heiko Stuebner (2020-09-23 15:20:38)
> 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)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-24  6:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-23 22:20 [GIT PULL] Rockchip clock changes for 5.10 Heiko Stuebner
2020-09-24  6:18 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox