From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 11 Oct 2013 18:44:58 -0700 Subject: [GIT PULL 3/6] omap hwmod changes for v3.13 merge window In-Reply-To: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af: Linux 3.12-rc4 (2013-10-06 14:00:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/hwmod-signed for you to fetch changes up to 254f57a92987b6cde6004f58d6b847813dfb9e0e: ARM: OMAP5: hwmod: add missing ocp2scp hwmod data (2013-10-11 15:37:05 -0700) ---------------------------------------------------------------- omap hwmod related changes via Paul Walmsley : Some OMAP hwmod changes for 3.13. Significant changes here include: - support for moving some of the hwmod flags to DT data - support for the SSI, hardware spinlock, USB host/TLL, and RNG IP blocks for various OMAPs - a fix that again decouples hwmod data changes from unrelated DT data patchsets Basic test logs are available at: http://www.pwsan.com/omap/testlogs/prcm_fixes_v3.13/20131009094936/ ---------------------------------------------------------------- Benoit Cousson (1): ARM: OMAP5: hwmod: add missing ocp2scp hwmod data Lokesh Vutla (1): ARM: AM33xx: hwmod: Add RNG module data Rajendra Nayak (2): ARM: OMAP2+: hwmod: cleanup HWMOD_INIT_NO_RESET usage ARM: OMAP2+: hwmod: Extract no-idle and no-reset info from DT Roger Quadros (1): ARM: OMAP5: hwmod data: Add USB Host and TLL modules Sebastian Reichel (1): ARM: OMAP2+: hwmod data: Add SSI information Suman Anna (3): ARM: OMAP2+: hwmod: check for module address space during init ARM: OMAP5: hwmod data: Add spinlock data ARM: AM33xx: hwmod_data: add the sysc configuration for spinlock Tony Lindgren (1): Merge tag 'for-v3.13/hwmod' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.13/hwmod arch/arm/mach-omap2/omap_hwmod.c | 49 ++++-- arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 67 +++++++-- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 48 ++++++ arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 6 +- arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 230 ++++++++++++++++++++++++++++- 5 files changed, 370 insertions(+), 30 deletions(-)