public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko@sntech.de>
To: "Mehdi Djait" <mehdi.djait@linux.intel.com>,
	"Maxime Chevallier" <maxime.chevallier@bootlin.com>,
	"Théo Lebrun" <theo.lebrun@bootlin.com>,
	"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
	"Gerald Loacker" <gerald.loacker@wolfvision.net>,
	"Bryan O'Donoghue" <bryan.odonoghue@linaro.org>,
	"Markus Elfring" <Markus.Elfring@web.de>,
	"Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
	"Mauro Carvalho Chehab" <mchehab@kernel.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Kever Yang" <kever.yang@rock-chips.com>,
	"Nicolas Dufresne" <nicolas.dufresne@collabora.com>,
	"Sebastian Reichel" <sebastian.reichel@collabora.com>,
	"Collabora Kernel Team" <kernel@collabora.com>,
	"Paul Kocialkowski" <paulk@sys-base.io>,
	"Alexander Shiyan" <eagle.alexander923@gmail.com>,
	"Val Packett" <val@packett.cool>, "Rob Herring" <robh@kernel.org>,
	"Philipp Zabel" <p.zabel@pengutronix.de>,
	"Sakari Ailus" <sakari.ailus@linux.intel.com>,
	michael.riesch@collabora.com
Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	Michael Riesch <michael.riesch@collabora.com>,
	Michael Riesch <michael.riesch@collabora.com>,
	Mehdi Djait <mehdi.djait@bootlin.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v15 00/14] media: rockchip: add a driver for the rockchip camera interface
Date: Sat, 15 Nov 2025 18:59:36 +0100	[thread overview]
Message-ID: <2678569.Lt9SDvczpP@diego> (raw)
In-Reply-To: <20240220-rk3568-vicap-v15-0-8f4915ee365d@collabora.com>

Am Freitag, 14. November 2025, 16:20:11 Mitteleuropäische Normalzeit schrieb Michael Riesch via B4 Relay:
> This series introduces support for the Rockchip Camera Interface (CIF),
> which is featured in many Rockchip SoCs in different variations.
> The series has now been around for a while and has received many comments
> and reviews. Thus, it should be ready for mainline by now.
> 
> The last issue we discussed (see thread to v14, link below) was the
> necessary integration of a mux subdevice, as the MIPI CSI-2 data can
> be passed to the ISP and/or to the VICAP on RK3568. In order to avoid
> any uAPI breakage, the MIPI CSI-2 receiver support has been removed in v15
> (following an off-list discussion with Sakari).
> 
> Therefore, the v15 of the series adds a media controller centric V4L2
> device driver for the Rockchip CIF with
>  - support for the PX30 VIP (not tested, though, due to the lack of HW)
>  - support for the RK3568 VICAP, including
>     - capturing frames from the DVP
>     - capturing frames from the MIPI CSI-2 receiver
>  - abstraction for the ping-pong scheme to allow for future extensions
>  - abstraction for the INTERFACE and CROP parts to allow for future
>    extensions
>  - initial support for different virtual channels (not tested, though,
>    due to the lack of HW)
> 
> Apart from that, there are no changes compared to v14.
> 
> Looking forward to your comments!

[...]

> Michael Riesch (12):
>       Documentation: admin-guide: media: add rockchip camera interface
>       media: dt-bindings: video-interfaces: add defines for sampling modes
>       media: dt-bindings: add rockchip rk3568 vicap
>       media: rockchip: add driver for the rockchip camera interface
>       media: rockchip: rkcif: add abstraction for interface and crop blocks
>       media: rockchip: rkcif: add abstraction for dma blocks
>       media: rockchip: rkcif: add support for px30 vip dvp capture
>       media: rockchip: rkcif: add support for rk3568 vicap dvp capture
>       media: rockchip: rkcif: add support for rk3568 vicap mipi capture

for people playing along at home, patches 1-10 seems to have been merged
into the media-committers tree [0]


[0] https://gitlab.freedesktop.org/linux-media/media-committers/-/commit/1f2353f5a1af995efbf7bea44341aa0d03460b28
    that commit and backwards in the history



>       arm64: defconfig: enable rockchip camera interface
>       arm64: dts: rockchip: add vicap node to rk356x
>       arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander





  parent reply	other threads:[~2025-11-15 18:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-14 15:20 [PATCH v15 00/14] media: rockchip: add a driver for the rockchip camera interface Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 01/14] Documentation: admin-guide: media: add " Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 02/14] media: dt-bindings: video-interfaces: add defines for sampling modes Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 03/14] media: dt-bindings: add rockchip px30 vip Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 04/14] media: dt-bindings: add rockchip rk3568 vicap Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 05/14] media: rockchip: add driver for the rockchip camera interface Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 06/14] media: rockchip: rkcif: add abstraction for interface and crop blocks Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 07/14] media: rockchip: rkcif: add abstraction for dma blocks Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 08/14] media: rockchip: rkcif: add support for px30 vip dvp capture Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 09/14] media: rockchip: rkcif: add support for rk3568 vicap " Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 10/14] media: rockchip: rkcif: add support for rk3568 vicap mipi capture Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 11/14] arm64: defconfig: enable rockchip camera interface Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 12/14] arm64: dts: rockchip: add the vip node to px30 Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 13/14] arm64: dts: rockchip: add vicap node to rk356x Michael Riesch via B4 Relay
2025-11-14 15:20 ` [PATCH v15 14/14] arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander Michael Riesch via B4 Relay
2025-11-15 17:59 ` Heiko Stübner [this message]
2025-11-15 23:43 ` (subset) [PATCH v15 00/14] media: rockchip: add a driver for the rockchip camera interface Heiko Stuebner

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=2678569.Lt9SDvczpP@diego \
    --to=heiko@sntech.de \
    --cc=Markus.Elfring@web.de \
    --cc=bryan.odonoghue@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=eagle.alexander923@gmail.com \
    --cc=gerald.loacker@wolfvision.net \
    --cc=kernel@collabora.com \
    --cc=kever.yang@rock-chips.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=maxime.chevallier@bootlin.com \
    --cc=mchehab@kernel.org \
    --cc=mehdi.djait@bootlin.com \
    --cc=mehdi.djait@linux.intel.com \
    --cc=michael.riesch@collabora.com \
    --cc=nicolas.dufresne@collabora.com \
    --cc=p.zabel@pengutronix.de \
    --cc=paulk@sys-base.io \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    --cc=sebastian.reichel@collabora.com \
    --cc=theo.lebrun@bootlin.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=val@packett.cool \
    /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