Re: [U-Boot] [PATCH v1 07/10] arm: pxa: mmc: add driver model support

2020-06-30 Thread Tom Rini
On Mon, May 20, 2019 at 02:44:59AM +0200, Marcel Ziswiler wrote: > Add driver model (DM) support. > > Signed-off-by: Marcel Ziswiler Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [PATCH v1 07/10] arm: pxa: mmc: add driver model support

2019-05-19 Thread Marek Vasut
On 5/20/19 2:44 AM, Marcel Ziswiler wrote: > Add driver model (DM) support. > > Signed-off-by: Marcel Ziswiler > > --- > > drivers/mmc/pxa_mmc_gen.c | 160 - > include/dm/platform_data/pxa_mmc_gen.h | 22 > 2 files changed, 154 insertions(+), 28

[U-Boot] [PATCH v1 07/10] arm: pxa: mmc: add driver model support

2019-05-19 Thread Marcel Ziswiler
Add driver model (DM) support. Signed-off-by: Marcel Ziswiler --- drivers/mmc/pxa_mmc_gen.c | 160 - include/dm/platform_data/pxa_mmc_gen.h | 22 2 files changed, 154 insertions(+), 28 deletions(-) create mode 100644