msm: camera: LDAR Debug info dump framework implementation
When user space detects an error for a request or does
not receive the expected response. it sends dump request
to kernel space.
User space passes the culprit issue request id
and the buffer where the info can be dumped.
Kernel space traverse across the drivers and find the culprit hw
and dumps the relevant information in the buffer.
This data is written to a file by user space for offline
processing.
This commit implements the framework for the traversal
across the RT and NRT devices.
Change-Id: I0b14206f1b740089677160eecf84025c6babf59d
Signed-off-by:
Gaurav Jindal <gjindal@codeaurora.org>
Loading
Please register or sign in to comment