linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add VIN/CSI-2 support
@ 2019-10-15 10:57 Biju Das
  2019-10-15 10:57 ` [PATCH 1/4] media: dt-bindings: rcar-vin: Add R8A774B1 support Biju Das
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Biju Das @ 2019-10-15 10:57 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Mark Rutland
  Cc: Biju Das, Niklas Söderlund, Hans Verkuil, linux-media,
	linux-renesas-soc, devicetree, Geert Uytterhoeven, Simon Horman,
	Chris Paterson, Fabrizio Castro

This patch series add VIN/CSI-2 driver support for RZ/G2N SoC.

Biju Das (4):
  media: dt-bindings: rcar-vin: Add R8A774B1 support
  media: dt-bindings: rcar-csi2: Add R8A774B1 support
  media: rcar-vin: Enable support for R8A774B1
  media: rcar-csi2: Enable support for R8A774B1

 Documentation/devicetree/bindings/media/renesas,csi2.txt | 1 +
 Documentation/devicetree/bindings/media/renesas,vin.txt  | 1 +
 drivers/media/platform/rcar-vin/rcar-core.c              | 4 ++++
 drivers/media/platform/rcar-vin/rcar-csi2.c              | 4 ++++
 4 files changed, 10 insertions(+)

-- 
2.7.4


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

* [PATCH 1/4] media: dt-bindings: rcar-vin: Add R8A774B1 support
  2019-10-15 10:57 [PATCH 0/4] Add VIN/CSI-2 support Biju Das
@ 2019-10-15 10:57 ` Biju Das
  2019-10-16  7:13   ` Geert Uytterhoeven
  2019-10-27 21:18   ` Rob Herring
  2019-10-15 10:57 ` [PATCH 2/4] media: dt-bindings: rcar-csi2: " Biju Das
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 12+ messages in thread
From: Biju Das @ 2019-10-15 10:57 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Mark Rutland
  Cc: Biju Das, Niklas Söderlund, Hans Verkuil, linux-media,
	linux-renesas-soc, devicetree, Geert Uytterhoeven, Simon Horman,
	Chris Paterson, Fabrizio Castro

Document support for the VIN module in the Renesas RZ/G2N (R8A774B1) SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/media/renesas,vin.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/media/renesas,vin.txt b/Documentation/devicetree/bindings/media/renesas,vin.txt
index aa217b0..103faad 100644
--- a/Documentation/devicetree/bindings/media/renesas,vin.txt
+++ b/Documentation/devicetree/bindings/media/renesas,vin.txt
@@ -14,6 +14,7 @@ on Gen3 and RZ/G2 platforms to a CSI-2 receiver.
    - "renesas,vin-r8a7744" for the R8A7744 device
    - "renesas,vin-r8a7745" for the R8A7745 device
    - "renesas,vin-r8a774a1" for the R8A774A1 device
+   - "renesas,vin-r8a774b1" for the R8A774B1 device
    - "renesas,vin-r8a774c0" for the R8A774C0 device
    - "renesas,vin-r8a7778" for the R8A7778 device
    - "renesas,vin-r8a7779" for the R8A7779 device
-- 
2.7.4


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

* [PATCH 2/4] media: dt-bindings: rcar-csi2: Add R8A774B1 support
  2019-10-15 10:57 [PATCH 0/4] Add VIN/CSI-2 support Biju Das
  2019-10-15 10:57 ` [PATCH 1/4] media: dt-bindings: rcar-vin: Add R8A774B1 support Biju Das
