From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 12 Feb 2013 10:11:01 -0800 Subject: [GIT PULL 2/5] am33xx related late changes for v3.8 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 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7: Linux 3.8-rc6 (2013-02-01 12:08:14 +1100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9/am33xx-signed for you to fetch changes up to 3ad4a33158b7a2589149bc5ab29a6723d755c4ba: Merge tag 'omap-devel-a-for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.9/am33xx (2013-02-09 19:55:41 -0800) ---------------------------------------------------------------- am33xx updates via Paul Walmsley : Fixes and IP block support for the TI AM33xx family of SoCs. These are prerequisites for power management and some PWM driver changes. Basic test logs are available from: http://www.pwsan.com/omap/testlogs/am33xx_fixes_a_3.9/20130208084835/ although it must be noted that I am unable to test these patches on AM33xx due to an unknown problem with v3.8-rc kernels: http://www.mail-archive.com/linux-omap at vger.kernel.org/msg83525.html ---------------------------------------------------------------- Hebbar Gururaja (2): ARM: OMAP2+: AM33xx: hwmod: add missing HWMOD_NO_IDLEST flags ARM: OMAP2: am33xx-hwmod: Fix "register offset NULL check" bug Philip Avinash (2): ARM: OMAP: AM33xx hwmod: Corrects PWM subsystem HWMOD entries ARM: OMAP: AM33xx hwmod: Add parent-child relationship for PWM subsystem Tony Lindgren (1): Merge tag 'omap-devel-a-for-3.9' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.9/am33xx Vaibhav Bedia (8): ARM: OMAP2+: AM33XX: CM: Get rid of unnecessary header inclusions ARM: OMAP2+: AM33XX: CM/PRM: Use __ASSEMBLER__ macros in header files ARM: OMAP2+: AM33XX: hwmod: Register OCMC RAM hwmod ARM: OMAP2+: AM33XX: hwmod: Update TPTC0 hwmod with the right flags ARM: OMAP2+: AM33XX: hwmod: Fixup cpgmac0 hwmod entry ARM: OMAP2+: AM33XX: hwmod: Update the WKUP-M3 hwmod with reset status bit ARM: OMAP2+: AM33XX: Update the hardreset API ARM: DTS: AM33XX: Add nodes for OCMC RAM and WKUP-M3 arch/arm/boot/dts/am33xx.dtsi | 14 + arch/arm/mach-omap2/cm33xx.c | 3 - arch/arm/mach-omap2/cm33xx.h | 9 +- arch/arm/mach-omap2/omap_hwmod.c | 5 +- arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 443 ++++++++++++++++++----------- arch/arm/mach-omap2/prm33xx.c | 11 +- arch/arm/mach-omap2/prm33xx.h | 4 +- 7 files changed, 306 insertions(+), 183 deletions(-)