mbox series

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

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

Message

Dan Scally Nov. 12, 2024, 12:46 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

v1: https://lore.kernel.org/all/20240927232729.GR12322@pendragon.ideasonboard.com/T/

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          | 168 ++++++++++++++++++
 .../platform/renesas/rzg2l-cru/rzg2l-cru.h    |   2 -
 .../platform/renesas/rzg2l-cru/rzg2l-csi2.c   |  37 ++--
 .../platform/renesas/rzg2l-cru/rzg2l-ip.c     |  89 +++++++++-
 .../platform/renesas/rzg2l-cru/rzg2l-video.c  |   3 +-
 drivers/media/v4l2-core/v4l2-common.c         |  16 ++
 drivers/media/v4l2-core/v4l2-ioctl.c          |  16 ++
 include/uapi/linux/videodev2.h                |  21 +++
 9 files changed, 329 insertions(+), 24 deletions(-)
 create mode 100644 Documentation/userspace-api/media/v4l/pixfmt-srggbnn-cru.rst