Re: [PATCH] ARM: shmobile: porter: add DU DT support

2015-12-28 Thread Sergei Shtylyov
-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This patch is against 'renesas-devel-20151221-v4.4-rc6' tag of Simon Horman's 'renesas.git' repo. Thanks, I have queued this up for v4.6. Actually, I was going to check this patch WRT the DU channels used, given Laurent's

Re: [PATCH 2/6] arm64: renesas: r8a7795: add USB2.0 Host (EHCI/OHCI) device nodes

2015-12-25 Thread Sergei Shtylyov
Hello. On 12/25/2015 1:03 PM, Yoshihiro Shimoda wrote: Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 66 1 file changed, 66 insertions(+) diff --git

[PATCH] ARM: shmobile: porter: add DU DT support

2015-12-24 Thread Sergei Shtylyov
Define the Porter board dependent part of the DU device node. Add the device node for Analog Devices ADV7511W HDMI transmitter to I2C2 bus and the HDMI connector. Add the necessary subnodes to interconnect DU and HDMI devices. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.

Re: [PATCH v5] extcon: add Maxim MAX3355 driver

2015-12-23 Thread Sergei Shtylyov
Hello. On 12/23/2015 05:17 AM, Chanwoo Choi wrote: This patch depend on GPIOLIB configuration as following: I modified it with following diff and applied it. diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index ba4db7d..3d89e60 100644 --- a/drivers/extcon/Kconfig +++

Re: [PATCH v5] extcon: add Maxim MAX3355 driver

2015-12-22 Thread Sergei Shtylyov
Hello. On 12/22/2015 4:13 AM, Chanwoo Choi wrote: This patch depend on GPIOLIB configuration as following: I modified it with following diff and applied it. diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index ba4db7d..3d89e60 100644 --- a/drivers/extcon/Kconfig +++

Re: [PATCH v5] extcon: add Maxim MAX3355 driver

2015-12-21 Thread Sergei Shtylyov
Hello. On 12/21/2015 02:01 PM, Sergei Shtylyov wrote: This patch depend on GPIOLIB configuration as following: I modified it with following diff and applied it. diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index ba4db7d..3d89e60 100644 --- a/drivers/extcon/Kconfig +++ b

Re: [PATCH v5] extcon: add Maxim MAX3355 driver

2015-12-21 Thread Sergei Shtylyov
Hello. On 12/21/2015 5:38 AM, Chanwoo Choi wrote: This patch depend on GPIOLIB configuration as following: I modified it with following diff and applied it. diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index ba4db7d..3d89e60 100644 --- a/drivers/extcon/Kconfig +++

Re: [PATCH 2/3] arm: dts: phy3250: add SD fixed regulator

2015-12-21 Thread Sergei Shtylyov
Hello. On 12/20/2015 2:32 AM, Vladimir Zapolskiy wrote: The change adds fixed voltage regulator for SD controller, ARM MMCI controller driver uses it to control card power management. Signed-off-by: Vladimir Zapolskiy --- arch/arm/boot/dts/phy3250.dts | 10 ++ 1

Re: [PATCH 2/3] arm: dts: phy3250: add SD fixed regulator

2015-12-21 Thread Sergei Shtylyov
On 12/21/2015 07:58 PM, Vladimir Zapolskiy wrote: The change adds fixed voltage regulator for SD controller, ARM MMCI controller driver uses it to control card power management. Signed-off-by: Vladimir Zapolskiy --- arch/arm/boot/dts/phy3250.dts | 10 ++ 1 file

Re: [PATCH v5] extcon: add Maxim MAX3355 driver

2015-12-20 Thread Sergei Shtylyov
Hello. On 12/20/2015 05:31 PM, Chanwoo Choi wrote: This patch depend on GPIOLIB configuration as following: I modified it with following diff and applied it. diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index ba4db7d..3d89e60 100644 --- a/drivers/extcon/Kconfig +++

Re: [PATCH v3 1/4] ARM: dts: dra7: Add dt node for the sycon pcie

2015-12-18 Thread Sergei Shtylyov
Hello. On 12/18/2015 1:21 PM, Kishon Vijay Abraham I wrote: Add new device tree node for the control module register space where PCIe registers are present. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/dra7.dtsi |5 + 1 file changed, 5 insertions(+)

Re: [PATCH v3] extcon: add Maxim MAX3355 driver

