From: G, Manjunath Kondaiah Date: Tue, 21 Dec 2010 02:27:17 +0000 (-0800) Subject: OMAP: DMA: Replace read/write macros with functions X-Git-Tag: v2.6.38-rc1~469^2~16^2~10^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c537c7f60704691efc5f833b3d440252275c3b;p=pandora-kernel.git OMAP: DMA: Replace read/write macros with functions Prepare DMA library to get converted into DMA driver using platform device model and hwmod infrastucture(for omap2+, resource structures for omap1) The low level read/write macros are replaced with static inline functions and register offsets are handled through static register offset tables mapped through enumeration constants. These low level read/write functions along with static register offset tables will be moved to respective mach-omap dma files in the later patches of this series. There are no functionality changes with these changes except change in logic for handling 16bit registers of OMAP1. Signed-off-by: G, Manjunath Kondaiah Tested-by: Kevin Hilman Acked-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed