RE: [PATCH 1/2] ARM: dts: r8a77470: Add DU support

2019-03-22 Thread Fabrizio Castro
Hello Simon, Thank you for your feedback! > From: Simon Horman > Sent: 22 March 2019 10:47 > Subject: Re: [PATCH 1/2] ARM: dts: r8a77470: Add DU support > > On Tue, Mar 19, 2019 at 12:21:38PM +, Fabrizio Castro wrote: > > This commit adds DU support to the RZ

[PATCH 2/2] ARM: dts: iwg23s-sbc: Add HDMI support

2019-03-19 Thread Fabrizio Castro
interrupt. Signed-off-by: Fabrizio Castro --- arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 79 +++ 1 file changed, 79 insertions(+) diff --git a/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts b/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts index 77d1824..9f9eb15 100644 --- a/arch

[PATCH 1/2] ARM: dts: r8a77470: Add DU support

2019-03-19 Thread Fabrizio Castro
This commit adds DU support to the RZ/G1C (a.k.a. r8a77470) specific device tree. Signed-off-by: Fabrizio Castro --- arch/arm/boot/dts/r8a77470.dtsi | 32 1 file changed, 32 insertions(+) diff --git a/arch/arm/boot/dts/r8a77470.dtsi b/arch/arm/boot/dts/r8a77470

[PATCH 0/2] Add HDMI support to the iwg23s

2019-03-19 Thread Fabrizio Castro
Dear All, this series adds HDMI support to the iwg23s board. Thanks, Fab Fabrizio Castro (2): ARM: dts: r8a77470: Add DU support ARM: dts: iwg23s-sbc: Add HDMI support arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 79 +++ arch/arm/boot/dts/r8a77470.dtsi

RE: [PATCH] arm64: dts: renesas: r8a774c0: Add CANFD support

2019-03-19 Thread Fabrizio Castro
Hello Simon, > From: Simon Horman > Sent: 06 March 2019 12:54 > Subject: Re: [PATCH] arm64: dts: renesas: r8a774c0: Add CANFD support > > On Mon, Mar 04, 2019 at 10:10:49AM +, Fabrizio Castro wrote: > > Hello Simon, > > > > Thank you for your feedb

[PATCH RESEND] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support

2019-03-19 Thread Fabrizio Castro
Document RZ/G2E (R8A774C0) SoC bindings. Signed-off-by: Fabrizio Castro Reviewed-by: Geert Uytterhoeven Reviewed-by: Simon Horman Reviewed-by: Rob Herring --- Hello Marc, I am resending this patch as per our discussion on here: https://patchwork.kernel.org/patch/10729743/ Thanks, Fab

[PATCH] arm64: dts: renesas: r8a774c0-cat874: Add RWDT support

2019-03-06 Thread Fabrizio Castro
Enable RWDT and use 60 seconds as default timeout. Signed-off-by: Fabrizio Castro --- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts b/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts index

RE: [PATCH] arm64: dts: renesas: r8a774c0: Add CANFD support

2019-03-04 Thread Fabrizio Castro
Hello Simon, Thank you for your feedback! > From: Simon Horman > Sent: 04 March 2019 09:59 > To: Geert Uytterhoeven > Cc: Fabrizio Castro ; Rob Herring > ; Mark Rutland ; > Magnus Damm ; Linux-Renesas > ; open list:OPEN FIRMWARE AND > FLATTENED DEVICE TREE BINDINGS ;

RE: [PATCH] dt-bindings: usb-xhci: Add r8a774c0 support

2019-03-01 Thread Fabrizio Castro
Hello Greg, Thank you for your reply! > From: Greg Kroah-Hartman > Sent: 01 March 2019 16:16 > To: Fabrizio Castro > Cc: linux-...@vger.kernel.org; devicet...@vger.kernel.org; > linux-ker...@vger.kernel.org; Simon Horman ; > Geert Uytterhoeven ; Chris Paterson > ; Biju

RE: [RFC v3 1/2] pinctrl: core: Add pinctrl_mux_gpio_request_enable

2019-03-01 Thread Fabrizio Castro
018 at 10:47 AM Fabrizio Castro > wrote: > > > From: Linus Walleij > > > Sent: 05 December 2018 21:46 > > > Subject: Re: [RFC v3 1/2] pinctrl: core: Add > > > pinctrl_mux_gpio_request_enable > > > > > > On Tue, Nov 20, 2018 at 4:19 PM Fabr

RE: [PATCH] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support

2019-03-01 Thread Fabrizio Castro
Hello Marc > From: devicetree-ow...@vger.kernel.org On > Behalf Of Marc Zyngier > Sent: 01 March 2019 13:39 > Subject: Re: [PATCH] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 > support > > On 01/03/2019 11:49, Fabrizio Castro wrote: > > Hello Marc, >

RE: [PATCH 4/5] media: rcar-vin: Enable support for r8a774a1

2019-03-01 Thread Fabrizio Castro
gt; The VIN module of RZ/G2M is similar to R-Car M3-W. > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > 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

