Re: [PATCH 00/34] i.MX multi-platform support

2012-09-18 Thread Sascha Hauer
Hi Shawn,

On Mon, Sep 17, 2012 at 01:34:29PM +0800, Shawn Guo wrote:
 The series enables multi-platform support for imx.  Since the required
 frameworks (clk, pwm) and spare_irq have already been adopted on imx,
 the series is all about cleaning up mach/* headers.  Along with the
 changes, arch/arm/plat-mxc gets merged into arch/arm/mach-imx.
 
 It's based on a bunch of branches (works from others), Rob's initial
 multi-platform series, Arnd's platform-data and smp_ops (Marc's) and
 imx 3.7 material (Sascha and myself).
 
 It's available on branch below.
 
   git://git.linaro.org/people/shawnguo/linux-2.6.git imx/multi-platform
 
 It's been tested on imx5 and imx6, and only compile-tested on imx2 and
 imx3, so testing on imx2/3 are appreciated.
 
 Subsystem maintainers,
 
 I plan to send the whole series via arm-soc tree at the end of 3.7
 merge window when all dependant bits hit mainline.  Please have a
 look at the patches you get copied and provide ACKs if the changes
 are good.  Thanks.

I just had a look at the remaining initcalls in arch-imx. Most of them
are protected with a cpu_is_*, but this one should be fixed before i.MX
is enabled for multi platform:

arch/arm/mach-imx/devices/devices.c:48:core_initcall(mxc_device_init);

I think this won't harm others directly, but it will register i.MX
related devices on foreign platforms.

Sascha

-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [alsa-devel] [PATCH 00/34] i.MX multi-platform support

2012-09-18 Thread Shawn Guo
On Tue, Sep 18, 2012 at 09:52:13AM +0200, Sascha Hauer wrote:
 I just had a look at the remaining initcalls in arch-imx. Most of them
 are protected with a cpu_is_*, but this one should be fixed before i.MX
 is enabled for multi platform:
 
 arch/arm/mach-imx/devices/devices.c:48:core_initcall(mxc_device_init);
 
Ah, I missed that.  Thanks for reminding, Sascha.

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


Re: [PATCH 00/34] i.MX multi-platform support

2012-09-18 Thread Shawn Guo
On Mon, Sep 17, 2012 at 09:51:38AM +0200, Sascha Hauer wrote:
 I gave it a test on i.MX1, i.MX27, i.MX31 and i.MX35. All run fine, but
 the last patch breaks the imx_v4_v5_defconfig: Somehow it now defaults
 to ARMv7 based machines. I haven't looked into it, just reenabled
 ARMv4/ARMv5 and the boards again - works. The config should be updated
 with the last patch.
 
Yes, I will rework the patch with all these and Arnd's comment on the
last patch taken into account.

 I'm fine with the changes to mx2-camera, but Javier should give his ok
 to it, he has worked on it quite a lot recently.
 
 One other issue related to imx-dma, see comment to that patch.
 
 Otherwise:
 
 Acked-by: Sascha Hauer s.ha...@pengutronix.de
 Tested-by: Sascha Hauer s.ha...@pengutronix.de
 
Thanks a lot.

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


Re: [PATCH 00/34] i.MX multi-platform support

2012-09-17 Thread Sascha Hauer
Hi Shawn,

On Mon, Sep 17, 2012 at 01:34:29PM +0800, Shawn Guo wrote:
 The series enables multi-platform support for imx.  Since the required
 frameworks (clk, pwm) and spare_irq have already been adopted on imx,
 the series is all about cleaning up mach/* headers.  Along with the
 changes, arch/arm/plat-mxc gets merged into arch/arm/mach-imx.
 
 It's based on a bunch of branches (works from others), Rob's initial
 multi-platform series, Arnd's platform-data and smp_ops (Marc's) and
 imx 3.7 material (Sascha and myself).
 
 It's available on branch below.
 
   git://git.linaro.org/people/shawnguo/linux-2.6.git imx/multi-platform
 
 It's been tested on imx5 and imx6, and only compile-tested on imx2 and
 imx3, so testing on imx2/3 are appreciated.

Great work! This really pushes the i.MX architecture one step closer to
a clean code base.

I gave it a test on i.MX1, i.MX27, i.MX31 and i.MX35. All run fine, but
the last patch breaks the imx_v4_v5_defconfig: Somehow it now defaults
to ARMv7 based machines. I haven't looked into it, just reenabled
ARMv4/ARMv5 and the boards again - works. The config should be updated
with the last patch.

I'm fine with the changes to mx2-camera, but Javier should give his ok
to it, he has worked on it quite a lot recently.

One other issue related to imx-dma, see comment to that patch.

Otherwise:

Acked-by: Sascha Hauer s.ha...@pengutronix.de
Tested-by: Sascha Hauer s.ha...@pengutronix.de

Thanks
 Sascha

-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/34] i.MX multi-platform support

2012-09-17 Thread Arnd Bergmann
On Monday 17 September 2012, Sascha Hauer wrote:
 On Mon, Sep 17, 2012 at 01:34:29PM +0800, Shawn Guo wrote:
  The series enables multi-platform support for imx.  Since the required
  frameworks (clk, pwm) and spare_irq have already been adopted on imx,
  the series is all about cleaning up mach/* headers.  Along with the
  changes, arch/arm/plat-mxc gets merged into arch/arm/mach-imx.
  
  It's based on a bunch of branches (works from others), Rob's initial
  multi-platform series, Arnd's platform-data and smp_ops (Marc's) and
  imx 3.7 material (Sascha and myself).
  
  It's available on branch below.
  
git://git.linaro.org/people/shawnguo/linux-2.6.git imx/multi-platform
  
  It's been tested on imx5 and imx6, and only compile-tested on imx2 and
  imx3, so testing on imx2/3 are appreciated.
 
 Great work! This really pushes the i.MX architecture one step closer to
 a clean code base.

I agree, this series is wonderful, I thought it would take much longer
to get this far.

Two small comments on the last two patches from me, but overall I really
love it.

Acked-by: Arnd Bergmann a...@arndb.de
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 00/34] i.MX multi-platform support

2012-09-16 Thread Shawn Guo
The series enables multi-platform support for imx.  Since the required
frameworks (clk, pwm) and spare_irq have already been adopted on imx,
the series is all about cleaning up mach/* headers.  Along with the
changes, arch/arm/plat-mxc gets merged into arch/arm/mach-imx.

It's based on a bunch of branches (works from others), Rob's initial
multi-platform series, Arnd's platform-data and smp_ops (Marc's) and
imx 3.7 material (Sascha and myself).

It's available on branch below.

  git://git.linaro.org/people/shawnguo/linux-2.6.git imx/multi-platform

It's been tested on imx5 and imx6, and only compile-tested on imx2 and
imx3, so testing on imx2/3 are appreciated.

Subsystem maintainers,

I plan to send the whole series via arm-soc tree at the end of 3.7
merge window when all dependant bits hit mainline.  Please have a
look at the patches you get copied and provide ACKs if the changes
are good.  Thanks.

Shawn Guo (34):
  ARM: imx: include board headers in the same folder
  ASoC: mx27vis: retrieve gpio numbers from platform_data
  ARM: imx: move iomux drivers and headers into mach-imx
  ARM: imx: remove unnecessary inclusion from device-imx*.h
  ARM: imx: move platform device code into mach-imx
  ARM: imx: merge plat-mxc into mach-imx
  ARM: imx: include common.h rather than mach/common.h
  ARM: imx: ARM: imx: include cpuidle.h rather than mach/cpuidle.h
  ARM: imx: include iim.h rather than mach/iim.h
  ARM: imx: include iram.h rather than mach/iram.h
  ARM: imx: include ulpi.h rather than mach/ulpi.h
  media: mx1_camera: remove the driver
  ARM: imx: remove mach/dma-mx1-mx2.h
  dma: ipu: rename mach/ipu.h to include/linux/dma/ipu-dma.h
  dma: imx-sdma: remove unneeded mach/hardware.h inclusion
  ASoC: imx-ssi: remove unneeded mach/hardware.h inclusion
  usb: ehci-mxc: remove unneeded mach/hardware.h inclusion
  video: mx3fb: remove unneeded mach/hardware.h inclusion
  watchdog: imx2_wdt: remove unneeded mach/hardware.h inclusion
  i2c: imx: remove mach/hardware.h inclusion
  mtd: mxc_nand: remove mach/hardware.h inclusion
  rtc: mxc_rtc: remove mach/hardware.h inclusion
  dma: imx-dma: use devm_kzalloc and devm_request_irq
  dma: imx-dma: retrieve MEM and IRQ from resources
  dma: imx-dma: remove mach/hardware.h inclusion
  media: mx2_camera: remove dead code in mx2_camera_add_device
  media: mx2_camera: use managed functions to clean up code
  media: mx2_camera: remove mach/hardware.h inclusion
  mmc: mxcmmc: remove mach/hardware.h inclusion
  video: imxfb: remove mach/hardware.h inclusion
  ARM: imx: move debug macros to include/debug
  ARM: imx: include hardware.h rather than mach/hardware.h
  ARM: imx: remove header file mach/irqs.h
  ARM: imx: enable multi-platform build

 .../devicetree/bindings/i2c/fsl-imx-i2c.txt|4 +-
 arch/arm/Kconfig   |   15 +-
 arch/arm/Kconfig.debug |8 +
 arch/arm/Makefile  |1 -
 arch/arm/boot/dts/imx27.dtsi   |4 +-
 arch/arm/boot/dts/imx51.dtsi   |4 +-
 arch/arm/boot/dts/imx53.dtsi   |6 +-
 arch/arm/boot/dts/imx6q.dtsi   |6 +-
 .../mach/debug-macro.S = include/debug/imx.S} |   33 +-
 arch/arm/{plat-mxc = mach-imx}/3ds_debugboard.c   |2 +-
 .../include/mach = mach-imx}/3ds_debugboard.h |0
 arch/arm/mach-imx/Kconfig  |   86 ++
 arch/arm/mach-imx/Makefile |   23 +-
 arch/arm/{plat-mxc = mach-imx}/avic.c |5 +-
 .../include/mach = mach-imx}/board-mx31lilly.h|0
 .../include/mach = mach-imx}/board-mx31lite.h |0
 .../include/mach = mach-imx}/board-mx31moboard.h  |0
 .../include/mach = mach-imx}/board-pcm038.h   |0
 arch/arm/mach-imx/clk-imx1.c   |   15 +-
 arch/arm/mach-imx/clk-imx21.c  |   14 +-
 arch/arm/mach-imx/clk-imx25.c  |   26 +-
 arch/arm/mach-imx/clk-imx27.c  |   36 +-
 arch/arm/mach-imx/clk-imx31.c  |   21 +-
 arch/arm/mach-imx/clk-imx35.c  |   13 +-
 arch/arm/mach-imx/clk-imx51-imx53.c|   15 +-
 arch/arm/mach-imx/clk-imx6q.c  |3 +-
 arch/arm/mach-imx/clk-pllv1.c  |4 +-
 .../{plat-mxc/include/mach = mach-imx}/common.h   |0
 arch/arm/mach-imx/cpu-imx25.c  |5 +-
 arch/arm/mach-imx/cpu-imx27.c  |2 +-
 arch/arm/mach-imx/cpu-imx31.c  |7 +-
 arch/arm/mach-imx/cpu-imx35.c  |5 +-
 arch/arm/mach-imx/cpu-imx5.c   |3 +-
 arch/arm/{plat-mxc = mach-imx}/cpu.c  |3 +-
 arch/arm/mach-imx/cpu_op-mx51.c|3 +-
 arch/arm/{plat-mxc = mach-imx}/cpufreq.c  |3 +-
 arch/arm/{plat-mxc = mach-imx}/cpuidle.c  |0