freebsd-dev/sys/dev/mmc/host
Ilya Bakulin 02c474b481 Miscellaneous fixes and improvements to MMCCAM stack
* Demote the level of several debug messages to CAM_DEBUG_TRACE
 * Add detection for SDHC cards that can do 1.8V. No voltage switch sequence
   is issued yet;
 * Don't create a separate LUN for each SDIO function. We need just one to make
   pass(4) attach;
 * Remove obsolete mmc_sdio* files. SDIO functionality will be moved into the
   separate device that will manage a new sdio(4) bus;
 * Terminate probing if got no reply to CMD0;
 * Make bcm2835 SDHCI host controller driver compile with 'option MMCCAM'.

Approved by:	imp (mentor)
Differential Revision:	https://reviews.freebsd.org/D12109
2017-09-15 19:47:44 +00:00
..
dwmmc_hisi.c Add support for the DesignWare MMC hardware in the HiSilicon hi6220. This 2015-09-01 16:25:12 +00:00
dwmmc_reg.h Move dwmmc.h to dwmmc_reg.h. This is in preperation for adding support to 2015-08-28 15:27:55 +00:00
dwmmc_var.h Finish allowing the dwmmc driver to be subclassed, move the softc to a new 2015-09-01 15:26:21 +00:00
dwmmc.c Miscellaneous fixes and improvements to MMCCAM stack 2017-09-15 19:47:44 +00:00