summaryrefslogtreecommitdiff
path: root/drivers/mmc/bcm2835_sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: mmc: rpi: Convert Raspberry Pi to driver model for MMCSimon Glass2017-05-091-16/+65
* mmc: bcm2835_sdhci: Speed up mmc writes.Jocelyn Bohr2017-04-141-2/+6
* mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier2017-01-231-1/+2
* mmc: sdhci: use the generic error numberJaehoon Chung2016-10-101-1/+1
* mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung2016-10-101-1/+0
* mmc: bcm2835: fix 64-bit build warningStephen Warren2016-03-271-1/+1
* mmc: bcm2835_sdhci: Restore original delay behaviorMarek Vasut2015-06-251-2/+2
* ARM: mmc: bcm283x: Remove get_timer_us() from mmc driverMarek Vasut2015-05-051-2/+2
* mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_hostAlexander Stein2015-05-051-2/+2
* ARM: bcm283x: move SoC headers to mach-bcm283x/include/machMasahiro Yamada2015-03-281-2/+2
* mmc: bcm2835_sdhci: add missing includeJeroen Hofstee2014-10-251-0/+1
* bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flagLubomir Rintel2014-08-011-1/+1
* ARM: bcm2835: fix get_timer() to return msStephen Warren2013-04-041-2/+3
* mmc: add bcm2835 driverStephen Warren2013-03-201-0/+189