[PATCH 5/6] arm64: renesas: salvator-x: enable USB 2.0 Host channel 1 and 2

2015-12-25 Thread Yoshihiro Shimoda
This patch doesn't enable USB2.0 Host channel 0 because it is connected to MAX3355 and cannot control the SHDN pin for now. Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 16 1 file changed, 16

Re: [PATCH v2 0/2] Improve drm_of_component_probe() and move rockchip to use it

2015-12-25 Thread Jean-Francois Moine
On Thu, 24 Dec 2015 12:36:10 + Russell King - ARM Linux wrote: > It seems that you're trying to work around a limitation in Linux by > modifying the hardware representation... Sorry to come back to this topic, but I think you are wrong. Looking at the imx6 DTs, the

[PATCH 3/6] arm64: renesas: r8a7795: add HS-USB device node

2015-12-25 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index e26073c..4bccfb2b 100644

[PATCH 0/6] arm64: renesas: add USB 2.0 device nodes for r8a7795

2015-12-25 Thread Yoshihiro Shimoda
This patch set is based on the renesas.git / 20151221renesas-devel-20151221-v4.4-rc6 tag. (commit id = fe0e8e675dedf1877709a17258e88151c2614b77) Yoshihiro Shimoda (6): arm64: renesas: r8a7795: add usb2_phy device nodes arm64: renesas: r8a7795: add USB2.0 Host (EHCI/OHCI) device nodes

[PATCH 1/6] arm64: renesas: r8a7795: add usb2_phy device nodes

2015-12-25 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 34 1 file changed, 34 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index

[PATCH 4/6] arm64: renesas: salvator-x: enable usb2_phy

2015-12-25 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts

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

2015-12-25 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 66 1 file changed, 66 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index

[PATCH 6/6] arm64: renesas: salvator-x: enable HS-USB

2015-12-25 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts index

[PATCH v2 0/6] arm64: renesas: add USB 2.0 device nodes for r8a7795

2015-12-25 Thread Yoshihiro Shimoda
This patch set is based on the renesas.git / 20151221renesas-devel-20151221-v4.4-rc6 tag. (commit id = fe0e8e675dedf1877709a17258e88151c2614b77) Changed from v1: - Fix register size from 0xff to 0x100 in patch 2 Yoshihiro Shimoda (6): arm64: renesas: r8a7795: add usb2_phy device nodes

[PATCH v2 1/6] arm64: renesas: r8a7795: add usb2_phy device nodes

2015-12-25 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 34 1 file changed, 34 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index

[PATCH v2 6/6] arm64: renesas: salvator-x: enable HS-USB

2015-12-25 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts index

[PATCH v2 5/6] arm64: renesas: salvator-x: enable USB 2.0 Host channel 1 and 2

2015-12-25 Thread Yoshihiro Shimoda
This patch doesn't enable USB2.0 Host channel 0 because it is connected to MAX3355 and cannot control the SHDN pin for now. Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 16 1 file changed, 16

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

2015-12-25 Thread Yoshihiro Shimoda
Hello, > From: Sergei Shtylyov > Sent: Friday, December 25, 2015 8:36 PM > > Hello. > > On 12/25/2015 1:03 PM, Yoshihiro Shimoda wrote: > > > Signed-off-by: Yoshihiro Shimoda > > --- > > arch/arm64/boot/dts/renesas/r8a7795.dtsi | 66 > >

Re: [PATCH 1/2] mmc: omap_hsmmc: Add support for slot-name property in DT

2015-12-25 Thread Pali Rohár
On Monday 18 May 2015 17:07:57 Arnd Bergmann wrote: > On Monday 18 May 2015 08:06:07 Tony Lindgren wrote: > > * Arnd Bergmann [150515 14:26]: > > > On Friday 15 May 2015 23:22:37 Pali Rohár wrote: > > If setting up the generic binding is expected to take a while, > > you can

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 v2 2/6] arm64: renesas: r8a7795: add USB2.0 Host (EHCI/OHCI) device nodes

2015-12-25 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 66 1 file changed, 66 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index

[PATCH v2 4/6] arm64: renesas: salvator-x: enable usb2_phy

2015-12-25 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts

[PATCH v2 3/6] arm64: renesas: r8a7795: add HS-USB device node

2015-12-25 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index 499e158..e027314 100644

Re: [PATCH v12 16/18] drm: bridge: analogix/dp: expand the wait time for looking AUX CH reply flag

2015-12-25 Thread Jingoo Han
On Thursday, December 24, 2015 10:23 AM, Yakir Yang wrote: > > Hi Jingoo, > > Okay, fine, I would drop this patch, until I found the the root cause. OK, I see. Best regards, Jingoo Han > > - Yakir > > On 12/23/2015 11:10 PM, Jingoo Han wrote: > > On Wednesday, December 23, 2015 9:51 PM,

[PATCH] ARM: dts: n900: Include adp1653 device

2015-12-25 Thread Pali Rohár
This patch adds adp1653 device into n900 DT structure. DT support in adp1653 driver is there since v4.2-rc1 version. Signed-off-by: Pali Rohár --- arch/arm/boot/dts/omap3-n900.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git

[PATCH] Fix documentation for adp1653 DT

2015-12-25 Thread Pali Rohár
Property names do not match real names needed by driver itself. This patch fix this problem. Signed-off-by: Pali Rohár --- .../devicetree/bindings/media/i2c/adp1653.txt |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[PATCH] ARM: dts: omap3: Include missing bandgap data for ti-soc-thermal driver

2015-12-25 Thread Pali Rohár
Driver for omap3 with documentation is there since v4.4-rc1. Signed-off-by: Pali Rohár --- arch/arm/boot/dts/omap34xx.dtsi |5 + arch/arm/boot/dts/omap36xx.dtsi |5 + 2 files changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/omap34xx.dtsi