summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/dwmmc.c
AgeCommit message (Expand)Author
2023-07-01Warn and fail to attach dwmmc(4) if no clock base is found.Joel Sing
2023-07-01Add support for JH7110 to dwmmc(4).Joel Sing
2022-06-09Handle "broken-cd" as "non-removable" like we do in dwmmc(4). Needed onMark Kettenis
2022-01-09spellingJonathan Gray
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-05-05Match on snps,dw-mshc in dwmmc(4) and use clock-frequency for clkbase ifJonathan Gray
2020-01-22Ack SDIO interrupts earlier on dwmmc(4). While handling an SDIOPatrick Wildt
2020-01-09Convert sleeps of 1sec or more to tsleep_nsec(9).Martin Pieuchot
2019-09-20DMA works on the RK3288 as well, so unconditionally enable it.Mark Kettenis
2018-12-31Force base clock to 50 MHz on Rockchip SoCs. This increases the chance thatMark Kettenis
2018-08-27Add 64-bit DMA support. Enable DMA on HiSilicon SoCs.Mark Kettenis
2018-08-27HiSilicon SoCs pre-divide the clock by a factor 8.Mark Kettenis
2018-08-26Add support for HiSilicon Hi3660 (Kirin960) and Hi3670 (Kirin970).Mark Kettenis
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-06-03Make DMA work on Samsung Exynos. The crucial bit that makes it work isMark Kettenis
2018-06-01Rockchip RK3288/3328/3399 pre-divide the clock. Take this into account whenMark Kettenis
2018-06-01Pass flags for highspeed capabilities based on device tree properties.Mark Kettenis
2018-06-01Restrict DMA to the Rockchip RK3328 and RK3388 for now. There is someMark Kettenis
2018-05-28Initialize FIFO watermark thresholds. Fixes DMA issues on controllers thatMark Kettenis
2018-05-26Add DMA support. For some reason this doesn't work on Exynos, so disableMark Kettenis
2018-05-26Add SDIO support.Mark Kettenis
2018-04-07Add support for GPIO card detect.Mark Kettenis
2017-08-17Fix logical or. Spotted by Artturi Alm.Mark Kettenis
2017-08-04Fix defenition of reset bits.Mark Kettenis
2017-08-01Remove some debug printfs.Mark Kettenis
2017-07-23Tweak timeouts a bit such that this works on the RK3288.Mark Kettenis
2017-05-21Add support for the SD/MMC controller found on Samsuung Exynos5.Mark Kettenis
2017-05-21Actually wait on auto command done (ACD) as was the intention.Mark Kettenis
2017-05-21Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as foundMark Kettenis