From 01df7ecd90e94186f9a736a1c58b56e23830f061 Mon Sep 17 00:00:00 2001 From: Rhyland Klein Date: Wed, 11 Feb 2015 12:55:51 -0500 Subject: [PATCH] mmc: tegra: Optimize write_w path for tegra114 and later Setup a different set of sdhci_ops for tegra114 and later so that the write_w callback is only used on tegra114. This allows us to remove the NVQUIRK_SHADOW_XFER_MODE_REG and simply the logic in tegra_sdhci_writew. Suggested-by: Alexandre Courbot Signed-off-by: Rhyland Klein Acked-by: Alexandre Courbot Signed-off-by: Ulf Hansson --- Reading git-format-patch failed