@ 2019-10-15 10:57 ` Biju Das
  2019-10-16  7:14   ` Geert Uytterhoeven
  2019-10-27 21:18   ` Rob Herring
  2019-10-15 10:57 ` [PATCH 3/4] media: rcar-vin: Enable support for R8A774B1 Biju Das
                   ` (2 subsequent siblings)
  4 siblings, 2 replies; 12+ messages in thread
From: Biju Das @ 2019-10-15 10:57 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Mark Rutland
  Cc: Biju Das, Niklas Söderlund, Hans Verkuil, linux-media,
	linux-renesas-soc, devicetree, Geert Uytterhoeven, Simon Horman,
	Chris Paterson, Fabrizio Castro

Add the compatible string for RZ/G2N (R8A774B1) to the list of supported
SoCs.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/media/renesas,csi2.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/media/renesas,csi2.txt b/Documentation/devicetree/bindings/media/renesas,csi2.txt
index 3314092..2da6f60 100644
--- a/Documentation/devicetree/bindings/media/renesas,csi2.txt
+++ b/Documentation/devicetree/bindings/media/renesas,csi2.txt
@@ -9,6 +9,7 @@ Mandatory properties
 --------------------
  - compatible: Must be one or more of the following
    - "renesas,r8a774a1-csi2" for the R8A774A1 device.
+   - "renesas,r8a774b1-csi2" for the R8A774B1 device.
    - "renesas,r8a774c0-csi2" for the R8A774C0 device.
    - "renesas,r8a7795-csi2" for the R8A7795 device.
    - "renesas,r8a7796-csi2" for the R8A7796 device.
-- 
2.7.4


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

* [PATCH 3/4] media: rcar-vin: Enable support for R8A774B1
  2019-10-15 10:57 [PATCH 0/4] Add VIN/CSI-2 support Biju Das
  2019-10-15 10:57 ` [PATCH 1/4] media: dt-bindings: rcar-vin: Add R8A774B1 support Biju Das
  2019-10-15 10:57 ` [PATCH 2/4] media: dt-bindings: rcar-csi2: " Biju Das
@ 2019-10-15 10:57 ` Biju Das
  2019-10-16  7:14   ` Geert Uytterhoeven
  2019-10-15 10:57 ` [PATCH 4/4] media: rcar-csi2: " Biju Das
  2019-10-20 22:05 ` [PATCH 0/4] Add VIN/CSI-2 support Niklas Söderlund
  4 siblings, 1 reply; 12+ messages in thread
From: Biju Das @ 2019-10-15 10:57 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Biju Das, Niklas Söderlund, Hans Verkuil, linux-media,
	linux-renesas-soc, Geert Uytterhoeven, Simon Horman,
	Chris Paterson, Fabrizio Castro

Add the SoC specific information for RZ/G2N(R8A774B1) SoC.
The VIN module of RZ/G2N is similar to R-Car M3-N.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 drivers/media/platform/rcar-vin/rcar-core.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/media/platform/rcar-vin/rcar-core.c b/drivers/media/platform/rcar-vin/rcar-core.c
index 6993484..9360219 100644
--- a/drivers/media/platform/rcar-vin/rcar-core.c
+++ b/drivers/media/platform/rcar-vin/rcar-core.c
@@ -1207,6 +1207,10 @@ static const struct of_device_id rvin_of_id_table[] = {
 		.data = &rcar_info_r8a7796,
 	},
 	{
+		.compatible = "renesas,vin-r8a774b1",
+		.data = &rcar_info_r8a77965,
+	},
+	{
 		.compatible = "renesas,vin-r8a774c0",
 		.data = &rcar_info_r8a77990,
 	},
-- 
2.7.4


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

* [PATCH 4/4] media: rcar-csi2: Enable support for R8A774B1
  2019-10-15 10:57 [PATCH 0/4] Add VIN/CSI-2 support Biju Das
                   ` (2 preceding siblings ...)
  2019-10-15 10:57 ` [PATCH 3/4] media: rcar-vin: Enable support for R8A774B1 Biju Das
@ 2019-10-15 10:57 ` Biju Das
  2019-10-16  7:14   ` Geert Uytterhoeven
  2019-10-20 22:05 ` [PATCH 0/4] Add VIN/CSI-2 support Niklas Söderlund
  4 siblings, 1 reply; 12+ messages in thread
From: Biju Das @ 2019-10-15 10:57 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Biju Das, Niklas Söderlund, Hans Verkuil, linux-media,
	linux-renesas-soc, Geert Uytterhoeven, Simon Horman,
	Chris Paterson, Fabrizio Castro

