Message ID | 20220425063120.10135-1-a-govindraju@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | MMC: Add quirk to set the TESTCD bit | expand |
On Mon, 25 Apr 2022 at 08:31, Aswath Govindraju <a-govindraju@ti.com> wrote: > > The following series of patches add support for setting TESTCD bit > when SDCD line is connected to the controller, in the sdhci_am654.c > driver. > > Changes since v1: > - Rephrased the commit message in patch 1 to decribe the hardware > and not the sw support > - Made the reset function static in patch 2 > > Aswath Govindraju (1): > dt-bindings: mmc: sdhci-am654: Add flag to force setting of TESTCD bit > > Vignesh Raghavendra (1): > drivers: mmc: sdhci_am654: Add the quirk to set TESTCD bit > > .../devicetree/bindings/mmc/sdhci-am654.yaml | 7 ++++++ > drivers/mmc/host/sdhci_am654.c | 23 ++++++++++++++++++- > 2 files changed, 29 insertions(+), 1 deletion(-) > Applied for next, thanks! Kind regards Uffe