[PATCH V5 13/13] ARM: dts: iwg23s-sbc: Enable HS-USB

2019-04-10 Thread Biju Das
Enable HS-USB device for the iWave SBC based on RZ/G1C. Signed-off-by: Biju Das Reviewed-by: Simon Horman --- V4-->V5 * No change V3-->V4 * No change V2-->V3 * No change V1-->V2 * New patch --- arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 4 1 file changed, 4 insertions(+)

[PATCH V3 7/7] arm64: dts: renesas: r8a774c0-cat874: Enable usb role switch support

2019-04-12 Thread Biju Das
This patch enables TI HD3SS3220 device and support usb role switch for the CAT 874 platform. Signed-off-by: Biju Das --- V2-->V3 * Used "renesas,usb-role-switch" instead of generic "usb-role-switch" property V1-->V2 * New patch --- arch/arm64/boot/dts/renesa

[PATCH V3 4/7] usb: gadget: udc: renesas_usb3: Use usb_role_switch framework

2019-04-12 Thread Biju Das
RZ/G2E cat874 board is capable of detecting cable connect and disconnect events. Add support for renesas_usb3 to receive connect and disconnect events and support dual-role switch using usb-role-switch framework. Signed-off-by: Biju Das --- V2-->V3 * Incorporated Shimoda-san's review

[PATCH V3 6/7] arm64: dts: renesas: r8a774c0-cat874: Enable USB3.0 host/peripheral device node

2019-04-12 Thread Biju Das
This patch enables USB3.0 host/peripheral device node for r8a774c0 cat874 board. Signed-off-by: Biju Das --- V2-->V3 * No change V1-->V2 * No change --- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm64/bo

[PATCH V4 6/7] arm64: dts: renesas: r8a774c0-cat874: Enable USB3.0 host/peripheral device node

2019-04-16 Thread Biju Das
This patch enables USB3.0 host/peripheral device node for r8a774c0 cat874 board. Signed-off-by: Biju Das --- V3-->V4 * No change V2-->V3 * No change V1-->V2 * No change --- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 17 + 1 file changed, 17 insertions(+) d

[PATCH V4 7/7] arm64: dts: renesas: r8a774c0-cat874: Enable usb role switch support

2019-04-16 Thread Biju Das
This patch enables TI HD3SS3220 device and support usb role switch for the CAT 874 platform. Signed-off-by: Biju Das --- V3-->V4 * No change V2-->V3 * Used "renesas,usb-role-switch" instead of generic "usb-role-switch" property V1-->V2 * New patch ---

[PATCH 0/6] Add more support to RZ/G2M SoC

2019-04-16 Thread Biju Das
This series adds RZ/G2M SoC dtsi support for DU, VSP, FDP, and Tie SYS-DMAC, Audio-DMAC, Ethernet AVB to IPMMU. This patchset is based on renesas dev branch. Biju Das (6): arm64: dts: r8a774a1: Add VSP instances arm64: dts: r8a774a1: Add DU device to DT arm64: dts: renesas: r8a774a1: Add

[PATCH 1/6] arm64: dts: r8a774a1: Add VSP instances

2019-04-16 Thread Biju Das
The r8a774a1 soc has 5 VSP instances similar to r8a7796. Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 55 +++ 1 file changed, 55 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64/boot/dts/renesas/r8a774a1

[PATCH 4/6] arm64: dts: renesas: r8a774a1: Tie SYS-DMAC to IPMMU-DS0/1

2019-04-16 Thread Biju Das
Hook up r8a774a1 DMAC nodes to the IPMMUs. In particular SYS-DMAC0 gets tied to IPMMU-DS0, and SYS-DMAC1 and SYS-DMAC2 get tied to IPMMU-DS1. Based on work for the r8a7796 by Magnus Damm. Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 24 1

[PATCH 3/6] arm64: dts: renesas: r8a774a1: Add FDP1 instance

2019-04-16 Thread Biju Das
The r8a774a1 has a single FDP1 instance similar to r8a7796. Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi index e7759ba

[PATCH 5/6] arm64: dts: renesas: r8a774a1: Tie Audio-DMAC to IPMMU-MP

2019-04-16 Thread Biju Das
Hook up r8a774a1 Audio-DMAC nodes to the IPMMU-MP. Based on work for the r8a7795 by Magnus Damm. Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64

[PATCH 2/6] arm64: dts: r8a774a1: Add DU device to DT

2019-04-16 Thread Biju Das
Add the DU device to r8a774a1.dtsi in a disabled state. Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 63 +++ 1 file changed, 63 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64/boot/dts/renesas/r8a774a1

[PATCH 6/6] arm64: dts: renesas: r8a774a1: Connect Ethernet-AVB to IPMMU-DS0

2019-04-16 Thread Biju Das
Add IPMMU-DS0 to the Ethernet-AVB device node. Based on work by Magnus Damm for the r8a7795. Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64/boot/dts/renesas

RE: [PATCH 4/5] ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig

2019-04-23 Thread Biju Das
@vger.kernel.org> On Behalf Of Geert Uytterhoeven > Sent: 23 April 2019 10:21 > To: Simon Horman ; Biju Das > > Cc: Linux-Renesas ; Magnus Damm > ; Linux ARM ker...@lists.infradead.org> > Subject: Re: [PATCH 4/5] ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in > shmobile_defc

