mbox series

[0/4] Extend RAW format support for rzg2l-cru driver

Message ID 20240920124115.375748-1-dan.scally@ideasonboard.com (mailing list archive)
Headers show
Series Extend RAW format support for rzg2l-cru driver | expand

Message

Dan Scally Sept. 20, 2024, 12:41 p.m. UTC
Hi All

This series adds new pixel formats representing the 64-bit packed format that's
used by the Camera Receiver Unit in RZ/G2L and V2H SoCs. Support for capturing
those formats is then added to the rzg2l-cru driver itself.

The series is based on top of the v2 of Prabhakar's recent set titled
"media: platform: rzg2l-cru: CSI-2 and CRU enhancements"

Thanks
Dan

Daniel Scally (4):
  media: v4l2: Add Renesas Camera Receiver Unit pixel formats
  media: platform: rzg2l-cru: Use v4l2_get_link_freq()
  media: platform: rzg2l-cru: Use v4l2_fill_pixfmt()
  media: platform: rzg2l-cru: Add support for RAW10/12/14 data

 .../userspace-api/media/v4l/pixfmt-bayer.rst  |   1 +
 .../media/v4l/pixfmt-srggbnn-cru.rst          | 143 ++++++++++++++++++
 .../platform/renesas/rzg2l-cru/rzg2l-cru.h    |   3 -
 .../platform/renesas/rzg2l-cru/rzg2l-csi2.c   |  37 +++--
 .../platform/renesas/rzg2l-cru/rzg2l-ip.c     |  88 +++++++++--
 .../platform/renesas/rzg2l-cru/rzg2l-video.c  |  21 +--
 drivers/media/v4l2-core/v4l2-common.c         |  12 ++
 drivers/media/v4l2-core/v4l2-ioctl.c          |  12 ++
 include/uapi/linux/videodev2.h                |  16 ++
 9 files changed, 280 insertions(+), 53 deletions(-)
 create mode 100644 Documentation/userspace-api/media/v4l/pixfmt-srggbnn-cru.rst