From: Ben Dooks Date: Wed, 25 Mar 2015 11:27:51 +0000 (+0000) Subject: mmc: dw_mmc: change idmac descriptor files to __le32 X-Git-Tag: omap-for-v4.1/fixes-rc1~178^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6687c42fa71acd6ae39608c5af4146c82bd0c0ea;p=pandora-kernel.git mmc: dw_mmc: change idmac descriptor files to __le32 The dw_mmc driver does not take into account the processor may be in big endian when writing the descriptors. Change the descriptors for the 32bit IDMA to use __le32 and ensure they are suitably swapped before writing. Note, this has not been tested as the socfpga driver does not try to use idma. Signed-off-by: Ben Dooks Signed-off-by: Jaehoon Chung Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed