Re: Convert mvebu_mmc driver to driver model

2021-07-12 Thread Tony Dinh
Hi Jaehoon, Indeed! I did run the test using the u-boot-master (2021.07 version) source tree. Thanks, Tony On Mon, Jul 12, 2021 at 4:59 PM Jaehoon Chung wrote: > On 7/12/21 2:11 PM, Tony Dinh wrote: > > In reference to: > > > https://protect2.fireeye.com/v1/url?k=1452a2ce-4bc99bdf-14532981-0cc

Re: Convert mvebu_mmc driver to driver model

2021-07-12 Thread Jaehoon Chung
On 7/12/21 2:11 PM, Tony Dinh wrote: > In reference to: > https://protect2.fireeye.com/v1/url?k=1452a2ce-4bc99bdf-14532981-0cc47a31cdbc-34fa0f17adf3f490&q=1&e=2aa912e1-bdc3-418f-872f-8870c46bcb15&u=https%3A%2F%2Flists.denx.de%2Fpipermail%2Fu-boot%2F2021-April%2F446664.html > AFAIK, Those patchset

Convert mvebu_mmc driver to driver model

2021-07-11 Thread Tony Dinh
In reference to: https://lists.denx.de/pipermail/u-boot/2021-April/446664.html DM MMC was tested to work fine on the Sheevaplug board. Tested-by: Tony Dinh

Re: [PATCH v2 0/8] Convert mvebu_mmc driver to driver model

2021-04-08 Thread Stefan Roese
On 30.03.21 10:19, Harm Berntsen wrote: This series converts the existing mvebu_mmc driver to the driver model. Only two boards in the u-boot tree were using this: openrd and sheevaplug. The openrd board does currently not support driver model at all. Given the deadlines for conversion, this patc

[PATCH v2 0/8] Convert mvebu_mmc driver to driver model

2021-03-30 Thread Harm Berntsen
This series converts the existing mvebu_mmc driver to the driver model. Only two boards in the u-boot tree were using this: openrd and sheevaplug. The openrd board does currently not support driver model at all. Given the deadlines for conversion, this patch series drops MMC support for that board.

[PATCH 0/8] Convert mvebu_mmc driver to driver model

2021-03-25 Thread Harm Berntsen
This series converts the existing mvebu_mmc driver to the driver model. Only two boards in the u-boot tree were using this: openrd and sheevaplug. The openrd board does currently not support driver model at all. Given the deadlines for conversion, this patch series drops MMC support for that board.