RE: [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 support

2019-03-01 Thread Fabrizio Castro
74a1 support > > Document RZ/G2M (R8A774A1) SoC bindings. > > The RZ/G2M SoC is similar to R-Car M3-W (R8A7796). > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > Documentation/devicetree/bindings/media/rcar_vin.txt | 5 +++-- > 1 file changed, 3 inser

RE: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1

2019-03-01 Thread Fabrizio Castro
> Add the MIPI CSI-2 driver support for RZ/G2M(r8a774a1) SoC. > The CSI-2 module of RZ/G2M is similar to R-Car M3-W. > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > drivers/media/platform/rcar-vin/rcar-csi2.c | 4 > 1 file changed, 4 insertions(+) &

RE: [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support

2019-03-01 Thread Fabrizio Castro
dings. > > The RZ/G2M SoC is similar to R-Car M3-W (R8A7796). > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff

RE: [PATCH 3/3] dt-bindings: can: rcar_canfd: Document r8a774a1 support

2019-03-01 Thread Fabrizio Castro
Hello Marc, I am sorry to bother you. Do you think you can take this patch? Thanks, Fab > From: Fabrizio Castro > Sent: 17 January 2019 14:54 > Subject: [PATCH 3/3] dt-bindings: can: rcar_canfd: Document r8a774a1 support > > Document support for rcar_canfd on R8A774A1 SoC devic

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

2019-03-01 Thread Fabrizio Castro
iffers from get_maintainers.pl of vendor-prefixes.txt. Simon, do you think you can take this patch? Thanks, Fab > > Regards, > Andreas > > >>> From: Fabrizio Castro > >>> Sent: 16 January 2019 18:38 > >>> Subject: [PATCH 01/11] dt-bindings: Add vend

RE: [PATCH] arm64: dts: renesas: r8a774c0: Fix cpu nodes style

2019-03-01 Thread Fabrizio Castro
Hello Simon, Are you happy with this patch? Thanks, Fab > From: Fabrizio Castro > Sent: 15 February 2019 12:26 > Subject: [PATCH] arm64: dts: renesas: r8a774c0: Fix cpu nodes style > > We usually leave a space between "=" and the value of device > tree properties

RE: [PATCH 11/11] dt-bindings: can: rcar_canfd: document r8a774c0 support

2019-03-01 Thread Fabrizio Castro
Hello Marc, I am sorry to bother you. Do you think you can take this patch? Thanks, Fab > From: Fabrizio Castro > Sent: 16 January 2019 18:38 > Subject: [PATCH 11/11] dt-bindings: can: rcar_canfd: document r8a774c0 support > > Document the support for rcar_canfd on R8A77

RE: [PATCH 09/11] dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks

2019-03-01 Thread Fabrizio Castro
Hello Marc, I am sorry to bother you. Do you think you can take this patch? Thanks, Fab > From: Fabrizio Castro > Sent: 16 January 2019 18:38 > Subject: [PATCH 09/11] dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks > > According to the latest information, the clock options f

RE: [PATCH] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support

2019-03-01 Thread Fabrizio Castro
Hello Marc, I am sorry to bother you. Do you think you can take this patch? Thanks, Fab > From: linux-renesas-soc-ow...@vger.kernel.org > On Behalf Of Fabrizio Castro > Sent: 13 December 2018 20:18 > Subject: [PATCH] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support &

RE: [PATCH] dt-bindings: can: rcar_can: Add r8a774c0 support

2019-03-01 Thread Fabrizio Castro
Hello Mark, I am sorry to bother you. Do you think you can take this patch? Thanks, Fab > From: Fabrizio Castro > Sent: 13 December 2018 20:20 > Subject: [PATCH] dt-bindings: can: rcar_can: Add r8a774c0 support > > Document RZ/G2E (r8a774c0) SoC specific bindings. > > Si

RE: [PATCH] dt-bindings: usb-xhci: Add r8a774c0 support

2019-03-01 Thread Fabrizio Castro
Hello Greg, I am sorry to bother you. Do you think you take this patch? Thanks, Fab > From: Fabrizio Castro > Sent: 13 December 2018 20:21 > Subject: [PATCH] dt-bindings: usb-xhci: Add r8a774c0 support > > Document RZ/G2E (R8A774C0) SoC bindings. > > Signed-of

[PATCH 4/4] arm64: dts: renesas: r8a77995: draak: Remove hsusb node

2019-03-01 Thread Fabrizio Castro
e board works as USB host only. Fixes: 5c6479d9b25b ("arm64: dts: renesas: r8a7799{0|5}: add/enable USB2.0 peripheral") Signed-off-by: Fabrizio Castro --- arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 5 - 1 file changed, 5 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8

[PATCH 2/4] phy: renesas: rcar-gen3-usb2: No need to request IRQ for non-OTG

2019-03-01 Thread Fabrizio Castro
: 2b38543c8db1 ("phy: rcar-gen3-usb2: add extcon support") Fixes: 73801b90a38f ("phy: renesas: rcar-gen3-usb2: change a condition "dr_mode"") Signed-off-by: Fabrizio Castro --- drivers/phy/renesas/phy-rcar-gen3-usb2.c | 26 +- 1 file changed,

[PATCH 3/4] arm64: dts: renesas: r8a774c0-cat874: Add USB-HOST support

2019-03-01 Thread Fabrizio Castro
This patch adds USB 2.0 HOST support to the CAT874 board. Signed-off-by: Fabrizio Castro --- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts b/arch/arm64/boot/dts/renesas

[PATCH 1/4] usb: common: Consider only available nodes for dr_mode

2019-03-01 Thread Fabrizio Castro
node") Cc: sta...@vger.kernel.org # v4.4+ Signed-off-by: Fabrizio Castro --- drivers/usb/common/common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/common/common.c b/drivers/usb/common/common.c index 48277bb..73c8e65 100644 --- a/drivers/usb/common/common.c +++ b/drivers

[PATCH 0/4] Add USB-HOST support to cat874

2019-03-01 Thread Fabrizio Castro
support to the cat874 board, and also removes the hsusb from Draak's DT as not necessary anymore. Thanks, Fab Fabrizio Castro (4): usb: common: Consider only available nodes for dr_mode phy: renesas: rcar-gen3-usb2: No need to request IRQ for non-OTG arm64: dts: renesas: r8a774c0-c

[PATCH] arm64: dts: renesas: r8a774c0: Add CANFD support

2019-03-01 Thread Fabrizio Castro
The CANFD implementation on the RZ/G2E (a.k.a. r8a774c0) is identical to the one found on the r8a77990. Signed-off-by: Fabrizio Castro --- This patch depends on: https://patchwork.kernel.org/patch/10766777/ https://patchwork.kernel.org/patch/10766781/ --- arch/arm64/boot/dts/renesas/r8a774c0

[PATCH] arm64: dts: renesas: r8a774c0-cat874: Add LEDs support

2019-03-01 Thread Fabrizio Castro
This patch adds LEDs support to the CAT874 board specific device tree. Signed-off-by: Fabrizio Castro --- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 24 1 file changed, 24 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts b/arch/arm64

[PATCH] arm64: dts: renesas: cat875: Add CAN support

2019-03-01 Thread Fabrizio Castro
Add CAN support to the CAT875 sub board. Signed-off-by: Fabrizio Castro --- arch/arm64/boot/dts/renesas/cat875.dtsi | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/cat875.dtsi b/arch/arm64/boot/dts/renesas/cat875.dtsi index 14db667

RE: [PATCH v2] dt-bindings: power: r8a77965: Remove non-existent A3IR power domain

2019-02-28 Thread Fabrizio Castro
oc: renesas: rcar-sysc: Add R-Car M3-N support") > Signed-off-by: Geert Uytterhoeven Reviewed-by: Fabrizio Castro > --- > v2: > - Drop RFC, as the dependency is part of v5.0-rc1. > --- > include/dt-bindings/power/r8a77965-sysc.h | 1 - > 1 file changed, 1 deletion(-) &

RE: [PATCH] clk: renesas: r8a774a1: Fix LAST_DT_CORE_CLK

2019-02-25 Thread Fabrizio Castro
Hello Geert, > From: linux-renesas-soc-ow...@vger.kernel.org > On Behalf Of Geert Uytterhoeven > Sent: 25 February 2019 09:48 > Subject: Re: [PATCH] clk: renesas: r8a774a1: Fix LAST_DT_CORE_CLK > > Hi Fabrizio, > > On Mon, Feb 25, 2019 at 10:44 AM Fabrizio Castro >

RE: [PATCH] clk: renesas: r8a774a1: Fix LAST_DT_CORE_CLK

2019-02-25 Thread Fabrizio Castro
Hello Simon, Geert Thank you for your feedback! > From: Simon Horman > Sent: 25 February 2019 09:27 > Subject: Re: [PATCH] clk: renesas: r8a774a1: Fix LAST_DT_CORE_CLK > > On Fri, Feb 22, 2019 at 12:01:21PM +, Chris Paterson wrote: > > > > > From: Fabrizio C

RE: [PATCH] clk: renesas: r8a774c0: Fix LAST_DT_CORE_CLK

2019-02-22 Thread Fabrizio Castro
Hello Geert, > From: linux-renesas-soc-ow...@vger.kernel.org > On Behalf Of Fabrizio Castro > Sent: 22 February 2019 10:12 > Subject: RE: [PATCH] clk: renesas: r8a774c0: Fix LAST_DT_CORE_CLK > > Hello Geert, > > > From: linux-renesas-soc-ow...@vger.kernel.o

[PATCH] clk: renesas: r8a774a1: Fix LAST_DT_CORE_CLK

2019-02-22 Thread Fabrizio Castro
Enum LAST_DT_CORE_CLK needs updating as R8A774A1_CLK_CANFD was recently added and it's the core clock with the highest index. Signed-off-by: Fabrizio Castro --- drivers/clk/renesas/r8a774a1-cpg-mssr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/re

RE: [PATCH] clk: renesas: r8a774c0: Fix LAST_DT_CORE_CLK

2019-02-22 Thread Fabrizio Castro
Hello Geert, > From: linux-renesas-soc-ow...@vger.kernel.org > On Behalf Of Geert Uytterhoeven > Sent: 21 February 2019 18:34 > To: Fabrizio Castro > Subject: Re: [PATCH] clk: renesas: r8a774c0: Fix LAST_DT_CORE_CLK > > On Wed, Feb 20, 2019 at 5:09 PM Fabrizio Cast

RE: [PATCH] arm64: dts: renesas: r8a774c0: Fix SCIF5 DMA channels

2019-02-21 Thread Fabrizio Castro
3. > > Signed-off-by: Takeshi Kihara > Fixes: 2660a6af690ebbb4 ("arm64: dts: renesas: r8a774c0: Add SCIF and HSCIF > nodes") > Signed-off-by: Geert Uytterhoeven Reviewed-by: Fabrizio Castro > --- > Untested due to lack of hardware. > --- > arch/arm64/boot/

RE: [PATCH] arm64: dts: renesas: r8a77990: Fix SCIF5 DMA channels

2019-02-21 Thread Fabrizio Castro
b > 12, 2019, the DMA channels for SCIF5 are corrected from 16..47 to 0..15 > on R-Car E3. > > Signed-off-by: Takeshi Kihara > Fixes: a5ebe5e49a862e21 ("arm64: dts: renesas: r8a77990: Add SCIF-{0,1,3,4,5} > device nodes") > Signed-off-by: Geert Uytterhoeven Reviewe

[PATCH] pinctrl: sh-pfc: r8a7796: move CANFD pin groups and functions

2019-02-20 Thread Fabrizio Castro
CANFD is found also on the R8A774A1, therefore move CANFD pin groups and functions to "common". Signed-off-by: Fabrizio Castro --- drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8

[PATCH] pinctrl: sh-pfc: r8a77990: move CANFD pin groups and functions

2019-02-20 Thread Fabrizio Castro
CANFD is found also on the R8A774C0, therefore move CANFD pin groups and functions to "common". Signed-off-by: Fabrizio Castro --- drivers/pinctrl/sh-pfc/pfc-r8a77990.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a

[PATCH] clk: renesas: r8a774c0: Fix LAST_DT_CORE_CLK

2019-02-20 Thread Fabrizio Castro
Enum LAST_DT_CORE_CLK needs updating as R8A774C0_CLK_CANFD was recently added and it's the core clock with the highest index. Signed-off-by: Fabrizio Castro --- drivers/clk/renesas/r8a774c0-cpg-mssr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/re

[PATCH] arm64: dts: renesas: r8a774c0: Fix cpu nodes style

2019-02-15 Thread Fabrizio Castro
We usually leave a space between "=" and the value of device tree properties, but unfortunately that was overlooked for the "clocks" property of cpu@0 and cpu@1. This patch fixes the spacing with the "clocks" property of cpu@0 and cpu@1. Signed-off-by: Fabrizio Ca

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] 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 08/12] arm64: dts: renesas: r8a774c0: Add OPPs table for cpu devices

