From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] mmc: fsl_esdhc: Add adapter card type identification support
Date: Thu, 16 Apr 2015 12:08:45 -0700 [thread overview]
Message-ID: <553008BD.7040907@freescale.com> (raw)
In-Reply-To: <1427349176-24282-1-git-send-email-yangbo.lu@freescale.com>
On 03/25/2015 10:52 PM, Yangbo Lu wrote:
<snip>
> diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h
> index 313fa1e..5462b4c 100644
> --- a/include/fsl_esdhc.h
> +++ b/include/fsl_esdhc.h
> @@ -16,6 +16,10 @@
> /* needed for the mmc_cfg definition */
> #include <mmc.h>
>
> +#ifdef CONFIG_FSL_ESDHC_ADAPTER_IDENT
> +#include "../board/freescale/common/qixis.h"
> +#endif
> +
> /* FSL eSDHC-specific constants */
> #define SYSCTL 0x0002e02c
> #define SYSCTL_INITA 0x08000000
>
Please document CONFIG_FSL_ESDHC_ADAPTER_IDENT. If
CONFIG_FSL_ESDHC_ADAPTER_IDENT implies QIXIS, please point it out.
York
prev parent reply other threads:[~2015-04-16 19:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-26 5:52 [U-Boot] [PATCH 1/4] mmc: fsl_esdhc: Add adapter card type identification support Yangbo Lu
2015-04-16 19:08 ` York Sun [this message]
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=553008BD.7040907@freescale.com \
--to=yorksun@freescale.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.