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.13.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
/
sdhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-05
Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-8
/
+16
2020-07-24
mmc: sdhci: Fix a potential uninitialized variable
Dan Carpenter
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-13
mmc: sdhci: Fix potential null pointer access while accessing vqmmc
Veerabhadrarao Badiganti
1
-5
/
+7
2020-07-13
mmc: sdhci: Allow platform controlled voltage switching
Vijay Viswanath
1
-13
/
+19
2020-05-28
Merge branch 'fixes' into next
Ulf Hansson
1
-3
/
+6
2020-05-28
mmc: sdhci-msm: Introduce new ops to dump vendor specific registers
Sarthak Garg
1
-0
/
+3
2020-05-28
mmc: sdhci: add quirks for be to le byte swapping
Angelo Dureghello
1
-3
/
+7
2020-05-28
mmc: sdhci: use FIELD_GET/PREP for current capabilities bit masks
Masahiro Yamada
1
-15
/
+12
2020-05-28
mmc: host: Drop redundant MMC_CAP_ERASE
Ulf Hansson
1
-1
/
+1
2020-05-28
mmc: sdhci: add spin lock for sdhci_set_default_irqs in sdhci_init
Haibo Chen
1
-0
/
+3
2020-05-28
mmc: host: sdhci: Implement the request_atomic() API
Baolin Wang
1
-0
/
+34
2020-05-28
mmc: sdhci: Reduce maximum time under spinlock in sdhci_send_command()
Adrian Hunter
1
-28
/
+98
2020-05-28
mmc: sdhci: Tidy sdhci_request() a bit
Adrian Hunter
1
-13
/
+26
2020-05-28
mmc: sdhci: Remove unneeded forward declaration of sdhci_finish_data()
Adrian Hunter
1
-2
/
+0
2020-05-28
mmc: sdhci: Stop exporting sdhci_send_command()
Adrian Hunter
1
-2
/
+3
2020-05-28
mmc: sdhci: Add helpers for the auto-CMD23 flag
Adrian Hunter
1
-3
/
+15
2020-05-28
mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0
Marek Vasut
1
-3
/
+3
2020-05-28
mmc: sdhci: use FIELD_GET/PREP for capabilities bit masks
Masahiro Yamada
1
-12
/
+7
2020-05-18
mmc: sdhci: Fix SDHCI_QUIRK_BROKEN_CQE
Adrian Hunter
1
-3
/
+6
2020-03-24
mmc: sdhci: use FIELD_GET for preset value bit masks
Masahiro Yamada
1
-5
/
+5
2020-03-24
mmc: sdhci: Introduce sdhci_set_power_and_bus_voltage()
Nicolas Saenz Julienne
1
-0
/
+19
2020-03-24
mmc: sdhci: do not enable card detect interrupt for gpio cd type
Haibo Chen
1
-1
/
+1
2020-03-24
mmc: host: sdhci: Add a variable to defer to complete requests if needed
Baolin Wang
1
-1
/
+1
2020-03-24
mmc: host: sdhci: Add request_done ops for struct sdhci_ops
Baolin Wang
1
-2
/
+10
2020-01-24
mmc: sdhci: Let a vendor driver supply and update ADMA descriptor size
Veerabhadrarao Badiganti
1
-9
/
+7
2020-01-20
mmc: sdhci: fix an issue of mixing different types
Chunyan Zhang
1
-2
/
+3
2020-01-20
Merge branch 'fixes' into next
Ulf Hansson
1
-4
/
+6
2020-01-20
mmc: sdhci: fix minimum clock rate for v3 controller
Michał Mirosław
1
-4
/
+6
2020-01-20
mmc: sdhci: Refactor sdhci_set_timeout()
Faiz Abbas
1
-17
/
+19
2020-01-20
mmc: sdhci: Convert sdhci_set_timeout_irq() to non-static
Faiz Abbas
1
-1
/
+2
2020-01-20
mmc: sdhci: add support for using external DMA devices
Chunyan Zhang
1
-2
/
+226
2020-01-20
mmc: sdhci: Factor out some operations set to their own functions
Faiz Abbas
1
-41
/
+53
2019-12-18
Merge branch 'fixes' into next
Ulf Hansson
1
-0
/
+3
2019-12-18
mmc: sdhci: Add a quirk for broken command queuing
Adrian Hunter
1
-0
/
+3
2019-12-16
Merge branch 'fixes' into next
Ulf Hansson
1
-3
/
+1
2019-12-16
mmc: sdhci: Update the tuning failed messages to pr_debug level
Faiz Abbas
1
-2
/
+2
2019-12-16
mmc: sdhci: fix up CMD12 sending
Yangbo Lu
1
-14
/
+3
2019-12-16
mmc: sdhci: Update the tuning failed messages to pr_debug level
Faiz Abbas
1
-2
/
+2
2019-12-16
Revert "mmc: sdhci: Fix incorrect switch to HS mode"
Faiz Abbas
1
-3
/
+1
2019-11-20
mmc: sdhci: Fix grammar in warning message
Fabio Estevam
1
-2
/
+2
2019-11-13
mmc: sdhci: Check card status after reset
Raul E Rangel
1
-0
/
+11
2019-09-27
mmc: sdhci: Let drivers define their DMA mask
Adrian Hunter
1
-8
/
+4
2019-09-27
mmc: sdhci: improve ADMA error reporting
Russell King
1
-5
/
+10
2019-09-11
mmc: sdhci: Convert to use sdio_irq_claimed()
Ulf Hansson
1
-6
/
+1
2019-09-11
mmc: sdhci: Drop redundant code for SDIO IRQs
Ulf Hansson
1
-1
/
+1
2019-09-11
mmc: sdhci: Drop redundant check in sdhci_ack_sdio_irq()
Ulf Hansson
1
-2
/
+1
2019-09-11
mmc: sdhci: Fix incorrect switch to HS mode
Al Cooper
1
-1
/
+3
2019-09-11
mmc: sdhci: use lower/upper_32_bits() macros for DMA addresses
Masahiro Yamada
1
-14
/
+13
2019-09-11
mmc: sdhci: constify references of parameters to __sdhci_read_caps()
Masahiro Yamada
1
-1
/
+2
[next]