[U-Boot] [PATCH v6 2/3] mmc: meson: add MMC driver for Meson GX (S905)
Jaehoon Chung
jh80.chung at samsung.com
Tue Mar 14 01:00:13 UTC 2017
Dear Heiner,
On 02/21/2017 04:30 AM, Heiner Kallweit wrote:
> From: Carlo Caione <carlo at caione.org>
> This driver implements MMC support on Meson GX (S905) based systems.
> It's based on Carlo Caione's work, changes:
> - BLK support added
> - general refactoring
Could you fix the checkpatch error?
ERROR: space required before the open parenthesis '('
#360: FILE: drivers/mmc/meson_gx_mmc.c:194:
+ } while(!(status & STATUS_END_OF_CHAIN) && get_timer(start) < 10000);
If you can resend this, i will apply this.
Best Regards,
Jaehoon Chung
>
> Signed-off-by: Carlo Caione <carlo at caione.org>
> Signed-off-by: Andreas Färber <afaerber at suse.de>
> Signed-off-by: Heiner Kallweit <hkallweit1 at gmail.com>
> ---
> v6:
> - remove DM_MMC_OPS from Kconfig dependencies
> - address two minor review comments of Jaehoon
> ---
[snip]
More information about the U-Boot
mailing list