* [GIT PULL] clk: fixes for 3.19
@ 2015-01-17 23:36 Mike Turquette
0 siblings, 0 replies; only message in thread
From: Mike Turquette @ 2015-01-17 23:36 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, sboyd
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
https://git.linaro.org/people/mike.turquette/linux.git tags/clk-fixes-for-linus
for you to fetch changes up to c7662fc59ca38517e0ec04ceaa123ed8209ab6bf:
clk: fix possible null pointer dereference (2015-01-17 11:33:57 -0800)
----------------------------------------------------------------
Small number of fixes for clock drivers and a single null pointer
dereference fix in the framework core code. The driver fixes vary from
fixing section mismatch warnings to preventing machines from hanging
(and preventing developers from crying).
----------------------------------------------------------------
Boris Brezillon (1):
clk: at91: keep slow clk enabled to prevent system hang
Heiko Stuebner (2):
clk: rockchip: fix rk3066 pll lock bit location
clk: rockchip: fix rk3288 cpuclk core dividers
Heiko Stübner (1):
clk: rockchip: fix deadlock possibility in cpuclk
Jisheng Zhang (1):
clk: berlin: bg2q: remove non-exist "smemc" gate clock
Julien CHAUVEAU (1):
clk: rockchip: add CLK_IGNORE_UNUSED flag to fix rk3066/rk3188 USB Host
Kevin Hao (1):
Revert "clk: ppc-corenet: Fix Section mismatch warning"
Michael Turquette (1):
Merge tag 'v3.19-rockhip-clkfixes1' of git://git.kernel.org/.../mmind/linux-rockchip into clk-fixes
Romain Perier (1):
clk: rockchip: Fix clock gate for rk3188 hclk_emem_peri
Stanimir Varbanov (1):
clk: fix possible null pointer dereference
drivers/clk/at91/clk-slow.c | 27 +++++++++++++++++++++++++++
drivers/clk/berlin/bg2q.c | 1 -
drivers/clk/clk-ppc-corenet.c | 2 +-
drivers/clk/clk.c | 2 +-
drivers/clk/rockchip/clk-cpu.c | 10 ++++++----
drivers/clk/rockchip/clk-rk3188.c | 27 ++++++++++++++++++++-------
drivers/clk/rockchip/clk-rk3288.c | 28 ++++++++++++++--------------
7 files changed, 69 insertions(+), 28 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-01-17 23:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-17 23:36 [GIT PULL] clk: fixes for 3.19 Mike Turquette
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.