Re: [U-Boot] [PATCH 1/2] mmc: Add Amlogic Meson driver

2016-08-07 Thread Andreas Färber
Am 13.05.2016 um 15:53 schrieb Carlo Caione: > [...] but since it is really unlikely that we will > ever see a U-Boot port for the Meson8b I stuck with that. Why do you consider that so unlikely? Please don't make such assumptions for design decisions. Regards, Andreas -- SUSE Linux GmbH, Maxfe

Re: [U-Boot] [PATCH 1/2] mmc: Add Amlogic Meson driver

2016-05-13 Thread Kevin Hilman
Carlo Caione writes: > On Fri, May 13, 2016 at 3:46 PM, Kevin Hilman wrote: >> Carlo Caione writes: >> >>> From: Carlo Caione >>> >>> This is a port / rewrite of the Amlogic driver shipped whithin the >>> Amlogic SDK for the Meson GXBaby (S905) SoC. >>> >>> Signed-off-by: Carlo Caione >> >> [

Re: [U-Boot] [PATCH 1/2] mmc: Add Amlogic Meson driver

2016-05-13 Thread Kevin Hilman
Carlo Caione writes: > From: Carlo Caione > > This is a port / rewrite of the Amlogic driver shipped whithin the > Amlogic SDK for the Meson GXBaby (S905) SoC. > > Signed-off-by: Carlo Caione [...] > +static const struct udevice_id meson_mmc_match[] = { > + { .compatible = "amlogic,meson-

Re: [U-Boot] [PATCH 1/2] mmc: Add Amlogic Meson driver

2016-05-13 Thread Carlo Caione
On Fri, May 13, 2016 at 3:46 PM, Kevin Hilman wrote: > Carlo Caione writes: > >> From: Carlo Caione >> >> This is a port / rewrite of the Amlogic driver shipped whithin the >> Amlogic SDK for the Meson GXBaby (S905) SoC. >> >> Signed-off-by: Carlo Caione > > [...] > >> +static const struct udev

[U-Boot] [PATCH 1/2] mmc: Add Amlogic Meson driver

2016-05-12 Thread Carlo Caione
From: Carlo Caione This is a port / rewrite of the Amlogic driver shipped whithin the Amlogic SDK for the Meson GXBaby (S905) SoC. Signed-off-by: Carlo Caione --- arch/arm/include/asm/arch-meson/sd_emmc.h | 109 +++ drivers/mmc/Makefile | 1 + drivers/mmc/meson_m