aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/bcm2835_sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-05-09dm: mmc: rpi: Convert Raspberry Pi to driver model for MMCSimon Glass1-16/+65
2017-04-14mmc: bcm2835_sdhci: Speed up mmc writes.Jocelyn Bohr1-2/+6
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier1-1/+2
2016-10-10mmc: sdhci: use the generic error numberJaehoon Chung1-1/+1
2016-10-10mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung1-1/+0
2016-03-27mmc: bcm2835: fix 64-bit build warningStephen Warren1-1/+1
2015-06-25mmc: bcm2835_sdhci: Restore original delay behaviorMarek Vasut1-2/+2
2015-05-05ARM: mmc: bcm283x: Remove get_timer_us() from mmc driverMarek Vasut1-2/+2
2015-05-05mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_hostAlexander Stein1-2/+2
2015-03-28ARM: bcm283x: move SoC headers to mach-bcm283x/include/machMasahiro Yamada1-2/+2
2014-10-25mmc: bcm2835_sdhci: add missing includeJeroen Hofstee1-0/+1
2014-08-01bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flagLubomir Rintel1-1/+1
2013-04-04ARM: bcm2835: fix get_timer() to return msStephen Warren1-2/+3
2013-03-20mmc: add bcm2835 driverStephen Warren1-0/+189