freebsd-dev/sys/dev/sdhci
Imre Vadász f8b883c132 Fix typo in Driver Type A/C/D capability checks in sdhci.
Use the SDHCI_CAN_DRIVE_TYPE_A/_C/_D masks to check for Driver Type support,
instead of using the SDHCI_CTRL2_DRIVER_TYPE_A/_C/_D values which are meant
for setting the Driver Type in the HOST_CONTROL2 register.

Approved by:	adrian (mentor), jmcneill
Differential Revision:	https://reviews.freebsd.org/D10999
2017-05-31 19:20:27 +00:00
..
fsl_sdhci.c Use the newly added mpc85xx_get_system_clock() 2017-04-01 22:35:03 +00:00
sdhci_acpi.c - Unlike as in the PCI case, when attached to ACPI, Intel Bay Trail 2017-05-14 21:33:01 +00:00
sdhci_fdt_gpio.c Release all previously allocated resources. 2017-03-08 14:52:03 +00:00
sdhci_fdt_gpio.h Add new helper routines for sdhci bridge drivers that use gpio pins for 2017-01-09 01:54:36 +00:00
sdhci_fdt.c Add the Marvell SDHCI controller to the list of supported devices in 2017-05-16 05:10:15 +00:00
sdhci_if.m o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) and 2017-03-19 23:27:17 +00:00
sdhci_pci.c - Unlike as in the PCI case, when attached to ACPI, Intel Bay Trail 2017-05-14 21:33:01 +00:00
sdhci.c Fix typo in Driver Type A/C/D capability checks in sdhci. 2017-05-31 19:20:27 +00:00
sdhci.h Add a new SDHCI quirk, SDHCI_QUIRK_BROKEN_AUTO_STOP, to workaround 2017-05-09 19:01:57 +00:00