2015-12-18 Thread Sergei Shtylyov
Hello. On 12/18/2015 3:19 AM, Krzysztof Kozlowski wrote: [...] Please pass the source through recent coccicheck and fix the findings. Has it been included in the kernel source somewhere already? The rules detecting the unnecessary owner should be there for some time (sice 4.2 or

Re: [PATCH v4] extcon: add Maxim MAX3355 driver

2015-12-18 Thread Sergei Shtylyov
Hello. On 12/18/2015 4:14 AM, Chanwoo Choi wrote: Except for just one comment below, Looks good to me. Acked-by: Chanwoo Choi <cw00.c...@samsung.com> I'll wait for a few days to get the review from DT maintainer before applying it on extcon-next branch. On 2015년 12월 18일 07:47,

[PATCH v5] extcon: add Maxim MAX3355 driver

2015-12-18 Thread Sergei Shtylyov
driver. The Vbus status signals are also wired to GPIOs (however, we aren't currently interested in them), the OFFVBUS# signal is controlled by the host controllers, there's also the SHDN# signal wired to a GPIO, it should be driven high for the normal operation. Signed-off-by: Sergei Shtylyov

Re: [PATCH 1/3] ARM: dts: bcm5301x: Add TWD WD Support to DT

2015-12-18 Thread Sergei Shtylyov
Hello. On 12/19/2015 12:37 AM, Jon Mason wrote: Add support for the ARM TWD Watchdog to the bcm5301x device tree. The ARM TWD timer allocated the register space for the WDT, so this patch necessitated shrinking that. Also, the GIC masks were added for these. Signed-off-by: Jon Mason

Re: [PATCH v3] extcon: add Maxim MAX3355 driver

2015-12-17 Thread Sergei Shtylyov
for the normal operation. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- Changes in version 3: - reformatted the change log. Changes in version 2: - added the USB gadget cable support; - added the remove() driver method which drives SHDN# GPIO low to save power; - d

Re: [PATCH v3] extcon: add Maxim MAX3355 driver

2015-12-17 Thread Sergei Shtylyov
Hello. On 12/17/2015 05:34 AM, Chanwoo Choi wrote: On 2015년 12월 17일 03:07, Sergei Shtylyov wrote: Maxim Integrated MAX3355E chip integrates a charge pump and comparators to enable a system with an integrated USB OTG dual-role transceiver to function as an USB OTG dual-role device. In addition

[PATCH v4] extcon: add Maxim MAX3355 driver

2015-12-17 Thread Sergei Shtylyov
driver. The Vbus status signals are also wired to GPIOs (however, we aren't currently interested in them), the OFFVBUS# signal is controlled by the host controllers, there's also the SHDN# signal wired to a GPIO, it should be driven high for the normal operation. Signed-off-by: Sergei Shtylyov

[PATCH v3] extcon: add Maxim MAX3355 driver

2015-12-16 Thread Sergei Shtylyov
driver. The Vbus status signals are also wired to GPIOs (however, we aren't currently interested in them), the OFFVBUS# signal is controlled by the host controllers, there's also the SHDN# signal wired to a GPIO, it should be driven high for the normal operation. Signed-off-by: Sergei Shtylyov

Re: [PATCH v2] extcon: add Maxim MAX3355 driver

2015-12-15 Thread Sergei Shtylyov
On 12/15/2015 04:20 AM, Chanwoo Choi wrote: Maxim Integrated MAX3355E chip integrates a charge pump and comparators to ^^ ^^ enable a system with an integrated USB OTG dual-role transceiver to function as an USB OTG dual-role device. In

Re: [PATCH v2] extcon: add Maxim MAX3355 driver

2015-12-15 Thread Sergei Shtylyov
Hello. On 12/15/2015 09:51 PM, Greg KH wrote: Maxim Integrated MAX3355E chip integrates a charge pump and comparators to enable a system with an integrated USB OTG dual-role transceiver to function as an USB OTG dual-role device. In addition to sensing/controlling Vbus, the chip also

Re: [PATCH v2] extcon: add Maxim MAX3355 driver

2015-12-15 Thread Sergei Shtylyov
Hello. On 12/15/2015 2:44 AM, Greg KH wrote: Maxim Integrated MAX3355E chip integrates a charge pump and comparators to enable a system with an integrated USB OTG dual-role transceiver to function as an USB OTG dual-role device. In addition to sensing/controlling Vbus, the chip also

Re: [PATCH v3 2/3] usb: renesas_usbhs: add fallback compatibility strings

2015-12-15 Thread Sergei Shtylyov
Hello. On 12/15/2015 9:41 AM, Simon Horman wrote: Add fallback compatibility strings for R-Car Gen2 and Gen3. This is in keeping with the fallback scheme being adopted wherever appropriate for drivers for Renesas SoCs. Signed-off-by: Simon Horman --- v3 * Moved

Re: [PATCH v2] extcon: add Maxim MAX3355 driver

2015-12-15 Thread Sergei Shtylyov
Hello. On 12/15/2015 2:28 PM, Geert Uytterhoeven wrote: "So what" and "I'd like to keep my spacing as is" aren't valid reasons. Fix it, then I'll look at the rest again. I'll consider doing that if you care to explain what's the problem with my spacing. TIA. You are mixing 2 and 1

Re: [PATCH v3 1/4] ARM: dts: dra7: Add dt node for the sycon pcie

2015-12-15 Thread Sergei Shtylyov
Hello. On 12/15/2015 12:39 PM, Kishon Vijay Abraham I wrote: Add new device tree node for the control module register space where PCIe registers are present. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/dra7.dtsi |5 + 1 file changed, 5 insertions(+)

Re: [PATCH v2] extcon: add Maxim MAX3355 driver

2015-12-14 Thread Sergei Shtylyov
Hello. On 12/14/2015 04:24 AM, Rob Herring wrote: Maxim Integrated MAX3355E chip integrates a charge pump and comparators to enable a system with an integrated USB OTG dual-role transceiver to function as an USB OTG dual-role device. In addition to sensing/controlling Vbus, the chip also

Re: [PATCH v2] extcon: add Maxim MAX3355 driver

2015-12-14 Thread Sergei Shtylyov
Hello. On 12/15/2015 01:21 AM, Rob Herring wrote: Maxim Integrated MAX3355E chip integrates a charge pump and comparators to enable a system with an integrated USB OTG dual-role transceiver to function as an USB OTG dual-role device. In addition to sensing/controlling Vbus, the chip also

Re: [PATCH v3 2/3] usb: renesas_usbhs: add fallback compatibility strings

2015-12-11 Thread Sergei Shtylyov
Hello. On 12/11/2015 5:12 AM, Simon Horman wrote: Add fallback compatibility strings for R-Car Gen2 and Gen3. This is in keeping with the fallback scheme being adopted wherever appropriate for drivers for Renesas SoCs. Signed-off-by: Simon Horman --- v3 * Moved

Re: [PATCH] extcon-usb-gpio: add enable pin support

2015-12-11 Thread Sergei Shtylyov
Hello. On 12/11/2015 07:05 AM, Chanwoo Choi wrote: Sometimes there's a real OTG chip behind the USB ID signal mapped to a GPIO pin: in my case it's Maxim Integrated MAX3355E which integrates Vbus charge pump and comparators and passes thru the ID signal from an OTG connector.

[PATCH v2] extcon: add Maxim MAX3355 driver

2015-12-11 Thread Sergei Shtylyov
-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- The patch is against the 'extcon-next' branch of the 'extcon.git' repo. Changes in version 2: - added the USB gadget cable support; - added the remove() driver method which drives SHDN# GPIO low to save power; - dropped vendor prefi

Re: [PATCH] extcon-usb-gpio: add enable pin support

2015-12-11 Thread Sergei Shtylyov
I like my text properly filling up the given columns. What's the problem? :-) Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- The patch is against the 'extcon-next' branch of the 'extcon.git' repo. Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt |

Re: [PATCH linux-next (v3) 1/2] reset: Add brcm,bcm6345-reset device tree binding

2015-12-10 Thread Sergei Shtylyov
Hello. On 12/11/2015 12:28 AM, Simon Arlott wrote: Add device tree binding for the BCM6345 soft reset controller. The BCM6345 contains a soft-reset controller activated by setting a bit (that must previously have been cleared). Signed-off-by: Simon Arlott --- v3: Resend.

[PATCH] extcon-usb-gpio: add enable pin support

2015-12-10 Thread Sergei Shtylyov
for the normal operation and low to save power; it is connected to a GPIO pin as well on, hence we'll have to teach the driver to parse the new optional device tree property, "enable-gpio"... Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- The

Re: [PATCH v2 1/2] usb: renesas_usbhs: add fallback compatibility strings

2015-12-10 Thread Sergei Shtylyov
Hello. On 12/10/2015 8:40 AM, Simon Horman wrote: Add fallback compatibility strings for R-Car Gen2 and Gen3. This is in keeping with the fallback scheme being adopted wherever appropriate for drivers for Renesas SoCs. Also add SoC names. Signed-off-by: Simon Horman

Re: [PATCH] rcar_jpu: add fallback compatibility string

2015-12-08 Thread Sergei Shtylyov
Hello. On 12/8/2015 8:42 AM, Simon Horman wrote: Add fallback compatibility string. This is in keeping with the fallback scheme being adopted wherever appropriate for drivers for Renesas SoCs. Signed-off-by: Simon Horman ---

Re: [PATCH 1/2] usb: renesas_usbhs: add fallback compatibility string

2015-12-08 Thread Sergei Shtylyov
On 12/08/2015 08:51 AM, Simon Horman wrote: Add fallback compatibility string. This is in keeping with the fallback scheme being adopted wherever appropriate for drivers for Renesas SoCs. Signed-off-by: Simon Horman ---

Re: [PATCH 1/1] stmmac: socfpga: Provide dt node to config ptp clk source.

2015-12-07 Thread Sergei Shtylyov
Hello. On 12/07/2015 04:38 AM, Phil Reid wrote: How about change log? Signed-off-by: Phil Reid --- Documentation/devicetree/bindings/net/socfpga-dwmac.txt | 2 ++ drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c | 10 ++ 2 files changed, 12

Re: [PATCH v2 5/5] stmmac: socfpga: Provide dt node to config ptp clk source.

2015-12-07 Thread Sergei Shtylyov
On 12/07/2015 04:38 AM, Phil Reid wrote: Signed-off-by: Phil Reid --- Documentation/devicetree/bindings/net/socfpga-dwmac.txt | 2 ++ drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c | 9 + 2 files changed, 11 insertions(+) diff --git

Re: [PATCH 0/2] Add R8A7791 EtherAVB DT support

2015-12-04 Thread Sergei Shtylyov
Hello. On 12/3/2015 1:19 AM, Sergei Shtylyov wrote: Here's the set of 2 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20151201-v4.4-rc3' tag. Here we add the EtherAVB device tree support for the R8A7791 SoC. The 2nd patch depends on the Simon's recent EtherAVB driver

Re: [PATCH V6 net-next 5/5] net:hns: Add the init code to disable Hip06 "Hardware VLAN assist"

2015-12-02 Thread Sergei Shtylyov
Hello. On 12/02/2015 07:52 PM, Salil Mehta wrote: This patch adds the initializzation code to disable the hardware vlan support for VLAN Tag stripping by default for now. Proper support of "hardware VLAN assitance" feature would soon come in the next coming patches. Signed-off-by: Salil

[PATCH 2/2] ARM: shmobile: r8a7791: add EtherAVB DT support

2015-12-02 Thread Sergei Shtylyov
Define the generic R8A7791 part of the EtherAVB device node. Based on the commit f25d6b977240 ("ARM: shmobile: r8a7790: add EtherAVB DT support"). Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- arch/arm/boot/dts/r8a7791.dtsi | 12 1

[PATCH 0/2] Add R8A7791 EtherAVB DT support

2015-12-02 Thread Sergei Shtylyov
Hello. Here's the set of 2 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20151201-v4.4-rc3' tag. Here we add the EtherAVB device tree support for the R8A7791 SoC. The 2nd patch depends on the Simon's recent EtherAVB driver patches in order to work... [1/2] ARM: shmobile:

[PATCH 1/2] ARM: shmobile: r8a7791: add EtherAVB clock

2015-12-02 Thread Sergei Shtylyov
Add the EtherAVB clock to the R8A7791 device tree. Based on the commit 63d2d750c902 ("ARM: shmobile: r8a7790: add EtherAVB clocks"). Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- arch/arm/boot/dts/r8a7791.dtsi| 10 ++ include/d

Re: [PATCH 1/2 net-next] ravb: Add fallback compatibility strings

2015-12-01 Thread Sergei Shtylyov
Hello. On 12/1/2015 10:43 AM, Simon Horman wrote: Add fallback compatibility strings for R-Car Gen 2 & 3 SoC Families. This is in keeping with the fallback scheme being adopted wherever appropriate for drivers for Renesas SoCs. Also correct typo. Signed-off-by: Simon Horman

Re: [PATCH 1/2] reset: Add brcm,bcm63xx-reset device tree binding

2015-12-01 Thread Sergei Shtylyov
Hello. On 11/30/2015 11:57 PM, Simon Arlott wrote: Add device tree binding for the BCM63xx soft reset controller. The BCM63xx contains a soft-reset controller activated by setting a bit (that must previously have cleared). Signed-off-by: Simon Arlott ---

Re: [PATCH v2] ravb: add R8A7791 support

2015-12-01 Thread Sergei Shtylyov
On 12/1/2015 10:44 AM, Simon Horman wrote: Add support for yet another ARM member of the R-Car family, R-Car M2-W, also known as R8A7791. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- The patch is against DaveM's 'net-next.git' repo but I wouldn't mind i

[PATCH v2] ravb: add R8A7791 support

2015-11-30 Thread Sergei Shtylyov
Add support for yet another ARM member of the R-Car family, R-Car M2-W, also known as R8A7791. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- The patch is against DaveM's 'net-next.git' repo but I wouldn't mind if it's applied to 'net.git' instead. :-) C

Re: [PATCH] ravb: add R8A7791 support

2015-11-30 Thread Sergei Shtylyov
Hello. On 11/30/2015 03:42 AM, Simon Horman wrote: Add support for yet another ARM member of the R-Car family, R-Car M2, also R-Car M2-W? Right, forgot about the postfixes. known as R8A7791. There's also R-Car M2-N, aka R8A7793, but you probably know that ;-) Will fix. I

Re: [PATCH] ravb: add R8A7791 support

2015-11-29 Thread Sergei Shtylyov
Hello. On 11/29/2015 10:26 PM, Geert Uytterhoeven wrote: Add support for yet another ARM member of the R-Car family, R-Car M2, also R-Car M2-W? Right, forgot about the postfixes. known as R8A7791. There's also R-Car M2-N, aka R8A7793, but you probably know that ;-) Will fix.

[PATCH] ravb: add R8A7791 support

2015-11-27 Thread Sergei Shtylyov
Add support for yet another ARM member of the R-Car family, R-Car M2, also known as R8A7791. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- The patch is against DaveM's 'net-next.git' repo but I wouldn't mind if it's applied to 'net.git' instead. :-) Documen

Re: [PATCH 12/14] DEVICETREE: Add bindings for PIC32 SDHC host controller

2015-11-21 Thread Sergei Shtylyov
Hello. On 11/21/2015 3:17 AM, Joshua Henderson wrote: From: Andrei Pistirica Document the devicetree bindings for the SDHC peripheral found on Microchip PIC32 class devices. Signed-off-by: Andrei Pistirica Signed-off-by:

Re: [PATCH 09/14] DEVICETREE: Add bindings for PIC32 usart driver

2015-11-21 Thread Sergei Shtylyov
Hello. On 11/21/2015 3:17 AM, Joshua Henderson wrote: From: Andrei Pistirica Document the devicetree bindings for the USART peripheral found on Microchip PIC32 class devices. Signed-off-by: Andrei Pistirica Signed-off-by:

Re: [PATCH V3 net-next 4/5] net:hns: Add support of ethtool TSO set option for Hip06 in HNS

2015-11-20 Thread Sergei Shtylyov
On 11/19/2015 11:58 PM, Salil Mehta wrote: From: Salil This patch adds the support of ethtool TSO option to V1 patch, meant to add support of Hip06 SoC to HNS Signed-off-by: Salil Mehta Signed-off-by: lisheng ---

Re: [PATCH v2 1/3] Documentation: dt-bindings: add async_irq to msm_hsusb

2015-11-20 Thread Sergei Shtylyov
Hello. On 11/21/2015 01:37 AM, Tim Bird wrote: Add optional async_irq to msm_hsusb binding doc. Signed-off-by: Tim Bird Acked-by: Rob Herring --- Documentation/devicetree/bindings/usb/msm-hsusb.txt | 10 -- 1 file changed, 8

Re: [PATCH v3 1/5] ARM: dts: rockchip: rk3288-veyron: rename pinctrl node reboot to reset

2015-11-18 Thread Sergei Shtylyov
Hello. On 11/18/2015 12:50 PM, Andy Yan wrote: rename pinctrl node reboot to reset to match it's lable name Label? BTW, I'm not seeing it on this node... Signed-off-by: Andy Yan --- Changes in v3: - rename a pinctrl node in rk3288-veyron, the original name

Re: [PATCH v12 1/3] dt-bindings: Add a binding for Mediatek xHCI host controller

2015-11-17 Thread Sergei Shtylyov
Hello. On 11/17/2015 12:18 PM, Chunfeng Yun wrote: add a DT binding documentation of xHCI host controller for the MT8173 SoC from Mediatek. Signed-off-by: Chunfeng Yun --- .../devicetree/bindings/usb/mt8173-xhci.txt| 51 ++ 1 file

Re: [PATCH] extcon: add MAX3355 driver

2015-11-10 Thread Sergei Shtylyov
(however, we're not currently intested in them), the OFFVBUS# signal is controlled by the host controllers, there's also the SHDN# signal wired to GPIO, which should be high for normal operation. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- The patch is a

Re: [PATCH] extcon: add MAX3355 driver

2015-11-09 Thread Sergei Shtylyov
. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- The patch is against the 'extcon-next' branch of the 'extcon.git' repo. Documentation/devicetree/bindings/extcon/extcon-max3355.txt | 21 ++ drivers/extcon/Kconfig

[PATCH] ARM: shmobile: henninger: remove board DT

2015-10-28 Thread Sergei Shtylyov
. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This patch is against 'renesas-devel-20151028-v4.3-rc7' tag of Simon Horman's 'renesas.git' repo. arch/arm/boot/dts/Makefile |1 arch/arm/boot/dts/r8a7791-henninger.dts

[PATCH] ARM: shmobile: porter: add CAN0 DT support

2015-10-27 Thread Sergei Shtylyov
Define the Porter board dependent part of the CAN0 device node. This patch is analogous to the commit 457acc4a6ce8 (ARM: shmobile: henninger: add CAN0 DT support) as there are no differences between the boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.

Re: [PATCH] ARM: shmobile: porter: add CAN0 DT support

2015-10-27 Thread Sergei Shtylyov
On 10/28/2015 01:41 AM, Simon Horman wrote: Define the Porter board dependent part of the CAN0 device node. This patch is analogous to the commit 457acc4a6ce8 (ARM: shmobile: henninger: add CAN0 DT support) as there are no differences between the boards in this respect. Signed-off-by: Sergei

Re: of_mdiobus_register_phy() and deferred probe

2015-10-22 Thread Sergei Shtylyov
Hello. On 10/22/2015 04:31 PM, Geert Uytterhoeven wrote: Due to a probe deferral of an interrupt controller[1], the Micrel Ethernet PHY on r8a7791/koelsch started failing to get its IRQ: no irq domain found for /interrupt-controller@e61c ! However, of_mdiobus_register_phy() uses

Re: [PATCH] extcon: add MAX3355 driver

2015-10-22 Thread Sergei Shtylyov
Hello. On 10/21/2015 05:57 AM, Chanwoo Choi wrote: I think this patch is too much delay. I recommend you better to develop this driver based on latest extcon-next branch[1]. [1] https://git.kernel.org/cgit/linux/kernel/git/chanwoo/extcon.git/log/?h=extcon-next I would really appreciate

Re: [PATCH v3] DT: mmc: sh_mmcif: document R8A779[34] support

2015-10-21 Thread Sergei Shtylyov
Hello. On 10/21/2015 11:38 AM, Ulf Hansson wrote: Renesas R8A7794 SoC also has the MMCIF controller... Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> Thanks, applied for next. Oops, just noticed the subject was stale. I wasn't adding R8A7793 s

Re: [PATCH v2] ARM: shmobile: silk: add SDHI1 DT support

2015-10-21 Thread Sergei Shtylyov
On 10/21/2015 03:31 AM, Simon Horman wrote: There should have been [PATCH v3] in the subject, of course. Thanks for following up. I have queued this up for v4.5. Again, not seeing anything new today from renesas.git... Thanks for noticing, it should be there now. Hm, again

[PATCH 1/2] ARM: shmobile: r8a7790: fix "gpio-ranges" props

2015-10-21 Thread Sergei Shtylyov
On R8A7790, GPIO banks 1 and 2 are missing pins 30 and 31. Correct the "gpio-ranges" properties of the corresponding device nodes. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This patch is against the 'renesas-devel-20151019-v4.3-rc6' of Simon Horma

[PATCH 2/2] ARM: shmobile: r8a7791: fix "gpio-ranges" props

2015-10-21 Thread Sergei Shtylyov
On R8A7791, GPIO banks 1 and 7 are missing pins 26 to 31. Correct the "gpio-ranges" properties of the GPIO1 node (GPIO7 is already correct). Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This patch is against the 'renesas-devel-20151019-v4.3-rc6' o

Re: [PATCH v2] ARM: shmobile: silk: add SDHI1 DT support

2015-10-20 Thread Sergei Shtylyov
Hello. On 10/19/2015 03:46 AM, Simon Horman wrote: There should have been [PATCH v3] in the subject, of course. Thanks for following up. I have queued this up for v4.5. Again, not seeing anything new today from renesas.git... MBR, Sergei -- To unsubscribe from this list: send the

Re: [PATCH] extcon: add MAX3355 driver

2015-10-20 Thread Sergei Shtylyov
Hello. On 12/18/2014 12:58 AM, Sergei Shtylyov wrote: MAX3355E chip integrates a charge pump and comparators to enable a system with an integrated USB OTG dual-role transceiver to function as a USB OTG dual-role device. In addition to sensing/controlling Vbus, the chip also passes thru the ID

Re: [PATCH v3] DT: mmc: sh_mmcif: document R8A779[34] support

2015-10-20 Thread Sergei Shtylyov
Hello. On 10/16/2015 04:07 PM, Ulf Hansson wrote: Renesas R8A7794 SoC also has the MMCIF controller... Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> Thanks, applied for next. Oops, just noticed the subject was stale. I wasn't adding R8A7793 s

Re: [PATCH v2] ARM: shmobile: silk: add SDHI1 DT support

2015-10-18 Thread Sergei Shtylyov
There should have been [PATCH v3] in the subject, of course. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v10 3/3] arm64: dts: mediatek: add xHCI & usb phy for mt8173

2015-10-18 Thread Sergei Shtylyov
Hello. On 10/18/2015 6:51 AM, Chunfeng Yun wrote: add xHCI and phy drivers for MT8173-EVB Signed-off-by: Chunfeng Yun [...] diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi index d18ee42..46f5f50 100644 ---

[PATCH v2] ARM: shmobile: silk: add SDHI1 DT support

2015-10-16 Thread Sergei Shtylyov
Define the SILK board dependent part of the SDHI1 (connected to micro-SD slot) device nodes along with the necessary voltage regulators. Based on the original patch by Vladimir Barinov <vladimir.bari...@cogentembedded.com>. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentemb

Re: [PATCH] ARM: shmobile: porter: add HS-USB DT support

2015-10-15 Thread Sergei Shtylyov
drivers are enabled but they should be just ignored. This patch is analogous to the commit 6f4f7156e0e6 (ARM: shmobile: henninger: enable HS-USB) as there are no differences between the boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> Thanks

[PATCH v3] DT: mmc: sh_mmcif: document R8A779[34] support

2015-10-15 Thread Sergei Shtylyov
Renesas R8A7794 SoC also has the MMCIF controller... Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- The patch is against Ulf Hansson's 'mmc.git' repo's 'next' branches plus the patch I posted earlier today... Changes in version 3: - resolved reject. Changes in v

[PATCH v3] DT: mmc: sh_mmcif: fix "compatible" property text

2015-10-15 Thread Sergei Shtylyov
mcif" as a fallback value. Fixes: b4c27763d749 ("mmc: sh_mmcif: Document DT bindings") Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- The patch is against Ulf Hansson's 'mmc.git' repo's 'fixes' or 'next' branches. Changes in version 3: - reworded the

[PATCH] ARM: shmobile: porter: add HS-USB DT support

2015-10-14 Thread Sergei Shtylyov
. This patch is analogous to the commit 6f4f7156e0e6 (ARM: shmobile: henninger: enable HS-USB) as there are no differences between the boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This patch is against 'renesas-devel-20151013v2-v4.3-rc

Re: [PATCH v4 3/3] arm64: dts: mt8173: Add nor flash node

2015-10-14 Thread Sergei Shtylyov
Hello. On 10/14/2015 4:07 AM, Daniel Kurtz wrote: Add Mediatek nor flash node Signed-off-by: Bayi Cheng --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi

Re: [PATCH v4 3/3] arm64: dts: mt8173: Add nor flash node

2015-10-13 Thread Sergei Shtylyov
Hello. On 10/13/2015 12:39 PM, Bayi Cheng wrote: Add Mediatek nor flash node Signed-off-by: Bayi Cheng --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi

[PATCH] ARM: shmobile: porter: enable internal PCI and USB PHY

2015-10-12 Thread Sergei Shtylyov
Enable internal AHB-PCI bridges for the USB EHCI/OHCI controllers attached to them and also enable USB PHY device for the Porter board. We have to enable everything in one patch since EHCI/OHCI devices are already linked to the USB PHY device. Signed-off-by: Sergei Shtylyov <sergei.sh

[PATCH v2] ARM: shmobile: porter: add QSPI DT support

2015-10-09 Thread Sergei Shtylyov
es between the boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This patch is against 'renesas-devel-20151008-v4.3-rc4' tag of Simon Horman's 'renesas.git' repo plus the Porter I2C2 and VIN0/ADV7180 patches posted earlier. Changes in version 2: -

Re: [PATCH] ARM: shmobile: henninger: add MSIOF0 DT support

2015-10-09 Thread Sergei Shtylyov
On 05/07/2014 12:47 AM, Sergei Shtylyov wrote: Define the Henninger board dependent part of the MSIOF0 device node. Add device node for Renesas R2A11302FT PMIC for which no bindings exist yet. I've just realized that there's no such PMIC on the Henninger/Porter boards and MSIOF0 is only

[PATCH] ARM: shmobile: porter: add QSPI DT support

2015-10-09 Thread Sergei Shtylyov
the boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This patch is against 'renesas-devel-20151008-v4.3-rc4' tag of Simon Horman's 'renesas.git' repo plus the Porter I2C2 and VIN0/ADV7180 patches posted earlier. arch/arm/boot/dts/r8a7791-porter.dts

[PATCH] ARM: shmobile: porter: enable PCIe

2015-10-09 Thread Sergei Shtylyov
Enable the PCIe controller and clock for the Porter board. This patch is analogous to the commit 485f3ce67c11 ("ARM: shmobile: henninger: Enable PCIe Controller & PCIe bus clock") as there are no differences between the boards in this respect. Signed-off-by: Sergei Shtylyov

Re: [PATCH] ARM: shmobile: porter: add I2C2 DT support

2015-10-09 Thread Sergei Shtylyov
Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> Thanks Sergei, I have queued this up for v4.4. Not seeing anything from renesas.git running 'git fetch'. Forgot to push? :-) MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe de

Re: [PATCH] ARM: shmobile: porter: add SDHI0/2 DT support

2015-10-08 Thread Sergei Shtylyov
for the CD and WP signals due to the SDHI driver constraints... This patch is analogous to the commit 1299df03d719 (ARM: shmobile: henninger: add SDHI0/2 DT support) as there are no differences between those boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.

[PATCH] ARM: shmobile: porter: add VIN0/ADV7180 DT support

2015-10-08 Thread Sergei Shtylyov
VIN0/ADV7180 DT support") as there are no differences between the boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This patch is against 'renesas-devel-20151008-v4.3-rc4' tag of Simon Horman's 'renesas.git' repo plus the Porter I2C2 su

[PATCH] ARM: shmobile: porter: add I2C2 DT support

2015-10-08 Thread Sergei Shtylyov
Define the Porter board dependent part of the I2C2 device node. This patch is analogous to the commit 29a647c396a0 ("ARM: shmobile: henninger: add I2C2 DT support") as there are no differences between the boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogen

[PATCH] ARM: shmobile: porter: enable SATA0

2015-10-07 Thread Sergei Shtylyov
Enable SATA0 device for the Porter board. This patch is analogous to the commit 5a62ec57004f ("ARM: shmobile: henninger: enable SATA0") as there are no differences between the boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This

Re: [PATCH] ARM: shmobile: porter: add SDHI0/2 DT support

2015-10-07 Thread Sergei Shtylyov
for the CD and WP signals due to the SDHI driver constraints... This patch is analogous to the commit 1299df03d719 (ARM: shmobile: henninger: add SDHI0/2 DT support) as there are no differences between those boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.

Re: [PATCH] ARM: shmobile: porter: add SDHI0/2 DT support

2015-10-07 Thread Sergei Shtylyov
for the CD and WP signals due to the SDHI driver constraints... This patch is analogous to the commit 1299df03d719 (ARM: shmobile: henninger: add SDHI0/2 DT support) as there are no differences between those boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.

Re: [PATCH v2] ARM: shmobile: silk: add SDHI1 DT support

2015-10-06 Thread Sergei Shtylyov
with the necessary voltage regulators. Based on the original patch by Vladimir Barinov <vladimir.bari...@cogentembedded.com>. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This patch is against 'renesas-devel-20150810-v4.2-rc6' tag of Simon Horman's 'renesas.git' repo plus

[PATCH] ARM: shmobile: porter: add Ether DT support

2015-10-05 Thread Sergei Shtylyov
-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This patch is against the 'renesas-devel-20151005-v4.3-rc4' tag of Simon Horman's 'renesas.git' repo. arch/arm/boot/dts/r8a7791-porter.dts | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-)

[PATCH] ARM: shmobile: fix SILK board name

2015-10-02 Thread Sergei Shtylyov
Unfortunately, the SILK board bindings were not quite correct, as the board name should be all caps. Fix that, adding the board model # in parens and removing stray semicolon. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- Documentation/devicetree/bindin

Re: [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY

2015-10-02 Thread Sergei Shtylyov
Hello. On 10/02/2015 05:00 AM, Simon Horman wrote: Describe the PCI USB devices that are behind the PCI bridges, adding necessary links to the USB PHY device. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- This patch is against 'renesas-devel-20150911v2-v4.

[PATCH v2 1/2] ARM: shmobile: r8a7794: add USB PHY DT support

2015-10-01 Thread Sergei Shtylyov
Define the R8A7794 generic part of the USB PHY device node. It is up to the board file to enable the device. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- Changes in version 2: - added the "power-domains" property. arch/arm/boot/dts/r8a

[PATCH v2 0/2] Add USB PHY device tree support for R8A7794/SILK board

2015-10-01 Thread Sergei Shtylyov
Hello. Here's the set of 2 patches against Simon Horman's 'renesas.git' repo's 'renesas-devel-20151001-v4.3-rc3' tag. Here we add the USB PHY device tree support on the R8A7794/SILK low cost board. [1/2] ARM: shmobile: r8a7794: add USB PHY DT support [2/2] ARM: shmobile: silk: enable USB PHY

[PATCH v2 2/2] ARM: shmobile: silk: enable USB PHY

2015-10-01 Thread Sergei Shtylyov
Enable USB PHY device for the SILK board. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- arch/arm/boot/dts/r8a7794-silk.dts |4 1 file changed, 4 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7794-si

Re: [PATCH] ARM: shmobile: porter: initial device tree

2015-09-30 Thread Sergei Shtylyov
Hello. On 09/30/2015 02:26 AM, Sergei Shtylyov wrote: Add the initial device tree for the R8A7791 SoC based Porter low cost board (which is a slightly modified version of the Henninger board). SCIF0 serial port support is included, so that the serial console can work. Signed-off

Re: [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support

2015-09-30 Thread Sergei Shtylyov
Hello. On 9/30/2015 11:33 AM, Simon Horman wrote: Define the R8A7794 generic part of the USB PHY device node. It is up to the board file to enable the device. Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> --- arch/arm/boot/dts/r8a7794.dtsi

  1   2   3   4   5   6   7   8   >