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