freebsd-skq/sys/dev/sdhci
Ian Lepore 78906a722f Add new helper routines for sdhci bridge drivers that use gpio pins for
card presence and write protect switch detection.

A bridge driver just needs to call the setup routine in its attach(), the
teardown in its detach(), and write a couple tiny glue functions to connect
the sdhci interface functions to the new helper functions.  This is not
extensively documented, but multiple examples will exist real soon.
2017-01-09 01:54:36 +00:00
..
fsl_sdhci.c Since it's no longer accessing a powerpc-specific register, drop the #ifdef. 2016-11-02 23:44:30 +00:00
sdhci_fdt_gpio.c Add new helper routines for sdhci bridge drivers that use gpio pins for 2017-01-09 01:54:36 +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 Fix fallout from r292180 (Dec 2015)... ensure that every driver which has 2016-03-21 00:52:24 +00:00
sdhci_if.m Add a new sdhci interface method, get_card_present(). 2017-01-08 02:32:53 +00:00
sdhci_pci.c Follow-up to r310340: Add missing "Intel" to description 2016-12-20 22:47:09 +00:00
sdhci.c Add support for non-removable media, and a quirk to use polling to detect 2017-01-09 01:15:18 +00:00
sdhci.h Add support for non-removable media, and a quirk to use polling to detect 2017-01-09 01:15:18 +00:00