From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Wed, 19 Jun 2019 14:47:12 +0200 Subject: [U-Boot] [PATCH v2 0/3] Add SDHCI card detection support Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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