aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/bcm2835.c
AgeCommit message (Expand)Author
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang
2021-12-17mmc: bcm2835: stop setting chan_config->slave_idArnd Bergmann
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.14Douglas Anderson
2020-09-07mmc: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson
2019-12-19mmc: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-11-13mmc: bcm2835: Use devm_platform_ioremap_resource wrapperSaiyam Doshi
2019-09-11Merge branch 'fixes' into nextUlf Hansson
2019-09-11mmc: bcm2835: Take SWIOTLB memory size limitation into accountStefan Wahren
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-09-11Revert "mmc: bcm2835: Terminate timeout work synchronously"Stefan Wahren
2019-02-25mmc: bcm2835: Deduplicate reset of driver data on removeLukas Wunner
2019-02-25mmc: bcm2835: Drop pointer to mmc_host from bcm2835_hostLukas Wunner
2019-02-25mmc: bcm2835: Drop DMA channel error pointer checkLukas Wunner
2019-01-28mmc: bcm2835: Fix DMA channel leak on probe errorLukas Wunner
2018-12-17mmc: bcm2835: Properly handle dmaengine_prep_slave_sgStefan Wahren
2018-12-17mmc: bcm2835: Refactor dma_map_sg handlingStefan Wahren
2018-12-17mmc: bcm2835: Terminate timeout work synchronouslyStefan Wahren
2018-12-17mmc: bcm2835: Avoid possible races on data requestsStefan Wahren
2018-12-17mmc: bcm2835: Release DMA channel on driver unloadStefan Wahren
2018-12-17mmc: bcm2835: Recover from MMC_SEND_EXT_CSDPhil Elwell
2018-12-17mmc: bcm2835: reset host on timeoutMichal Suchanek
2018-12-17mmc: bcm2835: Switch to SPDX identifierStefan Wahren
2018-02-14mmc: bcm2835: Don't overwrite max frequency unconditionallyPhil Elwell
2017-08-30mmc: bcm2835: constify mmc_host_ops structuresJulia Lawall
2017-06-20mmc: bcm2835: fix potential null pointer dereferencesGustavo A. R. Silva
2017-04-24mmc: bcm2835: Fix possible NULL ptr dereference in bcm2835_requestStefan Wahren
2017-04-24mmc: bcm2835: Add new driver for the sdhost controller.Eric Anholt