From: Stephen Boyd <sboyd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] More clk changes for the merge window
Date: Fri, 12 Nov 2021 22:36:48 -0800 [thread overview]
Message-ID: <20211113063648.3184640-1-sboyd@kernel.org> (raw)
The following changes since commit e2ceaa867d266472b31f3e03ba16f3120aefc152:
Merge branches 'clk-composite-determine-fix', 'clk-allwinner', 'clk-amlogic' and 'clk-samsung' into clk-next (2021-11-02 11:27:06 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-for-linus
for you to fetch changes up to 05cf3ec00d460b50088d421fb878a0f83f57e262:
clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk (2021-11-05 15:29:43 -0700)
----------------------------------------------------------------
This is the second batch of clk driver updates that needed
a little more time to soak in linux-next.
- Use modern i2c probe in vc5
- Cleanup some includes
- Update links to datasheets
- Add UniPhier NX1 SoC clk support
- Fix DT bindings for SiFive FU740
- Revert the module platform driver support for Rockchip out
because it wasn't actually tested
- Fix the composite clk code again as the previous fix had a
one line bug that broke rate changes for clks that want to use
the same parent still
- Use the right table for a divider in ast2600 driver
- Get rid of gcc_aggre1_pnoc_ahb_clk in qcom clk driver again because
its critical but unused
----------------------------------------------------------------
Alexander Stein (2):
clk: composite: Fix 'switching' to same clock
clk: imx8m: Do not set IMX_COMPOSITE_CORE for non-regular composites
Dmitry Baryshkov (1):
clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk
Heiko Stuebner (2):
Revert "clk: rockchip: use module_platform_driver_probe"
clk: rockchip: drop module parts from rk3399 and rk3568 drivers
Jens Renner (1):
clk: si5351: Update datasheet references
Joel Stanley (1):
clk/ast2600: Fix soc revision for AHB
Krzysztof Kozlowski (1):
dt-bindings: clock: fu740-prci: add reset-cells
Kunihiko Hayashi (5):
clk: uniphier: Add audio system and video input clock control for PXs3
dt-bindings: clock: uniphier: Add NX1 clock binding
clk: uniphier: Add NX1 clock support
dt-bindings: clock: uniphier: Add clock binding for SoC-glue
clk: uniphier: Add SoC-glue clock source selector support for Pro4
Luca Ceresoli (1):
clk: vc5: Use i2c .probe_new
Mianhan Liu (1):
clk/actions/owl-factor.c: remove superfluous headers
Paul Cercueil (1):
clk: ingenic: Fix bugs with divided dividers
Ran Jianping (1):
clk:mediatek: remove duplicate include in clk-mt8195-imp_iic_wrap.c
.../bindings/clock/sifive/fu740-prci.yaml | 4 ++
.../devicetree/bindings/clock/silabs,si5351.txt | 2 +-
.../bindings/clock/socionext,uniphier-clock.yaml | 6 +++
drivers/clk/actions/owl-factor.c | 1 -
drivers/clk/clk-ast2600.c | 12 +++---
drivers/clk/clk-composite.c | 1 +
drivers/clk/clk-si5351.c | 8 ++--
drivers/clk/clk-si5351.h | 2 +-
drivers/clk/clk-versaclock5.c | 4 +-
drivers/clk/imx/clk.h | 4 +-
drivers/clk/ingenic/cgu.c | 6 +--
drivers/clk/mediatek/clk-mt8195-imp_iic_wrap.c | 2 -
drivers/clk/qcom/gcc-msm8996.c | 15 -------
drivers/clk/rockchip/Kconfig | 4 +-
drivers/clk/rockchip/clk-rk3399.c | 6 +--
drivers/clk/rockchip/clk-rk3568.c | 6 +--
drivers/clk/uniphier/clk-uniphier-core.c | 17 ++++++++
drivers/clk/uniphier/clk-uniphier-sys.c | 47 ++++++++++++++++++++++
drivers/clk/uniphier/clk-uniphier.h | 6 +++
19 files changed, 105 insertions(+), 48 deletions(-)
--
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git
next reply other threads:[~2021-11-13 6:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-13 6:36 Stephen Boyd [this message]
2021-11-13 21:12 ` [GIT PULL] More clk changes for the merge window Linus Torvalds
2021-11-13 21:19 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2023-07-04 16:21 Stephen Boyd
2023-07-04 18:38 ` pr-tracker-bot
2022-10-16 3:54 Stephen Boyd
2022-10-16 18:18 ` pr-tracker-bot
2020-08-12 17:39 Stephen Boyd
2020-08-12 19:58 ` pr-tracker-bot
2020-02-06 18:44 [GIT PULL] more " Stephen Boyd
2020-02-07 21:55 ` pr-tracker-bot
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=20211113063648.3184640-1-sboyd@kernel.org \
--to=sboyd@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.