From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Tue, 14 Mar 2017 10:00:13 +0900 Subject: [U-Boot] [PATCH v6 2/3] mmc: meson: add MMC driver for Meson GX (S905) In-Reply-To: <84b1742e-57b5-300b-c576-dbbe3d11b32a@gmail.com> References: <4ca74feb-15c7-6ef9-99d7-a223b6c4f2d9@gmail.com> <84b1742e-57b5-300b-c576-dbbe3d11b32a@gmail.com> Message-ID: <0d3bfb26-a061-4c6f-09d6-87b2ecbbe672@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Dear Heiner, On 02/21/2017 04:30 AM, Heiner Kallweit wrote: > From: Carlo Caione > 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 >=20 > Signed-off-by: Carlo Caione > Signed-off-by: Andreas F=C3=A4rber > Signed-off-by: Heiner Kallweit > --- > v6: > - remove DM_MMC_OPS from Kconfig dependencies > - address two minor review comments of Jaehoon > --- [snip]