[PATCH v1 0/5] dt: add basic imx28 support

From: Dong Aisheng
Date: Tue Mar 13 2012 - 04:45:20 EST


This patch series adds basic imx28 dt support including fec, mmc and dma.

Tested on mx28evk.

TODO:
Convert the remaining devices to support dt.
mxs-auart, mxs-gpio, i2c, flexcan, saif, rtc, pwm, fb.

Dong Aisheng (5):
ARM: imx28: add basic dt support
mmc: mxs-mmc: add dt probe support
ARM: imx28evk: add mmc dt support
dma: mxs-dma: add dt probe support
ARM: mxs: add mxs dma dt support

Documentation/devicetree/bindings/arm/fsl.txt | 4 +
.../devicetree/bindings/dma/fsl-mxs-dma.txt | 17 +++
.../devicetree/bindings/mmc/fsl-mxs-mmc.txt | 23 ++++
arch/arm/boot/dts/imx28-evk.dts | 45 +++++++
arch/arm/boot/dts/imx28.dtsi | 131 ++++++++++++++++++++
arch/arm/mach-mxs/Kconfig | 9 ++
arch/arm/mach-mxs/Makefile | 1 +
arch/arm/mach-mxs/devices-mx23.h | 2 +
arch/arm/mach-mxs/devices-mx28.h | 2 +
arch/arm/mach-mxs/devices/platform-dma.c | 3 +-
arch/arm/mach-mxs/imx28-dt.c | 71 +++++++++++
arch/arm/mach-mxs/include/mach/devices-common.h | 3 +
arch/arm/mach-mxs/mach-apx4devkit.c | 1 +
arch/arm/mach-mxs/mach-m28evk.c | 1 +
arch/arm/mach-mxs/mach-mx23evk.c | 1 +
arch/arm/mach-mxs/mach-mx28evk.c | 1 +
arch/arm/mach-mxs/mach-stmp378x_devb.c | 1 +
arch/arm/mach-mxs/mach-tx28.c | 1 +
drivers/dma/mxs-dma.c | 44 +++++--
drivers/mmc/host/mxs-mmc.c | 82 ++++++++++++-
20 files changed, 424 insertions(+), 19 deletions(-)
create mode 100644 Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
create mode 100644 Documentation/devicetree/bindings/mmc/fsl-mxs-mmc.txt
create mode 100644 arch/arm/boot/dts/imx28-evk.dts
create mode 100644 arch/arm/boot/dts/imx28.dtsi
create mode 100644 arch/arm/mach-mxs/imx28-dt.c


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/