commit | a2f17680f42878ee8d55a5e66c1466465a412f62 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Mar 25 11:27:50 2015 +0000 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Thu Apr 09 09:07:38 2015 +0200 |
tree | df7f8647e2222d944a6b40b15f7c10e2b7d0ba2d | |
parent | f5c5179b9a8ab8e3255f78e233d94ea54f23f832 [diff] |
mmc: dw_mmc: make IO accessors endian agnostic The dw_mmc driver does not use endian agnostic IO accessors, so fix the use of __raw reads and writes to be the relaxed versions. This fixes the dw_mmc driver initialisation on Altera socfpga in big endian. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>