From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 11 May 2015 19:39:07 -0700 Subject: [GIT PULL] omap fixes against v4.1-rc3 Message-ID: <20150512023907.GE3409@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit e7309c2673a389a495fcfad70376d3bae8b9bc89: bus: omap_l3_noc: Fix master id address decoding for OMAP5 (2015-05-04 10:21:01 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.1/fixes-rc2 for you to fetch changes up to e60a8fe1792dcd3aacda0959e0f4865bfefb7bb5: Merge tag 'for-v4.1-rc/omap-fixes-a' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v4.1/fixes (2015-05-11 13:23:19 -0700) ---------------------------------------------------------------- Few fixes for omap clocks, PRM and hwmod code: - 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 ---------------------------------------------------------------- Benoit Parrot (1): ARM: AM43xx: hwmod: add VPFE hwmod entries Tero Kristo (2): ARM: OMAP4+: PRM: add support for passing status register/bit info to reset ARM: AM33xx+: hwmod: re-use omap4 implementations for reset functionality Tony Lindgren (2): ARM: OMAP2+: Remove bogus struct clk comparison for timer clock Merge tag 'for-v4.1-rc/omap-fixes-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v4.1/fixes arch/arm/mach-omap2/omap_hwmod.c | 68 ++++++----------------------- arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 70 ++++++++++++++++++++++++++++++ arch/arm/mach-omap2/prcm43xx.h | 3 +- arch/arm/mach-omap2/prminst44xx.c | 20 +++------ arch/arm/mach-omap2/timer.c | 13 +++--- 5 files changed, 98 insertions(+), 76 deletions(-)