From: Sascha Hauer <s.hauer@pengutronix.de>
To: "Eric Bénard" <eric@eukrea.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] i.MX53: add imx53_add_mmc3
Date: Wed, 28 Aug 2013 11:10:47 +0200 [thread overview]
Message-ID: <20130828091047.GU30088@pengutronix.de> (raw)
In-Reply-To: <1377632568-3767-1-git-send-email-eric@eukrea.com>
Hi Eric,
On Tue, Aug 27, 2013 at 09:42:48PM +0200, Eric Bénard wrote:
> Signed-off-by: Eric Bénard <eric@eukrea.com>
> ---
> arch/arm/mach-imx/include/mach/devices-imx53.h | 5 +++++
> 1 file changed, 5 insertions(+)
Nice to see a patch from you again ;)
Applied, thanks
Sascha
>
> diff --git a/arch/arm/mach-imx/include/mach/devices-imx53.h b/arch/arm/mach-imx/include/mach/devices-imx53.h
> index df14654..4621c53 100644
> --- a/arch/arm/mach-imx/include/mach/devices-imx53.h
> +++ b/arch/arm/mach-imx/include/mach/devices-imx53.h
> @@ -62,6 +62,11 @@ static inline struct device_d *imx53_add_mmc2(struct esdhc_platform_data *pdata)
> return imx_add_esdhc((void *)MX53_ESDHC3_BASE_ADDR, 2, pdata);
> }
>
> +static inline struct device_d *imx53_add_mmc3(struct esdhc_platform_data *pdata)
> +{
> + return imx_add_esdhc((void *)MX53_ESDHC4_BASE_ADDR, 3, pdata);
> +}
> +
> static inline struct device_d *imx53_add_nand(struct imx_nand_platform_data *pdata)
> {
> struct resource res[] = {
> --
> 1.8.3.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2013-08-28 9:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-27 19:42 Eric Bénard
2013-08-28 9:10 ` Sascha Hauer [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=20130828091047.GU30088@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=eric@eukrea.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox