]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Jun 2012 19:44:58 +0000 (12:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Jun 2012 19:44:58 +0000 (12:44 -0700)
commit0b01b98460d4cdd56d46602bc33fc5573f7745f7
treeeb118e56fc8d654236c76a60c5157ee5175e4805
parentaebe4d8b72d25f90fc433417c88ec3ee03c423d1
parent472c2bac2d90941afd710196ec03db8279487395
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux

Pull clk common framework fixes from Mike Turquette:
 "This 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."

* tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux:
  clk: mxs: fix clock lookup after freeing init memory
  clk: mxs: fix ref_io clock definition
  clk: Check parent for NULL in clk_change_rate
  clk: Allow late cache allocation for clk->parents
  clk: SPEAr600: Fix ethernet clock name for DT based probing