aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/bcm2835.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-25mmc: bcm2835: Deduplicate reset of driver data on removeLukas Wunner1-1/+0
2019-02-25mmc: bcm2835: Drop pointer to mmc_host from bcm2835_hostLukas Wunner1-10/+10
2019-02-25mmc: bcm2835: Drop DMA channel error pointer checkLukas Wunner1-1/+1
2019-01-28mmc: bcm2835: Fix DMA channel leak on probe errorLukas Wunner1-0/+2
2018-12-17mmc: bcm2835: Properly handle dmaengine_prep_slave_sgStefan Wahren1-6/+9
2018-12-17mmc: bcm2835: Refactor dma_map_sg handlingStefan Wahren1-9/+7
2018-12-17mmc: bcm2835: Terminate timeout work synchronouslyStefan Wahren1-1/+1
2018-12-17mmc: bcm2835: Avoid possible races on data requestsStefan Wahren1-4/+6
2018-12-17mmc: bcm2835: Release DMA channel on driver unloadStefan Wahren1-0/+3
2018-12-17mmc: bcm2835: Recover from MMC_SEND_EXT_CSDPhil Elwell1-0/+9
2018-12-17mmc: bcm2835: reset host on timeoutMichal Suchanek1-0/+3
2018-12-17mmc: bcm2835: Switch to SPDX identifierStefan Wahren1-12/+1
2018-02-14mmc: bcm2835: Don't overwrite max frequency unconditionallyPhil Elwell1-1/+2
2017-08-30mmc: bcm2835: constify mmc_host_ops structuresJulia Lawall1-1/+1
2017-06-20mmc: bcm2835: fix potential null pointer dereferencesGustavo A. R. Silva1-3/+9
2017-04-24mmc: bcm2835: Fix possible NULL ptr dereference in bcm2835_requestStefan Wahren1-1/+2
2017-04-24mmc: bcm2835: Add new driver for the sdhost controller.Eric Anholt1-0/+1465