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