]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'omap-for-v4.1/fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Tue, 12 May 2015 14:41:28 +0000 (16:41 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 12 May 2015 14:41:28 +0000 (16:41 +0200)
commitd1abb979cc946e9e2e8b90d80f5199f8c92c0f66
tree608c82141af82e0f129d9fb2d6d9494acc0dc42e
parent403be2e0280c36c88cdecaa8d32f9282183b53c4
parentd77bbd3af5c25ea359addc0e1b6470def59d3e4c
Merge tag 'omap-for-v4.1/fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes

Merge "Few fixes for omap clocks, PRM and hwmod code" from Tony Lindgren:

- Fix bogus comparison of struct clk pointers, turns out
  we can fix it by just removing the comparison

- Fix am437 hardreset implementation and remove boottime
  warnings by adding the VPFE hwmod data

- Regression fix for am43xx PRM code, simplify things
  by reusing the omap4 PRM implementation

* tag 'omap-for-v4.1/fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: OMAP2+: Remove bogus struct clk comparison for timer clock
  ARM: AM33xx+: hwmod: re-use omap4 implementations for reset functionality
  ARM: OMAP4+: PRM: add support for passing status register/bit info to reset
  ARM: AM43xx: hwmod: add VPFE hwmod entries