From: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
To: linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org,
linux-staging@lists.linux.dev
Cc: Paul Kocialkowski <paul.kocialkowski@bootlin.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
"Adam Pigg --to=linux-media @ vger . kernel . org"
<adam@piggz.co.uk>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [PATCH 0/9] media: sun6i-csi/isp: Implement MC I/O support
Date: Fri, 24 Mar 2023 16:11:40 +0100 [thread overview]
Message-ID: <20230324151149.2777981-1-paul.kocialkowski@bootlin.com> (raw)
This series is a follow-up to Adam Pigg's "suns6-csi changes to support
libcamera" series, with the same purpose.
As discussed in the original thread, it takes a different approach
and ensures input/output format matching is maintained without
regression.
New v4l2 format info is also added about unusual formats used by the
driver so that no specific logic is required to handle them.
The same functionality is also added to the sun6i-isp driver.
Paul Kocialkowski (9):
media: v4l2: Add RGB565X pixel format to v4l2 format info
media: v4l2: Add NV12_16L16 pixel format to v4l2 format info
media: v4l2: Introduce compressed pixel encoding definition and helper
media: v4l2: Add JPEG pixel format to v4l2 format info
media: sun6i-csi: capture: Rework and separate format validation
media: sun6i-csi: capture: Implement MC I/O with extended enum_fmt
media: sun6i-csi: capture: Implement enum_framesizes
media: sun6i-isp: capture: Implement MC I/O with extended enum_fmt
media: sun6i-isp: capture: Implement enum_framesizes
.../sunxi/sun6i-csi/sun6i_csi_capture.c | 157 ++++++++++++------
drivers/media/v4l2-core/v4l2-common.c | 6 +
.../media/sunxi/sun6i-isp/sun6i_isp_capture.c | 35 +++-
include/media/v4l2-common.h | 7 +
4 files changed, 154 insertions(+), 51 deletions(-)
--
2.39.2
next reply other threads:[~2023-03-24 15:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-24 15:11 Paul Kocialkowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-24 15:12 [PATCH 0/9] media: sun6i-csi/isp: Implement MC I/O support Paul Kocialkowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230324151149.2777981-1-paul.kocialkowski@bootlin.com \
--to=paul.kocialkowski@bootlin.com \
--cc=adam@piggz.co.uk \
--cc=jernej.skrabec@gmail.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=linux-sunxi@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=samuel@sholland.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox