[GIT PULL] clk: fixes for 3.5-rc5

Mike Turquette mturquette at ti.com
Tue Jun 26 20:04:30 EDT 2012


Hi Linus,

The tag below has some fixes for users of the common clk framework.
This is my first time sending you a pull request (and first time using a
signed tag) so please let me know if I screwed something up.

Thanks,
Mike

The following changes since commit 6b16351acbd415e66ba16bf7d473ece1574cf0bc:

  Linux 3.5-rc4 (2012-06-24 12:53:04 -0700)

are available in the git repository at:

  git://git.linaro.org/people/mturquette/linux.git tags/clk-fixes-for-linus

for you to fetch changes up to d03ac61daa8d4d17cd83a5ab98e85b616b90c7ac:

  clk: mxs: fix clock lookup after freeing init memory (2012-06-25 16:51:48 -0700)

----------------------------------------------------------------
clk-fixes-for-linus contains three NULL pointer fixes and two device
regression fixups.  Two NULL pointer dereferences were in the common clk
core due to lack of sanity checking and the third NPD was in the
mxs-specific clock code due to incorrect use of __initdata.  The device
regressions were the result of improper data: a wrong string name for
matching DT data broke the SPEAr ethernet controller and another string
matching problem in the mxs clock data resulted in a broken MMC
controller.

----------------------------------------------------------------
Marc Kleine-Budde (1):
      clk: mxs: fix clock lookup after freeing init memory

Pawel Moll (1):
      clk: Check parent for NULL in clk_change_rate

Rajendra Nayak (1):
      clk: Allow late cache allocation for clk->parents

Shawn Guo (1):
      clk: mxs: fix ref_io clock definition

Stefan Roese (1):
      clk: SPEAr600: Fix ethernet clock name for DT based probing

 drivers/clk/clk.c                  |   26 +++++++++++++++++---------
 drivers/clk/mxs/clk-imx23.c        |   12 ++++++------
 drivers/clk/mxs/clk-imx28.c        |   32 ++++++++++++++++----------------
 drivers/clk/spear/spear6xx_clock.c |    2 +-
 4 files changed, 40 insertions(+), 32 deletions(-)



More information about the linux-arm-kernel mailing list