All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 2/3] mmc: meson: add MMC driver for Meson GX (S905)
Date: Tue, 14 Mar 2017 10:00:13 +0900	[thread overview]
Message-ID: <0d3bfb26-a061-4c6f-09d6-87b2ecbbe672@samsung.com> (raw)
In-Reply-To: <84b1742e-57b5-300b-c576-dbbe3d11b32a@gmail.com>

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]

  reply	other threads:[~2017-03-14  1:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170220192646epcas2p20cfe50a5dd040711109b3cad468d3878@epcas2p2.samsung.com>
2017-02-20 19:25 ` [U-Boot] [PATCH v6 1/3] arm: dts: update Meson GXBB / Odroid-C2 DT with latest Linux version Heiner Kallweit
2017-02-20 19:30   ` [U-Boot] [PATCH v6 2/3] mmc: meson: add MMC driver for Meson GX (S905) Heiner Kallweit
2017-03-14  1:00     ` Jaehoon Chung [this message]
2017-04-12 22:07     ` [U-Boot] [U-Boot, v6, " Vagrant Cascadian
2017-02-20 19:32   ` [U-Boot] [PATCH v6 3/3] odroid-c2: enable new Meson GX MMC driver in board defconfig Heiner Kallweit
2017-03-14  1:00     ` Jaehoon Chung
2017-04-11 19:41     ` Heiner Kallweit
2017-04-12  5:08       ` Jaehoon Chung
2017-04-12 18:34         ` Heiner Kallweit
2017-04-12 22:09     ` [U-Boot] [U-Boot, v6, " Vagrant Cascadian
2017-04-12 22:53       ` Heiner Kallweit
2017-03-03  2:18   ` [U-Boot] [PATCH v6 1/3] arm: dts: update Meson GXBB / Odroid-C2 DT with latest Linux version Jaehoon Chung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0d3bfb26-a061-4c6f-09d6-87b2ecbbe672@samsung.com \
    --to=jh80.chung@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.