From: paul@pwsan.com (Paul Walmsley)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/15] ARM: OMAP4: hwmod data: add almost all remaining IP blocks
Date: Thu, 08 Mar 2012 03:51:23 -0700 [thread overview]
Message-ID: <20120308104918.14753.69281.stgit@dusk> (raw)
Hi
This series adds basic hwmods for all but one of the remaining
OMAP4 IP blocks that can be meaningfully controlled by the
kernel. (The remaining IP block is the USIM - there's a clocking
problem that requires further investigation to resolve.)
There are a few new boot-time warnings added by this series:
[ 0.280548] omap_hwmod: trace_clk_div_ck: missing clockdomain for trace_clk_div_ck.
[ 0.302429] omap_hwmod: ddrphy_ck: missing clockdomain for ddrphy_ck.
[ 0.319519] omap_hwmod: sl2if: cannot be enabled for reset (3)
These messages will be resolved by subsequent patches, and, while annoying,
should not affect the operation of the system.
These patches have been boot-tested and suspend-tested on a
OMAP44xx PandaBoard.
The series is intended to apply on the
'hwmod_remove_link_arrays_cleanup_3.4' branch, posted previously.
These patches are also available via git from git://git.pwsan.com/linux-2.6
in the branch "hwmod_enable_remaining_hwmods_devel_3.4".
- Paul
---
hwmod_enable_remaining_hwmods_devel_3.4
text data bss dec hex filename
6590067 677452 5593500 12861019 c43e5b vmlinux.omap2plus_defconfig.orig
6594227 684620 5593500 12872347 c46a9b vmlinux.omap2plus_defconfig
Beno?t Cousson (6):
ARM: OMAP4: hwmod data: add GPMC
ARM: OMAP4: hwmod data: add the Slimbus IP blocks
ARM: OMAP4: hwmod data: add McASP
ARM: OMAP4: hwmod data: add remaining USB-related IP blocks
ARM: OMAP4: hwmod data: add the OCP-WP IP block
ARM: OMAP4: hwmod data: add DEBUGSS skeleton
Ming Lei (1):
ARM: OMAP4: hwmod data: introduce fdif(face detect module) hwmod
Paul Walmsley (8):
ARM: OMAP2+: clockdomains: make {prm,cm}_clkdm common
ARM: OMAP4: hwmod data: add HDQ/1-wire
ARM: OMAP4: hwmod data: add EMIF1 and 2
ARM: OMAP4: hwmod data: add GPU
ARM: OMAP4: hwmod data: add some interconnect-related IP blocks
ARM: OMAP4: hwmod data: add OCM RAM IP block
ARM: OMAP4: hwmod data: add System Control Module
ARM: OMAP4: hwmod data: add PRCM and related IP blocks
arch/arm/mach-omap2/Makefile | 8
arch/arm/mach-omap2/clockdomain44xx.c | 6
arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c | 10
arch/arm/mach-omap2/clockdomains44xx_data.c | 2
arch/arm/mach-omap2/clockdomains_common_data.c | 24
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 1473 +++++++++++++++++++++-
arch/arm/plat-omap/include/plat/omap_hwmod.h | 1
7 files changed, 1443 insertions(+), 81 deletions(-)
create mode 100644 arch/arm/mach-omap2/clockdomains_common_data.c
next reply other threads:[~2012-03-08 10:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-08 10:51 Paul Walmsley [this message]
2012-03-08 10:51 ` [PATCH 01/15] ARM: OMAP2+: clockdomains: make {prm,cm}_clkdm common Paul Walmsley
2012-03-08 10:51 ` [PATCH 02/15] ARM: OMAP4: hwmod data: introduce fdif(face detect module) hwmod Paul Walmsley
2012-03-08 10:51 ` [PATCH 04/15] ARM: OMAP4: hwmod data: add GPMC Paul Walmsley
2012-03-08 10:51 ` [PATCH 03/15] ARM: OMAP4: hwmod data: add HDQ/1-wire Paul Walmsley
2012-03-08 10:51 ` [PATCH 05/15] ARM: OMAP4: hwmod data: add EMIF1 and 2 Paul Walmsley
2012-03-08 10:51 ` [PATCH 06/15] ARM: OMAP4: hwmod data: add GPU Paul Walmsley
2012-03-08 10:51 ` [PATCH 07/15] ARM: OMAP4: hwmod data: add the Slimbus IP blocks Paul Walmsley
2012-03-08 10:51 ` [PATCH 08/15] ARM: OMAP4: hwmod data: add McASP Paul Walmsley
2012-03-08 10:51 ` [PATCH 09/15] ARM: OMAP4: hwmod data: add some interconnect-related IP blocks Paul Walmsley
2012-03-08 10:51 ` [PATCH 10/15] ARM: OMAP4: hwmod data: add remaining USB-related " Paul Walmsley
2012-03-08 10:51 ` [PATCH 12/15] ARM: OMAP4: hwmod data: add the OCP-WP IP block Paul Walmsley
2012-03-08 10:51 ` [PATCH 11/15] ARM: OMAP4: hwmod data: add OCM RAM " Paul Walmsley
2012-03-08 10:51 ` [PATCH 13/15] ARM: OMAP4: hwmod data: add System Control Module Paul Walmsley
2012-03-08 10:51 ` [PATCH 15/15] ARM: OMAP4: hwmod data: add DEBUGSS skeleton Paul Walmsley
2012-03-08 10:51 ` [PATCH 14/15] ARM: OMAP4: hwmod data: add PRCM and related IP blocks Paul Walmsley
2012-03-08 11:31 ` [PATCH 00/15] ARM: OMAP4: hwmod data: add almost all remaining " Rajendra Nayak
2012-03-08 17:05 ` 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=20120308104918.14753.69281.stgit@dusk \
--to=paul@pwsan.com \
--cc=linux-arm-kernel@lists.infradead.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 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).