mbox series

[v2,0/2] MMC: Add quirk to set the TESTCD bit

Message ID 20220425063120.10135-1-a-govindraju@ti.com
Headers show
Series MMC: Add quirk to set the TESTCD bit | expand

Message

Aswath Govindraju April 25, 2022, 6:31 a.m. UTC
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(-)

Comments

Ulf Hansson April 26, 2022, 1:54 p.m. UTC | #1
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