Re: [PATCH v11 1/6] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-05-10 Thread Maxime Ripard
On Sat, May 10, 2014 at 11:33:58AM +0200, Hans de Goede wrote: > From: David Lanzendörfer > > The Allwinner sunxi mmc host uses dma in bus-master mode using a built-in > designware idmac controller, which is identical to the one found in the mmc-dw > hosts. However the rest of the host is not ide

Re: [PATCH v11 2/6] ARM: dts: sunxi: Add reg_vmmc0 supply to sunxi-common-regulators.dtsi

2014-05-10 Thread Maxime Ripard
Hi Hans, Thanks for your follow up on this. On Sat, May 10, 2014 at 11:33:59AM +0200, Hans de Goede wrote: > Signed-off-by: Hans de Goede > --- > arch/arm/boot/dts/sunxi-common-regulators.dtsi | 8 > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm/boot/dts/sunxi-common-regul

RE: [PATCH] mmc: dw_mmc: Make sure we don't get stuck when we get an error

2014-05-10 Thread Seungwon Jeon
On Fri, May 09, 2014, Sonny Rao wrote: > On Thu, May 8, 2014 at 2:42 AM, Yuvaraj Kumar wrote: > > Any comments on this patch? > > > > I'll just add that without this fix, running the tuning loop for UHS > modes is not reliable on dw_mmc because errors will happen and you > will eventually hit thi

RE: [PATCH] mmc: dw_mmc: change to use recommended reset procedure

2014-05-10 Thread Seungwon Jeon
Hi Sonny, Can you separate procedure? Reset all are handled in fifo-reset. And ciu reset is always needed for error handling? Thanks, Seungwon Jeon On Sat, May 10, 2014, Sonny Rao wrote: > On Fri, May 9, 2014 at 12:32 AM, Jaehoon Chung wrote: > > Hi, Sonny. > > > > You can discard the my previo

[PATCH v11 2/6] ARM: dts: sunxi: Add reg_vmmc0 supply to sunxi-common-regulators.dtsi

2014-05-10 Thread Hans de Goede
Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sunxi-common-regulators.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/sunxi-common-regulators.dtsi b/arch/arm/boot/dts/sunxi-common-regulators.dtsi index 18eeac0..ebbba39 100644 --- a/arch/arm/boot/dts/sunxi-

[PATCH v11 0/6] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-05-10 Thread Hans de Goede
Hi All, Here is v11 of the sunxi-mmc patch-set David Lanzendörfer and I have been working on, this makes various changes to the mmc driver itself as a result of the review of v10. All the dts and clk patches in the previous series have been accepted for upstream inclusion in 3.16, so they are no

[PATCH v11 3/6] ARM: dts: sun4i: Add reg_vmmc0 to sun4i boards

2014-05-10 Thread Hans de Goede
Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun4i-a10-a1000.dts | 5 + arch/arm/boot/dts/sun4i-a10-cubieboard.dts | 5 + arch/arm/boot/dts/sun4i-a10-hackberry.dts | 5 + arch/arm/boot/dts/sun4i-a10-inet97fv2.dts | 5 + arch/arm/boot/dts/sun4i-a10-mini

[PATCH v11 6/6] ARM: dts: sun7i: Add reg_vmmc0 to sun7i boards

2014-05-10 Thread Hans de Goede
Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun7i-a20-cubieboard2.dts | 5 + arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 5 + arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 5 + 3 files changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-cubieboard2

[PATCH v11 5/6] ARM: dts: sun6i: Add reg_vmmc0 to sun6i boards

2014-05-10 Thread Hans de Goede
Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun6i-a31-m9.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31-m9.dts b/arch/arm/boot/dts/sun6i-a31-m9.dts index 22eacf8..6dc00c3 100644 --- a/arch/arm/boot/dts/sun6i-a31-m9.dts +++ b/arch/arm/boot/dts/sun

[PATCH v11 4/6] ARM: dts: sun5i: Add reg_vmmc0 to sun5i boards

2014-05-10 Thread Hans de Goede
Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 5 + arch/arm/boot/dts/sun5i-a13-olinuxino-micro.dts | 5 + arch/arm/boot/dts/sun5i-a13-olinuxino.dts| 5 + 3 files changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/sun5i-a10s-olinuxi

[PATCH v11 1/6] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-05-10 Thread Hans de Goede
From: David Lanzendörfer The Allwinner sunxi mmc host uses dma in bus-master mode using a built-in designware idmac controller, which is identical to the one found in the mmc-dw hosts. However the rest of the host is not identical to mmc-dw, it deals with sending stop commands in hardware which m