2019-02-14 Thread Fabrizio Castro
Hello Simon, > From: Simon Horman > Sent: 11 February 2019 09:50 > Subject: Re: [PATCH 08/12] arm64: dts: renesas: r8a774c0: Add OPPs table for > cpu devices > > On Fri, Feb 08, 2019 at 03:26:49PM +0000, Fabrizio Castro wrote: > > Hello Sergei, > > &

RE: [PATCH 08/12] arm64: dts: renesas: r8a774c0: Add OPPs table for cpu devices

2019-02-08 Thread Fabrizio Castro
Hello Sergei, Thank you for your feedback! > -Original Message- > From: Sergei Shtylyov > Sent: 08 February 2019 12:53 > To: Simon Horman ; > linux-renesas-soc@vger.kernel.org > Cc: linux-arm-ker...@lists.infradead.org; Magnus Damm > ; Fabrizio Castro > >

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] arm64: dts: renesas: r8a774c0: Add OPPs table for cpu devices

2019-01-31 Thread Fabrizio Castro
This patch defines OOP tables for all CPUs, similarly to what done by Takeshi Kihara and Yoshihiro Kaneko for the R8A77990. Signed-off-by: Fabrizio Castro --- This patch depends on series: https://www.mail-archive.com/linux-renesas-soc@vger.kernel.org/msg38109.html Thanks, Fab arch/arm64

