diff options
author | Andrei Warkentin <andreiw@motorola.com> | 2011-05-25 14:42:50 (GMT) |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-05-25 20:52:26 (GMT) |
commit | 4f3d3e9b50931a3ec70f324d53fb7437e2a39388 (patch) | |
tree | 26018537aaea287e7aa6377e2305a4222699b8d7 /sound/ac97_bus.c | |
parent | 8edf63710bd43e62d59bfe017df542fa0713bbb3 (diff) | |
download | linux-fsl-qoriq-4f3d3e9b50931a3ec70f324d53fb7437e2a39388.tar.xz |
mmc: sdhci: Auto-CMD23 fixes.
Fixes bugs in Auto-CMD23 feature enable decision. Auto-CMD23
should be enabled if host is >= v3, and SDMA is not in use.
USE_ADMA | USE_SDMA | Auto-CMD23
---------+----------+-----------
0 | 0 | 1
---------+----------+-----------
0 | 1 | 0
---------+----------+-----------
1 | 0 | 1
---------+----------+-----------
1 | 1 | 1
Signed-off-by: Andrei Warkentin <andreiw@motorola.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'sound/ac97_bus.c')
0 files changed, 0 insertions, 0 deletions