[PATCH 0/5] MMC: mmci: Provide bindings for Device Tree
From: Lee Jones <hidden>
Date: 2012-03-14 14:19:58
Also in:
linux-mmc
From: Lee Jones <hidden>
Date: 2012-03-14 14:19:58
Also in:
linux-mmc
This patch-set splits out ux500 and ARM specific variants from mmci core code, applies generic bindings for use by all variants, then enables the ux500 variant for use with Device Tree. Documentation/devicetree/bindings/mmc/mmci.txt | 27 +++ arch/arm/boot/dts/db8500.dtsi | 6 +- arch/arm/boot/dts/snowball.dts | 30 +++- arch/arm/mach-ux500/board-mop500.c | 3 +- drivers/mmc/host/Makefile | 2 +- drivers/mmc/host/mmci-arm.c | 65 ++++++ drivers/mmc/host/mmci-ux500.c | 260 ++++++++++++++++++++++++ drivers/mmc/host/mmci.c | 194 +++++------------- drivers/mmc/host/mmci.h | 37 ++++ 9 files changed, 473 insertions(+), 151 deletions(-)