From: Kuninori Morimoto Date: Wed, 20 Jun 2012 09:30:32 +0000 (+0200) Subject: ARM: shmobile: sh7372: bugfix: chclr_offset base X-Git-Tag: v3.5-rc5~1^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d6344f3c943a5ff1fd8dcbd7be61ebdef1d0285;p=pandora-kernel.git ARM: shmobile: sh7372: bugfix: chclr_offset base chclr_write() will use (chan_reg + chclr_offset). In sh7372 case, DMA1CHCLR is started from 0xfe008220, and chan_reg is started from 0xfe008020 (= sh7372_dmae0_resources). Thus, chclr_offset should be (0x220 - 0x20) instead of 0x220. Signed-off-by: Kuninori Morimoto Acked-by: Magnus Damm Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed