All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Extend RAW format support for rzg2l-cru driver
@ 2024-12-02 14:58 Daniel Scally
  2024-12-02 14:58 ` [PATCH v3 1/5] media: v4l2: Add Renesas Camera Receiver Unit pixel formats Daniel Scally
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Daniel Scally @ 2024-12-02 14:58 UTC (permalink / raw)
  To: linux-media
  Cc: hverkuil-cisco, sakari.ailus, laurent.pinchart,
	prabhakar.mahadev-lad.rj, jacopo.mondi, isaac.scott,
	Daniel Scally

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

-- 
2.34.1


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

end of thread, other threads:[~2024-12-16 13:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02 14:58 [PATCH v3 0/5] Extend RAW format support for rzg2l-cru driver Daniel Scally
2024-12-02 14:58 ` [PATCH v3 1/5] media: v4l2: Add Renesas Camera Receiver Unit pixel formats Daniel Scally
2024-12-02 17:41   ` Laurent Pinchart
2024-12-16 13:17   ` Lad, Prabhakar
2024-12-02 14:58 ` [PATCH v3 2/5] media: platform: rzg2l-cru: Use v4l2_get_link_freq() Daniel Scally
2024-12-03  6:26   ` kernel test robot
2024-12-02 14:58 ` [PATCH v3 3/5] media: platform: rzg2l-cru: Use v4l2_fill_pixfmt() Daniel Scally
2024-12-02 14:58 ` [PATCH v3 4/5] media: rzg2l-cru: Support multiple mbus codes per pixel format Daniel Scally
2024-12-03 11:19   ` Laurent Pinchart
2024-12-16 13:18   ` Lad, Prabhakar
2024-12-02 14:58 ` [PATCH v3 5/5] media: platform: rzg2l-cru: Add support for RAW10/12/14 data Daniel Scally

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.