summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/bcm2835.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: bcm2835: Introduce proper clock handlingStefan Wahren2024-10-281-11/+18
* mmc: bcm2835: Fix type of current clock speedStefan Wahren2024-10-281-1/+1
* mmc: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-141-1/+1
* mmc: bcm2835: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* mmc: bcm2835: fix deferred probingSergey Shtylyov2023-06-191-2/+2
* mmc: bcm2835: Replace kmap_atomic() with kmap_local_page()Adrian Hunter2022-12-071-2/+2
* mmc: bcm2835: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()Adrian Hunter2022-12-071-5/+0
* mmc: bcm2835: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter2022-12-071-3/+0
* mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang2022-04-261-1/+1
* mmc: bcm2835: stop setting chan_config->slave_idArnd Bergmann2021-12-171-2/+0
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.14Douglas Anderson2020-09-071-0/+1
* mmc: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-071-3/+1
* mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson2020-05-281-2/+1
* mmc: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-191-1/+11
* mmc: bcm2835: Use devm_platform_ioremap_resource wrapperSaiyam Doshi2019-11-131-3/+1
* Merge branch 'fixes' into nextUlf Hansson2019-09-111-1/+1
|\
| * Revert "mmc: bcm2835: Terminate timeout work synchronously"Stefan Wahren2019-09-111-1/+1
* | mmc: bcm2835: Take SWIOTLB memory size limitation into accountStefan Wahren2019-09-111-1/+1
* | mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-111-1/+0
|/
* mmc: bcm2835: Deduplicate reset of driver data on removeLukas Wunner2019-02-251-1/+0
* 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/+7
* 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/+1
* 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