Re: [U-Boot] [PATCH v2 1/2] sunxi-mmc: use new mode on A64

2018-05-30 Thread Vasily Khoruzhick
On Tue, May 29, 2018 at 8:20 AM, Vasily Khoruzhick wrote: > On Mon, May 28, 2018 at 10:04 PM, Jagan Teki wrote: >> On Mon, May 28, 2018 at 11:13 PM, Vasily Khoruzhick >> wrote: >>> You need both patches in order for it to work. >>> >>> I tested these patches on Pinebook and Pine64 LTS, both

Re: [U-Boot] [PATCH v2 1/2] sunxi-mmc: use new mode on A64

2018-05-29 Thread Vasily Khoruzhick
On Mon, May 28, 2018 at 10:04 PM, Jagan Teki wrote: > On Mon, May 28, 2018 at 11:13 PM, Vasily Khoruzhick > wrote: >> You need both patches in order for it to work. >> >> I tested these patches on Pinebook and Pine64 LTS, both were able to >> boot from eMMC. What board are you using? > > Did

Re: [U-Boot] [PATCH v2 1/2] sunxi-mmc: use new mode on A64

2018-05-28 Thread Jagan Teki
On Mon, May 28, 2018 at 11:13 PM, Vasily Khoruzhick wrote: > You need both patches in order for it to work. > > I tested these patches on Pinebook and Pine64 LTS, both were able to > boot from eMMC. What board are you using? Did you test BPI-M64? Here is the another board [1] where it failed

Re: [U-Boot] [PATCH v2 1/2] sunxi-mmc: use new mode on A64

2018-05-28 Thread Vasily Khoruzhick
You need both patches in order for it to work. I tested these patches on Pinebook and Pine64 LTS, both were able to boot from eMMC. What board are you using? On Sun, May 27, 2018 at 11:43 AM, Jagan Teki wrote: > On Mon, May 14, 2018 at 8:57 PM, Vasily Khoruzhick wrote: >> That is necessary for

Re: [U-Boot] [PATCH v2 1/2] sunxi-mmc: use new mode on A64

2018-05-27 Thread Jagan Teki
On Mon, May 14, 2018 at 8:57 PM, Vasily Khoruzhick wrote: > That is necessary for using automatic calibration on A64 eMMC. > > Signed-off-by: Vasily khoruzhick > --- > arch/arm/mach-sunxi/Kconfig | 1 + > drivers/mmc/sunxi_mmc.c | 2 +- > 2 files

Re: [U-Boot] [PATCH v2 1/2] sunxi-mmc: use new mode on A64

2018-05-15 Thread Maxime Ripard
On Mon, May 14, 2018 at 08:27:22AM -0700, Vasily Khoruzhick wrote: > That is necessary for using automatic calibration on A64 eMMC. > > Signed-off-by: Vasily khoruzhick Acked-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin (formerly Free

[U-Boot] [PATCH v2 1/2] sunxi-mmc: use new mode on A64

2018-05-14 Thread Vasily Khoruzhick
That is necessary for using automatic calibration on A64 eMMC. Signed-off-by: Vasily khoruzhick --- arch/arm/mach-sunxi/Kconfig | 1 + drivers/mmc/sunxi_mmc.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-sunxi/Kconfig