OSDN Git Service

mmc: core: prefer SDR50 mode over DDR50 for SD card
authorSubhash Jadavani <subhashj@codeaurora.org>
Wed, 29 Mar 2017 18:05:05 +0000 (11:05 -0700)
committerSubhash Jadavani <subhashj@codeaurora.org>
Mon, 3 Apr 2017 17:40:41 +0000 (10:40 -0700)
commit0820ed55248b4dec2a05d48764b7350e7171e99f
tree127ebde66f3f81b77c06c5d31241a319df73d9f8
parent928cd38621942548217aa62a12110f0e02cb813b
mmc: core: prefer SDR50 mode over DDR50 for SD card

If Ultra High Speed SD card supports both SDR50 and DDR50 modes then
this change will give preference to SDR50 over DDR50 mode as it seems
to be more reliable for board designs. While we are doing this, this
change also fixes some indentation issues in the function we are have
modified.

Change-Id: Ifa075563ec41f43584d93f669caecbaed9369e24
Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
drivers/mmc/core/sd.c