ARM: imx: dynamically allocate mxc_w1 devices
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 29 Oct 2010 08:56:07 +0000 (10:56 +0200)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 17 Nov 2010 07:58:13 +0000 (08:58 +0100)
commitae71a5622253708aa08df231e6415fe7a1e96b10
tree4ff6463e9ab3392af9aa5aeb5b0016ec02da2bdb
parentd96801b2ca47cfeddadede7a1998e1fe0eab095c
ARM: imx: dynamically allocate mxc_w1 devices

Currently there is no platform data used in the driver.  In case this
changes NULL is passed unused to the soc specific functions.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
19 files changed:
arch/arm/mach-imx/Kconfig
arch/arm/mach-imx/devices-imx21.h
arch/arm/mach-imx/devices-imx27.h
arch/arm/mach-imx/devices.c
arch/arm/mach-imx/devices.h
arch/arm/mach-imx/mach-cpuimx27.c
arch/arm/mach-imx/mach-mx27ads.c
arch/arm/mach-imx/mach-pca100.c
arch/arm/mach-imx/mach-pcm038.c
arch/arm/mach-mx3/Kconfig
arch/arm/mach-mx3/devices-imx31.h
arch/arm/mach-mx3/devices-imx35.h
arch/arm/mach-mx3/devices.c
arch/arm/mach-mx3/devices.h
arch/arm/mach-mx3/mach-pcm037.c
arch/arm/plat-mxc/devices/Kconfig
arch/arm/plat-mxc/devices/Makefile
arch/arm/plat-mxc/devices/platform-mxc_w1.c [new file with mode: 0644]
arch/arm/plat-mxc/include/mach/devices-common.h