[GIT PULL] ARM: OMAP2+: sparse & PRCM fixes for v3.8-rc1

Paul Walmsley paul at pwsan.com
Fri Dec 28 13:37:04 EST 2012


Hi Tony

The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:

  Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/omap-fixes-a-for-v3.8-rc

for you to fetch changes up to 0d541cf2b983758186c972479d4e9f916679dd7a:

  ARM: OMAP2/3: PRM: fix bogus OMAP2xxx powerstate return values (2012-12-28 02:10:44 -0700)

----------------------------------------------------------------
Some OMAP PRCM and sparse fixes against v3.8-rc1.  A basic set of test
logs are available here:

   http://www.pwsan.com/omap/testlogs/prcm_fixes_b_3.8-rc/20121228032747/

(The 3730 Beagle XM here has an intermittent failure mounting SD root,
 but the suspicion right now is that this is due to a failing SD card,
 rather than any change introduced by these patches.)

----------------------------------------------------------------

vmlinux object size
(delta in bytes from test_v3.8-rc1 (a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565)):
   text     data      bss    total  kernel
      0        0        0        0  am33xx_only
    +96        0        0      +96  n800_multi_omap2xxx
    +96        0        0      +96  n800_only_a
      0        0        0        0  omap1_defconfig
      0        0        0        0  omap1_defconfig_5912osk_only
   +244       +8        0     +252  omap2plus_defconfig
    +88        0        0      +88  omap2plus_defconfig_2430sdp_only
   +180       +8        0     +188  omap2plus_defconfig_no_pm
   +120        0        0     +120  omap2plus_defconfig_omap2_4_only
     -8        0        0       -8  omap2plus_defconfig_omap3_4_only
      0        0        0        0  rmk_omap3430_ldp_oldconfig
      0        0        0        0  rmk_omap4430_sdp_oldconfig

Ivan Khoronzhuk (2):
      ARM: OMAP4: PRM: Correct reset source map
      ARM: OMAP4: PRM: Correct wrong instance usage for reading reset sources

Jon Hunter (1):
      ARM: OMAP3: clock data: Add missing enable/disable for EMU clock

Nishanth Menon (1):
      ARM: OMAP4: PRM: fix RSTTIME and RSTST offsets

Paul Walmsley (4):
      ARM: OMAP: 32k counter: resolve sparse warnings
      ARM: OMAP AM33xx: hwmod data: resolve sparse warnings
      ARM: OMAP: SRAM: resolve sparse warnings
      ARM: OMAP2/3: PRM: fix bogus OMAP2xxx powerstate return values

 arch/arm/mach-omap2/cclock3xxx_data.c      |    2 +
 arch/arm/mach-omap2/omap_hwmod_33xx_data.c |    4 +-
 arch/arm/mach-omap2/prm2xxx.c              |   88 +++++++++++++++++++++++++++-
 arch/arm/mach-omap2/prm2xxx_3xxx.c         |   22 -------
 arch/arm/mach-omap2/prm3xxx.c              |   28 ++++++++-
 arch/arm/mach-omap2/prm44xx.c              |    6 +-
 arch/arm/mach-omap2/prm44xx.h              |    4 +-
 arch/arm/plat-omap/counter_32k.c           |    2 +
 arch/arm/plat-omap/counter_32k.h           |   20 +++++++
 arch/arm/plat-omap/sram.c                  |    2 +
 arch/arm/plat-omap/sram.h                  |   35 +++++++++++
 11 files changed, 178 insertions(+), 35 deletions(-)
 create mode 100644 arch/arm/plat-omap/counter_32k.h
 create mode 100644 arch/arm/plat-omap/sram.h



More information about the linux-arm-kernel mailing list