[PATCH 0/3] add ARM MMCI support
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sat Oct 19 05:24:06 EDT 2013
Hi,
to support the ARM AMBA MMCI support we need update the mci support
to only request data length that the controler can handle
The following changes since commit 8f23a17f9bac836e4a2f4883ca8f886f535449a8:
Merge branch 'pu/bootloader-spec' (2013-10-14 15:46:10 +0200)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/vexpress_mmci
for you to fetch changes up to 5de3f3e9a857c7c06322cac70ab5d452267f74ca:
vexpress: mmc support (2013-10-16 13:28:45 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (3):
mci: add max_req_size support
add: mmci drivers
vexpress: mmc support
arch/arm/boards/vexpress/init.c | 9 +-
arch/arm/mach-vexpress/devices.c | 12 ++-
arch/arm/mach-vexpress/include/mach/devices.h | 5 +
arch/arm/mach-vexpress/v2m.c | 1 +
drivers/mci/Kconfig | 6 ++
drivers/mci/Makefile | 1 +
drivers/mci/mci-core.c | 32 ++++--
drivers/mci/mmci.c | 690 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/mci/mmci.h | 167 ++++++++++++++++++++++++++++++
include/linux/amba/mmci.h | 42 ++++++++
include/mci.h | 1 +
11 files changed, 956 insertions(+), 10 deletions(-)
create mode 100644 drivers/mci/mmci.c
create mode 100644 drivers/mci/mmci.h
create mode 100644 include/linux/amba/mmci.h
Best Regards,
J.
More information about the barebox
mailing list