linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk fixes for v5.0-rc4
@ 2019-02-01  7:10 Stephen Boyd
  2019-02-01  7:25 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2019-02-01  7:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel

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

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

* Re: [GIT PULL] clk fixes for v5.0-rc4
  2019-02-01  7:10 [GIT PULL] clk fixes for v5.0-rc4 Stephen Boyd
@ 2019-02-01  7:25 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-02-01  7:25 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Linus Torvalds, Michael Turquette, linux-clk, linux-kernel

The pull request you sent on Thu, 31 Jan 2019 23:10:37 -0800:

> https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5b4746a031992d3b788b7e5280d949b8ab6d32d0

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2019-02-01  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-01  7:10 [GIT PULL] clk fixes for v5.0-rc4 Stephen Boyd
2019-02-01  7:25 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).