All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Tegra SD/MMC fixes
@ 2014-04-15  1:42 ` Andrew Bresticker
  0 siblings, 0 replies; 73+ messages in thread
From: Andrew Bresticker @ 2014-04-15  1:42 UTC (permalink / raw)
  To: Stephen Warren, Thierry Reding, Chris Ball, Ulf Hansson
  Cc: linux-mmc, linux-tegra, linux-arm-kernel, linux-kernel,
	Andrew Bresticker

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


^ permalink raw reply	[flat|nested] 73+ messages in thread

end of thread, other threads:[~2014-05-22 15:25 UTC | newest]

Thread overview: 73+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-15  1:42 [PATCH 0/4] Tegra SD/MMC fixes Andrew Bresticker
2014-04-15  1:42 ` Andrew Bresticker
2014-04-15  1:42 ` [PATCH 1/4] mmc: tegra: disable UHS modes Andrew Bresticker
2014-04-15  1:42   ` Andrew Bresticker
2014-04-15  1:42 ` [PATCH 2/4] mmc: tegra: fix reporting of base clock frequency Andrew Bresticker
2014-04-15  1:42   ` Andrew Bresticker
2014-04-15 18:25   ` Stephen Warren
2014-04-15 18:25     ` Stephen Warren
     [not found]     ` <534D797D.7030201-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-04-15 19:36       ` Andrew Bresticker
2014-04-15 19:36         ` Andrew Bresticker
2014-04-15 19:36         ` Andrew Bresticker
     [not found] ` <1397526163-20126-1-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2014-04-15  1:42   ` [PATCH 3/4] mmc: sdhci: defer probing on regulator_get_optional() failures Andrew Bresticker
2014-04-15  1:42     ` Andrew Bresticker
2014-04-15  1:42     ` Andrew Bresticker
2014-04-15  6:06     ` Alexandre Courbot
2014-04-15  6:06       ` Alexandre Courbot
2014-04-15  6:06       ` Alexandre Courbot
2014-04-15 22:56       ` Andrew Bresticker
2014-04-15 22:56         ` Andrew Bresticker
2014-04-15 22:56         ` Andrew Bresticker
     [not found]     ` <1397526163-20126-4-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2014-04-15 18:28       ` Stephen Warren
2014-04-15 18:28         ` Stephen Warren
2014-04-15 18:28         ` Stephen Warren
     [not found]         ` <534D7A5D.9090707-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-04-15 19:59           ` Andrew Bresticker
2014-04-15 19:59             ` Andrew Bresticker
2014-04-15 19:59             ` Andrew Bresticker
2014-04-15 20:42             ` Russell King - ARM Linux
2014-04-15 20:42               ` Russell King - ARM Linux
2014-04-15 20:42               ` Russell King - ARM Linux
2014-04-15 19:03       ` Tim Kryger
2014-04-15 19:03         ` Tim Kryger
2014-04-15 19:03         ` Tim Kryger
     [not found]         ` <CAAYSxhrmCbGLsu43mK15ParXHa_FJ9OVQiCPUdqyWEpTE=r1uw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-04-15 19:44           ` Andrew Bresticker
2014-04-15 19:44             ` Andrew Bresticker
2014-04-15 19:44             ` Andrew Bresticker
2014-04-15  1:42   ` [PATCH 4/4] ARM: tegra: fix Venice2 VQMMC regulators Andrew Bresticker
2014-04-15  1:42     ` Andrew Bresticker
2014-04-15  1:42     ` Andrew Bresticker
2014-04-15 18:31     ` Stephen Warren
2014-04-15 18:31       ` Stephen Warren
2014-04-15 19:12       ` Chris Ball
2014-04-15 19:12         ` Chris Ball
     [not found]     ` <1397526163-20126-5-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2014-04-16  0:29       ` Andrew Bresticker
2014-04-16  0:29         ` Andrew Bresticker
2014-04-16  0:29         ` Andrew Bresticker
2014-04-16 16:19         ` Stephen Warren
2014-04-16 16:19           ` Stephen Warren
2014-04-16 16:19           ` Stephen Warren
     [not found]           ` <534EAD91.90704-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-04-16 20:24             ` Andrew Bresticker
2014-04-16 20:24               ` Andrew Bresticker
2014-04-16 20:24               ` Andrew Bresticker
2014-04-16 23:08 ` [PATCH v2 0/3] Tegra SD/MMC fixes Andrew Bresticker
2014-04-16 23:08   ` Andrew Bresticker
2014-04-16 23:08   ` Andrew Bresticker
2014-04-16 23:08   ` [PATCH v2 1/3] mmc: tegra: disable UHS modes Andrew Bresticker
2014-04-16 23:08     ` Andrew Bresticker
2014-05-20 17:25     ` Stephen Warren
2014-05-20 17:25       ` Stephen Warren
2014-05-21  0:43       ` Chris Ball
2014-05-21  0:43         ` Chris Ball
2014-05-22 11:00         ` Ulf Hansson
2014-05-22 11:00           ` Ulf Hansson
2014-05-22 11:00           ` Ulf Hansson
2014-05-22 15:25           ` Andrew Bresticker
2014-05-22 15:25             ` Andrew Bresticker
2014-05-22 15:25             ` Andrew Bresticker
     [not found]   ` <1397689719-28882-1-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2014-04-16 23:08     ` [PATCH v2 2/3] mmc: tegra: fix reporting of base clock frequency Andrew Bresticker
2014-04-16 23:08       ` Andrew Bresticker
2014-04-16 23:08       ` Andrew Bresticker
2014-04-16 23:08   ` [PATCH v2 3/3] ARM: tegra: fix Venice2 SD card VQMMC supply Andrew Bresticker
2014-04-16 23:08     ` Andrew Bresticker
2014-04-16 23:16     ` Stephen Warren
2014-04-16 23:16       ` Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.