Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1503131 > unrolled thread

[PATCH 0/2] Add device tree property and quirk for supporting sdhci

Started byZach Brown <zach.brown@ni.com>
First post2016-10-18 17:40 +0200
Last post2016-10-18 17:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] Add device tree property and quirk for supporting sdhci Zach Brown <zach.brown@ni.com> - 2016-10-18 17:40 +0200

#1503131 — [PATCH 0/2] Add device tree property and quirk for supporting sdhci

FromZach Brown <zach.brown@ni.com>
Date2016-10-18 17:40 +0200
Subject[PATCH 0/2] Add device tree property and quirk for supporting sdhci
Message-ID<stEEF-3BE-5@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web