mbox series

[v3,0/5] Extend RAW format support for rzg2l-cru driver

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

Message

Daniel Scally Dec. 2, 2024, 2:58 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

v2: https://lore.kernel.org/all/20241112124614.646281-1-dan.scally@ideasonboard.com/T/
v1: https://lore.kernel.org/all/20240927232729.GR12322@pendragon.ideasonboard.com/T/

Daniel Scally (5):
  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: rzg2l-cru: Support multiple mbus codes per pixel format
  media: platform: rzg2l-cru: Add support for RAW10/12/14 data

 .../userspace-api/media/v4l/pixfmt-bayer.rst  |   1 +
 .../media/v4l/pixfmt-rawnn-cru.rst            | 144 ++++++++++++++++++
 .../platform/renesas/rzg2l-cru/rzg2l-cru.h    |  10 +-
 .../platform/renesas/rzg2l-cru/rzg2l-csi2.c   |  39 +++--
 .../platform/renesas/rzg2l-cru/rzg2l-ip.c     | 108 ++++++++++---
 .../platform/renesas/rzg2l-cru/rzg2l-video.c  |   5 +-
 drivers/media/v4l2-core/v4l2-common.c         |   4 +
 drivers/media/v4l2-core/v4l2-ioctl.c          |   4 +
 include/uapi/linux/videodev2.h                |   6 +
 9 files changed, 280 insertions(+), 41 deletions(-)
 create mode 100644 Documentation/userspace-api/media/v4l/pixfmt-rawnn-cru.rst