[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1331628428-24017-1-git-send-email-b29396@freescale.com>
Date: Tue, 13 Mar 2012 16:47:03 +0800
From: Dong Aisheng <b29396@...escale.com>
To: <devicetree-discuss@...ts.ozlabs.org>,
<linux-kernel@...r.kernel.org>, <linux-mmc@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
CC: <s.hauer@...gutronix.de>, <shawn.guo@...escale.com>,
<kernel@...gutronix.de>, <grant.likely@...retlab.ca>,
<rob.herring@...xeda.com>, <cjb@...top.org>,
<rdunlap@...otime.net>, <vinod.koul@...ux.intel.com>
Subject: [PATCH v1 0/5] dt: add basic imx28 support
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists