public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/6] Extend RAW format support for rzg2l-cru driver
@ 2025-06-23 14:43 Daniel Scally
  2025-06-23 14:43 ` [PATCH v5 1/6] media: v4l2: Add Renesas Camera Receiver Unit pixel formats Daniel Scally
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Daniel Scally @ 2025-06-23 14:43 UTC (permalink / raw)
  To: linux-media
  Cc: sakari.ailus, laurent.pinchart, prabhakar.mahadev-lad.rj,
	jacopo.mondi, dan.scally, Hans Verkuil, Daniel Scally,
	Laurent Pinchart

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.

Thanks
Dan

v5: https://lore.kernel.org/r/20250506125015.567746-1-dan.scally@ideasonboard.com
v4: https://lore.kernel.org/linux-media/20250506125015.567746-1-dan.scally@ideasonboard.com/
v3: https://lore.kernel.org/linux-media/20241202145831.127297-1-dan.scally@ideasonboard.com/
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 (6):
      media: v4l2: Add Renesas Camera Receiver Unit pixel formats
      media: rzg2l-cru: Add vidioc_enum_framesizes()
      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 +
 .../userspace-api/media/v4l/pixfmt-rawnn-cru.rst   | 143 +++++++++++++++++++++
 .../media/platform/renesas/rzg2l-cru/rzg2l-cru.h   |  10 +-
 .../media/platform/renesas/rzg2l-cru/rzg2l-csi2.c  |  45 +++++--
 .../media/platform/renesas/rzg2l-cru/rzg2l-ip.c    | 108 +++++++++++++---
 .../media/platform/renesas/rzg2l-cru/rzg2l-video.c |  38 ++++--
 drivers/media/v4l2-core/v4l2-common.c              |   6 +
 drivers/media/v4l2-core/v4l2-ioctl.c               |   4 +
 include/uapi/linux/videodev2.h                     |   6 +
 9 files changed, 316 insertions(+), 45 deletions(-)
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250623-rzg2l-cru-7c43771ab0c2

Best regards,
-- 
Daniel Scally <dan.scally@ideasonboard.com>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-06-24 22:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 14:43 [PATCH v5 0/6] Extend RAW format support for rzg2l-cru driver Daniel Scally
2025-06-23 14:43 ` [PATCH v5 1/6] media: v4l2: Add Renesas Camera Receiver Unit pixel formats Daniel Scally
2025-06-24 10:25   ` Sakari Ailus
2025-06-24 12:40     ` Dan Scally
2025-06-24 15:20     ` Laurent Pinchart
2025-06-24 21:35       ` Sakari Ailus
2025-06-24 22:02         ` Laurent Pinchart
2025-06-24 22:41           ` Dan Scally
2025-06-23 14:43 ` [PATCH v5 2/6] media: rzg2l-cru: Add vidioc_enum_framesizes() Daniel Scally
2025-06-23 14:43 ` [PATCH v5 3/6] media: platform: rzg2l-cru: Use v4l2_get_link_freq() Daniel Scally
2025-06-23 14:43 ` [PATCH v5 4/6] media: platform: rzg2l-cru: Use v4l2_fill_pixfmt() Daniel Scally
2025-06-23 14:43 ` [PATCH v5 5/6] media: rzg2l-cru: Support multiple mbus codes per pixel format Daniel Scally
2025-06-23 14:43 ` [PATCH v5 6/6] media: platform: rzg2l-cru: Add support for RAW10/12/14 data Daniel Scally

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox