From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH] mx53 update
Date: Mon, 5 Dec 2011 16:14:39 +0100 [thread overview]
Message-ID: <20111205151439.GC9192@game.jcrosoft.org> (raw)
HI,
this patch update the mx53 support
by fixing mmc devid
add card detect support and add smd board support
The following changes since commit 088afefa32a43bd7da80ed3c0a8cebb2c0f72ba7:
mci: add the probe parameter if any error happened during the probe (2011-12-04 00:12:22 +0800)
are available in the git repository at:
git ..BRANCH.NOT.VERIFIED..
Jean-Christophe PLAGNIOL-VILLARD (4):
mx53: fix devid for imx53_add_mmc1/2
imx-esdhc: add support of card detect
mx53 loco: update sd support
imx: add mx53 SMD board support
arch/arm/Makefile | 1 +
arch/arm/boards/freescale-mx53-loco/board.c | 36 +++++-
arch/arm/boards/freescale-mx53-smd/Makefile | 2 +
arch/arm/boards/freescale-mx53-smd/board.c | 170 +++++++++++++++++++++
arch/arm/boards/freescale-mx53-smd/config.h | 24 +++
arch/arm/boards/freescale-mx53-smd/env/config | 51 ++++++
arch/arm/boards/freescale-mx53-smd/flash_header.c | 101 ++++++++++++
arch/arm/boards/freescale-mx53-smd/mx53-smd.dox | 4 +
arch/arm/configs/freescale_mx53_smd_defconfig | 51 ++++++
arch/arm/mach-imx/Kconfig | 5 +
arch/arm/mach-imx/devices.c | 2 +-
arch/arm/mach-imx/include/mach/devices-imx25.h | 2 +-
arch/arm/mach-imx/include/mach/devices-imx35.h | 6 +-
arch/arm/mach-imx/include/mach/devices-imx51.h | 4 +-
arch/arm/mach-imx/include/mach/devices-imx53.h | 15 ++-
arch/arm/mach-imx/include/mach/devices.h | 3 +-
arch/arm/mach-imx/include/mach/esdhc.h | 43 +++++
drivers/mci/imx-esdhc.c | 37 +++++
18 files changed, 543 insertions(+), 14 deletions(-)
create mode 100644 arch/arm/boards/freescale-mx53-smd/Makefile
create mode 100644 arch/arm/boards/freescale-mx53-smd/board.c
create mode 100644 arch/arm/boards/freescale-mx53-smd/config.h
create mode 100644 arch/arm/boards/freescale-mx53-smd/env/config
create mode 100644 arch/arm/boards/freescale-mx53-smd/flash_header.c
create mode 100644 arch/arm/boards/freescale-mx53-smd/mx53-smd.dox
create mode 100644 arch/arm/configs/freescale_mx53_smd_defconfig
create mode 100644 arch/arm/mach-imx/include/mach/esdhc.h
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-12-05 15:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-05 15:14 Jean-Christophe PLAGNIOL-VILLARD [this message]
2011-12-05 15:19 ` [PATCH 1/4] mx53: fix devid for imx53_add_mmc1/2 Jean-Christophe PLAGNIOL-VILLARD
2011-12-05 15:19 ` [PATCH 2/4] imx-esdhc: add support of card detect Jean-Christophe PLAGNIOL-VILLARD
2011-12-05 15:19 ` [PATCH 3/4] mx53 loco: update sd support Jean-Christophe PLAGNIOL-VILLARD
2011-12-05 15:19 ` [PATCH 4/4] imx: add mx53 SMD board support Jean-Christophe PLAGNIOL-VILLARD
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=20111205151439.GC9192@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
/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