Hi, Abhilash Thanks for the patch. > Enable the csi2rx_err_irq interrupt to record any errors during streaming > and also add support for VIDIOC_LOG_STATUS ioctl. The VIDIOC_LOG_STATUS > ioctl can be invoked from user space to retrieve the device status, > including details about any errors. > > Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@xxxxxx> Looks ok to me! Reviewed-by: Changhuang Liang <changhuang.liang@xxxxxxxxxxxxxxxx> > --- > > Changes in v3: > - Address Jai's review comment to enable FIFO overflow bits in the mask > only for the source pads that have an active remote. > - Drop TI-specific interrupt and have support for only two interrupts > that are common across all vendors. > - Address Changhuang's review to use pdev directly to get the interrupt. > - Set the interrupt mask register only if the interrupt is defined in the DT. > > > drivers/media/platform/cadence/cdns-csi2rx.c | 125 +++++++++++++++++++ > 1 file changed, 125 insertions(+) Best Regards, Changhuang