index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mmc: sdhci: Drop redundant check in sdhci_ack_sdio_irq()
Ulf Hansson
2019-09-11
1
-2
/
+1
*
mmc: sdhci: Fix incorrect switch to HS mode
Al Cooper
2019-09-11
1
-1
/
+3
*
mmc: sdhci: use lower/upper_32_bits() macros for DMA addresses
Masahiro Yamada
2019-09-11
1
-14
/
+13
*
mmc: sdhci: constify references of parameters to __sdhci_read_caps()
Masahiro Yamada
2019-09-11
1
-1
/
+2
*
mmc: sdhci: Export sdhci_abort_tuning function symbol
Ben Chuang
2019-09-11
1
-1
/
+2
*
mmc: sdhci: Add PLL Enable support to internal clock setup
Ben Chuang
2019-09-11
1
-0
/
+23
*
mmc: sdhci: Change timeout of loop for checking internal clock stable
Ben Chuang
2019-09-11
1
-2
/
+2
*
mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime resuming
Baolin Wang
2019-08-06
1
-2
/
+2
*
Merge tag 'mmc-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
2019-06-07
1
-11
/
+13
|
\
|
*
mmc: sdhci: Fix SDIO IRQ thread deadlock
Adrian Hunter
2019-05-28
1
-11
/
+13
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2019-05-07
1
-62
/
+102
|
\
|
*
mmc: sdhci: Remove finish_tasklet
Adrian Hunter
2019-04-15
1
-16
/
+21
|
*
mmc: sdhci: Call mmc_request_done() from IRQ handler if possible
Adrian Hunter
2019-04-15
1
-7
/
+41
|
*
mmc: sdhci: Move some processing to __sdhci_finish_mrq()
Adrian Hunter
2019-04-15
1
-5
/
+5
|
*
mmc: sdhci: Move timer and has_requests functions
Adrian Hunter
2019-04-15
1
-22
/
+22
|
*
mmc: sdhci: Reorganize sdhci_finish_mrq() and __sdhci_finish_mrq()
Adrian Hunter
2019-04-15
1
-14
/
+14
|
*
mmc: sdhci: allow host to specify maximum tuning loops
Sowjanya Komatineni
2019-04-15
1
-2
/
+3
*
|
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-08
1
-13
/
+0
|
/
*
mmc: sdhci: use WP GPIO in sdhci_check_ro()
Thomas Petazzoni
2019-02-25
1
-0
/
+2
*
mmc: sdhci: Add ADMA3 DMA support for V4 enabled host
Sowjanya Komatineni
2019-02-25
1
-1
/
+8
*
mmc: sdhci: correct the maximum timeout when enable CMDQ
BOUGH CHEN
2019-02-25
1
-2
/
+7
*
mmc: sdhci: add delay after the last tuning command
BOUGH CHEN
2019-02-25
1
-3
/
+4
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-2
/
+3
[next]