aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc/host/dwmmc_rockchip.c
Commit message (Expand)AuthorAgeFilesLines
* Disable HS200 on rockchip_dwmmc in attachStephen Hurd6 days1-1/+11
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* 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
* dwmmc: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-6/+0
* dwmmc: Properly implement power_off/power_upEmmanuel Vadot2021-09-211-2/+0
* arm: dwmmc: Use mmc_fdt_helpersEmmanuel Vadot2020-04-141-0/+1
* dwmmc: Handle the card detect interruptEmmanuel Vadot2019-12-111-0/+2
* dwmmc: Add a detach methodEmmanuel Vadot2019-12-111-0/+1
* Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot2019-12-031-1/+0
* mmc: dwmmc: Match on "rockchip,rk3288-dw-mshc" compatibleEmmanuel Vadot2019-02-271-2/+2
* Fix building GENERIC-MMCCAM on arm64Ilya Bakulin2018-05-251-0/+2
* dwmmc_rockchip: Add ifdefs on EXT_RESOURCESEmmanuel Vadot2018-02-281-0/+8
* dwmmc_rockchip: Add support for rk3328-dw-mshcEmmanuel Vadot2018-02-261-2/+46
* dwmmc: Fully subclass driverEmmanuel Vadot2017-12-301-0/+98