index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
bcm2835.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-28
mmc: bcm2835: Introduce proper clock handling
Stefan Wahren
1
-11
/
+18
2024-10-28
mmc: bcm2835: Fix type of current clock speed
Stefan Wahren
1
-1
/
+1
2024-10-14
mmc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2023-08-15
mmc: bcm2835: Convert to platform remove callback returning void
Yangtao Li
1
-4
/
+2
2023-06-19
mmc: bcm2835: fix deferred probing
Sergey Shtylyov
1
-2
/
+2
2022-12-07
mmc: bcm2835: Replace kmap_atomic() with kmap_local_page()
Adrian Hunter
1
-2
/
+2
2022-12-07
mmc: bcm2835: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()
Adrian Hunter
1
-5
/
+0
2022-12-07
mmc: bcm2835: Remove local_irq_{save,restore}() around k[un]map_atomic()
Adrian Hunter
1
-3
/
+0
2022-04-26
mmc: improve API to make clear hw_reset callback is for cards
Wolfram Sang
1
-1
/
+1
2021-12-17
mmc: bcm2835: stop setting chan_config->slave_id
Arnd Bergmann
1
-2
/
+0
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.14
Douglas Anderson
1
-0
/
+1
2020-09-07
mmc: bcm2835: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+1
2020-05-28
mmc: host: Drop redundant MMC_CAP_ERASE
Ulf Hansson
1
-2
/
+1
2019-12-19
mmc: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-1
/
+11
2019-11-13
mmc: bcm2835: Use devm_platform_ioremap_resource wrapper
Saiyam Doshi
1
-3
/
+1
2019-09-11
Merge branch 'fixes' into next
Ulf Hansson
1
-1
/
+1
2019-09-11
mmc: bcm2835: Take SWIOTLB memory size limitation into account
Stefan Wahren
1
-1
/
+1
2019-09-11
mmc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-1
/
+0
2019-09-11
Revert "mmc: bcm2835: Terminate timeout work synchronously"
Stefan Wahren
1
-1
/
+1
2019-02-25
mmc: bcm2835: Deduplicate reset of driver data on remove
Lukas Wunner
1
-1
/
+0
2019-02-25
mmc: bcm2835: Drop pointer to mmc_host from bcm2835_host
Lukas Wunner
1
-10
/
+10
2019-02-25
mmc: bcm2835: Drop DMA channel error pointer check
Lukas Wunner
1
-1
/
+1
2019-01-28
mmc: bcm2835: Fix DMA channel leak on probe error
Lukas Wunner
1
-0
/
+2
2018-12-17
mmc: bcm2835: Properly handle dmaengine_prep_slave_sg
Stefan Wahren
1
-6
/
+9
2018-12-17
mmc: bcm2835: Refactor dma_map_sg handling
Stefan Wahren
1
-9
/
+7
2018-12-17
mmc: bcm2835: Terminate timeout work synchronously
Stefan Wahren
1
-1
/
+1
2018-12-17
mmc: bcm2835: Avoid possible races on data requests
Stefan Wahren
1
-4
/
+6
2018-12-17
mmc: bcm2835: Release DMA channel on driver unload
Stefan Wahren
1
-0
/
+3
2018-12-17
mmc: bcm2835: Recover from MMC_SEND_EXT_CSD
Phil Elwell
1
-0
/
+9
2018-12-17
mmc: bcm2835: reset host on timeout
Michal Suchanek
1
-0
/
+3
2018-12-17
mmc: bcm2835: Switch to SPDX identifier
Stefan Wahren
1
-12
/
+1
2018-02-14
mmc: bcm2835: Don't overwrite max frequency unconditionally
Phil Elwell
1
-1
/
+2
2017-08-30
mmc: bcm2835: constify mmc_host_ops structures
Julia Lawall
1
-1
/
+1
2017-06-20
mmc: bcm2835: fix potential null pointer dereferences
Gustavo A. R. Silva
1
-3
/
+9
2017-04-24
mmc: bcm2835: Fix possible NULL ptr dereference in bcm2835_request
Stefan Wahren
1
-1
/
+2
2017-04-24
mmc: bcm2835: Add new driver for the sdhost controller.
Eric Anholt
1
-0
/
+1465