RE: [PATCH/RFT v3 5/5] clk: renesas: r8a774c0: Add Z2 clock

2019-01-31 Thread Fabrizio Castro
clock. > > Signed-off-by: Simon Horman Tested-by: Fabrizio Castro Reviewed-by: Fabrizio Castro > --- > v3: New patch > --- > drivers/clk/renesas/r8a774c0-cpg-mssr.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/clk/renesas/r8a774c0-cpg-mssr.c

RE: [PATCH/RFT v2 5/6] clk: renesas: rcar-gen3: Support r8a7745 Z2 clock divider

2019-01-30 Thread Fabrizio Castro
Hello Simon, > From: Biju Das > Sent: 30 January 2019 09:44 > Subject: RE: [PATCH/RFT v2 5/6] clk: renesas: rcar-gen3: Support r8a7745 Z2 > clock divider > > Hi Simon, > > Thanks for the patch > > > Subject: [PATCH/RFT v2 5/6] clk: renesas: rcar-gen3: Support r8a7745 Z2 > > clock > > divider > >

RE: [PATCH/RFT v2 6/6] clk: renesas: r8a7745: Implement Z2 as a variable clock

2019-01-30 Thread Fabrizio Castro
Hello Simon, Thank you for your patch! > From: Simon Horman > Sent: 30 January 2019 09:40 > Subject: [PATCH/RFT v2 6/6] clk: renesas: r8a7745: Implement Z2 as a variable > clock > > On the RZ/G2E (r8a7745) SoC the Z2 clock is not a fixed clock. Did you mean RZ/G1E here? > Rather it is a clock

