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

2012-03-14 Thread Dong Aisheng
On Wed, Mar 14, 2012 at 07:01:06AM +0100, Marek Vasut wrote:
> Dear Dong Aisheng,
> 
> > 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
> > 
> Can you keep me in Cc on new versions of these patches? Thanks!
> 
Of course yes.
Thanks for your review.

Regards
Dong Aisheng

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2012-03-13 Thread Marek Vasut
Dear Dong Aisheng,

> 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
> 
Can you keep me in Cc on new versions of these patches? Thanks!

Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2012-03-13 Thread Dong Aisheng
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-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html