aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc/host/dwmmc_hisi.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* mmc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-6/+2
* arm: dwmmc: Use mmc_fdt_helpersEmmanuel Vadot2020-04-141-0/+1
* dwmmc: Rework the DMA engineEmmanuel Vadot2020-03-041-1/+0
* dwmmc: Handle the card detect interruptEmmanuel Vadot2019-12-111-0/+2
* dwmmc_hisi: Fix build when option MMCCAM is definedEmmanuel Vadot2018-01-131-0/+2
* dwmmc: Fully subclass driverEmmanuel Vadot2017-12-301-0/+6
* Add support for the DesignWare MMC hardware in the HiSilicon hi6220. ThisAndrew Turner2015-09-011-0/+96