freebsd-dev/sys/dev/mmc/host
Andrew Turner c0e5e17237 Add support for the DesignWare MMC hardware in the HiSilicon hi6220. This
SoC is used in the HiKey board from 96boards.

Currently on the SD card is working on the HiKey, as such devices 0 and 2
will need to be disabled, for example by adding the following to
loader.conf:

hint.hisi_dwmmc.0.disabled=1
hint.hisi_dwmmc.2.disabled=1

Relnotes:	yes (Hikey board booting)
Sponsored by:	ABT Systems Ltd
2015-09-01 16:25:12 +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 Finish allowing the dwmmc driver to be subclassed, move the softc to a new 2015-09-01 15:26:21 +00:00