From: Pavan Kunapuli Date: Wed, 28 Jan 2015 16:45:16 +0000 (-0500) Subject: mmc: tegra: Write xfer_mode, CMD regs in together X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~125^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=352ee868dda03ca72e60d4853356881ff161ec23;p=pandora-kernel.git mmc: tegra: Write xfer_mode, CMD regs in together If there is a gap between xfer mode and command register writes, tegra SDMMC controller can sometimes issue a spurious command before the CMD register is written. To avoid this, these two registers need to be written together in a single write operation. This is implemented as an NVQUIRK as it applies to T114, T124 and T132. Signed-off-by: Pavan Kunapuli Signed-off-by: Rhyland Klein Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed