public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] Add SDHCI card detection support
@ 2019-06-19 12:47 Michal Simek
  2019-06-19 12:47 ` [U-Boot] [PATCH v2 1/3] mmc: Read sd card detect properties from DT Michal Simek
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Michal Simek @ 2019-06-19 12:47 UTC (permalink / raw)
  To: u-boot

Hi,

This patch series adds card detection support in sdhci framework &
added functionality to read card detect dt properties.

Thanks,
Michal

Changes in v2:
 - Moved reading CD devicetree properties functionality from sdhci.c to
   mmc-uclass.c & moved mmc capability macros to mmc.h from sdhci.h.
 - Created a new patch for reading "cd-gpio" property from DT.
 - Used CARD_PRESENT instead of SDHCI_CARD_DETECT_PIN_LEVEL for reading
   sd card presence detection.

T Karthik Reddy (3):
  mmc: Read sd card detect properties from DT
  mmc: sdhci: Read cd-gpio from devicetree
  mmc: sdhci: Implement SDHCI card detect

 drivers/mmc/mmc-uclass.c |  9 +++++++++
 drivers/mmc/sdhci.c      | 38 ++++++++++++++++++++++++++++++++++++++
 include/mmc.h            |  4 ++++
 3 files changed, 51 insertions(+)

-- 
2.17.1

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

end of thread, other threads:[~2019-06-22 20:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 12:47 [U-Boot] [PATCH v2 0/3] Add SDHCI card detection support Michal Simek
2019-06-19 12:47 ` [U-Boot] [PATCH v2 1/3] mmc: Read sd card detect properties from DT Michal Simek
2019-06-21  7:09   ` Peng Fan
2019-06-21 11:16     ` Marek Vasut
2019-06-22 18:58       ` Suniel Mahesh
2019-06-22 20:01         ` Marek Vasut
2019-06-21 11:36     ` Michal Simek
2019-06-19 12:47 ` [U-Boot] [PATCH v2 2/3] mmc: sdhci: Read cd-gpio from devicetree Michal Simek
2019-06-21  7:13   ` Peng Fan
2019-06-19 12:47 ` [U-Boot] [PATCH v2 3/3] mmc: sdhci: Implement SDHCI card detect Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox