Re: [U-Boot] [PATCH 1/1] mmc: avoid division by zero in meson_mmc_config_clock - Please, consider for v2018.05-rc2

2018-04-11 Thread Neil Armstrong
Hi Jaehoon, On 10/04/2018 18:01, Heinrich Schuchardt wrote: > On 03/24/2018 03:57 PM, Heinrich Schuchardt wrote: >> On 03/18/2018 01:03 AM, Vagrant Cascadian wrote: >>> On 2018-03-17, Heinrich Schuchardt wrote: The Odroid C2 fails to read from mmc with U-Boot v2018.03. The change avoids

Re: [U-Boot] [PATCH 1/1] mmc: avoid division by zero in meson_mmc_config_clock - Please, consider for v2018.05-rc2

2018-04-10 Thread Heinrich Schuchardt
On 03/24/2018 03:57 PM, Heinrich Schuchardt wrote: > On 03/18/2018 01:03 AM, Vagrant Cascadian wrote: >> On 2018-03-17, Heinrich Schuchardt wrote: >>> The Odroid C2 fails to read from mmc with U-Boot v2018.03. >>> The change avoids a division by zero. >>> >>> The fix was suggested by Jaehoon in

Re: [U-Boot] [PATCH 1/1] mmc: avoid division by zero in meson_mmc_config_clock

2018-03-24 Thread Heinrich Schuchardt
On 03/18/2018 01:03 AM, Vagrant Cascadian wrote: > On 2018-03-17, Heinrich Schuchardt wrote: >> The Odroid C2 fails to read from mmc with U-Boot v2018.03. >> The change avoids a division by zero. >> >> The fix was suggested by Jaehoon in >>

Re: [U-Boot] [PATCH 1/1] mmc: avoid division by zero in meson_mmc_config_clock

2018-03-17 Thread Vagrant Cascadian
On 2018-03-17, Heinrich Schuchardt wrote: > The Odroid C2 fails to read from mmc with U-Boot v2018.03. > The change avoids a division by zero. > > The fix was suggested by Jaehoon in > https://lists.denx.de/pipermail/u-boot/2018-January/318577.html Thanks! Works for me with odroid-c2 on u-boot

[U-Boot] [PATCH 1/1] mmc: avoid division by zero in meson_mmc_config_clock

2018-03-17 Thread Heinrich Schuchardt
The Odroid C2 fails to read from mmc with U-Boot v2018.03. The change avoids a division by zero. The fix was suggested by Jaehoon in https://lists.denx.de/pipermail/u-boot/2018-January/318577.html Reported-by: Vagrant Cascadian Suggested-by: Jaehoon Chung