Add the MIPI CSI-2 driver support for RZ/G2N(R8A774B1) SoC.
The CSI-2 module of RZ/G2N is similar to R-Car M3-N.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 drivers/media/platform/rcar-vin/rcar-csi2.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/media/platform/rcar-vin/rcar-csi2.c b/drivers/media/platform/rcar-vin/rcar-csi2.c
index c14af1b..faa9fb2 100644
--- a/drivers/media/platform/rcar-vin/rcar-csi2.c
+++ b/drivers/media/platform/rcar-vin/rcar-csi2.c
@@ -1082,6 +1082,10 @@ static const struct of_device_id rcar_csi2_of_table[] = {
 		.data = &rcar_csi2_info_r8a7796,
 	},
 	{
+		.compatible = "renesas,r8a774b1-csi2",
+		.data = &rcar_csi2_info_r8a77965,
+	},
+	{
 		.compatible = "renesas,r8a774c0-csi2",
 		.data = &rcar_csi2_info_r8a77990,
 	},
-- 
2.7.4


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

* Re: [PATCH 1/4] media: dt-bindings: rcar-vin: Add R8A774B1 support
  2019-10-15 10:57 ` [PATCH 1/4] media: dt-bindings: rcar-vin: Add R8A774B1 support Biju Das
@ 2019-10-16  7:13   ` Geert Uytterhoeven
  2019-10-27 21:18   ` Rob Herring
  1 sibling, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2019-10-16  7:13 UTC (permalink / raw)
  To: Biju Das
  Cc: Mauro Carvalho Chehab, Rob Herring, Mark Rutland,
	Niklas Söderlund, Hans Verkuil, Linux Media Mailing List,
	Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro

On Tue, Oct 15, 2019 at 12:58 PM Biju Das <biju.das@bp.renesas.com> wrote:
> Document support for the VIN module in the Renesas RZ/G2N (R8A774B1) SoC.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 2/4] media: dt-bindings: rcar-csi2: Add R8A774B1 support
  2019-10-15 10:57 ` [PATCH 2/4] media: dt-bindings: rcar-csi2: " Biju Das
@ 2019-10-16  7:14   ` Geert Uytterhoeven
  2019-10-27 21:18   ` Rob Herring
  1 sibling, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2019-10-16  7:14 UTC (permalink / raw)
  To: Biju Das
  Cc: Mauro Carvalho Chehab, Rob Herring, Mark Rutland,
	Niklas Söderlund, Hans Verkuil, Linux Media Mailing List,
	Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro

On Tue, Oct 15, 2019 at 12:58 PM Biju Das <biju.das@bp.renesas.com> wrote:
> Add the compatible string for RZ/G2N (R8A774B1) to the list of supported
> SoCs.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 3/4] media: rcar-vin: Enable support for R8A774B1
  2019-10-15 10:57 ` [PATCH 3/4] media: rcar-vin: Enable support for R8A774B1 Biju Das
@ 2019-10-16  7:14   ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2019-10-16  7:14 UTC (permalink / raw)
  To: Biju Das
  Cc: Mauro Carvalho Chehab, Niklas Söderlund, Hans Verkuil,
	Linux Media Mailing List, Linux-Renesas, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro

On Tue, Oct 15, 2019 at 12:58 PM Biju Das <biju.das@bp.renesas.com> wrote:
> Add the SoC specific information for RZ/G2N(R8A774B1) SoC.
> The VIN module of RZ/G2N is similar to R-Car M3-N.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 4/4] media: rcar-csi2: Enable support for R8A774B1
  2019-10-15 10:57 ` [PATCH 4/4] media: rcar-csi2: " Biju Das
@ 2019-10-16  7:14   ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2019-10-16  7:14 UTC (permalink / raw)
  To: Biju Das
  Cc: Mauro Carvalho Chehab, Niklas Söderlund, Hans Verkuil,
	Linux Media Mailing List, Linux-Renesas, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro

On Tue, Oct 15, 2019 at 12:58 PM Biju Das <biju.das@bp.renesas.com> wrote:
> Add the MIPI CSI-2 driver support for RZ/G2N(R8A774B1) SoC.
> The CSI-2 module of RZ/G2N is similar to R-Car M3-N.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 0/4] Add VIN/CSI-2 support
  2019-10-15 10:57 [PATCH 0/4] Add VIN/CSI-2 support Biju Das
                   ` (3 preceding siblings ...)
  2019-10-15 10:57 ` [PATCH 4/4] media: rcar-csi2: " Biju Das
