From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/4] Add SDHCI card detection support
Date: Tue, 25 Jun 2019 13:39:00 +0200 [thread overview]
Message-ID: <cover.1561462741.git.michal.simek@xilinx.com> (raw)
Hi,
This patch series adds card detection support in sdhci framework &
added functionality to read card detect dt properties.
Thanks,
Michal
Changes in v3:
- New patch in this series to release macros
- Changed MMC_CAP_SD_NONREMOVABLE, MMC_CAP_SD_NEEDS_POLL names to
align with Linux bit definitions by removing SD.
- Use new MMC_SD.. macros
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 (4):
mmc: mvebu: Remove unused MMC_CAP.. macros
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 ++++
include/mvebu_mmc.h | 4 ----
4 files changed, 51 insertions(+), 4 deletions(-)
--
2.17.1
next reply other threads:[~2019-06-25 11:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-25 11:39 Michal Simek [this message]
2019-06-25 11:39 ` [U-Boot] [PATCH v3 1/4] mmc: mvebu: Remove unused MMC_CAP.. macros Michal Simek
2019-07-10 6:09 ` Peng Fan
2019-06-25 11:39 ` [U-Boot] [PATCH v3 2/4] mmc: Read sd card detect properties from DT Michal Simek
2019-06-25 11:39 ` [U-Boot] [PATCH v3 3/4] mmc: sdhci: Read cd-gpio from devicetree Michal Simek
2019-06-25 11:39 ` [U-Boot] [PATCH v3 4/4] mmc: sdhci: Implement SDHCI card detect Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1561462741.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox