Re: [U-Boot] [PATCH v2] mvebu_mmc: Driver addition

2014-10-02 Thread Pantelis Antoniou
Hi Mario, On Aug 25, 2014, at 3:12 PM, Mario Schuknecht wrote: > In function mvebu_mmc_write notice command timeout. It is possible that a > command is done, but a timeout occurred. > > Enable timeout in set bus function. > > Set window registers. Without that I could not use the driver on a

Re: [U-Boot] [PATCH v2] mvebu_mmc: Driver addition

2014-09-29 Thread Mario Schuknecht
Is there a chance that this patch [1] will be applied? Mario [1] http://lists.denx.de/pipermail/u-boot/2014-August/187109.html 2014-08-25 15:28 GMT+02:00 Stefan Roese : > On 25.08.2014 14:12, Mario Schuknecht wrote: > >> In function mvebu_mmc_write notice command timeout. It is possible that a

Re: [U-Boot] [PATCH v2] mvebu_mmc: Driver addition

2014-08-25 Thread Stefan Roese
On 25.08.2014 14:12, Mario Schuknecht wrote: In function mvebu_mmc_write notice command timeout. It is possible that a command is done, but a timeout occurred. Enable timeout in set bus function. Set window registers. Without that I could not use the driver on a Kirkwood 88F6282 SoC. Set high

[U-Boot] [PATCH v2] mvebu_mmc: Driver addition

2014-08-25 Thread Mario Schuknecht
In function mvebu_mmc_write notice command timeout. It is possible that a command is done, but a timeout occurred. Enable timeout in set bus function. Set window registers. Without that I could not use the driver on a Kirkwood 88F6282 SoC. Set high capacity and 52MHz driver feature. Signed-off-