commit | 04654b5a8c8ed5c2fcd77da0c555c936141ee125 | [log] [tgz] |
---|---|---|
author | Sai Pavan Boddu <saipava@xilinx.com> | Thu Feb 08 13:48:00 2018 -0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 13 16:15:08 2018 +0100 |
tree | f44e847e32190ab180baef5fb2afac87ced43782 | |
parent | bf8ec38e17d27e7ebbfd31a3725a77209abe943d [diff] |
sdhci: Fix 64-bit ADMA2 The 64-bit ADMA address is not converted to the cpu endianes correctly. This patch fixes the issue and uses a valid mask for the attribute data. Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com> [AF: Re-write commit message] Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Message-Id: <20180208164818.7961-13-f4bug@amsat.org>