Re: [PATCH 0/2] Support RAW12 bayer formats
Rishikesh Donadkar <[email protected]> Tue, 4 Aug 2026 21:21:47 +0530
| Newsgroups | org.kernel.vger.linux-media,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 25/06/26 20:47, Yemike Abhilash Chandra wrote: > Hi, > > This small series adds support for RAW12 bayer formats in the j721e-csi2rx > and cdns-csi2rx. Hi Abhilash, Thank you for the patches For the entire series, Reviewed-by: Rishikesh Donadkar <[email protected]> Rishikesh > > Testing details: Tested on j722s-evm with v3link + IMX390 downstream driver > Test logs: https://gist.github.com/Yemike-Abhilash-Chandra/805ec4662b60ad925e979d55a9515f89 > Testing Branch: https://github.com/Yemike-Abhilash-Chandra/linux/tree/RAW12 > > Jai Luthra (2): > media: ti: j721e-csi2rx: Support RAW12 bayer formats > media: cadence: csi2rx: Support RAW12 bayer formats > > drivers/media/platform/cadence/cdns-csi2rx.c | 4 ++++ > .../platform/ti/j721e-csi2rx/j721e-csi2rx.c | 24 +++++++++++++++++++ > 2 files changed, 28 insertions(+) >