RE: [PATCH 4/5] ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig

2019-04-23 Thread Biju Das
Hello Simon, Thanks for the feedback. > Subject: Re: [PATCH 4/5] ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in > shmobile_defconfig > > On Tue, Apr 23, 2019 at 09:45:18AM +0000, Biju Das wrote: > > Hi Geert, > > > > Thanks for the feedback. > > > > Simo

[PATCH] ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig

2019-04-23 Thread Biju Das
Remove the GENERIC_PHY config option from shmobile_defconfig, as it is selected by PHY_RCAR_GEN3_USB2. PHY_RCAR_GEN3_USB2 is enabled by the commit 0cd4f4f10245d1d9616e00245 ("ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig"). Signed-off-by: Biju Das --- arch/a

[PATCH V5 7/9] arm64: defconfig: enable TYPEC_HD3SS3220 config option

2019-04-24 Thread Biju Das
Enable support for the TI HD3SS320 USB Type-C DRP Port controller driver by turning on CONFIG_TYPEC and CONFIG_TYPEC_HD3SS3220 as modules. Signed-off-by: Biju Das --- V4-->V5 * No change V3-->V4 * No change V2-->V3 * No change V1-->V2 * No change --- arch/arm64/configs/d

[PATCH V5 8/9] arm64: dts: renesas: r8a774c0-cat874: Enable USB3.0 host/peripheral device node

2019-04-24 Thread Biju Das
This patch enables USB3.0 host/peripheral device node for r8a774c0 cat874 board. Signed-off-by: Biju Das --- V4-->V5 * No change V3-->V4 * No change V2-->V3 * No change V1-->V2 * No change --- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 17 + 1 file

[PATCH V5 9/9] arm64: dts: renesas: r8a774c0-cat874: Enable usb role switch support

2019-04-24 Thread Biju Das
This patch enables TI HD3SS3220 device and support usb role switch for the CAT 874 platform. Signed-off-by: Biju Das --- V4-->V5 * No change V3-->V4 * No change V2-->V3 * Used "renesas,usb-role-switch" instead of generic "usb-role-switch" property V1-->

RE: [PATCH] ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig

