public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: mturquette@baylibre.com, Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org
Subject: [GIT PULL] Rockchip clock changes for 5.10
Date: Thu, 24 Sep 2020 00:20:38 +0200	[thread overview]
Message-ID: <2431097.4Q4uIW3KjO@diego> (raw)

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




             reply	other threads:[~2020-09-23 22:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-23 22:20 Heiko Stuebner [this message]
2020-09-24  6:18 ` [GIT PULL] Rockchip clock changes for 5.10 Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2431097.4Q4uIW3KjO@diego \
    --to=heiko@sntech.de \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox