Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753327AbaDOBmu (ORCPT ); Mon, 14 Apr 2014 21:42:50 -0400 Received: from mail-qa0-f73.google.com ([209.85.216.73]:50169 "EHLO mail-qa0-f73.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751070AbaDOBms (ORCPT ); Mon, 14 Apr 2014 21:42:48 -0400 From: Andrew Bresticker To: Stephen Warren , Thierry Reding , Chris Ball , Ulf Hansson Cc: linux-mmc@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Andrew Bresticker Subject: [PATCH 0/4] Tegra SD/MMC fixes Date: Mon, 14 Apr 2014 18:42:39 -0700 Message-Id: <1397526163-20126-1-git-send-email-abrestic@chromium.org> X-Mailer: git-send-email 1.9.1.423.g4596e3a Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following patches fix a couple of issues which prevented Venice2 boards from booting via eMMC and SD card reliably. Note that this includes disabling UHS support since SDR50 and above require a Tegra-specific tuning procedure which is not supported yet (and still seems to have issues even in downstream kernels). Tested on Tegra124-based Venice2 and Norrin boards. Andrew Bresticker (4): mmc: tegra: disable UHS modes mmc: tegra: fix reporting of base clock frequency mmc: sdhci: defer probing on regulator_get_optional() failures ARM: tegra: fix Venice2 VQMMC regulators arch/arm/boot/dts/tegra124-venice2.dts | 3 ++- drivers/mmc/host/sdhci-tegra.c | 40 +++++++++++++++++++++++++--------- drivers/mmc/host/sdhci.c | 19 +++++++++++++--- 3 files changed, 48 insertions(+), 14 deletions(-) -- 1.9.1.423.g4596e3a -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/