
14 Mar
2017
14 Mar
'17
2 a.m.
Dear Heiner,
On 02/21/2017 04:30 AM, Heiner Kallweit wrote:
From: Carlo Caione carlo@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@caione.org Signed-off-by: Andreas Färber afaerber@suse.de Signed-off-by: Heiner Kallweit hkallweit1@gmail.com
v6:
- remove DM_MMC_OPS from Kconfig dependencies
- address two minor review comments of Jaehoon
[snip]