[GIT PULL] OMAP: L3 error handling driver for for 2.6.39
Santosh Shilimkar
santosh.shilimkar at ti.com
Wed Mar 9 07:05:50 EST 2011
Hi Tony,
Here is the pull-request for OMAP3 and OMAP4 L3 error handling driver.
It's based on the latest omap-for-linus branch of yours.
The following changes since commit 0640b436e410290193f554dcfd777bcdeee59697:
Abhilash Vadakkepat Koyamangalath (1):
audio : AM3517 : Adding i2c info for AIC23 codec
are available in the git repository at:
git://dev.omapzoom.org/pub/scm/santosh/kernel-omap4-base.git omap-l3-for-next
Felipe Balbi (1):
OMAP3: l3: Introduce l3-interconnect error handling driver
Santosh Shilimkar (1):
OMAP4: l3: Introduce l3-interconnect error handling driver
sricharan (4):
OMAP3: hwmod_data: Add address space and irq in L3 hwmod.
OMAP3: devices: Initialise the l3 device with the hwmod data.
OMAP4: hwmod_data: Add address space and irq in L3 hwmod.
OMAP4: Initialise the l3 device with the hwmod data.
arch/arm/mach-omap2/Makefile | 4 +
arch/arm/mach-omap2/devices.c | 64 ++++++
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 22 ++-
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 38 +++
arch/arm/mach-omap2/omap_l3_noc.c | 253 +++++++++++++++++++++
arch/arm/mach-omap2/omap_l3_noc.h | 132 +++++++++++
arch/arm/mach-omap2/omap_l3_smx.c | 314 ++++++++++++++++++++++++++
arch/arm/mach-omap2/omap_l3_smx.h | 338 ++++++++++++++++++++++++++++
arch/arm/plat-omap/include/plat/irqs.h | 2 +
9 files changed, 1165 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/mach-omap2/omap_l3_noc.c
create mode 100644 arch/arm/mach-omap2/omap_l3_noc.h
create mode 100644 arch/arm/mach-omap2/omap_l3_smx.c
create mode 100644 arch/arm/mach-omap2/omap_l3_smx.h
Regards
Santosh
More information about the linux-arm-kernel
mailing list