All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] media: rcar-vin: Kconfig: Update Kconfig
@ 2020-09-11 10:14 Lad Prabhakar
  2020-09-11 10:14 ` [PATCH 1/2] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_CSI2 config Lad Prabhakar
  2020-09-11 10:14 ` [PATCH 2/2] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_VIN config Lad Prabhakar
  0 siblings, 2 replies; 4+ messages in thread
From: Lad Prabhakar @ 2020-09-11 10:14 UTC (permalink / raw)
  To: Geert Uytterhoeven, Niklas Söderlund, Mauro Carvalho Chehab,
	Hans Verkuil, linux-media
  Cc: linux-kernel, linux-renesas-soc, Lad Prabhakar, Prabhakar

Hi All,

This is trivial patch series updating the rcar-vin Kconfig to
include Renesas RZ/Gx SoC's

Cheers,
Prabhakar

Lad Prabhakar (2):
  media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_CSI2
    config
  media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_VIN
    config

 drivers/media/platform/rcar-vin/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.17.1


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

* [PATCH 1/2] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_CSI2 config
  2020-09-11 10:14 [PATCH 0/2] media: rcar-vin: Kconfig: Update Kconfig Lad Prabhakar
@ 2020-09-11 10:14 ` Lad Prabhakar
  2020-09-12 11:48   ` Niklas Söderlund
  2020-09-11 10:14 ` [PATCH 2/2] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_VIN config Lad Prabhakar
  1 sibling, 1 reply; 4+ messages in thread
From: Lad Prabhakar @ 2020-09-11 10:14 UTC (permalink / raw)
  To: Geert Uytterhoeven, Niklas Söderlund, Mauro Carvalho Chehab,
	Hans Verkuil, linux-media
  Cc: linux-kernel, linux-renesas-soc, Lad Prabhakar, Prabhakar

rcar-csi2 driver is also used on Renesas RZ/G2 SoC's, update the
same to reflect the description for VIDEO_RCAR_CSI2 config.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
---
 drivers/media/platform/rcar-vin/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/rcar-vin/Kconfig b/drivers/media/platform/rcar-vin/Kconfig
index ca0d906dce2f..2669c13a0423 100644
--- a/drivers/media/platform/rcar-vin/Kconfig
+++ b/drivers/media/platform/rcar-vin/Kconfig
@@ -9,7 +9,7 @@ config VIDEO_RCAR_CSI2
 	select V4L2_FWNODE
 	help
 	  Support for Renesas R-Car MIPI CSI-2 receiver.
-	  Supports R-Car Gen3 SoCs.
+	  Supports R-Car Gen3 and RZ/G2 SoCs.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called rcar-csi2.
-- 
2.17.1


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

* [PATCH 2/2] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_VIN config
  2020-09-11 10:14 [PATCH 0/2] media: rcar-vin: Kconfig: Update Kconfig Lad Prabhakar
  2020-09-11 10:14 ` [PATCH 1/2] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_CSI2 config Lad Prabhakar
@ 2020-09-11 10:14 ` Lad Prabhakar
  1 sibling, 0 replies; 4+ messages in thread
From: Lad Prabhakar @ 2020-09-11 10:14 UTC (permalink / raw)
  To: Geert Uytterhoeven, Niklas Söderlund, Mauro Carvalho Chehab,
	Hans Verkuil, linux-media
  Cc: linux-kernel, linux-renesas-soc, Lad Prabhakar, Prabhakar

rcar-vin driver is also used on Renesas RZ/G{1,2} SoC's, update the same
to reflect the help description for and VIDEO_RCAR_VIN config.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
---
 drivers/media/platform/rcar-vin/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/rcar-vin/Kconfig b/drivers/media/platform/rcar-vin/Kconfig
index 2669c13a0423..030312d862e7 100644
--- a/drivers/media/platform/rcar-vin/Kconfig
+++ b/drivers/media/platform/rcar-vin/Kconfig
@@ -24,7 +24,7 @@ config VIDEO_RCAR_VIN
 	select V4L2_FWNODE
 	help
 	  Support for Renesas R-Car Video Input (VIN) driver.
-	  Supports R-Car Gen2 and Gen3 SoCs.
+	  Supports R-Car Gen{2,3} and RZ/G{1,2} SoCs.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called rcar-vin.
-- 
2.17.1


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

* Re: [PATCH 1/2] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_CSI2 config
  2020-09-11 10:14 ` [PATCH 1/2] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_CSI2 config Lad Prabhakar
@ 2020-09-12 11:48   ` Niklas Söderlund
  0 siblings, 0 replies; 4+ messages in thread
From: Niklas Söderlund @ 2020-09-12 11:48 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Geert Uytterhoeven, Mauro Carvalho Chehab, Hans Verkuil,
	linux-media, linux-kernel, linux-renesas-soc, Prabhakar

Hi Lad,

Thanks for your patch.

On 2020-09-11 11:14:21 +0100, Lad Prabhakar wrote:
> rcar-csi2 driver is also used on Renesas RZ/G2 SoC's, update the
> same to reflect the description for VIDEO_RCAR_CSI2 config.

The commit message in this and 2/2 are a bit inconsistent, how about 
something like this?

The rcar-csi2 driver also supports RZ/G2 SoC's, update the description 
to reflect this.

With the commit message fixed for both patches,

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

> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
> ---
>  drivers/media/platform/rcar-vin/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/rcar-vin/Kconfig b/drivers/media/platform/rcar-vin/Kconfig
> index ca0d906dce2f..2669c13a0423 100644
> --- a/drivers/media/platform/rcar-vin/Kconfig
> +++ b/drivers/media/platform/rcar-vin/Kconfig
> @@ -9,7 +9,7 @@ config VIDEO_RCAR_CSI2
>  	select V4L2_FWNODE
>  	help
>  	  Support for Renesas R-Car MIPI CSI-2 receiver.
> -	  Supports R-Car Gen3 SoCs.
> +	  Supports R-Car Gen3 and RZ/G2 SoCs.
>  
>  	  To compile this driver as a module, choose M here: the
>  	  module will be called rcar-csi2.
> -- 
> 2.17.1
> 

-- 
Regards,
Niklas Söderlund

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

end of thread, other threads:[~2020-09-12 11:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11 10:14 [PATCH 0/2] media: rcar-vin: Kconfig: Update Kconfig Lad Prabhakar
2020-09-11 10:14 ` [PATCH 1/2] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_CSI2 config Lad Prabhakar
2020-09-12 11:48   ` Niklas Söderlund
2020-09-11 10:14 ` [PATCH 2/2] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_VIN config Lad Prabhakar

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.