From: Hongbo Zhang Date: Fri, 18 Apr 2014 08:17:45 +0000 (+0800) Subject: DMA: Freescale: unify register access methods X-Git-Tag: omap-for-v3.16/fixes-against-rc1~69^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdce9a041185b2ed3009bfe426130eecdf4f551;p=pandora-kernel.git DMA: Freescale: unify register access methods Methods of accessing DMA controller registers are inconsistent, some registers are accessed by DMA_IN/OUT directly, while others are accessed by functions get/set_* which are wrappers of DMA_IN/OUT, and even for the BCR register, it is read by get_bcr but written by DMA_OUT. This patch unifies the inconsistent methods, all registers are accessed by get/set_* now. Signed-off-by: Hongbo Zhang Signed-off-by: Vinod Koul --- Reading git-diff-tree failed