[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190201071037.215136-1-sboyd@kernel.org>
Date: Thu, 31 Jan 2019 23:10:37 -0800
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 fixes for v5.0-rc4
The following changes since commit b488517b28a47d16b228ce8dcf07f5cb8e5b3dc5:
clk: socfpga: stratix10: fix naming convention for the fixed-clocks (2019-01-15 12:58:38 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus
for you to fetch changes up to 9ff1a3b4912528f853048ccd9757ba6a2cc75557:
clk: qcom: gcc: Use active only source for CPUSS clocks (2019-01-24 11:41:48 -0800)
----------------------------------------------------------------
Mostly driver fixes, but there's a core framework fix in here too.
- Revert the commits that introduce clk management for the SP
clk on MMP2 SoCs (used for OLPC). Turns out it wasn't a good
idea and there isn't any need to manage this clk, it just causes
more headaches.
- A performance regression that went unnoticed for many years where
we would traverse the entire clk tree looking for a clk by name
when we already have the pointer to said clk that we're looking
for
- A parent linkage fix for the qcom SDM845 clk driver
- An i.MX clk driver rate miscalculation fix where order of operations
were messed up
- One error handling fix from the static checkers
----------------------------------------------------------------
Abel Vesa (1):
clk: imx: Fix fractional clock set rate computation
Dan Carpenter (1):
clk: ti: Fix error handling in ti_clk_parse_divider_data()
Derek Basehore (1):
clk: Remove global clk traversal on fetch parent index
Lubomir Rintel (3):
Revert "Input: olpc_apsp - enable the SP clock"
Revert "clk: mmp2: add SP clock"
Revert "dt-bindings: marvell,mmp2: Add clock id for the SP clock"
Taniya Das (1):
clk: qcom: gcc: Use active only source for CPUSS clocks
Documentation/devicetree/bindings/serio/olpc,ap-sp.txt | 4 ----
drivers/clk/clk.c | 14 ++++++++++++--
drivers/clk/imx/clk-frac-pll.c | 5 +++--
drivers/clk/mmp/clk-of-mmp2.c | 4 ----
drivers/clk/qcom/gcc-sdm845.c | 14 ++++++++++----
drivers/clk/ti/divider.c | 11 ++++++++++-
drivers/input/serio/olpc_apsp.c | 14 --------------
include/dt-bindings/clock/marvell,mmp2.h | 1 -
8 files changed, 35 insertions(+), 32 deletions(-)
--
Sent by a computer through tubes
Powered by blists - more mailing lists