index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
bcm2835.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: bcm2835: Introduce proper clock handling
Stefan Wahren
2024-10-28
1
-11
/
+18
*
mmc: bcm2835: Fix type of current clock speed
Stefan Wahren
2024-10-28
1
-1
/
+1
*
mmc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-14
1
-1
/
+1
*
mmc: bcm2835: Convert to platform remove callback returning void
Yangtao Li
2023-08-15
1
-4
/
+2
*
mmc: bcm2835: fix deferred probing
Sergey Shtylyov
2023-06-19
1
-2
/
+2
*
mmc: bcm2835: Replace kmap_atomic() with kmap_local_page()
Adrian Hunter
2022-12-07
1
-2
/
+2
*
mmc: bcm2835: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()
Adrian Hunter
2022-12-07
1
-5
/
+0
*
mmc: bcm2835: Remove local_irq_{save,restore}() around k[un]map_atomic()
Adrian Hunter
2022-12-07
1
-3
/
+0
*
mmc: improve API to make clear hw_reset callback is for cards
Wolfram Sang
2022-04-26
1
-1
/
+1
*
mmc: bcm2835: stop setting chan_config->slave_id
Arnd Bergmann
2021-12-17
1
-2
/
+0
*
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.14
Douglas Anderson
2020-09-07
1
-0
/
+1
*
mmc: bcm2835: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-07
1
-3
/
+1
*
mmc: host: Drop redundant MMC_CAP_ERASE
Ulf Hansson
2020-05-28
1
-2
/
+1
*
mmc: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-19
1
-1
/
+11
*
mmc: bcm2835: Use devm_platform_ioremap_resource wrapper
Saiyam Doshi
2019-11-13
1
-3
/
+1
*
Merge branch 'fixes' into next
Ulf Hansson
2019-09-11
1
-1
/
+1
|
\
|
*
Revert "mmc: bcm2835: Terminate timeout work synchronously"
Stefan Wahren
2019-09-11
1
-1
/
+1
*
|
mmc: bcm2835: Take SWIOTLB memory size limitation into account
Stefan Wahren
2019-09-11
1
-1
/
+1
*
|
mmc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-09-11
1
-1
/
+0
|
/
*
mmc: bcm2835: Deduplicate reset of driver data on remove
Lukas Wunner
2019-02-25
1
-1
/
+0
*
mmc: bcm2835: Drop pointer to mmc_host from bcm2835_host
Lukas Wunner
2019-02-25
1
-10
/
+10
*
mmc: bcm2835: Drop DMA channel error pointer check
Lukas Wunner
2019-02-25
1
-1
/
+1
*
mmc: bcm2835: Fix DMA channel leak on probe error
Lukas Wunner
2019-01-28
1
-0
/
+2
*
mmc: bcm2835: Properly handle dmaengine_prep_slave_sg
Stefan Wahren
2018-12-17
1
-6
/
+9
*
mmc: bcm2835: Refactor dma_map_sg handling
Stefan Wahren
2018-12-17
1
-9
/
+7
*
mmc: bcm2835: Terminate timeout work synchronously
Stefan Wahren
2018-12-17
1
-1
/
+1
*
mmc: bcm2835: Avoid possible races on data requests
Stefan Wahren
2018-12-17
1
-4
/
+6
*
mmc: bcm2835: Release DMA channel on driver unload
Stefan Wahren
2018-12-17
1
-0
/
+3
*
mmc: bcm2835: Recover from MMC_SEND_EXT_CSD
Phil Elwell
2018-12-17
1
-0
/
+9
*
mmc: bcm2835: reset host on timeout
Michal Suchanek
2018-12-17
1
-0
/
+3
*
mmc: bcm2835: Switch to SPDX identifier
Stefan Wahren
2018-12-17
1
-12
/
+1
*
mmc: bcm2835: Don't overwrite max frequency unconditionally
Phil Elwell
2018-02-14
1
-1
/
+2
*
mmc: bcm2835: constify mmc_host_ops structures
Julia Lawall
2017-08-30
1
-1
/
+1
*
mmc: bcm2835: fix potential null pointer dereferences
Gustavo A. R. Silva
2017-06-20
1
-3
/
+9
*
mmc: bcm2835: Fix possible NULL ptr dereference in bcm2835_request
Stefan Wahren
2017-04-24
1
-1
/
+2
*
mmc: bcm2835: Add new driver for the sdhost controller.
Eric Anholt
2017-04-24
1
-0
/
+1465