]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf41c27ad0bb3fe77e824c2852bf9942d6f40b591
tree3c6eb23e043c982d3071d5570f59b5e69dc91e3a
parent5a63edc80aaf0262395841a2993bdeb2c1045a49
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]