lkml.org 
[lkml]   [2012]   [Mar]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v1 0/5] dt: add basic imx28 support
Date
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




\
 
 \ /
  Last update: 2012-03-13 09:47    [W:1.583 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site