Thread (13 messages) 13 messages, 4 authors, 2013-06-18
STALE4778d REVIEWED: 4 (4M)

[PATCH 3/8] ARM: OMAP2+: hwmod: Remove remaining DMA channel definitions

From: paul@pwsan.com (Paul Walmsley)
Date: 2013-06-17 03:29:15
Also in: linux-omap

On Sat, 15 Jun 2013, Jarkko Nikula wrote:
Last remaining DMA channel definitions in arch/arm/mach-omap2/dma.h
are used only by omap_hwmod_2xxx_3xxx_ipblock_data.c and
omap_hwmod_3xxx_data.c. Remove them by using directly DMA channel number in
hwmod data and drop definitions with a following script:

egrep '#define [OMAP|AM35XX].*DMA' arch/arm/mach-omap2/dma.h | cut -f 1,3 \
	| while read i; do \
		DEF=`echo $i |cut -d ' ' -f 2`; \
		CH=`echo $i |cut -d ' ' -f 3`; \
		echo "removing" $DEF; \
		sed -i "s/${DEF}/${CH}/" arch/arm/mach-omap2/omap_hwmod_*.c; \
		sed -i "/${DEF}/d" arch/arm/mach-omap2/dma.h; \
	done

Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Cc: Paul Walmsley <paul@pwsan.com>
Looks fine to me for v3.12.  I guess Tony will take this series.

Acked-by: Paul Walmsley <paul@pwsan.com>


- Paul
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help