From: Jaehoon Chung Date: Mon, 17 Oct 2011 10:36:23 +0000 (+0900) Subject: mmc: dw_mmc: modify DATA register offset X-Git-Tag: v3.2-rc1~129^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e0a5adf46ee7810af2e1b7e4e8c2a298652618e;p=pandora-kernel.git mmc: dw_mmc: modify DATA register offset In dw_mmc 2.40a spec, Data register's offset is changed. Before we used Data register offset 0x100. but if somebody uses a 2.40a controller, we must use 0x200 for Data register. This patch adds a version-id checking point and uses SDMMC_DATA(x) instead of SDMMC_DATA. It assumes 2.40a is the latest version. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park Acked-by: James Hogan Signed-off-by: Chris Ball --- Reading git-diff-tree failed