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