public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] suns6-csi changes to support libcamera
@ 2023-01-06 19:40 adam
  2023-01-06 19:40 ` [PATCH 1/3] media: sun6i-csi: merge sun6i_csi_formats and sun6i_csi_formats_match adam
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: adam @ 2023-01-06 19:40 UTC (permalink / raw)
  To: linux-media
  Cc: yong.deng, mchehab, linux-sunxi, paul.kocialkowski,
	laurent.pinchart, Adam Pigg

From: Adam Pigg <adam@piggz.co.uk>

This 3 patch set adds V4L2_CAP_IO_MC and vidioc_enum_framesizes support
to the sun6i-csi driver, allowing the Pinephone rear camera (ov5640) to
be supported.

These have been developed with the guidance of Laurent Pinchart, and
been tested by capturing frames from the libcamera cam utility.

In addition to these, a patch to change the v4l gain mode in the ov5640
driver, and the 2 format propagation patches all by Laurnet are
required.

Adam Pigg (3):
  media: sun6i-csi: merge sun6i_csi_formats and sun6i_csi_formats_match
  media: sun6i-csi: implement V4L2_CAP_IO_MC
  media: sun6i-csi: implement vidioc_enum_framesizes

 .../sunxi/sun6i-csi/sun6i_csi_capture.c       | 215 +++++++++---------
 .../sunxi/sun6i-csi/sun6i_csi_capture.h       |   6 +-
 2 files changed, 103 insertions(+), 118 deletions(-)

-- 
2.39.0


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

end of thread, other threads:[~2023-03-25 23:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06 19:40 [PATCH 0/3] suns6-csi changes to support libcamera adam
2023-01-06 19:40 ` [PATCH 1/3] media: sun6i-csi: merge sun6i_csi_formats and sun6i_csi_formats_match adam
2023-01-06 23:31   ` Laurent Pinchart
2023-01-08 18:23     ` Adam Pigg
2023-01-08 20:26       ` Laurent Pinchart
2023-02-17 18:20         ` Laurent Pinchart
2023-02-22 10:39           ` Paul Kocialkowski
2023-03-21 17:50             ` Adam Pigg
2023-03-23 12:55               ` Paul Kocialkowski
2023-03-25 23:17             ` Laurent Pinchart
2023-01-06 19:40 ` [PATCH 2/3] media: sun6i-csi: implement V4L2_CAP_IO_MC adam
2023-01-06 23:34   ` Laurent Pinchart
2023-01-06 19:40 ` [PATCH 3/3] media: sun6i-csi: implement vidioc_enum_framesizes adam
2023-01-06 23:35   ` Laurent Pinchart
2023-02-22 10:43     ` Paul Kocialkowski
2023-03-25 23:12       ` Laurent Pinchart
2023-01-06 23:10 ` [PATCH 0/3] suns6-csi changes to support libcamera piggz1
2023-01-07  8:43   ` Adam Pigg

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