devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add device tree property and quirk for supporting sdhci
@ 2016-10-18 15:37 Zach Brown
  2016-10-18 15:37 ` [PATCH 1/2] sdhci: Add device tree property broken-highspeed Zach Brown
       [not found] ` <1476805026-677-1-git-send-email-zach.brown-acOepvfBmUk@public.gmane.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Zach Brown @ 2016-10-18 15:37 UTC (permalink / raw)
  To: ulf.hansson
  Cc: adrian.hunter, robh+dt, mark.rutland, linux-mmc, devicetree,
	linux-kernel, zach.brown

Some board configurations can not support sd highspeed mode due to the distance
between the card slot and the controller. The card and controller report that
they are capable of highspeed however, so we need a mechanism for specifying
that the setup is incapable of supporting highspeed mode.

The first patch adds documentation about a new devicetree property
broken-highspeed.

The second patch keeps the sd controller and card from going into highspeed
mode when the property is set.


Zach Brown (2):
  sdhci: Add device tree property broken-highspeed
  sdhci: Prevent SD from doing high-speed timing when broken-highspeed
    property is set

 Documentation/devicetree/bindings/mmc/mmc.txt | 2 ++
 drivers/mmc/host/sdhci.c                      | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.7.4


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

end of thread, other threads:[~2016-10-18 15:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-18 15:37 [PATCH 0/2] Add device tree property and quirk for supporting sdhci Zach Brown
2016-10-18 15:37 ` [PATCH 1/2] sdhci: Add device tree property broken-highspeed Zach Brown
     [not found] ` <1476805026-677-1-git-send-email-zach.brown-acOepvfBmUk@public.gmane.org>
2016-10-18 15:37   ` [PATCH 2/2] sdhci: Prevent SD from doing high-speed timing when broken-highspeed property is set Zach Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).