summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxesdhc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The i.MX SD/MMC host controller does not support zero-length DMApatrick2018-12-291-3/+5
* Make imxesdhc(4) pass per-function cookies to the SD/MMC bus.patrick2018-08-091-2/+11
* Give the FDT interrupt API a more generic naming by replacing thepatrick2018-08-061-2/+2
* Attach imxesdhc(4) to i.MX7D. Should attach to i.MX6SL as well.kettenis2018-06-101-2/+4
* imxesdhc(4) also supports High Speed mode for SD.patrick2018-06-041-2/+2
* Clear the DMA select bits in case we use PIO instead of DMA. Somepatrick2018-05-301-2/+3
* For SDIO multi-blocks we must not use the AUTO CMD12 feature,patrick2018-05-251-2/+4
* Set the assigned clock settings in imxesdhc(4), which leads to a frequencypatrick2018-05-031-1/+3
* The i.MX8M has the same quirk as the i.MX6SX, where the CAP1 registerpatrick2018-04-271-2/+3
* Attach imxesdhc(4) to i.MX8M as well.patrick2018-03-301-2/+3
* Move imxesdhc(4) to sys/dev/fdt.patrick2018-03-301-0/+1210