aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/bcm2835.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang1-1/+1
2021-12-17mmc: bcm2835: stop setting chan_config->slave_idArnd Bergmann1-2/+0
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.14Douglas Anderson1-0/+1
2020-09-07mmc: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+1
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-2/+1
2019-12-19mmc: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-1/+11
2019-11-13mmc: bcm2835: Use devm_platform_ioremap_resource wrapperSaiyam Doshi1-3/+1
2019-09-11Merge branch 'fixes' into nextUlf Hansson1-1/+1
2019-09-11mmc: bcm2835: Take SWIOTLB memory size limitation into accountStefan Wahren1-1/+1
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-09-11Revert "mmc: bcm2835: Terminate timeout work synchronously"Stefan Wahren1-1/+1
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