Re: [U-Boot] [PATCH v1 2/2] mmc: fix bug in mmc_startup_v4()

2018-02-19 Thread Jaehoon Chung
On 02/09/2018 08:09 PM, Jean-Jacques Hiblot wrote: > The correspondence between mmc versions as used in u-boot and the version > numbers reported in register EXT_CSD_REV is wrong for versions above and > including MMC_VERSION_4_41. All those versions were shifted by one: > real 4.5 hardware

Re: [U-Boot] [PATCH v1 2/2] mmc: fix bug in mmc_startup_v4()

2018-02-19 Thread Jaehoon Chung
On 02/16/2018 02:22 AM, Sam Protsenko wrote: > Hi Tom, > > Can we merge this fix, please? We are having troubles with X15 board > in Linaro lab due to this bug... Would be great to have this patch in > v2018.03. I know, relying on master branch is not good, but it is what > it is, I'll talk with

Re: [U-Boot] [PATCH v1 2/2] mmc: fix bug in mmc_startup_v4()

2018-02-15 Thread Sam Protsenko
Hi Tom, Can we merge this fix, please? We are having troubles with X15 board in Linaro lab due to this bug... Would be great to have this patch in v2018.03. I know, relying on master branch is not good, but it is what it is, I'll talk with guys if we can change the policy. Thanks! On 14

Re: [U-Boot] [PATCH v1 2/2] mmc: fix bug in mmc_startup_v4()

2018-02-14 Thread Sam Protsenko
On 9 February 2018 at 13:09, Jean-Jacques Hiblot wrote: > The correspondence between mmc versions as used in u-boot and the version > numbers reported in register EXT_CSD_REV is wrong for versions above and > including MMC_VERSION_4_41. All those versions were shifted by one: >

Re: [U-Boot] [PATCH v1 2/2] mmc: fix bug in mmc_startup_v4()

2018-02-12 Thread Simon Glass
On 9 February 2018 at 04:09, Jean-Jacques Hiblot wrote: > The correspondence between mmc versions as used in u-boot and the version U-Boot > numbers reported in register EXT_CSD_REV is wrong for versions above and > including MMC_VERSION_4_41. All those versions were shifted by

[U-Boot] [PATCH v1 2/2] mmc: fix bug in mmc_startup_v4()

2018-02-09 Thread Jean-Jacques Hiblot
The correspondence between mmc versions as used in u-boot and the version numbers reported in register EXT_CSD_REV is wrong for versions above and including MMC_VERSION_4_41. All those versions were shifted by one: real 4.5 hardware appeared to be MMC_VERSION_5_0. Fix this by adding the missing