* [GIT PULL] ARM: OMAP2+: sparse & PRCM fixes for v3.8-rc1
@ 2012-12-28 18:37 Paul Walmsley
2013-01-01 18:18 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Paul Walmsley @ 2012-12-28 18:37 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: OMAP2+: sparse & PRCM fixes for v3.8-rc1
2012-12-28 18:37 [GIT PULL] ARM: OMAP2+: sparse & PRCM fixes for v3.8-rc1 Paul Walmsley
@ 2013-01-01 18:18 ` Tony Lindgren
2013-01-02 19:38 ` Paul Walmsley
0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2013-01-01 18:18 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
* Paul Walmsley <paul@pwsan.com> [121228 10:39]:
> 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.)
Sorry for the delay, just noted few issues with the counter_32k.h and
sram.h patches that just replied to. For the plat-omap code it's OK to
include <plat/*.h> for multiplatform builds. Other than that looks
good to me.
Regards,
Tony
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] ARM: OMAP2+: sparse & PRCM fixes for v3.8-rc1
2013-01-01 18:18 ` Tony Lindgren
@ 2013-01-02 19:38 ` Paul Walmsley
0 siblings, 0 replies; 3+ messages in thread
From: Paul Walmsley @ 2013-01-02 19:38 UTC (permalink / raw)
To: linux-arm-kernel
Hi
On Tue, 1 Jan 2013, Tony Lindgren wrote:
> For the plat-omap code it's OK to include <plat/*.h> for multiplatform
> builds. Other than that looks good to me.
Okay sounds good; an updated pull request is on the way.
- Paul
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-02 19:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-28 18:37 [GIT PULL] ARM: OMAP2+: sparse & PRCM fixes for v3.8-rc1 Paul Walmsley
2013-01-01 18:18 ` Tony Lindgren
2013-01-02 19:38 ` Paul Walmsley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).