All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: rcar-isp: Add support for R-Car V4H
@ 2023-02-11 14:54 Niklas Söderlund
  2023-04-25 23:12 ` Niklas Söderlund
  2023-05-09 19:08 ` Niklas Söderlund
  0 siblings, 2 replies; 3+ messages in thread
From: Niklas Söderlund @ 2023-02-11 14:54 UTC (permalink / raw)
  To: Hans Verkuil, linux-media; +Cc: linux-renesas-soc, Niklas Söderlund

Add support for R-Car V4H. The ISP Channel Selector is used to route
channels to the different VIN modules. The ISP CS found in the V4H is
very similar to the one found on the V3U.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---
 drivers/media/platform/renesas/rcar-isp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/platform/renesas/rcar-isp.c b/drivers/media/platform/renesas/rcar-isp.c
index 10b3474f93a4..ed9d8ca56730 100644
--- a/drivers/media/platform/renesas/rcar-isp.c
+++ b/drivers/media/platform/renesas/rcar-isp.c
@@ -433,6 +433,7 @@ static int risp_probe_resources(struct rcar_isp *isp,
 
 static const struct of_device_id risp_of_id_table[] = {
 	{ .compatible = "renesas,r8a779a0-isp" },
+	{ .compatible = "renesas,r8a779g0-isp" },
 	{ /* sentinel */ },
 };
 MODULE_DEVICE_TABLE(of, risp_of_id_table);
-- 
2.39.1


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

* Re: [PATCH] media: rcar-isp: Add support for R-Car V4H
  2023-02-11 14:54 [PATCH] media: rcar-isp: Add support for R-Car V4H Niklas Söderlund
@ 2023-04-25 23:12 ` Niklas Söderlund
  2023-05-09 19:08 ` Niklas Söderlund
  1 sibling, 0 replies; 3+ messages in thread
From: Niklas Söderlund @ 2023-04-25 23:12 UTC (permalink / raw)
  To: Hans Verkuil, linux-media; +Cc: linux-renesas-soc

Hi Hans,

gentle ping on this patch.

On 2023-02-11 15:54:36 +0100, Niklas Söderlund wrote:
> Add support for R-Car V4H. The ISP Channel Selector is used to route
> channels to the different VIN modules. The ISP CS found in the V4H is
> very similar to the one found on the V3U.
> 
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> ---
>  drivers/media/platform/renesas/rcar-isp.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/media/platform/renesas/rcar-isp.c b/drivers/media/platform/renesas/rcar-isp.c
> index 10b3474f93a4..ed9d8ca56730 100644
> --- a/drivers/media/platform/renesas/rcar-isp.c
> +++ b/drivers/media/platform/renesas/rcar-isp.c
> @@ -433,6 +433,7 @@ static int risp_probe_resources(struct rcar_isp *isp,
>  
>  static const struct of_device_id risp_of_id_table[] = {
>  	{ .compatible = "renesas,r8a779a0-isp" },
> +	{ .compatible = "renesas,r8a779g0-isp" },
>  	{ /* sentinel */ },
>  };
>  MODULE_DEVICE_TABLE(of, risp_of_id_table);
> -- 
> 2.39.1
> 

-- 
Kind Regards,
Niklas Söderlund

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

* Re: [PATCH] media: rcar-isp: Add support for R-Car V4H
  2023-02-11 14:54 [PATCH] media: rcar-isp: Add support for R-Car V4H Niklas Söderlund
  2023-04-25 23:12 ` Niklas Söderlund
@ 2023-05-09 19:08 ` Niklas Söderlund
  1 sibling, 0 replies; 3+ messages in thread
From: Niklas Söderlund @ 2023-05-09 19:08 UTC (permalink / raw)
  To: Hans Verkuil, linux-media; +Cc: linux-renesas-soc

Hi Hans,

A gentle ping on this patch, the binding was merged in v6.4-rc1.

On 2023-02-11 15:54:36 +0100, Niklas Söderlund wrote:
> Add support for R-Car V4H. The ISP Channel Selector is used to route
> channels to the different VIN modules. The ISP CS found in the V4H is
> very similar to the one found on the V3U.
> 
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> ---
>  drivers/media/platform/renesas/rcar-isp.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/media/platform/renesas/rcar-isp.c b/drivers/media/platform/renesas/rcar-isp.c
> index 10b3474f93a4..ed9d8ca56730 100644
> --- a/drivers/media/platform/renesas/rcar-isp.c
> +++ b/drivers/media/platform/renesas/rcar-isp.c
> @@ -433,6 +433,7 @@ static int risp_probe_resources(struct rcar_isp *isp,
>  
>  static const struct of_device_id risp_of_id_table[] = {
>  	{ .compatible = "renesas,r8a779a0-isp" },
> +	{ .compatible = "renesas,r8a779g0-isp" },
>  	{ /* sentinel */ },
>  };
>  MODULE_DEVICE_TABLE(of, risp_of_id_table);
> -- 
> 2.39.1
> 

-- 
Kind Regards,
Niklas Söderlund

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

end of thread, other threads:[~2023-05-09 19:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11 14:54 [PATCH] media: rcar-isp: Add support for R-Car V4H Niklas Söderlund
2023-04-25 23:12 ` Niklas Söderlund
2023-05-09 19:08 ` Niklas Söderlund

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.