RE: [PATCH 2/3] arm64: dts: renesas: r8a774a1: Add clkp2 clock to CAN nodes

2019-01-28 Thread Fabrizio Castro
> From: Simon Horman > Sent: 28 January 2019 13:01 > Subject: Re: [PATCH 2/3] arm64: dts: renesas: r8a774a1: Add clkp2 clock to > CAN nodes > > On Fri, Jan 25, 2019 at 11:33:41AM +0000, Fabrizio Castro wrote: > > Hello Simon, > > > > Thank you for your fe

RE: [PATCH 2/3] arm64: dts: renesas: r8a774a1: Add clkp2 clock to CAN nodes

2019-01-25 Thread Fabrizio Castro
Hello Simon, Thank you for your feedback! > From: Simon Horman > Sent: 24 January 2019 10:01 > Subject: Re: [PATCH 2/3] arm64: dts: renesas: r8a774a1: Add clkp2 clock to > CAN nodes > > On Wed, Jan 23, 2019 at 12:18:45PM +0000, Fabrizio Castro wrote: > > Hello Geert, &g

RE: [PATCH 2/3] arm64: dts: renesas: r8a774a1: Add clkp2 clock to CAN nodes

2019-01-23 Thread Fabrizio Castro
Hello Geert, Thank you for your feedback! > From: Geert Uytterhoeven > Sent: 23 January 2019 12:08 > Subject: Re: [PATCH 2/3] arm64: dts: renesas: r8a774a1: Add clkp2 clock to > CAN nodes > > Hi Fabrizio, > > On Wed, Jan 23, 2019 at 1:01 PM Fabrizio Castro > wrot

RE: [PATCH 2/3] arm64: dts: renesas: r8a774a1: Add clkp2 clock to CAN nodes

2019-01-23 Thread Fabrizio Castro
2019 at 01:13:53PM +0100, Simon Horman wrote: > > > On Thu, Jan 17, 2019 at 02:54:15PM +, Fabrizio Castro wrote: > > > > According to the latest information, clkp2 is available on RZ/G2. > > > > Modify CAN0 and CAN1 nodes accordingly. > > > > > &

RE: linux-next: Fixes tag needs some work in the renesas tree

2019-01-23 Thread Fabrizio Castro
Thank you Simon. Fab > From: Simon Horman > Sent: 23 January 2019 10:39 > Subject: Re: linux-next: Fixes tag needs some work in the renesas tree > > [CC linux-renesas-soc] > > On Wed, Jan 23, 2019 at 08:55:21AM +, Fabrizio Castro wrote: > > > From: Stephen Ro

RE: [PATCH 4/5] media: rcar-vin: Enable support for r8a774a1

2019-01-21 Thread Fabrizio Castro
riginal Message- > > From: Biju Das > > Sent: 10 September 2018 15:31 > > To: Mauro Carvalho Chehab > > Cc: Biju Das ; Niklas Söderlund > > ; linux-me...@vger.kernel.org; linux- > > renesas-...@vger.kernel.org; Simon Horman ; Geert > > Uytterhoeven ; C

