[PATCH 6/6] ARM: mxc: clean up imx-dma device registration
From: Shawn Guo <hidden>
Date: 2011-06-21 14:41:40
On Mon, Jun 20, 2011 at 10:50:55PM +0800, Shawn Guo wrote:
Hi Sascha, Any comment on this one?
One more ping: any comment? The patch has been out there for a while with no comments. My understanding is you will need to either give comments or apply the patch, no?
Regards, Shawn On Mon, Jun 13, 2011 at 03:37:25PM +0800, Shawn Guo wrote:quoted
The patch follows the implementation of gpio-mxc device registration to break the concentrated imx-dma device registration into soc specific setup function. Then we can avoid the churn of "#ifdef" and the cpu_is_mx checking on such a long list, which makes no sense, considering more soc supports need to be added and we need to support single image for multiple socs in the long run. Signed-off-by: Shawn Guo <redacted> --- arch/arm/mach-imx/mm-imx21.c | 3 + arch/arm/mach-imx/mm-imx25.c | 26 +++ arch/arm/mach-imx/mm-imx27.c | 3 + arch/arm/mach-imx/mm-imx31.c | 24 +++ arch/arm/mach-imx/mm-imx35.c | 44 +++++ arch/arm/mach-mx5/mm.c | 23 +++ arch/arm/plat-mxc/devices.c | 16 ++- arch/arm/plat-mxc/devices/platform-imx-dma.c | 202 ++--------------------- arch/arm/plat-mxc/include/mach/devices-common.h | 6 + 9 files changed, 157 insertions(+), 190 deletions(-)_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel at lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
-- Regards, Shawn