2019-04-24 Thread Biju Das
Message- > From: Simon Horman > Sent: 24 April 2019 10:33 > To: Geert Uytterhoeven > Cc: Biju Das ; Magnus Damm > ; Russell King ; Linux- > Renesas ; Linux ARM ker...@lists.infradead.org>; Geert Uytterhoeven > ; Chris Paterson > ; Fabrizio Castro > > Subject: Re: [

RE: [PATCH] ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig

2019-04-24 Thread Biju Das
Hi Simon, Thanks for the feedback. > Subject: Re: [PATCH] ARM: shmobile: Remove GENERIC_PHY from > shmobile_defconfig > > On Wed, Apr 24, 2019 at 09:44:11AM +0000, Biju Das wrote: > > Hi Simon, > > > > Thanks for the feedback. > > > > I missed to add t

RE: [PATCH] ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig

2019-04-26 Thread Biju Das
> Subject: Re: [PATCH] ARM: shmobile: Remove GENERIC_PHY from > shmobile_defconfig > > On Wed, Apr 24, 2019 at 11:11:43AM +0000, Biju Das wrote: > > Hi Simon, > > > > Thanks for the feedback. > > > > > Subject: Re: [PATCH] ARM: shmobile: Rem

RE: [PATCH 1/6] arm64: dts: r8a774a1: Add VSP instances

2019-04-30 Thread Biju Das
Hi Geert, Thanks for the feedback. > Subject: Re: [PATCH 1/6] arm64: dts: r8a774a1: Add VSP instances > > Hi Biju, > > On Tue, Apr 16, 2019 at 5:38 PM Biju Das wrote: > > The r8a774a1 soc has 5 VSP instances similar to r8a7796. > > > > Signed-off-by: Biju Das

[PATCH v6 6/7] arm64: dts: renesas: r8a774c0-cat874: Enable USB3.0 host/peripheral device node

2019-05-15 Thread Biju Das
This patch enables USB3.0 host/peripheral device node for r8a774c0 cat874 board. Signed-off-by: Biju Das --- V5-->V6 * No change V4-->V5 * No change V3-->V4 * No change V2-->V3 * No change V1-->V2 * No change --- arch/arm64/boot/dts/renesas/r8a774c0-

[PATCH v6 2/7] dt-bindings: usb: renesas_usb3: Document usb role switch support

2019-05-15 Thread Biju Das
Update the DT bindings documentation to support usb role switch for USB Type-C connector using USB role switch class framework. Signed-off-by: Biju Das --- V5-->V6 * Updated description * Added usb-role-switch-property V4-->V5 * No Change V3-->V4 * No Change V2-->

[PATCH v6 7/7] arm64: dts: renesas: r8a774c0-cat874: Enable usb role switch support

2019-05-15 Thread Biju Das
This patch enables TI HD3SS3220 device and support usb role switch for the CAT 874 platform. Signed-off-by: Biju Das --- V5-->V6 * No change V4-->V5 * No change V3-->V4 * No change V2-->V3 * Used "renesas,usb-role-switch" instead of generic "usb-role-switch&qu

[PATCH v6 4/7] usb: gadget: udc: renesas_usb3: Add dual role switch support

2019-05-15 Thread Biju Das
The RZ/G2E cat874 board has a type-c connector connected to hd3ss3220 usb type-c drp port controller. This patch adds dual role switch support for the type-c connector using the usb role switch class framework. Signed-off-by: Biju Das --- V5-->V6 * Added graph api's to find

[PATCH v6 3/7] usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controller

2019-05-15 Thread Biju Das
Driver for TI HD3SS3220 USB Type-C DRP port controller. The driver currently registers the port and supports data role swapping. Signed-off-by: Biju Das Reviewed-by: Heikki Krogerus --- V5-->V6 * No change Note: This patch depend on [1] [1]: [v5,4/6] usb: roles: add API to

[PATCH v6 5/7] arm64: defconfig: enable TYPEC_HD3SS3220 config option

2019-05-15 Thread Biju Das
Enable support for the TI HD3SS320 USB Type-C DRP Port controller driver by turning on CONFIG_TYPEC and CONFIG_TYPEC_HD3SS3220 as modules. Signed-off-by: Biju Das --- V5-->V6 * No change V4-->V5 * No change V3-->V4 * No change V2-->V3 * No change V1-->V2 * No change

[PATCH] phy: renesas: phy-rcar-gen2: Fix the array off by one warning

2019-05-15 Thread Biju Das
Fix the below smatch warning by adding variable check rather than the hardcoded value. warn: array off by one? 'data->select_value[channel_num]' Reported-by: Dan Carpenter Signed-off-by: Biju Das --- * Ref [1] [1]:https://www.spinics.net/lists/linux-kernel-janitors/msg46715.html

[PATCH 1/2] arm64: dts: renesas: r8a774c0-cat874: Add WLAN support

2019-05-16 Thread Biju Das
This patch enables WLAN support for the CAT874 board. Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 38 + 1 file changed, 38 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts b/arch/arm64/boot/dts/renesas

[PATCH 2/2] arm64: dts: renesas: r8a774c0-cat874: Add BT support

2019-05-16 Thread Biju Das
This patch enables BT support for the CAT874 board. Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts b/arch/arm64/boot/dts/renesas/r8a774c0-cat874

[PATCH 0/2] Add WLAN/BT support

2019-05-16 Thread Biju Das
This series adds WLAN/BT support for the CAT874 platform. This patchset is based on renesas dev branch. Biju Das (2): arm64: dts: renesas: r8a774c0-cat874: Add WLAN support arm64: dts: renesas: r8a774c0-cat874: Add BT support arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 57

RE: [PATCH] phy: renesas: phy-rcar-gen2: Fix the array off by one warning

2019-05-16 Thread Biju Das
Hi Wolfram, Thanks for the feedback. > Subject: Re: [PATCH] phy: renesas: phy-rcar-gen2: Fix the array off by one > warning > > > error = of_property_read_u32(np, "reg", &channel_num); > > - if (error || channel_num > 2) { > > + if (error || channel_num > data->la

RE: [PATCH] phy: renesas: phy-rcar-gen2: Fix the array off by one warning

2019-05-16 Thread Biju Das
Hi Geert, Thanks for the feedback. > Subject: Re: [PATCH] phy: renesas: phy-rcar-gen2: Fix the array off by one > warning > > Hi Biju, > > On Wed, May 15, 2019 at 3:50 PM Biju Das > wrote: > > Fix the below smatch warning by adding variable check rather than the &g

[PATCH v2] phy: renesas: phy-rcar-gen2: Fix the array off by one warning

2019-05-16 Thread Biju Das
Fix the below smatch warning by adding variable check rather than the hardcoded value. warn: array off by one? 'data->select_value[channel_num]' Reported-by: Dan Carpenter Signed-off-by: Biju Das Reviewed-by: Geert Uytterhoeven --- V1-->V2 * Incorporated Geert's review

RE: [PATCH 1/2] arm64: dts: renesas: r8a774c0-cat874: Add WLAN support

2019-05-20 Thread Biju Das
> Subject: Re: [PATCH 1/2] arm64: dts: renesas: r8a774c0-cat874: Add WLAN > support > > On Thu, May 16, 2019 at 09:59:25AM +0100, Biju Das wrote: > > This patch enables WLAN support for the CAT874 board. > > > > Signed-off-by: Biju Das > > Thanks Biju, &g

RE: [PATCH v6 4/7] usb: gadget: udc: renesas_usb3: Add dual role switch support

2019-05-21 Thread Biju Das
Hi Shimoda-San, Thanks for the feedback. > > From: Biju Das, Sent: Wednesday, May 15, 2019 9:09 PM > > Subject: [PATCH v6 4/7] usb: gadget: udc: renesas_usb3: Add dual role > > switch support > > Now I'm confusing about the "Add dual role switch support"

RE: [PATCH v6 1/7] dt-bindings: usb: hd3ss3220 device tree binding document

2019-05-21 Thread Biju Das
Hi Sergei, Thanks for the feedback. > Subject: Re: [PATCH v6 1/7] dt-bindings: usb: hd3ss3220 device tree binding > document > > Hello! > > On 05/15/2019 03:09 PM, Biju Das wrote: > > > Add device tree binding document for TI HD3SS3220 Type-C DRP port > > cont

RE: [PATCH v6 1/7] dt-bindings: usb: hd3ss3220 device tree binding document

2019-05-22 Thread Biju Das
Hi Morimoto-San and Shimoda-San, Thanks for the feedback. > Subject: Re: [PATCH v6 1/7] dt-bindings: usb: hd3ss3220 device tree binding > document > > > Hi > > > > +Required properties: > > > + - compatible: Must be "ti,hd3ss3220". > > > + - reg: I2C slave address, must be 0x47 or 0x67 based

RE: [PATCH] gpio: rcar: Add R8A7743 (RZ/G1M) support

2017-06-19 Thread Biju Das
> Subject: Re: [PATCH] gpio: rcar: Add R8A7743 (RZ/G1M) support > > Hello! > > On 06/16/2017 04:32 PM, Biju Das wrote: > > > Renesas RZ/G1M (R8A7743 SoC) GPIO blocks are identical to the R-Car > Gen2 > > SoC should be outside the parens. Thanks. I will corre

RE: [PATCH] ARM: dts: iwg20d-q7: Add pinctl support for scif0

2017-06-21 Thread Biju Das
Hello Simon, > On Mon, Jun 19, 2017 at 10:42:18AM +0200, Geert Uytterhoeven wrote: > > Hi Biju, > > > > On Fri, Jun 16, 2017 at 4:57 PM, Biju Das > wrote: > > > Adding pinctrl support for scif0 interface. > > > > > > Signed-off-by: Biju D

[PATCH v2] gpio: rcar: Add R8A7743 (RZ/G1M) support

2017-06-21 Thread Biju Das
Renesas RZ/G1M (R8A7743) SoC GPIO blocks are identical to the R-Car Gen2 family. Add support for its GPIO controllers. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- v1->v2 * Modified the text "RZ-G1M" to "RZ/G1M" Documentation/devicetree/bindings/gpio/re

[PATCH] ARM: dts: r8a7743: Add GPIO support

2017-07-04 Thread Biju Das
Describe GPIO blocks in the R8A7743 device tree. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- This patch is been tested against linux-next tag next-20170704. It depends upon the patch 1)https://www.mail-archive.com/linux-renesas-soc@vger.kernel.org/msg15744.html 2)https

[PATCH][RESEND] ARM: dts: iwg20d-q7: Add pinctl support for scif0

2017-07-05 Thread Biju Das
Adding pinctrl support for scif0 interface. Signed-off-by: Biju Das --- v1-->v1-resend This patch is been tested against linux-next tag next-20170704. It is reposting,since the PFC depedencies now has been accepted. https://www.spinics.net/lists/arm-kernel/msg592332.html arch/arm/boot/

[PATCH v 0/2] Add RZ/G1M (R8A7743) Ethernet AVB support

2017-07-05 Thread Biju Das
This series aims to add Gigabit Ethernet E-MAC support on r8a7743 (RZ/G1M) SoC. The iWave RZ/G1M Qseven SOM supports Gigabit Ethernet Phy from Micrel(KSZ9031MNX). Gigabit Ethernet support is available in Renesas AVB driver. This series has been tested against linux-next tag next-20170704. Biju

[PATCH v 1/2] ravb: Add support for r8a7743 SoC

2017-07-05 Thread Biju Das
Add support for Gigabit Ethernet E-MAC on r8a7743 (RZ/G1M) SoC. Renesas RZ/G1M (R8A7743) SoC Ethernet AVB IP is identical to the R-Car Gen2 family. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- Documentation/devicetree/bindings/net/renesas,ravb.txt | 3 ++- drivers/net/ethernet

[PATCH v 2/2] ARM: shmobile: defconfig: Enable Ethernet AVB

2017-07-05 Thread Biju Das
The iWave RZ/G1M Q7 SOM supports Gigabit Ethernet Phy (Micrel KSZ9031MNX). Gigabit Ethernet support is available in Renesas AVB driver. To increase hardware support enable the driver in the shmobile_defconfig multiplatform configuration. Signed-off-by: Biju Das Reviewed-by: Chris Paterson

RE: [PATCH v 1/2] ravb: Add support for r8a7743 SoC

2017-07-05 Thread Biju Das
> -Original Message- > From: devicetree-ow...@vger.kernel.org [mailto:devicetree- > ow...@vger.kernel.org] On Behalf Of Sergei Shtylyov > Sent: 05 July 2017 14:21 > To: Biju Das ; Rob Herring ; > Mark Rutland ; Russell King > > Cc: Simon Horman ; Magnus

[PATCH v2 0/2] Add RZ/G1M (R8A7743) Ethernet AVB support

2017-07-05 Thread Biju Das
ory: --- [v1]: https://www.spinics.net/lists/arm-kernel/msg592366.html Biju Das (2): ravb: Document binding for r8a7743 SoC ARM: shmobile: defconfig: Enable Ethernet AVB Documentation/devicetree/bindings/net/renesas,ravb.txt | 3 ++- arch/arm/configs/shmobile_defconfig

[PATCH v2 1/2] ravb: Document binding for r8a7743 SoC

2017-07-05 Thread Biju Das
Add a new compatible string for the RZ/G1M (R8A7743) SoC. Signed-off-by: Biju Das Reviewed-by: Chris Paterson Reviewed-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/net/renesas,ravb.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation

[PATCH v2 2/2] ARM: shmobile: defconfig: Enable Ethernet AVB

2017-07-05 Thread Biju Das
The iWave RZ/G1M Q7 SOM supports Gigabit Ethernet Phy (Micrel KSZ9031MNX). Gigabit Ethernet support is available in Renesas AVB driver. To increase hardware support enable the driver in the shmobile_defconfig multiplatform configuration. Signed-off-by: Biju Das Reviewed-by: Chris Paterson Acked

[PATCH v 0/2] Add R8A7743/iwg20d-q7 Ethernet AVB support

2017-07-07 Thread Biju Das
Hello, This series aims to add device tree support for Ethernet AVB on R8A7743 SoC/iwg20d-q7 platform This series has been tested against linux-next tag next-20170704. It depends upon the patch https://www.mail-archive.com/netdev@vger.kernel.org/msg176852.html Biju Das (2): ARM: dts

[PATCH v 1/2] ARM: dts: r8a7743: Add Ethernet AVB support

2017-07-07 Thread Biju Das
Add Ethernet AVB support for r8a7743 SoC. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- arch/arm/boot/dts/r8a7743.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/r8a7743.dtsi b/arch/arm/boot/dts/r8a7743.dtsi index 8380859..ec8657f 100644

[PATCH v 2/2] ARM: dts: iwg20d-q7: Add Ethernet AVB support

2017-07-07 Thread Biju Das
Define the iWave RainboW-G20D-Qseven board dependent part of the Ethernet AVB device node. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/r8a7743-iwg20d

RE: [PATCH v 1/2] ravb: Add support for r8a7743 SoC

2017-07-10 Thread Biju Das
Hello, Thanks for the review. > -Original Message- > From: Rob Herring [mailto:r...@kernel.org] > Sent: 10 July 2017 02:20 > To: Biju Das > Cc: Mark Rutland ; Russell King > ; Sergei Shtylyov > ; Simon Horman > ; Magnus Damm ; Chris > Paterson ; device

RE: [PATCH v 1/2] ARM: dts: r8a7743: Add Ethernet AVB support

2017-07-10 Thread Biju Das
Hi Geert, Thanks for the review. > -Original Message- > From: geert.uytterhoe...@gmail.com [mailto:geert.uytterhoe...@gmail.com] > On Behalf Of Geert Uytterhoeven > Sent: 10 July 2017 08:55 > To: Biju Das > Cc: Rob Herring ; Mark Rutland > ; Russell King ; Serg

RE: [PATCH v 1/2] ARM: dts: r8a7743: Add Ethernet AVB support

2017-07-10 Thread Biju Das
Damm > ; Russell King ; Biju Das > ; Linux-Renesas s...@vger.kernel.org>; Rob Herring ; linux-arm- > ker...@lists.infradead.org > Subject: Re: [PATCH v 1/2] ARM: dts: r8a7743: Add Ethernet AVB support > > On Mon, Jul 10, 2017 at 10:23:51AM +0200, Simon Horman wrote: > >

[PATCH v2] dt-bindings: net: ravb : Add support for r8a7743 SoC

2017-07-10 Thread Biju Das
Add a new compatible string for the RZ/G1M (R8A7743) SoC. Signed-off-by: Biju Das --- v1->v2 * Changed the subject * re-formatted the required properties .../devicetree/bindings/net/renesas,ravb.txt | 29 +- 1 file changed, 17 insertions(+), 12 deletions(-) d

[PATCH net-next repost v2] dt-bindings: net: ravb : Add support for r8a7743 SoC

2017-07-17 Thread Biju Das
Add a new compatible string for the RZ/G1M (R8A7743) SoC. Signed-off-by: Biju Das Reviewed-by: Geert Uytterhoeven Reviewed-by: Simon Horman --- v1->v2 * Changed the subject * re-formatted the required properties .../devicetree/bindings/net/renesas,ravb.txt |

RE: [PATCH] ARM: shmobile: rcar-gen2: Correct arch timer frequency on RZ/G1E

2017-07-18 Thread Biju Das
It looks good to me. Regards, Biju > -Original Message- > From: Geert Uytterhoeven [mailto:geert+rene...@glider.be] > Sent: 18 July 2017 14:29 > To: Simon Horman ; Magnus Damm > > Cc: Sergei Shtylyov ; Biju Das > ; linux-renesas-soc@vger.kernel.

RE: [PATCH 4/4] mmc: sdhi: use maximum width for the sdbuf register

2017-08-02 Thread Biju Das
Hi, I am having issues with this patch(commitid:-785b215250310c690142abb1bdbb0767b8487c49) on iWave RZ/G1M board which is identical to R-Car M2. Getting below SDHI1 errors during boot. The issue is fixed by reverting this patch. [ 11.846211] sh_mobile_sdhi ee14.sd: timeout waiting for ha

RE: [PATCH 0/4] tmio/sdhi: use max sd_buf size & clean header file before

2017-08-02 Thread Biju Das
Hi, I am having issues with this patch (commit id:-785b215250310c690142abb1bdbb0767b8487c49 " mmc: sdhi: use maximum width for the sdbuf register") I am testing SDHI1 against linux-next-20170727 tag with iWave RZ/G1M board which is identical to R-Car M2. Getting below SDHI1 errors during boot

RE: [PATCH 4/4] mmc: sdhi: use maximum width for the sdbuf register

2017-08-03 Thread Biju Das
> -Original Message- > From: Wolfram Sang [mailto:w...@the-dreams.de] > Sent: 02 August 2017 20:04 > To: Biju Das > Cc: Wolfram Sang ; linux-renesas- > s...@vger.kernel.org; Simon Horman ; Yoshihiro > Shimoda ; linux-mmc- > ow...@vger.kernel.org > Subject: Re:

RE: [PATCH 4/4] mmc: sdhi: use maximum width for the sdbuf register

2017-08-03 Thread Biju Das
> -Original Message- > From: Wolfram Sang [mailto:w...@the-dreams.de] > Sent: 03 August 2017 08:43 > To: Biju Das > Cc: Wolfram Sang ; linux-renesas- > s...@vger.kernel.org; Simon Horman ; Yoshihiro > Shimoda ; linux-mmc- > ow...@vger.kernel.org > Subject: Re:

RE: [PATCH 4/4] mmc: sdhi: use maximum width for the sdbuf register

2017-08-03 Thread Biju Das
> -Original Message- > From: Wolfram Sang [mailto:w...@the-dreams.de] > Sent: 03 August 2017 09:57 > To: Biju Das > Cc: Wolfram Sang ; linux-renesas- > s...@vger.kernel.org; Simon Horman ; Yoshihiro > Shimoda ; linux-mmc- > ow...@vger.kernel.org; Chris Paterson

RE: [PATCH] Revert "mmc: sdhi: use maximum width for the sdbuf register"

2017-08-03 Thread Biju Das
Tested this patch on iWave RZ/G1M platform. Tested-by: Biju Das Regards, Biju > -Original Message- > From: Wolfram Sang [mailto:wsa+rene...@sang-engineering.com] > Sent: 03 August 2017 10:50 > To: linux-...@vger.kernel.org > Cc: linux-renesas-soc@vger.kernel.org; Simon

[PATCH 1/3] dt-bindings: apmu: Document r8a7743 support

2017-08-08 Thread Biju Das
Document APMU and SMP enable method for RZ/G1M (also known as r8a7743) SoC. Signed-off-by: Biju Das --- Documentation/devicetree/bindings/power/renesas,apmu.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/power/renesas,apmu.txt b

[PATCH 3/3] ARM: dts: r8a7743: Add OPP table for frequency scaling

2017-08-08 Thread Biju Das
s. All of them are using the same voltage since DVS is not supported in RZ/G1 Soc. Note:This also fixes the below errors seen on kernel logs [0.876877] cpu cpu0: dev_pm_opp_get_opp_count: OPP table not found (-19) [0.883727] cpu cpu1: cpufreq_init: failed to get clk: -2 Signed-off-by: Bi

[PATCH 0/3] Add SMP support

2017-08-08 Thread Biju Das
This series aims to add SMP support for r8a7743 SoC. This series has been tested against Linux-next tag 20170727 and renesas-dev branch. Biju Das (3): dt-bindings: apmu: Document r8a7743 support ARM: dts: r8a7743: Add APMU node and second CPU core ARM: dts: r8a7743: Add OPP table for

[PATCH 2/3] ARM: dts: r8a7743: Add APMU node and second CPU core

2017-08-08 Thread Biju Das
Add DT nodes for the Advanced Power Management Unit (APMU) and the second CPU core. Use the enable-method to point out that the APMU should be used for SMP support. Signed-off-by: Biju Das --- arch/arm/boot/dts/r8a7743.dtsi | 16 1 file changed, 16 insertions(+) diff --git a

[PATCH 1/2] dt-bindings: i2c: Document r8a7743/5 support

2017-08-08 Thread Biju Das
Document i2c Device Tree support for RZ/G1[ME] (also known as r8aA774[35]) SoCs. They are compatible with R-Car Gen2 SoC family. Signed-off-by: Biju Das --- Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation

[PATCH 2/2] ARM: dts: r8a7743: Add I2C DT support

2017-08-08 Thread Biju Das
Add the I2C[0-5] devices to the r8a7743 device tree. Signed-off-by: Biju Das --- This patch has been tested against Linux-next tag 20170727 and renesas-dev branch. This patch depends on https://www.mail-archive.com/linux-renesas-soc@vger.kernel.org/msg17008.html arch/arm/boot/dts/r8a7743

[PATCH 1/2] dt-bindings: i2c: sh_mobile: Document r8a7743/5 support

2017-08-08 Thread Biju Das
Document i2c Device Tree support for RZ/G1[ME] (also known as r8a774[35]) SoCs. They are compatible with R-Car Gen2 SoC family. No driver change is required as the initialisation sequence is currently the same as for the R-Car Gen2 fallback binding. Signed-off-by: Biju Das --- Documentation

[PATCH 2/2] ARM: dts: r8a7743: Add IIC cores to dtsi

2017-08-08 Thread Biju Das
Signed-off-by: Biju Das --- This patch has been tested against Linux-next tag 20170727 and renesas-dev branch. This patch depends on https://www.spinics.net/lists/arm-kernel/msg599220.html arch/arm/boot/dts/r8a7743.dtsi | 55 ++ 1 file changed, 55

[PATCH 0/2] Add BQ32000 RTC support for iWave RZ/G1M board

2017-08-08 Thread Biju Das
This series aims to add BQ32000 RTC support for iWave RZ/G1M board. This series has been tested against Linux-next tag 20170727 and renesas-dev branch. This patch series depends on https://www.spinics.net/lists/arm-kernel/msg599220.html Biju Das (2): ARM: dts: iwg20d-q7: Add RTC support

[PATCH 1/2] ARM: dts: iwg20d-q7: Add RTC support

2017-08-08 Thread Biju Das
Define the iWave RainboW-G20D-Qseven board dependent part of the RTC device node. Signed-off-by: Biju Das --- arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts b/arch/arm/boot/dts/r8a7743

[PATCH 2/2] ARM: shmobile: Enable BQ32000 rtc in shmobile_defconfig

2017-08-08 Thread Biju Das
The iWave RZ/G1M Q7 SOM supports RTC (TI BQ32000). To increase hardware support enable the driver in the shmobile_defconfig multiplatform configuration. Signed-off-by: Biju Das --- arch/arm/configs/shmobile_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs

RE: [PATCH 2/2] ARM: dts: r8a7743: Add IIC cores to dtsi

2017-08-09 Thread Biju Das
> -Original Message- > From: Sergei Shtylyov [mailto:sergei.shtyl...@cogentembedded.com] > Sent: 09 August 2017 10:17 > To: Biju Das ; Rob Herring ; > Mark Rutland > Cc: Simon Horman ; Wolfram Sang dreams.de>; Magnus Damm ; Russell King > ; Chris Paterson ; >

RE: [PATCH 2/2] ARM: dts: r8a7743: Add I2C DT support

2017-08-09 Thread Biju Das
> -Original Message- > From: Simon Horman [mailto:ho...@verge.net.au] > Sent: 09 August 2017 09:53 > To: Biju Das > Cc: Rob Herring ; Mark Rutland > ; Wolfram Sang ; Magnus > Damm ; Russell King ; > Chris Paterson ; devicet...@vger.kernel.org; > linux-renesas

RE: [PATCH 0/3] Add SMP support

2017-08-10 Thread Biju Das
> -Original Message- > From: Simon Horman [mailto:ho...@verge.net.au] > Sent: 09 August 2017 09:36 > To: Biju Das > Cc: Rob Herring ; Mark Rutland > ; Magnus Damm ; > Russell King ; Chris Paterson > ; devicet...@vger.kernel.org; linux-renesas- > s...@vge

RE: [PATCH 0/3] Add SMP support

2017-08-10 Thread Biju Das
> -Original Message- > From: Biju Das > Sent: 10 August 2017 10:17 > To: 'Simon Horman' > Cc: Rob Herring ; Mark Rutland > ; Magnus Damm ; > Russell King ; Chris Paterson > ; devicet...@vger.kernel.org; linux-renesas- > s...@vger.kernel.org;

RE: [PATCH 0/3] Add SMP support

2017-08-11 Thread Biju Das
Hello, > -Original Message- > From: Biju Das > Sent: 10 August 2017 12:19 > To: 'Simon Horman' > Cc: 'Rob Herring' ; 'Mark Rutland' > ; 'Magnus Damm' ; > 'Russell King' ; Chris Paterson > ; 'devicet...@vger.k

[PATCH v2] ARM: dts: r8a7743: add IIC cores to dtsi

2017-08-14 Thread Biju Das
Signed-off-by: Biju Das --- v1-->v2 Corrected the resets property for i2c6 device node. This patch is compiled against renesas-devel tag renesas-devel-20170814-v4.13-rc5. arch/arm/boot/dts/r8a7743.dtsi | 55 ++ 1 file changed, 55 insertions(+) d

[PATCH ] mmc: renesas_sdhi: Add r8a7743/5 support

2017-08-14 Thread Biju Das
Add support for r8a7743/5 SoC.Renesas RZ/G1[ME] (R8A7743/5) SDHI is identical to the R-Car Gen2 family. Signed-off-by: Biju Das --- This patch is compiled and tested against mmc/next. drivers/mmc/host/renesas_sdhi_sys_dmac.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mmc

[PATCH ] mmc: renesas_sdhi: Add r8a7743/5 support

2017-08-14 Thread Biju Das
Add support for r8a7743/5 SoC. Renesas RZ/G1[ME] (R8A7743/5) SDHI is identical to the R-Car Gen2 family. Signed-off-by: Biju Das --- This patch is compiled and tested againt linux next tag next-20170811. This patch depend on the driver change [PATCH ] mmc: renesas_sdhi: Add r8a7743/5 support

[PATCH 3/3] ARM: dts: iwg20d-q7: Add SDHI1 support

2017-08-14 Thread Biju Das
Define the iWave RainboW-G20D-Qseven board dependent part of the SDHI1 device node. Signed-off-by: Biju Das --- arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 48 + 1 file changed, 48 insertions(+) diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts b/arch/arm/boot

[PATCH 0/3] Add SDHI Support

2017-08-14 Thread Biju Das
://patchwork.kernel.org/patch/9898611/ Biju Das (3): ARM: dts: r8a7743: Add SDHI controllers ARM: dts: iwg20m: Enable SDHI0 controller ARM: dts: iwg20d-q7: Add SDHI1 support arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 48 + arch/arm/boot/dts/r8a7743-iwg20m.dtsi | 17

[PATCH 2/3] ARM: dts: iwg20m: Enable SDHI0 controller

2017-08-14 Thread Biju Das
Enable the SDHI0 controller on iWave RZG1M Qseven SOM. Signed-off-by: Biju Das --- arch/arm/boot/dts/r8a7743-iwg20m.dtsi | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/r8a7743-iwg20m.dtsi b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi index ff79938..4119737

[PATCH 1/3] ARM: dts: r8a7743: Add SDHI controllers

2017-08-14 Thread Biju Das
Add the SDHI controllers to the r8a7743 device tree. Signed-off-by: Biju Das --- arch/arm/boot/dts/r8a7743.dtsi | 42 ++ 1 file changed, 42 insertions(+) diff --git a/arch/arm/boot/dts/r8a7743.dtsi b/arch/arm/boot/dts/r8a7743.dtsi index ce80a26..3bd3ab5

RE: [PATCH 1/2] ARM: dts: iwg20d-q7: Add RTC support

2017-08-14 Thread Biju Das
> -Original Message- > From: geert.uytterhoe...@gmail.com [mailto:geert.uytterhoe...@gmail.com] > On Behalf Of Geert Uytterhoeven > Sent: 14 August 2017 15:12 > To: Biju Das > Cc: Rob Herring ; Mark Rutland > ; Simon Horman ; Magnus > Damm ; Russell King ; &g

[PATCH 1/2] ARM: dts: iwg22m: Add iWave RZG1E SODIMM SOM

2017-08-15 Thread Biju Das
Add support for iWave RZG1E SODIMM System On Module. http://www.iwavesystems.com/rz-g1e-sodimm-module.html Signed-off-by: Biju Das --- arch/arm/boot/dts/r8a7745-iwg22m.dtsi | 24 1 file changed, 24 insertions(+) create mode 100644 arch/arm/boot/dts/r8a7745-iwg22m.dtsi

[PATCH 0/2] ARM: dts: Add iWave RZ/G1E board support

2017-08-15 Thread Biju Das
[repost,1/2] ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module https://patchwork.kernel.org/patch/9890389/ [repost, 2/2] ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development Platform https://patchwork.kernel.org/patch/9890391/ Regards, Biju Das (2): ARM: dts: iwg22m: Add

[PATCH 2/2] ARM: dts: iwg22d-sodimm: Add support for iWave G22D-SODIMM board

2017-08-15 Thread Biju Das
Add support for iWave RainboW-G22D-SODIMM board based on RZ/G1E. Signed-off-by: Biju Das --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts | 29 + 2 files changed, 30 insertions(+) create mode 100644 arch/arm/boot

[PATCH ] dt-bindings: net: ravb : Add support for r8a7745 SoC

2017-08-15 Thread Biju Das
Add a new compatible string for the RZ/G1E (R8A7745) SoC. Signed-off-by: Biju Das --- This patch is tested against linux-next tag next-20170815 as well as net-next. Documentation/devicetree/bindings/net/renesas,ravb.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation

[PATCH ] gpio: rcar: Add r8a7745 (RZ/G1E) support

2017-08-16 Thread Biju Das
Renesas RZ/G1E (R8A7745) SoC GPIO blocks are identical to the R-Car Gen2 family. Add support for its GPIO controllers. Signed-off-by: Biju Das --- This patch is tested against linux-next tag next-20170816 as well as gpio-devel. Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt | 1

RE: [PATCH 2/2] ARM: shmobile: Enable BQ32000 rtc in shmobile_defconfig

2017-08-17 Thread Biju Das
> -Original Message- > From: Simon Horman [mailto:ho...@verge.net.au] > Sent: 17 August 2017 10:01 > To: Biju Das > Cc: Rob Herring ; Mark Rutland > ; Magnus Damm ; > Russell King ; Chris Paterson > ; devicet...@vger.kernel.org; linux-renesas- > s...@vge

[PATCH ] ARM: multi_v7_defconfig: Enable BQ32000 RTC driver

2017-08-17 Thread Biju Das
The iWave RZ/G1M Q7 SOM supports RTC (TI BQ32000). To increase hardware support enable the driver in the multi_v7_defconfig multiplatform configuration. Signed-off-by: Biju Das --- This patch is tested against linux-next tag next-20170817 as well as renesas-dev tag renesas-devel-20170815-v4.13

[PATCH ] ARM: dts: iwg22d-sodimm: Add pinctl support for scif4

2017-08-17 Thread Biju Das
Adding pinctrl support for scif4 interface. Signed-off-by: Biju Das --- This patch depends upon the below patch series [PATCH 0/2] ARM: dts: Add iWave RZ/G1E board support http://www.spinics.net/lists/devicetree/msg190513.html This patch is tested against renesas-dev tag renesas-devel

RE: [PATCH ] ARM: multi_v7_defconfig: Enable BQ32000 RTC driver

2017-08-18 Thread Biju Das
> -Original Message- > From: Simon Horman [mailto:ho...@verge.net.au] > Sent: 18 August 2017 09:06 > To: Biju Das > Cc: Russell King ; Magnus Damm > ; Fabrizio Castro > ; Chris Paterson > ; linux-renesas-soc@vger.kernel.org; linux- > arm-ker...@lists.infradea

<    1   2   3   4   5   6   7   8   9   10   >