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
/
sdhc_fdt.c
Age
Commit message (
Expand
)
Author
2020-05-31
DDR mode seems to work fine on the Rockchip RK3399.
Mark Kettenis
2020-05-22
Add support for the Marvell Xenon SDHC. This is used on the Armada
Patrick Wildt
2020-05-22
And add the node to the struct. Sometimes I maybe shouldn't try spliting
Patrick Wildt
2020-05-22
Actually store the node in the softc. Missed chunk from the previous
Patrick Wildt
2020-05-22
Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag.
Patrick Wildt
2020-04-21
Add support for the additional SDHC controller found on the Raspberry Pi.
Mark Kettenis
2020-04-19
Add quitks for the SDHC controller found on the Raspberry Pi. This will
Mark Kettenis
2020-04-03
The dtb I'm using for my rockpro64 has an "assigned-clocks" property so
Mark Kettenis
2019-11-29
Improve support for the RK3399's eMMC in sdhc(4). Fix the compatible
Patrick Wildt
2018-08-06
Give the FDT interrupt API a more generic naming by replacing the
Patrick Wildt
2017-05-06
Configure pins and deassert resets, just in case some other board needs it.
Mark Kettenis
2017-05-05
Add glue to attach SDHC compliant controllers using the FDT. This makes
Mark Kettenis