From: Paul Walmsley <paul@pwsan.com>
To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] ARM: OMAP2+: hwmod data: cleanup in preparation for link array removal
Date: Tue, 28 Feb 2012 04:10:48 -0700 [thread overview]
Message-ID: <20120228110943.808.73639.stgit@dusk> (raw)
Hi
This series cleans up some hwmod data problems. Some of these are
necessary prerequisites for the forthcoming link array removal series.
This series is intended to apply on the 'hwmod_code_cleanup_3.4' branch
posted earlier.
This series is available via git at git://git.pwsan.com/linux-2.6 in the
'hwmod_data_cleanup_3.4' branch.
- Paul
---
hwmod_data_cleanup_3.4
text data bss dec hex filename
6591935 679436 5593756 12865127 c44e67 vmlinux.omap2plus_defconfig.orig
6591935 680332 5593436 12865703 c450a7 vmlinux.omap2plus_defconfig
Paul Walmsley (9):
ARM: OMAP2/3: hwmod data: update old names
ARM: OMAP3: hwmod data: fix interfaces for the MMC hwmods
ARM: OMAP3: hwmod data: add DSS->L3 interconnect for 3430ES1
ARM: OMAP3: hwmod data: GPTIMER12 is attached to a separate interconnect
ARM: OMAP36xx: hwmod data: fix SmartReflex interface data
ARM: OMAP4: hwmod data: remove bandgap hwmod
ARM: OMAP4: hwmod data: add OCP_USER_DSP; mark omap44xx_dsp__iva appropriately
ARM: OMAP4: hwmod data: uncomment some "excluded" hwmods
ARM: OMAP2+: hwmod: extend OCP_* register offsets from 16 to 32 bits
arch/arm/mach-omap2/omap_hwmod_2420_data.c | 4 -
arch/arm/mach-omap2/omap_hwmod_2430_data.c | 6 +
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 137 ++++++++++++++++++++------
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 39 +------
arch/arm/plat-omap/include/plat/omap_hwmod.h | 7 +
5 files changed, 121 insertions(+), 72 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/9] ARM: OMAP2+: hwmod data: cleanup in preparation for link array removal
Date: Tue, 28 Feb 2012 04:10:48 -0700 [thread overview]
Message-ID: <20120228110943.808.73639.stgit@dusk> (raw)
Hi
This series cleans up some hwmod data problems. Some of these are
necessary prerequisites for the forthcoming link array removal series.
This series is intended to apply on the 'hwmod_code_cleanup_3.4' branch
posted earlier.
This series is available via git at git://git.pwsan.com/linux-2.6 in the
'hwmod_data_cleanup_3.4' branch.
- Paul
---
hwmod_data_cleanup_3.4
text data bss dec hex filename
6591935 679436 5593756 12865127 c44e67 vmlinux.omap2plus_defconfig.orig
6591935 680332 5593436 12865703 c450a7 vmlinux.omap2plus_defconfig
Paul Walmsley (9):
ARM: OMAP2/3: hwmod data: update old names
ARM: OMAP3: hwmod data: fix interfaces for the MMC hwmods
ARM: OMAP3: hwmod data: add DSS->L3 interconnect for 3430ES1
ARM: OMAP3: hwmod data: GPTIMER12 is attached to a separate interconnect
ARM: OMAP36xx: hwmod data: fix SmartReflex interface data
ARM: OMAP4: hwmod data: remove bandgap hwmod
ARM: OMAP4: hwmod data: add OCP_USER_DSP; mark omap44xx_dsp__iva appropriately
ARM: OMAP4: hwmod data: uncomment some "excluded" hwmods
ARM: OMAP2+: hwmod: extend OCP_* register offsets from 16 to 32 bits
arch/arm/mach-omap2/omap_hwmod_2420_data.c | 4 -
arch/arm/mach-omap2/omap_hwmod_2430_data.c | 6 +
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 137 ++++++++++++++++++++------
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 39 +------
arch/arm/plat-omap/include/plat/omap_hwmod.h | 7 +
5 files changed, 121 insertions(+), 72 deletions(-)
next reply other threads:[~2012-02-28 11:11 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-28 11:10 Paul Walmsley [this message]
2012-02-28 11:10 ` [PATCH 0/9] ARM: OMAP2+: hwmod data: cleanup in preparation for link array removal Paul Walmsley
2012-02-28 11:10 ` [PATCH 1/9] ARM: OMAP2/3: hwmod data: update old names Paul Walmsley
2012-02-28 11:10 ` Paul Walmsley
2012-02-28 11:10 ` [PATCH 2/9] ARM: OMAP3: hwmod data: fix interfaces for the MMC hwmods Paul Walmsley
2012-02-28 11:10 ` Paul Walmsley
2012-02-28 11:10 ` [PATCH 3/9] ARM: OMAP3: hwmod data: add DSS->L3 interconnect for 3430ES1 Paul Walmsley
2012-02-28 11:10 ` Paul Walmsley
2012-02-28 11:10 ` [PATCH 4/9] ARM: OMAP3: hwmod data: GPTIMER12 is attached to a separate interconnect Paul Walmsley
2012-02-28 11:10 ` Paul Walmsley
2012-02-28 11:10 ` [PATCH 5/9] ARM: OMAP36xx: hwmod data: fix SmartReflex interface data Paul Walmsley
2012-02-28 11:10 ` Paul Walmsley
2012-03-09 3:51 ` Paul Walmsley
2012-03-09 3:51 ` Paul Walmsley
2012-03-09 8:20 ` Jean Pihet
2012-03-09 8:20 ` Jean Pihet
2012-03-09 16:55 ` Paul Walmsley
2012-03-09 16:55 ` Paul Walmsley
2012-02-28 11:10 ` [PATCH 6/9] ARM: OMAP4: hwmod data: remove bandgap hwmod Paul Walmsley
2012-02-28 11:10 ` Paul Walmsley
2012-02-28 11:10 ` [PATCH 8/9] ARM: OMAP4: hwmod data: uncomment some "excluded" hwmods Paul Walmsley
2012-02-28 11:10 ` Paul Walmsley
2012-02-28 11:10 ` [PATCH 7/9] ARM: OMAP4: hwmod data: add OCP_USER_DSP; mark omap44xx_dsp__iva appropriately Paul Walmsley
2012-02-28 11:10 ` Paul Walmsley
2012-02-28 11:10 ` [PATCH 9/9] ARM: OMAP2+: hwmod: extend OCP_* register offsets from 16 to 32 bits Paul Walmsley
2012-02-28 11:10 ` 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=20120228110943.808.73639.stgit@dusk \
--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.