summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/bcm2835.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: bcm2835: Deduplicate reset of driver data on removeLukas Wunner2019-02-251-1/+0Star
* mmc: bcm2835: Drop pointer to mmc_host from bcm2835_hostLukas Wunner2019-02-251-10/+10
* mmc: bcm2835: Drop DMA channel error pointer checkLukas Wunner2019-02-251-1/+1
* mmc: bcm2835: Fix DMA channel leak on probe errorLukas Wunner2019-01-281-0/+2
* mmc: bcm2835: Properly handle dmaengine_prep_slave_sgStefan Wahren2018-12-171-6/+9
* mmc: bcm2835: Refactor dma_map_sg handlingStefan Wahren2018-12-171-9/+7Star
* mmc: bcm2835: Terminate timeout work synchronouslyStefan Wahren2018-12-171-1/+1
* mmc: bcm2835: Avoid possible races on data requestsStefan Wahren2018-12-171-4/+6
* mmc: bcm2835: Release DMA channel on driver unloadStefan Wahren2018-12-171-0/+3
* mmc: bcm2835: Recover from MMC_SEND_EXT_CSDPhil Elwell2018-12-171-0/+9
* mmc: bcm2835: reset host on timeoutMichal Suchanek2018-12-171-0/+3
* mmc: bcm2835: Switch to SPDX identifierStefan Wahren2018-12-171-12/+1Star
* mmc: bcm2835: Don't overwrite max frequency unconditionallyPhil Elwell2018-02-141-1/+2
* mmc: bcm2835: constify mmc_host_ops structuresJulia Lawall2017-08-301-1/+1
* mmc: bcm2835: fix potential null pointer dereferencesGustavo A. R. Silva2017-06-201-3/+9
* mmc: bcm2835: Fix possible NULL ptr dereference in bcm2835_requestStefan Wahren2017-04-241-1/+2
* mmc: bcm2835: Add new driver for the sdhost controller.Eric Anholt2017-04-241-0/+1465