]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'clkdev' of git://git.linaro.org/people/rmk/linux-arm
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 May 2012 22:59:46 +0000 (15:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 May 2012 22:59:46 +0000 (15:59 -0700)
commit4f6ade91532b5b05ea28219b891f12a3cec528cd
tree8a684205449b2db0798fc22c9f03c40afa9cc849
parent31a67102f4762df5544bc2dfb34a931233d2a5b2
parente9d7f4065408e92338a41b809e437c6e043da090
Merge branch 'clkdev' of git://git.linaro.org/people/rmk/linux-arm

Pull clkdev updates from Russell King:
 "This supplements clkdev with a device-managed API, allowing drivers
  cleanup paths to be simplified.  We also optimize clk_find() so that
  it exits as soon as it finds a perfect match, and we provide a way to
  minimise the amount of code platforms need to register clkdev entries.

  Some of the code in arm-soc depends on these changes."

* 'clkdev' of git://git.linaro.org/people/rmk/linux-arm:
  CLKDEV: provide helpers for common clock framework
  ARM: 7392/1: CLKDEV: Optimize clk_find()
  ARM: 7376/1: clkdev: Implement managed clk_get()