freebsd-dev/sys/dev/sdhci
Oleksandr Tymoshenko e5d519fdbc [sdhci] Add ACPI platform support for SDHCI driver
- Create ACPI version of SDHCI attach/detach/accessors logic. Some
    platforms (e.g. BayTrail-based Minnowboard) expose SDHCI devices
    via ACPI, not PCI
- Add sdchi_acpi kernel module

Reviewed by:	ian, imp
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D9112
2017-01-11 01:53:54 +00:00
..
fsl_sdhci.c Use the new sdhci_fdt_gpio helper functions to add full support for FDT 2017-01-09 02:04:54 +00:00
sdhci_acpi.c [sdhci] Add ACPI platform support for SDHCI driver 2017-01-11 01:53:54 +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 - Add support for Intel Apollo Lake and Bay Trail eMMC controllers. 2017-01-09 17:07:13 +00:00
sdhci.c Add sdhci_handle_card_present_locked() that can be called from the interrupt 2017-01-09 17:10:50 +00:00
sdhci.h - Add support for Intel Apollo Lake and Bay Trail eMMC controllers. 2017-01-09 17:07:13 +00:00