[PATCH 00/15] ARM: OMAP4: hwmod data: add almost all remaining IP blocks
Paul Walmsley
paul at pwsan.com
Thu Mar 8 05:51:23 EST 2012
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
More information about the linux-arm-kernel
mailing list