From: Janusz Krzysztofik Date: Mon, 15 Feb 2010 18:03:32 +0000 (-0800) Subject: omap: McBSP: Use macros for all register read/write operations X-Git-Tag: v2.6.34-rc1~230^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f796375b5c2bcc27986de12b6f769ec3827f36;p=pandora-kernel.git omap: McBSP: Use macros for all register read/write operations There are several places where readw()/writew() functions are used instead of OMAP_MCBSP_READ()/WRITE() macros for manipulating McBSP registers. Replace them with macros to ensure consistent behaviour after caching is introduced. Tested on OMAP1510 based Amstrad Delta. Compile-tested with omap_3430sdp_defconfig. Signed-off-by: Janusz Krzysztofik Acked-by: Peter Ujfalusi Acked-by: Jarkko Nikula Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed