From: Paul Walmsley <paul@pwsan.com>
To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] ARM: OMAP: more hwmod/PRCM fixes for 3.7-rc
Date: Wed, 31 Oct 2012 04:43:09 -0600 [thread overview]
Message-ID: <20121031103607.6557.64591.stgit@dusk.lan> (raw)
A few more OMAP fixes for the 3.7-rc timeframe. Mostly hwmod fixes.
Basic test logs are available here:
http://www.pwsan.com/omap/testlogs/fixes_b_v3.7-rc/20121029222655/
However the v3.7-rc3 kernel is still missing fixes for several regressions,
which cause several tests to fail. With several reverts, fixes, and workarounds
applied, the following test logs were obtained:
http://www.pwsan.com/omap/testlogs/TEST_fixes_b_v3.7-rc/20121030185805/
which indicate that the series tests cleanly.
- Paul
---
vmlinux object size
(delta in bytes from test_v3.7-rc3 (8f0d8163b50e01f398b14bcd4dc039ac5ab18d64)):
text data bss total kernel
-108 -8 0 -116 am33xx_only
+56 +16 0 +72 n800_multi_omap2xxx
+20 +16 0 +36 n800_only_a
0 0 0 0 omap1_defconfig
0 0 0 0 omap1_defconfig_1510innovator_only
0 0 0 0 omap1_defconfig_5912osk_only
-92 -16 0 -108 omap2plus_defconfig
-96 -8 0 -104 omap2plus_defconfig_2430sdp_only
-92 +16 0 -76 omap2plus_defconfig_cpupm
-92 -16 0 -108 omap2plus_defconfig_no_pm
-92 +16 0 -76 omap2plus_defconfig_omap2_4_only
-172 +16 0 -156 omap2plus_defconfig_omap3_4_only
+12 +16 0 +28 rmk_omap3430_ldp_oldconfig
+44 +24 0 +68 rmk_omap4430_sdp_oldconfig
Miguel Vadillo (1):
ARM: OMAP2+: clockdomain: Fix OMAP4 ISS clk domain to support only SWSUP
Paul Walmsley (2):
ARM: OMAP2+: hwmod: add flag to prevent hwmod code from touching IP block during init
ARM: OMAP4: hwmod data: do not enable or reset the McPDM during kernel init
Tero Kristo (1):
ARM: OMAP: hwmod: wait for sysreset complete after enabling hwmod
arch/arm/mach-omap2/clockdomains44xx_data.c | 2 -
arch/arm/mach-omap2/omap_hwmod.c | 59 ++++++++++++++++++++------
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 8 ++++
arch/arm/plat-omap/include/plat/omap_hwmod.h | 6 +++
4 files changed, 60 insertions(+), 15 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: paul@pwsan.com (Paul Walmsley)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] ARM: OMAP: more hwmod/PRCM fixes for 3.7-rc
Date: Wed, 31 Oct 2012 04:43:09 -0600 [thread overview]
Message-ID: <20121031103607.6557.64591.stgit@dusk.lan> (raw)
A few more OMAP fixes for the 3.7-rc timeframe. Mostly hwmod fixes.
Basic test logs are available here:
http://www.pwsan.com/omap/testlogs/fixes_b_v3.7-rc/20121029222655/
However the v3.7-rc3 kernel is still missing fixes for several regressions,
which cause several tests to fail. With several reverts, fixes, and workarounds
applied, the following test logs were obtained:
http://www.pwsan.com/omap/testlogs/TEST_fixes_b_v3.7-rc/20121030185805/
which indicate that the series tests cleanly.
- Paul
---
vmlinux object size
(delta in bytes from test_v3.7-rc3 (8f0d8163b50e01f398b14bcd4dc039ac5ab18d64)):
text data bss total kernel
-108 -8 0 -116 am33xx_only
+56 +16 0 +72 n800_multi_omap2xxx
+20 +16 0 +36 n800_only_a
0 0 0 0 omap1_defconfig
0 0 0 0 omap1_defconfig_1510innovator_only
0 0 0 0 omap1_defconfig_5912osk_only
-92 -16 0 -108 omap2plus_defconfig
-96 -8 0 -104 omap2plus_defconfig_2430sdp_only
-92 +16 0 -76 omap2plus_defconfig_cpupm
-92 -16 0 -108 omap2plus_defconfig_no_pm
-92 +16 0 -76 omap2plus_defconfig_omap2_4_only
-172 +16 0 -156 omap2plus_defconfig_omap3_4_only
+12 +16 0 +28 rmk_omap3430_ldp_oldconfig
+44 +24 0 +68 rmk_omap4430_sdp_oldconfig
Miguel Vadillo (1):
ARM: OMAP2+: clockdomain: Fix OMAP4 ISS clk domain to support only SWSUP
Paul Walmsley (2):
ARM: OMAP2+: hwmod: add flag to prevent hwmod code from touching IP block during init
ARM: OMAP4: hwmod data: do not enable or reset the McPDM during kernel init
Tero Kristo (1):
ARM: OMAP: hwmod: wait for sysreset complete after enabling hwmod
arch/arm/mach-omap2/clockdomains44xx_data.c | 2 -
arch/arm/mach-omap2/omap_hwmod.c | 59 ++++++++++++++++++++------
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 8 ++++
arch/arm/plat-omap/include/plat/omap_hwmod.h | 6 +++
4 files changed, 60 insertions(+), 15 deletions(-)
next reply other threads:[~2012-10-31 10:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 10:43 Paul Walmsley [this message]
2012-10-31 10:43 ` [PATCH 0/4] ARM: OMAP: more hwmod/PRCM fixes for 3.7-rc Paul Walmsley
2012-10-31 10:43 ` [PATCH 1/4] ARM: OMAP2+: clockdomain: Fix OMAP4 ISS clk domain to support only SWSUP Paul Walmsley
2012-10-31 10:43 ` Paul Walmsley
2012-10-31 10:43 ` [PATCH 2/4] ARM: OMAP: hwmod: wait for sysreset complete after enabling hwmod Paul Walmsley
2012-10-31 10:43 ` Paul Walmsley
2012-11-01 2:46 ` Paul Walmsley
2012-11-01 2:46 ` Paul Walmsley
2012-10-31 10:43 ` [PATCH 3/4] ARM: OMAP2+: hwmod: add flag to prevent hwmod code from touching IP block during init Paul Walmsley
2012-10-31 10:43 ` Paul Walmsley
2012-10-31 10:43 ` [PATCH 4/4] ARM: OMAP4: hwmod data: do not enable or reset the McPDM during kernel init Paul Walmsley
2012-10-31 10:43 ` Paul Walmsley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121031103607.6557.64591.stgit@dusk.lan \
--to=paul@pwsan.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.