RE: [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform

2017-08-09 Thread Fabrizio Castro
Thank you Simon. Best regards, Fab -Original Message- From: Simon Horman [mailto:ho...@verge.net.au] Sent: 09 August 2017 10:09 To: Chris Paterson <chris.paters...@renesas.com> Cc: Fabrizio Castro <fabrizio.cas...@bp.renesas.com>; robh...@kernel.org; mark.rutl...@arm.

[PATCH 1/2] ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module

2017-08-08 Thread Fabrizio Castro
Document the iW-RainboW-G22M-SM SODIMM System on Module device tree bindings. It is just a placeholder for the time being, the actual implementation is not available yet. Signed-off-by: Fabrizio Castro <fabrizio.cas...@bp.renesas.com> --- Documentation/devicetree/bindings/arm/shmobile.t

[PATCH 2/2] ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development Platform

2017-08-08 Thread Fabrizio Castro
Document the iW-RainboW-G22D device tree bindings. It is just a placeholder for the time being, the actual implementation is not available yet. Signed-off-by: Fabrizio Castro <fabrizio.cas...@bp.renesas.com> --- Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ 1 file chan

[PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform

2017-08-08 Thread Fabrizio Castro
which consists of a System on Module (iW-RainboW-G22M-SM) and a carrier card (iW-RainboW-G22D). Regards, Fabrizio Castro (2): ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development Platform Documentation/devicetree

[PATCH] doc: dt: mtd: Add sst25vf016b to the list of supported chip names

2017-09-11 Thread Fabrizio Castro
Signed-off-by: Fabrizio Castro <fabrizio.cas...@bp.renesas.com> --- Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt

[PATCH] of: add vendor prefix for Silicon Storage Technology Inc.

2017-09-11 Thread Fabrizio Castro
Add Silicon Storage Technology Inc. to the list of devicetree vendor prefixes. Signed-off-by: Fabrizio Castro <fabrizio.cas...@bp.renesas.com> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/

RE: [PATCH v2] dt-bindings: mtd: Add sst25vf016b to the list of supported chip names

2017-11-17 Thread Fabrizio Castro
en possible. This parameter should be set to a non NULL > value only for memories not supporting the JEDEC READ ID op code (0x9F). > > Best regards, > > Cyrille > > Le 24/10/2017 à 15:50, Fabrizio Castro a écrit : > > There are a few DT files that make use of sst

RE: [PATCH v2] dt-bindings: mtd: Add sst25vf016b to the list of supported chip names

2017-11-14 Thread Fabrizio Castro
is chip already. > This patch improves the documentation and therefore the result > of ./scripts/checkpatch.pl. > > Signed-off-by: Fabrizio Castro <fabrizio.cas...@bp.renesas.com> > Signed-off-by: Chris Paterson <chris.paters...@renesas.com> > Acked-by: Rob Herring <r...@kernel

RE: [PATCH v2] dt-bindings: mtd: Add sst25vf016b to the list of supported chip names

2017-11-20 Thread Fabrizio Castro
s it won't be present in existing DTSes. Totally agree with Geert. Thanks, Fab > > > It's all about setting the 2nd parameter of spi_nor_scan(), the 'name' > > parameter, as NULL when possible. This parameter should be set to a non NULL > > value only for memories not supporti

[PATCH v2] dt-bindings: mtd: Add sst25vf016b to the list of supported chip names

2017-10-24 Thread Fabrizio Castro
There are a few DT files that make use of sst25vf016b in their compatible strings, and the driver supports this chip already. This patch improves the documentation and therefore the result of ./scripts/checkpatch.pl. Signed-off-by: Fabrizio Castro <fabrizio.cas...@bp.renesas.com> Sign

[RFC PATCH] ARM: Debug kernel copy by printing

2018-06-26 Thread Fabrizio Castro
up. Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson Acked-by: Biju Das --- Dear All, shmobile_defconfig doesn't use kernel modules, everything gets built-in. iwg20d and iwg22d platforms from iWave use uImage to boot, DRAM starts at address 0x4000, the kernel gets loaded up

RE: [PATCH 4.4 16/37] i2c: rcar: rework hw init

2018-06-25 Thread Fabrizio Castro
rnel.org > Cc: sta...@vger.kernel.org; Wolfram Sang ; > Wolfram Sang ; Fabrizio > Castro ; Chris Paterson > > Subject: Re: [PATCH 4.4 16/37] i2c: rcar: rework hw init > > On Tue, 2018-06-05 at 19:01 +0200, Greg Kroah-Hartman wrote: > > 4.4-stable review patch. If

[PATCH 1/2] mmc: renesas_sdhi_internal_dmac: Whitelist r8a774a1

2018-08-14 Thread Fabrizio Castro
We need r8a774a1 to be whitelisted for SDHI to work on the RZ/G2M, but we don't care about the revision of the SoC, so just whitelist the generic part number. Signed-off-by: Fabrizio Castro Reviewed-by: Biju Das --- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 + 1 file changed, 1

RE: [PATCH v2] dt-bindings: mtd: Add sst25vf016b to the list of supported chip names

2017-11-14 Thread Fabrizio Castro
is chip already. > This patch improves the documentation and therefore the result > of ./scripts/checkpatch.pl. > > Signed-off-by: Fabrizio Castro > Signed-off-by: Chris Paterson > Acked-by: Rob Herring > Acked-by: Geert Uytterhoeven > --- > Thank you Rob, thank you Geert, and sor

RE: [PATCH v2] dt-bindings: mtd: Add sst25vf016b to the list of supported chip names

2017-11-17 Thread Fabrizio Castro
en possible. This parameter should be set to a non NULL > value only for memories not supporting the JEDEC READ ID op code (0x9F). > > Best regards, > > Cyrille > > Le 24/10/2017 à 15:50, Fabrizio Castro a écrit : > > There are a few DT files that make use of sst

RE: [PATCH v2] dt-bindings: mtd: Add sst25vf016b to the list of supported chip names

2017-11-20 Thread Fabrizio Castro
ting DTSes. Totally agree with Geert. Thanks, Fab > > > It's all about setting the 2nd parameter of spi_nor_scan(), the 'name' > > parameter, as NULL when possible. This parameter should be set to a non NULL > > value only for memories not supporting the JEDEC READ ID op code (0x9F). &

[PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform

2017-08-08 Thread Fabrizio Castro
which consists of a System on Module (iW-RainboW-G22M-SM) and a carrier card (iW-RainboW-G22D). Regards, Fabrizio Castro (2): ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development Platform Documentation/devicetree

[PATCH 1/2] ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module

2017-08-08 Thread Fabrizio Castro
Document the iW-RainboW-G22M-SM SODIMM System on Module device tree bindings. It is just a placeholder for the time being, the actual implementation is not available yet. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ 1 file changed, 2 insertions

[PATCH 2/2] ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development Platform

2017-08-08 Thread Fabrizio Castro
Document the iW-RainboW-G22D device tree bindings. It is just a placeholder for the time being, the actual implementation is not available yet. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git

RE: [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform

2017-08-09 Thread Fabrizio Castro
Thank you Simon. Best regards, Fab -Original Message- From: Simon Horman [mailto:ho...@verge.net.au] Sent: 09 August 2017 10:09 To: Chris Paterson Cc: Fabrizio Castro ; robh...@kernel.org; mark.rutl...@arm.com; devicet...@vger.kernel.org; linux-kernel@vger.kernel.org; Biju Das ; linux

[PATCH] of: add vendor prefix for Silicon Storage Technology Inc.

2017-09-11 Thread Fabrizio Castro
Add Silicon Storage Technology Inc. to the list of devicetree vendor prefixes. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation

[PATCH] doc: dt: mtd: Add sst25vf016b to the list of supported chip names

2017-09-11 Thread Fabrizio Castro
Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt index 9ce35af..5cdd527 100644

RE: [PATCH v5 2/5] media: dt-bindings: media: renesas,drif: Convert to json-schema

2021-01-20 Thread Fabrizio Castro
Hi Geert, Thank you for your feedback. > From: Geert Uytterhoeven > Sent: 14 January 2021 13:03 > Subject: Re: [PATCH v5 2/5] media: dt-bindings: media: renesas,drif: > Convert to json-schema > > Hi Fabrizio, Rob, > > On Wed, Oct 21, 2020 at 3:53 PM Fabrizio Cast

RE: [PATCH v5 2/5] media: dt-bindings: media: renesas,drif: Convert to json-schema

2021-01-20 Thread Fabrizio Castro
Hi Geert, > From: Fabrizio Castro > Sent: 20 January 2021 18:19 > Subject: RE: [PATCH v5 2/5] media: dt-bindings: media: renesas,drif: > Convert to json-schema > > Hi Geert, > > Thank you for your feedback. > > > From: Geert Uytterhoeven > > Sent

RE: [PATCH v3 4/5] media: dt-bindings: media: renesas,drif: Add r8a77965 support

2020-10-14 Thread Fabrizio Castro
Hi Geert, Thank you for your feedback! > From: Geert Uytterhoeven > Sent: 14 October 2020 14:38 > Subject: Re: [PATCH v3 4/5] media: dt-bindings: media: renesas,drif: Add > r8a77965 support > > Hi Fabrizio, > > On Tue, Oct 13, 2020 at 5:02 PM Fabrizio Castro > wrote:

RE: [PATCH v3 2/5] media: dt-bindings: media: renesas,drif: Convert to json-schema

2020-10-14 Thread Fabrizio Castro
Hi Geert, Thank you for your feedback! > From: Geert Uytterhoeven > Sent: 14 October 2020 14:40 > Subject: Re: [PATCH v3 2/5] media: dt-bindings: media: renesas,drif: Convert > to json-schema > > Hi Fabrizio, > > On Tue, Oct 13, 2020 at 5:02 PM Fabrizio Castro > wro

[PATCH v4 3/5] media: dt-bindings: media: renesas,drif: Add r8a77990 support

2020-10-14 Thread Fabrizio Castro
The r8a77990 (a.k.a. R-Car E3) device tree schema is compatible with R-Car H3 and M3-W schema. Document r8a77990 support within renesas,drif.yaml. Signed-off-by: Fabrizio Castro Reviewed-by: Geert Uytterhoeven Reviewed-by: Lad Prabhakar Reviewed-by: Laurent Pinchart --- v3->v4: * No cha

[PATCH v4 2/5] media: dt-bindings: media: renesas,drif: Convert to json-schema

2020-10-14 Thread Fabrizio Castro
Convert the Renesas DRIF bindings to DT schema and update MAINTAINERS accordingly. Signed-off-by: Fabrizio Castro Reviewed-by: Lad Prabhakar Reviewed-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven --- v3->v4: * Replace "if" statement with "else" statement for

[PATCH v4 1/5] MAINTAINERS: Update MAINTAINERS for Renesas DRIF driver

2020-10-14 Thread Fabrizio Castro
Add Fabrizio castro and remove Ramesh Shanmugasundaram. Signed-off-by: Fabrizio Castro Reviewed-by: Laurent Pinchart Reviewed-by: Ramesh Shanmugasundaram --- v3->v4: * No change v2->v3: * Removed Ramesh Shanmugasundaram as maintainer, as suggested by Ramesh * Reworked commit

[PATCH v4 0/5] Add r8a77965 DRIF support

2020-10-14 Thread Fabrizio Castro
Dear All, this series is to add DRIF support for the r8a77965 (a.k.a. R-Car M3-N). Version 4 improves the DT schema for DRIF, as suggested by Geert. Thanks, Fab Fabrizio Castro (5): MAINTAINERS: Update MAINTAINERS for Renesas DRIF driver media: dt-bindings: media: renesas,drif: Convert

[PATCH v4 4/5] media: dt-bindings: media: renesas,drif: Add r8a77965 support

2020-10-14 Thread Fabrizio Castro
The r8a77965 (a.k.a. R-Car M3-N) device tree schema is compatible with the already documented R-Car Gen3 devices. Document r8a77965 support within renesas,drif.yaml. Signed-off-by: Fabrizio Castro Reviewed-by: Laurent Pinchart Reviewed-by: Lad Prabhakar Reviewed-by: Geert Uytterhoeven --- v3

[PATCH v4 5/5] arm64: dts: r8a77965: Add DRIF support

2020-10-14 Thread Fabrizio Castro
Add the DRIF controller nodes for r8a77965 (a.k.a. R-Car M3-N). Signed-off-by: Fabrizio Castro Reviewed-by: Lad Prabhakar --- v3->v4: * No change v2->v3: * New patch arch/arm64/boot/dts/renesas/r8a77965.dtsi | 120 ++ 1 file changed, 120 insertions(+) diff --git

RE: [PATCH v3 4/5] media: dt-bindings: media: renesas,drif: Add r8a77965 support

2020-10-14 Thread Fabrizio Castro
Hi Geert, > From: Geert Uytterhoeven > Sent: 14 October 2020 15:52 > Subject: Re: [PATCH v3 4/5] media: dt-bindings: media: renesas,drif: Add > r8a77965 support > > Hi Fabrizio, > > On Wed, Oct 14, 2020 at 4:35 PM Fabrizio Castro > wrote: > > > From: Geer

[PATCH v2 3/3] media: dt-bindings: media: renesas,drif: Add r8a77990 support

2020-09-16 Thread Fabrizio Castro
The r8a77990 (a.k.a. R-Car E3) device tree schema is compatible with R-Car H3 and M3-W schema. Document r8a77990 support within renesas,drif.yaml. Signed-off-by: Fabrizio Castro Reviewed-by: Geert Uytterhoeven Reviewed-by: Lad Prabhakar Reviewed-by: Laurent Pinchart --- v1->v2: * No cha

[PATCH v2 1/3] MAINTAINERS: Add Fabrizio Castro to Renesas DRIF

2020-09-16 Thread Fabrizio Castro
Renesas are expanding their DRIF support and offering, I'll be the internal maintainer for DRIF. Signed-off-by: Fabrizio Castro Reviewed-by: Laurent Pinchart --- v1->v2: * No change MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2575f4491

[PATCH v2 2/3] media: dt-bindings: media: renesas,drif: Convert to json-schema

2020-09-16 Thread Fabrizio Castro
Convert the Renesas DRIF bindings to DT schema and update MAINTAINERS accordingly. Signed-off-by: Fabrizio Castro Reviewed-by: Lad Prabhakar Reviewed-by: Laurent Pinchart --- v1->v2: * s/controller/Controller/ in the title of renesas,drif.yaml as suggested by Laurent. .../bindings/me

RE: [PATCH 2/3] media: dt-bindings: media: renesas,drif: Convert to json-schema

2020-09-16 Thread Fabrizio Castro
Hi Laurent, Thank you for your feedback. > From: Laurent Pinchart > Sent: 15 September 2020 18:45 > > On Tue, Sep 15, 2020 at 08:36:39PM +0300, Laurent Pinchart wrote: > > Hi Fabrizio, > > > > Thank you for the patch. > > > > On Tue, Sep 15, 2020

[PATCH v2 0/3] Document r8a77990 DRIF support

2020-09-16 Thread Fabrizio Castro
Dear All, this series documents DRIF support for the r8a77990 (a.k.a. R-Car E3). Thanks, Fab Fabrizio Castro (3): MAINTAINERS: Add Fabrizio Castro to Renesas DRIF media: dt-bindings: media: renesas,drif: Convert to json-schema media: dt-bindings: media: renesas,drif: Add r8a77990 support

RE: [PATCH v2 0/3] Document r8a77990 DRIF support

2020-09-17 Thread Fabrizio Castro
Hi Laurent, Thank you for your feedback. > From: Laurent Pinchart > Sent: 17 September 2020 01:55 > > Hi Fabrizio, > > Thank you for the patches. > > On Wed, Sep 16, 2020 at 11:59:46AM +0100, Fabrizio Castro wrote: > > Dear All, > > > > this seri

[PATCH 2/3] media: dt-bindings: media: renesas,drif: Convert to json-schema

2020-09-15 Thread Fabrizio Castro
Convert the Renesas DRIF bindings to DT schema and update MAINTAINERS accordingly. Signed-off-by: Fabrizio Castro --- .../bindings/media/renesas,drif.txt | 177 .../bindings/media/renesas,drif.yaml | 270 ++ MAINTAINERS

[PATCH 1/3] MAINTAINERS: Add Fabrizio Castro to Renesas DRIF

2020-09-15 Thread Fabrizio Castro
Renesas are expanding their DRIF support and offering, I'll be the internal maintainer for DRIF. Signed-off-by: Fabrizio Castro --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 26af84f97353..9f49e5ac90d8 100644 --- a/MAINTAINERS +++ b

[PATCH 3/3] media: dt-bindings: media: renesas,drif: Add r8a77990 support

2020-09-15 Thread Fabrizio Castro
The r8a77990 (a.k.a. R-Car E3) device tree schema is compatible with R-Car H3 and M3-W schema. Document r8a77990 support within renesas,drif.yaml. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/media/renesas,drif.yaml | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 0/3] Document r8a77990 DRIF support

2020-09-15 Thread Fabrizio Castro
Dear All, this series documents DRIF support for the r8a77990 (a.k.a. R-Car E3). Thanks, Fab Fabrizio Castro (3): MAINTAINERS: Add Fabrizio Castro to Renesas DRIF media: dt-bindings: media: renesas,drif: Convert to json-schema media: dt-bindings: media: renesas,drif: Add r8a77990 support

RE: [PATCH v4 2/5] media: dt-bindings: media: renesas,drif: Convert to json-schema

2020-10-21 Thread Fabrizio Castro
Hi Rob, Thank you for your feedback. > From: Rob Herring > Sent: 16 October 2020 16:56 > Subject: Re: [PATCH v4 2/5] media: dt-bindings: media: renesas,drif: Convert > to > json-schema > > On Wed, Oct 14, 2020 at 04:57:16PM +0100, Fabrizio Castro wrote: > > Conver

[PATCH v5 5/5] arm64: dts: r8a77965: Add DRIF support

2020-10-21 Thread Fabrizio Castro
Add the DRIF controller nodes for r8a77965 (a.k.a. R-Car M3-N). Signed-off-by: Fabrizio Castro Reviewed-by: Lad Prabhakar --- v4->v5: * No change v3->v4: * No change v2->v3: * New patch arch/arm64/boot/dts/renesas/r8a77965.dtsi | 120 ++ 1 file changed, 120 i

[PATCH v5 2/5] media: dt-bindings: media: renesas,drif: Convert to json-schema

2020-10-21 Thread Fabrizio Castro
Convert the Renesas DRIF bindings to DT schema and update MAINTAINERS accordingly. Signed-off-by: Fabrizio Castro Reviewed-by: Lad Prabhakar Reviewed-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven Reviewed-by: Rob Herring --- v4->v5: * Fixed warning as suggested by Rob (thank

[PATCH v5 3/5] media: dt-bindings: media: renesas,drif: Add r8a77990 support

2020-10-21 Thread Fabrizio Castro
The r8a77990 (a.k.a. R-Car E3) device tree schema is compatible with R-Car H3 and M3-W schema. Document r8a77990 support within renesas,drif.yaml. Signed-off-by: Fabrizio Castro Reviewed-by: Geert Uytterhoeven Reviewed-by: Lad Prabhakar Reviewed-by: Laurent Pinchart Acked-by: Rob Herring

[PATCH v5 0/5] Add r8a77965 DRIF support

2020-10-21 Thread Fabrizio Castro
Dear All, this series is to add DRIF support for the r8a77965 (a.k.a. R-Car M3-N). Version 5 fixes a warning reported by 'make dt_binding_check', as reported by Rob. Thanks, Fab Fabrizio Castro (5): MAINTAINERS: Update MAINTAINERS for Renesas DRIF driver media: dt-bindings: media: renesas

[PATCH v5 4/5] media: dt-bindings: media: renesas,drif: Add r8a77965 support

2020-10-21 Thread Fabrizio Castro
The r8a77965 (a.k.a. R-Car M3-N) device tree schema is compatible with the already documented R-Car Gen3 devices. Document r8a77965 support within renesas,drif.yaml. Signed-off-by: Fabrizio Castro Reviewed-by: Laurent Pinchart Reviewed-by: Lad Prabhakar Reviewed-by: Geert Uytterhoeven Acked

[PATCH v5 1/5] MAINTAINERS: Update MAINTAINERS for Renesas DRIF driver

2020-10-21 Thread Fabrizio Castro
Add Fabrizio castro and remove Ramesh Shanmugasundaram. Signed-off-by: Fabrizio Castro Reviewed-by: Laurent Pinchart Reviewed-by: Ramesh Shanmugasundaram --- v4->v5: * No change v3->v4: * No change v2->v3: * Removed Ramesh Shanmugasundaram as maintainer, as suggested by Ramesh *

RE: [PATCH v5 0/5] Add r8a77965 DRIF support

2020-10-22 Thread Fabrizio Castro
Hi Laurent, > From: Laurent Pinchart > Sent: 21 October 2020 22:43 > Subject: Re: [PATCH v5 0/5] Add r8a77965 DRIF support > > Hi Fabrizio, > > On Wed, Oct 21, 2020 at 02:53:27PM +0100, Fabrizio Castro wrote: > > Dear All, > > > > this series is to add D

RE: [PATCH v2 0/9] Add dual-LVDS panel support to EK874

2019-08-15 Thread Fabrizio Castro
Hi Sam, Thank you for your feedback! > From: Sam Ravnborg > Sent: 15 August 2019 15:16 > Subject: Re: [PATCH v2 0/9] Add dual-LVDS panel support to EK874 > > Hi Fabrizio > > > it appears that Rob has been busy converting the dt-bindings relevant to > > this > > series, and his changes are

RE: [PATCH v2 3/9] drm: Rename drm_bridge_timings to drm_timings

2019-08-16 Thread Fabrizio Castro
5, 2019 at 04:53:00PM +0200, Greg Kroah-Hartman wrote: > > > On Thu, Aug 15, 2019 at 02:31:26PM +, Fabrizio Castro wrote: > > > > On 15 August 2019 15:15, Laurent Pinchart wrote: > > > > > On Thu, Aug 15, 2019 at 04:04:00PM +0200, Greg Kroah-Hartman wrote: > &g

RE: [PATCH v2 1/3] MAINTAINERS: Add Fabrizio Castro to Renesas DRIF

2020-09-24 Thread Fabrizio Castro
, > > > I'll be the internal maintainer for DRIF. > > > > > > Signed-off-by: Fabrizio Castro > > > Reviewed-by: Laurent Pinchart > > > > Thank you for volunteering :-). > > > > Reviewed-by: Ramesh Shanmugasundaram > > > &g

RE: [PATCH v2 2/3] media: dt-bindings: media: renesas,drif: Convert to json-schema

2020-09-23 Thread Fabrizio Castro
Hi Geert, Thank you for your feedback! > From: Geert Uytterhoeven > Sent: 23 September 2020 11:07 > > Hi Fabrizio, > > On Wed, Sep 16, 2020 at 1:00 PM Fabrizio Castro > wrote: > > Convert the Renesas DRIF bindings to DT schema and update > > MAINTAINER

RE: [PATCH v2 2/3] media: dt-bindings: media: renesas,drif: Convert to json-schema

2020-09-23 Thread Fabrizio Castro
Hi Geert, Thank you for getting back to me. > From: Geert Uytterhoeven > Sent: 23 September 2020 14:33 > > Hi Fabrizio, > > On Wed, Sep 23, 2020 at 1:55 PM Fabrizio Castro > wrote: > > > From: Geert Uytterhoeven > > > On Wed, Sep 16, 2020

[PATCH v3 1/5] MAINTAINERS: Update MAINTAINERS for Renesas DRIF driver

2020-10-13 Thread Fabrizio Castro
Add Fabrizio castro and remove Ramesh Shanmugasundaram. Signed-off-by: Fabrizio Castro Reviewed-by: Laurent Pinchart --- v2->v3: * Removed Ramesh Shanmugasundaram as maintainer, as suggested by Ramesh * Reworked commit title and changelog v1->v2: * No change MAINTAINERS | 2 +-

[PATCH v3 0/5] Add r8a77965 DRIF support

2020-10-13 Thread Fabrizio Castro
Dear All, this series is to add DRIF support for the r8a77965 (a.k.a. R-Car M3-N), but it also (re)includes the patches for the MAINTAINERS and documentation files, modified according to Ramesh's and Geert's comments. Thanks, Fab Fabrizio Castro (5): MAINTAINERS: Update MAINTAINERS

[PATCH v3 4/5] media: dt-bindings: media: renesas,drif: Add r8a77965 support

2020-10-13 Thread Fabrizio Castro
The r8a77965 (a.k.a. R-Car M3-N) device tree schema is compatible with the already documented R-Car Gen3 devices. Document r8a77965 support within renesas,drif.yaml. Signed-off-by: Fabrizio Castro --- v2->v3: * New patch Documentation/devicetree/bindings/media/renesas,drif.yaml | 1 + 1 f

[PATCH v3 2/5] media: dt-bindings: media: renesas,drif: Convert to json-schema

2020-10-13 Thread Fabrizio Castro
Convert the Renesas DRIF bindings to DT schema and update MAINTAINERS accordingly. Signed-off-by: Fabrizio Castro Reviewed-by: Lad Prabhakar Reviewed-by: Laurent Pinchart --- v2->3: * Removed the definition of pinctrl-0 and pinctrl-names, as suggested by Geert * Added "power

[PATCH v3 3/5] media: dt-bindings: media: renesas,drif: Add r8a77990 support

2020-10-13 Thread Fabrizio Castro
The r8a77990 (a.k.a. R-Car E3) device tree schema is compatible with R-Car H3 and M3-W schema. Document r8a77990 support within renesas,drif.yaml. Signed-off-by: Fabrizio Castro Reviewed-by: Geert Uytterhoeven Reviewed-by: Lad Prabhakar Reviewed-by: Laurent Pinchart --- v2->v3: * No cha

[PATCH v3 5/5] arm64: dts: r8a77965: Add DRIF support

2020-10-13 Thread Fabrizio Castro
Add the DRIF controller nodes for r8a77965 (a.k.a. R-Car M3-N). Signed-off-by: Fabrizio Castro --- v2->v3: * New patch arch/arm64/boot/dts/renesas/r8a77965.dtsi | 120 ++ 1 file changed, 120 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/ar

[PATCH v2] dt-bindings: mtd: Add sst25vf016b to the list of supported chip names

2017-10-24 Thread Fabrizio Castro
There are a few DT files that make use of sst25vf016b in their compatible strings, and the driver supports this chip already. This patch improves the documentation and therefore the result of ./scripts/checkpatch.pl. Signed-off-by: Fabrizio Castro Signed-off-by: Chris Paterson Acked-by: Rob

[PATCH/RFC 03/12] dt-bindings: panel: lvds: Add dual-link LVDS display support

2019-08-02 Thread Fabrizio Castro
Dual-link LVDS displays have two ports, therefore document this with the bindings. Signed-off-by: Fabrizio Castro --- .../bindings/display/panel/panel-lvds.txt | 91 -- 1 file changed, 67 insertions(+), 24 deletions(-) diff --git a/Documentation/devicetree/bindings

[PATCH/RFC 09/12] drm: rcar-du: lvds: Fix companion's mode

2019-08-02 Thread Fabrizio Castro
The companion encoder needs to be told to use the same mode as the primary encoder. Fixes: e9e8798ab7b8 ("drm: rcar-du: lvds: Add support for dual-link mode") Signed-off-by: Fabrizio Castro --- drivers/gpu/drm/rcar-du/rcar_lvds.c | 6 +- 1 file changed, 5 insertions(+), 1 deletio

[PATCH/RFC 05/12] drm: rcar-du: lvds: Add data swap support

2019-08-02 Thread Fabrizio Castro
When in vertical stripe mode of operation, there is the option of swapping even data and odd data on the two LVDS interfaces used to drive the video output. Add data swap support by exposing a new DT property named "renesas,swap-data". Signed-off-by: Fabrizio Castro --- drivers/gpu/d

[PATCH/RFC 01/12] dt-bindings: display: renesas: lvds: RZ/G2E needs renesas,companion too

2019-08-02 Thread Fabrizio Castro
Document RZ/G2E support for property renesas,companion. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/display/bridge/renesas

RE: [PATCH] ARM: fix __get_user_check() in case uaccess_* calls are not inlined

2019-09-30 Thread Fabrizio Castro
("r0"). > > Fixes: 9012d011660e ("compiler: allow all arches to enable > CONFIG_OPTIMIZE_INLINING") > Reported-by: "kernelci.org bot" > Reported-by: Nicolas Saenz Julienne > Signed-off-by: Masahiro Yamada Tested-by: Fabrizio Castro > --- >

RE: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

2019-08-30 Thread Fabrizio Castro
Dear All, This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply. Is anybody willing to take this patch? Thanks, Fab > From: Fabrizio Castro > Sent: 11 June 2019 14:07 > Subject: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 &

[PATCH 0/7] Add RZ/G2N MSIOF/RWDT/PCIEC support

2019-10-04 Thread Fabrizio Castro
://patchwork.kernel.org/patch/11166327/ * https://patchwork.kernel.org/cover/11171325/ * https://patchwork.kernel.org/patch/11162283/ Thanks, Fab Fabrizio Castro (7): dt-bindings: watchdog: renesas-wdt: Document r8a774b1 support dt-bindings: spi: sh-msiof: Add r8a774b1 support dt-bindings: PCI: rcar: Add

[PATCH 3/7] dt-bindings: PCI: rcar: Add device tree support for r8a774b1

2019-10-04 Thread Fabrizio Castro
Add PCIe support for the RZ/G2N (a.k.a. R8A774B1). Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt

[PATCH 2/7] dt-bindings: spi: sh-msiof: Add r8a774b1 support

2019-10-04 Thread Fabrizio Castro
Document RZ/G2N (R8A774B1) SoC bindings. Signed-off-by: Fabrizio Castro --- This patch depends on https://patchwork.kernel.org/patch/11162283/ --- Documentation/devicetree/bindings/spi/renesas,sh-msiof.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings

[PATCH 1/7] dt-bindings: watchdog: renesas-wdt: Document r8a774b1 support

2019-10-04 Thread Fabrizio Castro
RZ/G2N (a.k.a. R8A774B1) watchdog implementation is compatible with R-Car Gen3, therefore add the relevant documentation. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/watchdog/renesas,wdt.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree

[PATCH v3 6/8] arm64: dts: renesas: Add EK874 board with idk-2121wr display support

2019-08-28 Thread Fabrizio Castro
-2121WR. Signed-off-by: Fabrizio Castro --- v1->v2: * Added comment for lvds-connector-en-gpio * Renamed _panel_in to panel_in0 * Renamed _panel_in to panel_in1 v2->v3: * removed renesas,swap-data property * added dual-lvds-odd-pixels and dual-lvds-even-pixels properties Geert, no need to

[PATCH v3 7/8] [HACK] arm64: dts: renesas: draak: Enable LVDS

2019-08-28 Thread Fabrizio Castro
/10965045/ Signed-off-by: Fabrizio Castro --- v2->v3: * new patch Geert, no need to review this patch unless they like the idea behind this series. Thanks, Fab --- arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --

[PATCH v3 8/8] [HACK] arm64: dts: renesas: draak: Enable LVDS dual-link operation

2019-08-28 Thread Fabrizio Castro
/10965045/ Signed-off-by: Fabrizio Castro --- v2->v3: * new patch Geert, no need to review this patch unless they like the idea behind this series. Thanks, Fab --- arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) d

[PATCH v3 4/8] drm: rcar-du: lvds: Add dual-LVDS panels support

2019-08-28 Thread Fabrizio Castro
, the "mode" of the companion encoder should be same as the mode of the primary encoder. Rework the driver to improve all of the above, so that it can support dual-LVDS displays. Signed-off-by: Fabrizio Castro --- v2->v3: * reworked to take advantange of the new dt-bindings * squashed

[PATCH v3 0/8] Add dual-LVDS panel support to EK874

2019-08-28 Thread Fabrizio Castro
ea works ok from a documentation point of view? By the way, I don't really know what I am doing with the yaml dt-bindings, I hope you won't be horrified by this series :-P I hope I was able to deliver the concept clearly, if not please just ask. Comments are very much appreciated. Thanks, Fab Fa

[PATCH 1/2] dt-bindings: display: Add idk-1110wr binding

2019-08-29 Thread Fabrizio Castro
Add binding for the idk-1110wr LVDS panel from Advantech. Some panel-specific documentation can be found here: https://buy.advantech.eu/Displays/Embedded-LCD-Kits-LCD-Kit-Modules/model-IDK-1110WR-55WSA1E.htm Signed-off-by: Fabrizio Castro --- .../display/panel/advantech,idk-1110wr.yaml

[PATCH 0/2] Add LVDS panel support to HiHope RZ/G2M

2019-08-29 Thread Fabrizio Castro
Dear All, the HiHope RZ/G2M is advertised as supporting panel idk-1110wr from Advantech, but the panel doesn't come with the board, it has to purchased separatey, therefore this series adds panel support to a new DT. Thanks, Fab Fabrizio Castro (2): dt-bindings: display: Add idk-1110wr

[PATCH 03/10] dt-bindings: usb: renesas_usbhs: Add r8a774b1 support

2019-10-08 Thread Fabrizio Castro
Document RZ/G2N (R8A774B1) SoC bindings. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/usb/renesas,usbhs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/renesas,usbhs.txt b/Documentation/devicetree/bindings/usb/renesas

[PATCH 04/10] dt-bindings: rcar-gen3-phy-usb3: Add r8a774b1 support

2019-10-08 Thread Fabrizio Castro
Document RZ/G2N (R8A774B1) SoC bindings. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt b/Documentation/devicetree/bindings/phy

[PATCH 00/10] Add USB2/USB3/INTC-EX support to RZ/G2N

2019-10-08 Thread Fabrizio Castro
://patchwork.kernel.org/cover/11171325/ * https://patchwork.kernel.org/cover/11173787/ * https://patchwork.kernel.org/patch/11174777/ Thanks, Fab Fabrizio Castro (10): dt-bindings: rcar-gen3-phy-usb2: Add r8a774b1 support dt-bindings: dmaengine: usb-dmac: Add binding for r8a774b1 dt-bindings: usb

[PATCH 10/10] arm64: dts: renesas: r8a774b1: Add INTC-EX device node

2019-10-08 Thread Fabrizio Castro
Add support for the Interrupt Controller for External Devices (INTC-EX) on RZ/G2N. Signed-off-by: Fabrizio Castro --- arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi b/arch/arm64/boot/dts

[PATCH 02/10] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774b1

2019-10-08 Thread Fabrizio Castro
This patch adds the binding for r8a774b1 SoC (RZ/G2N). Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt b/Documentation/devicetree

[PATCH 01/10] dt-bindings: rcar-gen3-phy-usb2: Add r8a774b1 support

2019-10-08 Thread Fabrizio Castro
Document RZ/G2N (R8A774B1) SoC bindings. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt b/Documentation/devicetree/bindings/phy

[PATCH 05/10] dt-bindings: usb-xhci: Add r8a774b1 support

2019-10-08 Thread Fabrizio Castro
Document RZ/G2N (R8A774B1) SoC bindings. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/usb/usb-xhci.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/usb-xhci.txt b/Documentation/devicetree/bindings/usb/usb-xhci.txt index

[PATCH 09/10] arm64: dts: renesas: r8a774b1: Add USB3.0 device nodes

2019-10-08 Thread Fabrizio Castro
Add usb3.0 phy, host and function device nodes on RZ/G2N SoC dtsi. Signed-off-by: Fabrizio Castro --- arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 25 ++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi b/arch/arm64

[PATCH 07/10] arm64: dts: renesas: r8a774b1: Add USB2.0 phy and host (EHCI/OHCI) device nodes

2019-10-08 Thread Fabrizio Castro
Add USB2.0 phy and host (EHCI/OHCI) device nodes on RZ/G2N SoC dtsi. Signed-off-by: Fabrizio Castro --- arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 55 +++ 1 file changed, 49 insertions(+), 6 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi b

[PATCH 06/10] dt-bindings: usb: renesas_usb3: Document r8a774b1 support

2019-10-08 Thread Fabrizio Castro
Document RZ/G2N (R8A774B1) SoC bindings. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt b/Documentation/devicetree/bindings/usb

[PATCH 08/10] arm64: dts: renesas: r8a774b1: Add USB-DMAC and HSUSB device nodes

2019-10-08 Thread Fabrizio Castro
Add usb dmac and hsusb device nodes to the RZ/G2N SoC dtsi. Signed-off-by: Fabrizio Castro --- arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 42 ++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi b/arch/arm64

RE: [PATCH repost 0/5] Repost CAN and CANFD dt-bindings

2019-06-07 Thread Fabrizio Castro
Dear All, These patches have been around for a very long time now, is anybody willing to take them? Cheers, Fab > From: Fabrizio Castro > Sent: 09 May 2019 20:20 > Subject: [PATCH repost 0/5] Repost CAN and CANFD dt-bindings > > Dear All, > > I am reposting some CAN

[PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M

2019-06-11 Thread Fabrizio Castro
Dear All, this series adds USB2.0/CMT/TMU support to the HiHope RZ/G2M. Thanks, Fab Fabrizio Castro (6): arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks arm64: dts: renesas: hihope-common: Add USB 2.0 support arm64: dts: renesas: r8a774a1: Add CMT device nodes clk: renesas: r8a774a1

[PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

2019-06-11 Thread Fabrizio Castro
Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings

RE: [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M

2019-06-11 Thread Fabrizio Castro
> From: Fabrizio Castro > Sent: 11 June 2019 14:07 > Subject: [PATCH 0/6] Add USB2.0/CMT/TMU support to HiHope RZ/G2M > > Dear All, > > this series adds USB2.0/CMT/TMU support to the HiHope RZ/G2M. Ah, I forgot to mention that this series depends on: https://patchwork.kern

RE: [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0

2019-02-14 Thread Fabrizio Castro
Hello Felipe, Who is the best person for taking patches for renesas_usb3.c? Thanks, Fab > From: Fabrizio Castro > Sent: 13 December 2018 20:24 > Subject: [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0 > > RZ/G2E USB 3.0 implementation is like the one fo

RE: [PATCH 01/11] dt-bindings: Add vendor prefix for Silicon Linux.

2019-02-14 Thread Fabrizio Castro
Dear All, Who is the best person for taking this patch? Thanks, Fab > From: Fabrizio Castro > Sent: 16 January 2019 18:38 > Subject: [PATCH 01/11] dt-bindings: Add vendor prefix for Silicon Linux. > > From: Biju Das > > Add Silicon Linux to the list of devicetree vendor

RE: [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0

2019-02-05 Thread Fabrizio Castro
:02:42PM +, Fabrizio Castro wrote: > > > Add PCIe support for the RZ/G2E (a.k.a. R8A774C0). > > > > > > Signed-off-by: Fabrizio Castro > > > Reviewed-by: Geert Uytterhoeven > > > --- > > > v1->v2: > > > * Dropped

[PATCH 00/11] Add basic EK874 support

2019-01-16 Thread Fabrizio Castro
arm64: dts: renesas: r8a774c0-cat874: Add uSD support arm64: dts: renesas: cat875: Add ethernet support Fabrizio Castro (5): dt-bindings: arm: renesas: Add si-linux cat87[45] boards clk: renesas: r8a774c0: Add missing CANFD clock dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks arm64: dts

[PATCH 01/11] dt-bindings: Add vendor prefix for Silicon Linux.

2019-01-16 Thread Fabrizio Castro
From: Biju Das Add Silicon Linux to the list of devicetree vendor prefixes. Website: http://www.si-linux.co.jp Signed-off-by: Biju Das Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion

  1   2   3   >