RE: [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 support

2019-01-21 Thread Fabrizio Castro
Hello Mauro, This is a gentle reminder. Thanks, Fab > From: Fabrizio Castro > Sent: 08 November 2018 14:26 > Subject: RE: [PATCH 3/5] media: dt-bindings: media: rcar_vin: Add r8a774a1 > support > > Hello Mauro, > > Does this patch look ok to you? > > Thanks, >

RE: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1

2019-01-21 Thread Fabrizio Castro
Hello Mauro, This is a gentle reminder. Thanks, Fab > From: linux-renesas-soc-ow...@vger.kernel.org > On Behalf Of Fabrizio Castro > Sent: 08 November 2018 14:24 > Subject: RE: [PATCH 2/5] media: rcar-csi2: Enable support for r8a774a1 > > Hello Mauro, > > Does t

RE: [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support

2019-01-21 Thread Fabrizio Castro
Hello Mauro, This is a gentle reminder. Thanks, Fab > From: linux-renesas-soc-ow...@vger.kernel.org > On Behalf Of Fabrizio Castro > Sent: 08 November 2018 14:19 > Subject: RE: [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 > support > > Hello Mauro, >

[PATCH 0/3] Correct CAN clocks definition

2019-01-17 Thread Fabrizio Castro
Dear All, since we now know that the r8a774a1 is similar to the r8a7796 from a CAN and CANFD perspective, changes to the clocks are in order. Thanks, Fab Fabrizio Castro (3): clk: renesas: r8a774a1: Add missing CANFD clock arm64: dts: renesas: r8a774a1: Add clkp2 clock to CAN nodes dt

[PATCH 1/3] clk: renesas: r8a774a1: Add missing CANFD clock

2019-01-17 Thread Fabrizio Castro
This patch adds the missing CANFD clock to the r8a774a1 specific clock driver. Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- drivers/clk/renesas/r8a774a1-cpg-mssr.c | 2 ++ include/dt-bindings/clock/r8a774a1-cpg-mssr.h | 1 + 2 files changed, 3 insertions(+) diff --git

[PATCH 3/3] dt-bindings: can: rcar_canfd: Document r8a774a1 support

2019-01-17 Thread Fabrizio Castro
Document support for rcar_canfd on R8A774A1 SoC devices. Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- This patch depends on: https://patchwork.kernel.org/patch/10766781/ Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 15 --- 1 file changed, 8

[PATCH 2/3] arm64: dts: renesas: r8a774a1: Add clkp2 clock to CAN nodes

2019-01-17 Thread Fabrizio Castro
According to the latest information, clkp2 is available on RZ/G2. Modify CAN0 and CAN1 nodes accordingly. Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a

RE: [PATCH 07/11] arm64: dts: renesas: cat875: Add ethernet support

2019-01-17 Thread Fabrizio Castro
Hello Simon, Thank you for your feedback! > From: Simon Horman > Sent: 17 January 2019 12:00 > Subject: Re: [PATCH 07/11] arm64: dts: renesas: cat875: Add ethernet support > > On Wed, Jan 16, 2019 at 06:37:50PM +, Fabrizio Castro wrote: > > From: Biju Das > > &

RE: [PATCH 06/11] arm64: dts: renesas: r8a774c0-cat874: Add uSD support

2019-01-17 Thread Fabrizio Castro
Hello Simon, Thank you for your feedback! > From: Simon Horman > Sent: 17 January 2019 11:12 > Subject: Re: [PATCH 06/11] arm64: dts: renesas: r8a774c0-cat874: Add uSD > support > > On Wed, Jan 16, 2019 at 06:37:49PM +0000, Fabrizio Castro wrote: > > From: Biju Das >

[PATCH v2 08/11] clk: renesas: r8a774c0: Add missing CANFD clock

2019-01-16 Thread Fabrizio Castro
This patch adds the missing CANFD clock to the r8a774c0 specific clock driver. Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- The relevant documentation should appear in the next version of the HW User's manual v1->v2: * appended R8A774C0_CLK_CANFD as per Geert&#

RE: [PATCH 08/11] clk: renesas: r8a774c0: Add missing CANFD clock

2019-01-16 Thread Fabrizio Castro
Hi Geert, Thank you for your feedback! > From: Geert Uytterhoeven > Sent: 16 January 2019 19:06 > Subject: Re: [PATCH 08/11] clk: renesas: r8a774c0: Add missing CANFD clock > > Hi Fabrizio, > > Thanks for your patch! > > On Wed, Jan 16, 2019 at 7:39 PM Fabrizio Cast

[PATCH 11/11] dt-bindings: can: rcar_canfd: document r8a774c0 support

2019-01-16 Thread Fabrizio Castro
Document the support for rcar_canfd on R8A774C0 SoC devices. Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- This patch depends on: https://patchwork.kernel.org/patch/10687999/ https://patchwork.kernel.org/patch/10688001/ Documentation/devicetree/bindings/net/can/rcar_canfd.txt

[PATCH 06/11] arm64: dts: renesas: r8a774c0-cat874: Add uSD support

2019-01-16 Thread Fabrizio Castro
From: Biju Das This patch adds uSD card support. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro Reviewed-by: Chris Paterson --- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 50 + 1 file changed, 50 insertions(+) diff --git a/arch/arm64/boot/dts/renesas

[PATCH 05/11] arm64: dts: renesas: r8a774c0-cat874: Add pincontrol support to scif2

2019-01-16 Thread Fabrizio Castro
From: Biju Das This patch adds pincontrol support to scif2. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro Reviewed-by: Chris Paterson --- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/boot/dts/renesas

[PATCH 08/11] clk: renesas: r8a774c0: Add missing CANFD clock

2019-01-16 Thread Fabrizio Castro
This patch adds the missing CANFD clock to the r8a774c0 specific clock driver. Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- drivers/clk/renesas/r8a774c0-cpg-mssr.c | 4 include/dt-bindings/clock/r8a774c0-cpg-mssr.h | 17 + 2 files changed, 13

[PATCH 07/11] arm64: dts: renesas: cat875: Add ethernet support

2019-01-16 Thread Fabrizio Castro
From: Biju Das This patch adds ethernet support to the sub board. Signed-off-by: Biju Das Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- arch/arm64/boot/dts/renesas/cat875.dtsi | 30 ++ 1 file changed, 30 insertions(+) diff --git a/arch/arm64

[PATCH 10/11] arm64: dts: renesas: r8a774c0: Add clkp2 clock to CAN nodes

2019-01-16 Thread Fabrizio Castro
According to the latest information, clkp2 is available on RZ/G2. Modify CAN0 and CAN1 nodes accordingly. Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a

[PATCH 09/11] dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks

2019-01-16 Thread Fabrizio Castro
According to the latest information, the clock options for CAN on RZ/G2 are the same as the ones available on R-Car Gen3 Fixes: 868b7c0f43e6 ("dt-bindings: can: rcar_can: Add r8a774a1 support") Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- Documentation/devicetree/bi

[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 04/11] arm64: dts: renesas: Add Si-Linux EK874 board support

2019-01-16 Thread Fabrizio Castro
From: Biju Das The EK874 development kit from Silicon Linux is made of CAT874 (the main board) and CAT875 (the sub board that goes on top of CAT874). Signed-off-by: Biju Das Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- arch/arm64/boot/dts/renesas/Makefile | 2

[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

[PATCH 03/11] arm64: dts: renesas: Add Si-Linux CAT874 board support

2019-01-16 Thread Fabrizio Castro
From: Biju Das Basic support for the Si-Linux board based on RZ/G2E: - Memory, - Main crystal, - Serial console Signed-off-by: Biju Das Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- arch/arm64/boot/dts/renesas/Makefile| 1 + arch/arm64/boot/dts/renesas

[PATCH 02/11] dt-bindings: arm: renesas: Add si-linux cat87[45] boards

2019-01-16 Thread Fabrizio Castro
This patch adds board cat874 (powered by the RZ/G2E) and board cat875 (that sits on top of cat874). Both boards are made by Silicon Linux. Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- Documentation/devicetree/bindings/arm/renesas.yaml | 8 1 file changed, 8

RE: [PATCH LOCAL 2/2] arm64: dts: renesas: r8a774c0: Add dummy board DTS

2019-01-09 Thread Fabrizio Castro
> From: Geert Uytterhoeven > Sent: 04 January 2019 09:13 > Subject: [PATCH LOCAL 2/2] arm64: dts: renesas: r8a774c0: Add dummy board DTS > > Improve build coverage until a real board DTS surfaces. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Fabrizio Castro >

RE: [PATCH LOCAL 1/2] arm64: dts: renesas: r8a774a1: Add dummy board DTS

2019-01-09 Thread Fabrizio Castro
> From: Geert Uytterhoeven > Sent: 04 January 2019 09:13 > Subject: [PATCH LOCAL 1/2] arm64: dts: renesas: r8a774a1: Add dummy board DTS > > Improve build coverage until a real board DTS surfaces. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Fabrizio Castro >

[PATCH v2 resend 0/2] RZ/G2[EM] SCIF and HSCIF documentation

2018-12-19 Thread Fabrizio Castro
Hello Greg, as promised I am resending the SCIF and HSCIF dt-bindings related patches for the RZ/G2M and RZ/G2E. This series applies on top of next-20181219. Thanks, Fab Fabrizio Castro (2): dt-bindings: serial: sh-sci: Document r8a774a1 bindings dt-bindings: serial: sh-sci: Document

[PATCH v2 1/2] dt-bindings: serial: sh-sci: Document r8a774a1 bindings

2018-12-19 Thread Fabrizio Castro
RZ/G2M (R8A774A1) SoC also has the R-Car Gen3 compatible SCIF and HSCIF ports, so document the SoC specific bindings. While at it, update the RZ/G1 and RZ/G2 family specific strings description as outdated. Signed-off-by: Fabrizio Castro Reviewed-by: Biju Das Reviewed-by: Rob Herring Reviewed

[PATCH v2 resend 2/2] dt-bindings: serial: sh-sci: Document r8a774c0 bindings

2018-12-19 Thread Fabrizio Castro
RZ/G2E (R8A774C0) SoC also has the R-Car Gen3 compatible SCIF and HSCIF ports, so document the SoC specific bindings. Signed-off-by: Fabrizio Castro Reviewed-by: Geert Uytterhoeven Reviewed-by: Simon Horman Reviewed-by: Rob Herring --- v1->v2: * Fixed title according to Geert's

RE: [PATCH v2] dt-bindings: serial: sh-sci: Document r8a774c0 bindings

2018-12-19 Thread Fabrizio Castro
Hello Greg, > From: Greg Kroah-Hartman > Sent: 19 December 2018 07:26 > To: Fabrizio Castro > Subject: Re: [PATCH v2] dt-bindings: serial: sh-sci: Document r8a774c0 > bindings > > On Tue, Dec 18, 2018 at 12:03:10PM +, Fabrizio Castro wrote: > > RZ/G2E (R8A774C0)

[PATCH v2] dt-bindings: serial: sh-sci: Document r8a774c0 bindings

2018-12-18 Thread Fabrizio Castro
RZ/G2E (R8A774C0) SoC also has the R-Car Gen3 compatible SCIF and HSCIF ports, so document the SoC specific bindings. Signed-off-by: Fabrizio Castro Reviewed-by: Geert Uytterhoeven Reviewed-by: Simon Horman --- v1->v2: * Fixed title according to Geert's comment This patch depends o

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

2018-12-18 Thread Fabrizio Castro
Add PCIe support for the RZ/G2E (a.k.a. R8A774C0). Signed-off-by: Fabrizio Castro Reviewed-by: Geert Uytterhoeven --- v1->v2: * Dropped change to the description of "phys" optional property according to Geert's comment Documentation/devicetree/bindings/pci/rcar-pci.tx

[PATCH] arm64: dts: renesas: r8a774a1: Fix hsusb reg size

2018-12-18 Thread Fabrizio Castro
HS-USB has registers outside the currently specified memory area, therefore change the definition accordingly. Fixes: ed898d4fc19d ("arm64: dts: renesas: r8a774a1: Add USB-DMAC and HSUSB device nodes") Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson --- Thank you Simon fo

RE: [PATCH] dt-bindings: i2c: rcar: Add r8a774c0 support

2018-12-18 Thread Fabrizio Castro
Hello Wolfram, > From: Wolfram Sang > Sent: 17 December 2018 22:24 > To: Fabrizio Castro > Cc: Rob Herring ; Mark Rutland ; > Wolfram Sang engineering.com>; Geert Uytterhoeven ; Simon Horman > ; Biju Das > ; Ulrich Hecht ; > Sergei Shtylyov > ;

RE: [PATCH 06/17] arm64: dts: renesas: r8a774c0: Add MSIOF nodes

2018-12-17 Thread Fabrizio Castro
Hello Sergei, Thank you for your feedback! > From: Sergei Shtylyov > Sent: 17 December 2018 16:27 > To: Fabrizio Castro ; Rob Herring > ; Geert Uytterhoeven > Subject: Re: [PATCH 06/17] arm64: dts: renesas: r8a774c0: Add MSIOF nodes > > Hello! > > On 12/14/2018 12:3

RE: [PATCH 02/17] arm64: dts: renesas: r8a774c0: Add I2C and IIC-DVFS support

2018-12-17 Thread Fabrizio Castro
Hello Geert, hello Simon I have just received word from Japan, apparently they are going to drop ICTR, ICRR, ICTA, ICTB, ICTC, ICTD, ICSF, and ICVCON from the RZ/G2 documentation. Thanks, Fab > From: Geert Uytterhoeven > Sent: 17 December 2018 16:12 > To: Fabrizio Castro > Cc:

RE: [PATCH 02/17] arm64: dts: renesas: r8a774c0: Add I2C and IIC-DVFS support

2018-12-17 Thread Fabrizio Castro
Hello Simon, Thank you for your feedback! > From: Simon Horman > Sent: 17 December 2018 11:50 > To: Fabrizio Castro > Subject: Re: [PATCH 02/17] arm64: dts: renesas: r8a774c0: Add I2C and > IIC-DVFS support > > On Mon, Dec 17, 2018 at 11:24:39AM +, Fabrizio Castro w

RE: [PATCH 11/17] arm64: dts: renesas: r8a774c0: Add USB-DMAC and HSUSB device nodes

2018-12-17 Thread Fabrizio Castro
Hello Simon, Thank you for your feedback! > From: Simon Horman > Sent: 17 December 2018 10:55 > To: Fabrizio Castro > Subject: Re: [PATCH 11/17] arm64: dts: renesas: r8a774c0: Add USB-DMAC and > HSUSB device nodes > > On Fri, Dec 14, 2018 at 09:37:34AM +, Fabrizio

RE: [PATCH 07/17] arm64: dts: renesas: r8a774c0: Add audio support

2018-12-17 Thread Fabrizio Castro
Hello Simon, Thank you for your feedback! > From: Simon Horman > Sent: 17 December 2018 10:22 > To: Fabrizio Castro > Subject: Re: [PATCH 07/17] arm64: dts: renesas: r8a774c0: Add audio support > > On Fri, Dec 14, 2018 at 09:37:30AM +0000, Fabrizio Castro wrote: > > A

RE: [PATCH 02/17] arm64: dts: renesas: r8a774c0: Add I2C and IIC-DVFS support

2018-12-17 Thread Fabrizio Castro
Hello Simon, > From: Simon Horman > Sent: 16 December 2018 20:18 > Subject: Re: [PATCH 02/17] arm64: dts: renesas: r8a774c0: Add I2C and > IIC-DVFS support > > On Fri, Dec 14, 2018 at 09:37:25AM +0000, Fabrizio Castro wrote: > > Add the I2C[0-7] and IIC Bus Interfac

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

2018-12-14 Thread Fabrizio Castro
Hello Geert, Thank you for your feedback! > From: Geert Uytterhoeven > Sent: 14 December 2018 10:29 > Subject: Re: [PATCH] dt-bindings: PCI: rcar: Add device tree support for > r8a774c0 > > Hi Fabrizio, > > On Thu, Dec 13, 2018 at 9:21 PM Fabrizio Castro > wrote: &

RE: [PATCH] dt-bindings: i2c: rcar: Add r8a774c0 support

2018-12-14 Thread Fabrizio Castro
Hello Geert, Thank you for your feedback! > From: devicetree-ow...@vger.kernel.org On > Behalf Of Geert Uytterhoeven > Sent: 14 December 2018 10:08 > Subject: Re: [PATCH] dt-bindings: i2c: rcar: Add r8a774c0 support > > On Thu, Dec 13, 2018 at 9:19 PM Fabrizio Castro > w

RE: [PATCH] serial: sh-sci: Document r8a774c0 bindings

2018-12-14 Thread Fabrizio Castro
Hello Geert, Thank you for your feedback! > From: Geert Uytterhoeven > Sent: 14 December 2018 10:05 > Subject: Re: [PATCH] serial: sh-sci: Document r8a774c0 bindings > > On Thu, Dec 13, 2018 at 9:18 PM Fabrizio Castro > wrote: > > dt-bindings: ... Will send a v2

<    1   2   3   4   5   6   7   8   9   >