[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210708001431.437073-1-sboyd@kernel.org>
Date: Wed, 7 Jul 2021 17:14:31 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Michael Turquette <mturquette@...libre.com>,
linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] clk changes for the merge window
The following changes since commit d2b21013bf5fb177c08b2c9c4dfa32ee0fc97b53:
Merge branches 'clk-st', 'clk-si' and 'clk-hisilicon' into clk-next (2021-06-29 13:33:42 -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 783d08bd02f5d33d6e9e7fea62b727e2b6fe6462:
Revert "clk: divider: Switch from .round_rate to .determine_rate by default" (2021-07-01 18:12:59 -0700)
----------------------------------------------------------------
The second batch of clk driver code for -rc1
- A handful of fixes for lmk04832 driver
- Migrate the basic clk divider to use determine rate ops
- Fix modpost build for hisilicon hi3559a driver
- Actually set the parent in k210_clk_set_parent()
----------------------------------------------------------------
Colin Ian King (1):
clk: lmk04832: Fix spelling mistakes in dev_err messages and comments
Damien Le Moal (1):
clk: k210: Fix k210_clk_set_parent()
Martin Blumenstingl (3):
clk: divider: Add re-usable determine_rate implementations
clk: divider: Switch from .round_rate to .determine_rate by default
clk: meson: regmap: switch to determine_rate for the dividers
Stephen Boyd (2):
clk: hisilicon: hi3559a: Drop __init markings everywhere
Revert "clk: divider: Switch from .round_rate to .determine_rate by default"
Wang Hai (2):
clk: stm32mp1: fix missing spin_lock_init()
clk: lmk04832: fix return value check in lmk04832_probe()
drivers/clk/clk-divider.c | 75 ++++++++++++++++++++++++++++++-------
drivers/clk/clk-k210.c | 1 +
drivers/clk/clk-lmk04832.c | 20 +++++-----
drivers/clk/clk-stm32mp1.c | 1 +
drivers/clk/hisilicon/clk-hi3559a.c | 39 ++++++++++---------
drivers/clk/meson/clk-regmap.c | 19 +++++-----
include/linux/clk-provider.h | 6 +++
7 files changed, 107 insertions(+), 54 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
Powered by blists - more mailing lists