OMAP3: l3: Introduce l3-interconnect error handling driver
authorFelipe Balbi <balbi@ti.com>
Mon, 7 Mar 2011 14:05:20 +0000 (19:35 +0530)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Wed, 9 Mar 2011 11:53:57 +0000 (17:23 +0530)
commite2fa61d409195550b3b05b213d7715bc67b0e855
tree3c6eb23e043c982d3071d5570f59b5e69dc91e3a
parent0abcf6185eb87b9e00a821513802e56200378a6a
OMAP3: l3: Introduce l3-interconnect error handling driver

The driver provides the information regarding the ocp errors
that gets logged in the interconnect.The error info provides
the details regarding the master or the target that
generated the error, type of error and the corresponding address.
The stack dump is also provided.

Signed-off-by: sricharan <r.sricharan@ti.com>
[r.sricharan@ti.com: Enhacements, major cleanup and made it functional]
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
[santosh.shilimkar@ti.com: Driver design changes as per OMAP4 version]
Signed-off-by: Felipe Balbi <balbi@ti.com>
[balbi@ti.com: Initial version of the driver]
Acked-by: Benoit Cousson <b-cousson@ti.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/omap_l3_smx.c [new file with mode: 0644]
arch/arm/mach-omap2/omap_l3_smx.h [new file with mode: 0644]