@ 2019-10-20 22:05 ` Niklas Söderlund
  4 siblings, 0 replies; 12+ messages in thread
From: Niklas Söderlund @ 2019-10-20 22:05 UTC (permalink / raw)
  To: Biju Das
  Cc: Mauro Carvalho Chehab, Rob Herring, Mark Rutland, Hans Verkuil,
	linux-media, linux-renesas-soc, devicetree, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro

Hi Biju,

Thanks for your work.

On 2019-10-15 11:57:54 +0100, Biju Das wrote:
> This patch series add VIN/CSI-2 driver support for RZ/G2N SoC.

For the whole series,

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

> 
> Biju Das (4):
>   media: dt-bindings: rcar-vin: Add R8A774B1 support
>   media: dt-bindings: rcar-csi2: Add R8A774B1 support
>   media: rcar-vin: Enable support for R8A774B1
>   media: rcar-csi2: Enable support for R8A774B1
> 
>  Documentation/devicetree/bindings/media/renesas,csi2.txt | 1 +
>  Documentation/devicetree/bindings/media/renesas,vin.txt  | 1 +
>  drivers/media/platform/rcar-vin/rcar-core.c              | 4 ++++
>  drivers/media/platform/rcar-vin/rcar-csi2.c              | 4 ++++
>  4 files changed, 10 insertions(+)
> 
> -- 
> 2.7.4
> 

-- 
Regards,
Niklas Söderlund

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

* Re: [PATCH 1/4] media: dt-bindings: rcar-vin: Add R8A774B1 support
  2019-10-15 10:57 ` [PATCH 1/4] media: dt-bindings: rcar-vin: Add R8A774B1 support Biju Das
  2019-10-16  7:13   ` Geert Uytterhoeven
@ 2019-10-27 21:18   ` Rob Herring
  1 sibling, 0 replies; 12+ messages in thread
From: Rob Herring @ 2019-10-27 21:18 UTC (permalink / raw)
  To: Biju Das
  Cc: Mauro Carvalho Chehab, Mark Rutland, Biju Das,
	Niklas Söderlund, Hans Verkuil, linux-media,
	linux-renesas-soc, devicetree, Geert Uytterhoeven, Simon Horman,
	Chris Paterson, Fabrizio Castro

On Tue, 15 Oct 2019 11:57:55 +0100, Biju Das wrote:
> Document support for the VIN module in the Renesas RZ/G2N (R8A774B1) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/media/renesas,vin.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH 2/4] media: dt-bindings: rcar-csi2: Add R8A774B1 support
  2019-10-15 10:57 ` [PATCH 2/4] media: dt-bindings: rcar-csi2: " Biju Das
  2019-10-16  7:14   ` Geert Uytterhoeven
@ 2019-10-27 21:18   ` Rob Herring
  1 sibling, 0 replies; 12+ messages in thread
From: Rob Herring @ 2019-10-27 21:18 UTC (permalink / raw)
  To: Biju Das
  Cc: Mauro Carvalho Chehab, Mark Rutland, Biju Das,
	Niklas Söderlund, Hans Verkuil, linux-media,
	linux-renesas-soc, devicetree, Geert Uytterhoeven, Simon Horman,
	Chris Paterson, Fabrizio Castro

On Tue, 15 Oct 2019 11:57:56 +0100, Biju Das wrote:
> Add the compatible string for RZ/G2N (R8A774B1) to the list of supported
> SoCs.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/media/renesas,csi2.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

end of thread, other threads:[~2019-10-27 21:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15 10:57 [PATCH 0/4] Add VIN/CSI-2 support Biju Das
2019-10-15 10:57 ` [PATCH 1/4] media: dt-bindings: rcar-vin: Add R8A774B1 support Biju Das
2019-10-16  7:13   ` Geert Uytterhoeven
2019-10-27 21:18   ` Rob Herring
2019-10-15 10:57 ` [PATCH 2/4] media: dt-bindings: rcar-csi2: " Biju Das
2019-10-16  7:14   ` Geert Uytterhoeven
2019-10-27 21:18   ` Rob Herring
2019-10-15 10:57 ` [PATCH 3/4] media: rcar-vin: Enable support for R8A774B1 Biju Das
2019-10-16  7:14   ` Geert Uytterhoeven
2019-10-15 10:57 ` [PATCH 4/4] media: rcar-csi2: " Biju Das
2019-10-16  7:14   ` Geert Uytterhoeven
2019-10-20 22:05 ` [PATCH 0/4] Add VIN/CSI-2 support Niklas Söderlund

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).