summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/dwmmc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ack SDIO interrupts earlier on dwmmc(4). While handling an SDIOpatrick2020-01-221-2/+2
* Convert sleeps of 1sec or more to tsleep_nsec(9).mpi2020-01-091-2/+3
* DMA works on the RK3288 as well, so unconditionally enable it.kettenis2019-09-201-9/+2
* Force base clock to 50 MHz on Rockchip SoCs. This increases the chance thatkettenis2018-12-311-3/+7
* Add 64-bit DMA support. Enable DMA on HiSilicon SoCs.kettenis2018-08-271-20/+118
* HiSilicon SoCs pre-divide the clock by a factor 8.kettenis2018-08-271-2/+5
* Add support for HiSilicon Hi3660 (Kirin960) and Hi3670 (Kirin970).kettenis2018-08-261-4/+8
* Give the FDT interrupt API a more generic naming by replacing thepatrick2018-08-061-2/+2
* Make DMA work on Samsung Exynos. The crucial bit that makes it work iskettenis2018-06-031-39/+119
* Rockchip RK3288/3328/3399 pre-divide the clock. Take this into account whenkettenis2018-06-011-4/+13
* Pass flags for highspeed capabilities based on device tree properties.kettenis2018-06-011-1/+6
* Restrict DMA to the Rockchip RK3328 and RK3388 for now. There is somekettenis2018-06-011-3/+4
* Initialize FIFO watermark thresholds. Fixes DMA issues on controllers thatkettenis2018-05-281-1/+9
* Add DMA support. For some reason this doesn't work on Exynos, so disablekettenis2018-05-261-15/+222
* Add SDIO support.kettenis2018-05-261-10/+142
* Add support for GPIO card detect.kettenis2018-04-071-1/+24
* Fix logical or. Spotted by Artturi Alm.kettenis2017-08-171-2/+2
* Fix defenition of reset bits.kettenis2017-08-041-4/+4
* Remove some debug printfs.kettenis2017-08-011-8/+1
* Tweak timeouts a bit such that this works on the RK3288.kettenis2017-07-231-5/+5
* Add support for the SD/MMC controller found on Samsuung Exynos5.kettenis2017-05-211-14/+103
* Actually wait on auto command done (ACD) as was the intention.kettenis2017-05-211-2/+2
* Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as foundkettenis2017-05-211-0/+618