Re: [U-Boot] [PATCH] arm: imx6: Switch DDR3 calibration to wait_for_bit()

2016-03-02 Thread Marek Vasut
On 03/02/2016 02:58 PM, Stefano Babic wrote: > On 02/03/2016 14:49, Marek Vasut wrote: >> Switch the DDR3 calibration from ad-hoc implementation of wait_for_bit() >> to generic implementation of wait_for_bit(). >> >> Signed-off-by: Marek Vasut >> Cc: Stefano Babic >> --- >> arch/arm/cpu/armv7/mx

Re: [U-Boot] [PATCH] arm: imx6: Switch DDR3 calibration to wait_for_bit()

2016-03-02 Thread Stefano Babic
On 02/03/2016 14:49, Marek Vasut wrote: > Switch the DDR3 calibration from ad-hoc implementation of wait_for_bit() > to generic implementation of wait_for_bit(). > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > --- > arch/arm/cpu/armv7/mx6/ddr.c | 44 > -

[U-Boot] [PATCH] arm: imx6: Switch DDR3 calibration to wait_for_bit()

2016-03-02 Thread Marek Vasut
Switch the DDR3 calibration from ad-hoc implementation of wait_for_bit() to generic implementation of wait_for_bit(). Signed-off-by: Marek Vasut Cc: Stefano Babic --- arch/arm/cpu/armv7/mx6/ddr.c | 44 1 file changed, 12 insertions(+), 32 deletions(-