linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rcar-vin: add R-Car gen2 fallback compatibility string
@ 2016-07-25 19:19 Sergei Shtylyov
  2016-07-26  6:05 ` Niklas Söderlund
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2016-07-25 19:19 UTC (permalink / raw)
  To: mchehab, linux-media; +Cc: linux-renesas-soc

Such fallback string is present in the 'soc_camera' version of the R-Car VIN
driver, so need  to add it here as well...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against the 'media_tree.git' repo's 'master' branch.
This patch conflicts with Niklas Soderlund's former patch "[media] rcar-vin:
add  Gen2 and Gen3 fallback compatibility strings"), I got his consent about
splitting the gen2 part  of that patch to a separate patch...

 drivers/media/platform/rcar-vin/rcar-core.c |    1 +
 1 file changed, 1 insertion(+)

Index: media_tree/drivers/media/platform/rcar-vin/rcar-core.c
===================================================================
--- media_tree.orig/drivers/media/platform/rcar-vin/rcar-core.c
+++ media_tree/drivers/media/platform/rcar-vin/rcar-core.c
@@ -209,6 +209,7 @@ static const struct of_device_id rvin_of
 	{ .compatible = "renesas,vin-r8a7790", .data = (void *)RCAR_GEN2 },
 	{ .compatible = "renesas,vin-r8a7779", .data = (void *)RCAR_H1 },
 	{ .compatible = "renesas,vin-r8a7778", .data = (void *)RCAR_M1 },
+	{ .compatible = "renesas,rcar-gen2-vin", .data = (void *)RCAR_GEN2 },
 	{ },
 };
 MODULE_DEVICE_TABLE(of, rvin_of_id_table);


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

* Re: [PATCH] rcar-vin: add R-Car gen2 fallback compatibility string
  2016-07-25 19:19 [PATCH] rcar-vin: add R-Car gen2 fallback compatibility string Sergei Shtylyov
@ 2016-07-26  6:05 ` Niklas Söderlund
  2016-07-26 10:00   ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Niklas Söderlund @ 2016-07-26  6:05 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: mchehab, linux-media, linux-renesas-soc

On 2016-07-25 22:19:33 +0300, Sergei Shtylyov wrote:
> Such fallback string is present in the 'soc_camera' version of the R-Car VIN
> driver, so need  to add it here as well...
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> 
> ---
> This patch is against the 'media_tree.git' repo's 'master' branch.
> This patch conflicts with Niklas Soderlund's former patch "[media] rcar-vin:
> add  Gen2 and Gen3 fallback compatibility strings"), I got his consent about
> splitting the gen2 part  of that patch to a separate patch...
> 
>  drivers/media/platform/rcar-vin/rcar-core.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: media_tree/drivers/media/platform/rcar-vin/rcar-core.c
> ===================================================================
> --- media_tree.orig/drivers/media/platform/rcar-vin/rcar-core.c
> +++ media_tree/drivers/media/platform/rcar-vin/rcar-core.c
> @@ -209,6 +209,7 @@ static const struct of_device_id rvin_of
>  	{ .compatible = "renesas,vin-r8a7790", .data = (void *)RCAR_GEN2 },
>  	{ .compatible = "renesas,vin-r8a7779", .data = (void *)RCAR_H1 },
>  	{ .compatible = "renesas,vin-r8a7778", .data = (void *)RCAR_M1 },
> +	{ .compatible = "renesas,rcar-gen2-vin", .data = (void *)RCAR_GEN2 },
>  	{ },
>  };
>  MODULE_DEVICE_TABLE(of, rvin_of_id_table);
> 

-- 
Regards,
Niklas Söderlund

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

* Re: [PATCH] rcar-vin: add R-Car gen2 fallback compatibility string
  2016-07-26  6:05 ` Niklas Söderlund
@ 2016-07-26 10:00   ` Sergei Shtylyov
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2016-07-26 10:00 UTC (permalink / raw)
  To: Niklas Söderlund; +Cc: mchehab, linux-media, linux-renesas-soc

On 7/26/2016 9:05 AM, Niklas Söderlund wrote:

>> Such fallback string is present in the 'soc_camera' version of the R-Car VIN
>> driver, so need  to add it here as well...
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

    Thanks and sorry for forgetting to CC you.

MBR, Sergei


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

end of thread, other threads:[~2016-07-26 10:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-25 19:19 [PATCH] rcar-vin: add R-Car gen2 fallback compatibility string Sergei Shtylyov
2016-07-26  6:05 ` Niklas Söderlund
2016-07-26 10:00   ` Sergei Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).