* [GIT PULL] clk: fixes for 3.17
@ 2014-09-22 21:09 Mike Turquette
0 siblings, 0 replies; only message in thread
From: Mike Turquette @ 2014-09-22 21:09 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f:
Linux 3.17-rc3 (2014-08-31 18:23:04 -0700)
are available in the git repository at:
http://git.linaro.org/people/mike.turquette/linux.git tags/clk-fixes-for-linus
for you to fetch changes up to 8ce8ebeb572d70e672a8d158e93ffaac80ea7576:
clk/efm32gg: fix dt init prototype (2014-09-09 13:52:18 -0700)
----------------------------------------------------------------
The fixes for the clock tree are mostly run-time bugs in clock drivers.
The fixes for TI DRA7 remove divide-by-zero errors. The recently merged
AT91 clock driver fixes some bad error checking and the QCOM driver fix
restores audio for that platform, a clear regression. A list iteration
bug in the framework core was hit recently and is fixed up here. Finally
a compilation warning is fixed for efm32gg, which is also a regression
fix.
----------------------------------------------------------------
Boris BREZILLON (1):
clk: at91: fix num_parents test in at91sam9260 slow clk implementation
Doug Anderson (1):
clk: rockchip: Fix the clocks for i2c1 and i2c2
Mike Turquette (1):
Merge branch 'for-v3.17-rc/ti-clk-driver' of github.com:t-kristo/linux-pm into clk-fixes
Nishanth Menon (2):
clk: ti: divider: Provide error check for incoming parameters in set_rate
clk: ti: dra7-atl: Provide error check for incoming parameters in set_rate
Stephen Boyd (1):
clk: qcom: Fix sdc 144kHz frequency entry
Tero Kristo (1):
clk: prevent erronous parsing of children during rate change
Uwe Kleine-König (1):
clk/efm32gg: fix dt init prototype
drivers/clk/at91/clk-slow.c | 2 +-
drivers/clk/clk-efm32gg.c | 6 +++---
drivers/clk/clk.c | 7 ++++++-
drivers/clk/qcom/gcc-ipq806x.c | 2 +-
drivers/clk/rockchip/clk-rk3288.c | 4 ++--
drivers/clk/ti/clk-dra7-atl.c | 6 +++++-
drivers/clk/ti/divider.c | 7 ++++++-
7 files changed, 24 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-22 21:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 21:09 [GIT PULL] clk: fixes for 3.17 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.