All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mehdi Djait <mehdi.djait@linux.intel.com>
To: michael.riesch@collabora.com
Cc: "Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
	"Mauro Carvalho Chehab" <mchehab@kernel.org>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Kever Yang" <kever.yang@rock-chips.com>,
	"Jagan Teki" <jagan@amarulasolutions.com>,
	"Кузнецов Михаил" <mai.kuznetsov.misha@gmail.com>,
	"Charalampos Mitrodimas" <charmitro@posteo.net>,
	"Sebastian Reichel" <sebastian.reichel@collabora.com>,
	"Nicolas Dufresne" <nicolas.dufresne@collabora.com>,
	"Collabora Kernel Team" <kernel@collabora.com>,
	"Sakari Ailus" <sakari.ailus@linux.intel.com>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 3/9] media: rockchip: rkcif: add support for rk3588 vicap mipi capture
Date: Wed, 25 Mar 2026 18:38:10 +0100	[thread overview]
Message-ID: <acQdGy39-3H_nyKL@mdjait-mobl> (raw)
In-Reply-To: <20250430-rk3588-vicap-v3-3-e38e428868cc@collabora.com>

Hi Michael,

Thank you for the patch!

On Wed, Mar 25, 2026 at 12:51:08PM +0100, Michael Riesch via B4 Relay wrote:
> From: Michael Riesch <michael.riesch@collabora.com>
> 
> The RK3588 Video Capture (VICAP) unit features a Digital Video Port
> (DVP) and six MIPI CSI-2 capture interfaces. Add initial support
> for this variant to the rkcif driver and enable the MIPI CSI-2
> capture interfaces.
> 

Reviewed-by: Mehdi Djait <mehdi.djait@linux.intel.com>

> Signed-off-by: Michael Riesch <michael.riesch@collabora.com>
> ---
>  .../platform/rockchip/rkcif/rkcif-capture-mipi.c   | 141 +++++++++++++++++++++
>  .../platform/rockchip/rkcif/rkcif-capture-mipi.h   |   1 +
>  .../media/platform/rockchip/rkcif/rkcif-common.h   |   2 +-
>  drivers/media/platform/rockchip/rkcif/rkcif-dev.c  |  18 +++
>  4 files changed, 161 insertions(+), 1 deletion(-)

--
Kind Regards
Mehdi Djait


WARNING: multiple messages have this Message-ID (diff)
From: Mehdi Djait <mehdi.djait@linux.intel.com>
To: michael.riesch@collabora.com
Cc: "Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
	"Mauro Carvalho Chehab" <mchehab@kernel.org>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Kever Yang" <kever.yang@rock-chips.com>,
	"Jagan Teki" <jagan@amarulasolutions.com>,
	"Кузнецов Михаил" <mai.kuznetsov.misha@gmail.com>,
	"Charalampos Mitrodimas" <charmitro@posteo.net>,
	"Sebastian Reichel" <sebastian.reichel@collabora.com>,
	"Nicolas Dufresne" <nicolas.dufresne@collabora.com>,
	"Collabora Kernel Team" <kernel@collabora.com>,
	"Sakari Ailus" <sakari.ailus@linux.intel.com>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 3/9] media: rockchip: rkcif: add support for rk3588 vicap mipi capture
Date: Wed, 25 Mar 2026 18:38:10 +0100	[thread overview]
Message-ID: <acQdGy39-3H_nyKL@mdjait-mobl> (raw)
In-Reply-To: <20250430-rk3588-vicap-v3-3-e38e428868cc@collabora.com>

Hi Michael,

Thank you for the patch!

On Wed, Mar 25, 2026 at 12:51:08PM +0100, Michael Riesch via B4 Relay wrote:
> From: Michael Riesch <michael.riesch@collabora.com>
> 
> The RK3588 Video Capture (VICAP) unit features a Digital Video Port
> (DVP) and six MIPI CSI-2 capture interfaces. Add initial support
> for this variant to the rkcif driver and enable the MIPI CSI-2
> capture interfaces.
> 

Reviewed-by: Mehdi Djait <mehdi.djait@linux.intel.com>

> Signed-off-by: Michael Riesch <michael.riesch@collabora.com>
> ---
>  .../platform/rockchip/rkcif/rkcif-capture-mipi.c   | 141 +++++++++++++++++++++
>  .../platform/rockchip/rkcif/rkcif-capture-mipi.h   |   1 +
>  .../media/platform/rockchip/rkcif/rkcif-common.h   |   2 +-
>  drivers/media/platform/rockchip/rkcif/rkcif-dev.c  |  18 +++
>  4 files changed, 161 insertions(+), 1 deletion(-)

--
Kind Regards
Mehdi Djait

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

  reply	other threads:[~2026-03-25 17:38 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-25 11:51 [PATCH v3 0/9] media: rockchip: rkcif: add support for rk3588 vicap Michael Riesch
2026-03-25 11:51 ` Michael Riesch via B4 Relay
2026-03-25 11:51 ` Michael Riesch via B4 Relay
2026-03-25 11:51 ` [PATCH v3 1/9] Documentation: admin-guide: media: add " Michael Riesch
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51 ` [PATCH v3 2/9] media: dt-bindings: add rockchip " Michael Riesch
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 18:06   ` Conor Dooley
2026-03-25 18:06     ` Conor Dooley
2026-03-25 11:51 ` [PATCH v3 3/9] media: rockchip: rkcif: add support for rk3588 vicap mipi capture Michael Riesch
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 17:38   ` Mehdi Djait [this message]
2026-03-25 17:38     ` Mehdi Djait
2026-03-25 11:51 ` [PATCH DONOTMERGE v3 4/9] media: dt-bindings: rockchip,rk3568-mipi-csi2: add rk3588 compatible Michael Riesch
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51 ` [PATCH DONOTMERGE v3 5/9] arm64: dts: rockchip: add mipi csi-2 receiver nodes to rk3588 Michael Riesch
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51 ` [PATCH v3 6/9] arm64: dts: rockchip: add vicap node " Michael Riesch
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51 ` [PATCH v3 7/9] arm64: dts: rockchip: add radxa camera 4k on rock 5b+ cam0 Michael Riesch
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51 ` [PATCH v3 8/9] arm64: dts: rockchip: add radxa camera 4k on rock 5b+ cam1 Michael Riesch
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51 ` [PATCH v3 9/9] arm64: defconfig: enable designware mipi csi-2 receiver Michael Riesch
2026-03-25 11:51   ` Michael Riesch via B4 Relay
2026-03-25 11:51   ` Michael Riesch via B4 Relay

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=acQdGy39-3H_nyKL@mdjait-mobl \
    --to=mehdi.djait@linux.intel.com \
    --cc=charmitro@posteo.net \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=jagan@amarulasolutions.com \
    --cc=kernel@collabora.com \
    --cc=kever.yang@rock-chips.com \
    --cc=krzk+dt@kernel.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=mai.kuznetsov.misha@gmail.com \
    --cc=mchehab@kernel.org \
    --cc=michael.riesch@collabora.com \
    --cc=nicolas.dufresne@collabora.com \
    --cc=robh@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    --cc=sebastian.reichel@collabora.com \
    /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 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.