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
/
imxesdhc.c
Age
Commit message (
Expand
)
Author
2020-03-20
Both i.MX8MM and i.MX8MQ use the same uSDHC as the i.MX7D, and
Patrick Wildt
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2020-01-13
Timeouts are all specified in multiple of `hz' so define them in term of
Martin Pieuchot
2018-12-29
The i.MX SD/MMC host controller does not support zero-length DMA
Patrick Wildt
2018-08-09
Make imxesdhc(4) pass per-function cookies to the SD/MMC bus.
Patrick Wildt
2018-08-06
Give the FDT interrupt API a more generic naming by replacing the
Patrick Wildt
2018-06-10
Attach imxesdhc(4) to i.MX7D. Should attach to i.MX6SL as well.
Mark Kettenis
2018-06-04
imxesdhc(4) also supports High Speed mode for SD.
Patrick Wildt
2018-05-30
Clear the DMA select bits in case we use PIO instead of DMA. Some
Patrick Wildt
2018-05-25
For SDIO multi-blocks we must not use the AUTO CMD12 feature,
Patrick Wildt
2018-05-03
Set the assigned clock settings in imxesdhc(4), which leads to a frequency
Patrick Wildt
2018-04-27
The i.MX8M has the same quirk as the i.MX6SX, where the CAP1 register
Patrick Wildt
2018-03-30
Attach imxesdhc(4) to i.MX8M as well.
Patrick Wildt
2018-03-30
Move imxesdhc(4) to sys/dev/fdt.
Patrick Wildt