freebsd-skq/sys/dev/sdhci
jhibbits 4096c43c77 Toggle card insert/remove interrupt enable bits on events
Some controllers (namely Freescale's eSDHC, tested) will continue to assert
the card removed or card insert interrupts even after being handled.  To work
around this, disable watching the interrupt that just occurred until the
opposite interrupt is triggered.

Linux has a similar change in its driver to address the same problem.
2016-11-02 00:54:39 +00:00
..
fsl_sdhci.c Move imx_sdhci driver over to a dev/sdhci in preparation for QorIQ support. 2016-11-02 00:51:09 +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
sdhci_pci.c Make sdhci(4) work after suspend/resume for chipsets that require 2016-05-11 07:50:35 +00:00
sdhci.c Toggle card insert/remove interrupt enable bits on events 2016-11-02 00:54:39 +00:00
sdhci.h Add a convenience macro that masks all the bits related to clock divisors 2016-05-26 02:55:41 +00:00