index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
mmc: cqhci: clear HALT state after CQE enable
Wenbin Mei
1
-0
/
+3
2021-10-26
mmc: vub300: fix control-message timeouts
Johan Hovold
1
-9
/
+9
2021-10-26
mmc: dw_mmc: exynos: fix the finding clock sample value
Jaehoon Chung
1
-0
/
+14
2021-10-21
mmc: dw_mmc: Drop use of ->init_card() callback
Ulf Hansson
1
-22
/
+17
2021-10-21
mmc: sdhci-omap: Fix build if CONFIG_PM_SLEEP is not set
Tony Lindgren
1
-3
/
+4
2021-10-21
mmc: sdhci-omap: Remove forward declaration of sdhci_omap_context_save()
Geert Uytterhoeven
1
-2
/
+0
2021-10-21
blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
Eric Biggers
1
-15
/
+16
2021-10-21
blk-crypto: rename keyslot-manager files to blk-crypto-profile
Eric Biggers
1
-1
/
+1
2021-10-19
mmc: mxs-mmc: disable regulator on error and in the remove function
Christophe JAILLET
1
-0
/
+10
2021-10-19
mmc: sdhci-omap: Configure optional wakeirq
Tony Lindgren
1
-0
/
+24
2021-10-19
mmc: sdhci-omap: Allow SDIO card power off and enable aggressive PM
Tony Lindgren
1
-0
/
+3
2021-10-19
mmc: sdhci-omap: Implement PM runtime functions
Tony Lindgren
1
-17
/
+31
2021-10-19
mmc: sdhci-omap: Add omap_offset to support omap3 and earlier
Tony Lindgren
1
-16
/
+45
2021-10-19
mmc: sdhci-omap: Handle voltages to add support omap4
Tony Lindgren
1
-28
/
+96
2021-10-19
Merge branch 'fixes' into next
Ulf Hansson
2
-1
/
+17
2021-10-19
mmc: winbond: don't build on M68K
Randy Dunlap
1
-1
/
+1
2021-10-19
mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning circuit
Haibo Chen
1
-0
/
+16
2021-10-19
mmc: sdhci-pci: Remove dead code (rst_n_gpio et al)
Andy Shevchenko
2
-29
/
+0
2021-10-19
mmc: sdhci-pci: Remove dead code (cd_gpio, cd_irq et al)
Andy Shevchenko
2
-77
/
+1
2021-10-19
mmc: sdhci-pci: Remove dead code (struct sdhci_pci_data et al)
Andy Shevchenko
4
-35
/
+4
2021-10-19
mmc: sdhci: Remove unused prototype declaration in the header
Andy Shevchenko
1
-1
/
+0
2021-10-19
mmc: sdhci: Deduplicate sdhci_get_cd_nogpio()
Andy Shevchenko
4
-31
/
+21
2021-10-14
mmc: moxart: Fix null pointer dereference on pointer host
Colin Ian King
1
-6
/
+7
2021-10-14
Merge branch 'fixes' into next
Ulf Hansson
1
-5
/
+24
2021-10-14
mmc: sdhci-pci: Read card detect from ACPI for Intel Merrifield
Andy Shevchenko
1
-5
/
+24
2021-10-12
mmc: moxart: Fix reference count leaks in moxart_probe
Xin Xiong
1
-2
/
+14
2021-10-12
Merge branch 'fixes' into next
Ulf Hansson
1
-0
/
+6
2021-10-12
mmc: sdhci-sprd: Wait until DLL locked after being configured
Zhenxiong Lai
1
-0
/
+13
2021-10-12
mmc: sdhci-pci-o2micro: Fix spelling mistake "unsupport" -> "unsupported"
Colin Ian King
1
-1
/
+1
2021-10-12
mmc: sdhci-s3c: Describe driver in KConfig
Krzysztof Kozlowski
1
-3
/
+5
2021-10-12
mmc: sdhci: Return true only when timeout exceeds capacity of the HW timer
Bean Huo
1
-12
/
+9
2021-10-12
mmc: mmci: Add small comment about reset thread
Linus Walleij
1
-0
/
+4
2021-10-12
mmc: sdhci-omap: Check MMCHS_HL_HWINFO register for ADMA
Tony Lindgren
1
-2
/
+22
2021-10-12
mmc: sdhci-omap: Parse legacy ti,non-removable property
Tony Lindgren
1
-0
/
+5
2021-10-12
mmc: sdhci-omap: Restore sysconfig after reset
Tony Lindgren
1
-1
/
+13
2021-10-12
mmc: sdhci-omap: Fix context restore
Tony Lindgren
1
-1
/
+14
2021-10-12
mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured
Tony Lindgren
1
-1
/
+2
2021-10-12
mmc: mtk-sd: Add HS400 online tuning support
Wenbin Mei
1
-2
/
+77
2021-10-12
mmc: sdhci-s3c: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2021-10-12
dt-bindings: mmc: update mmc-card.yaml reference
Mauro Carvalho Chehab
1
-1
/
+1
2021-10-12
mmc: dw_mmc: Dont wait for DRTO on Write RSP error
Christian Löhle
1
-1
/
+2
2021-10-12
mmc: cqhci: Print out qcnt in case of timeout
Bean Huo
1
-2
/
+2
2021-10-12
mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC driver
Rashmi A
1
-1
/
+28
2021-10-12
mmc: omap_hsmmc: Make use of the helper macro SET_RUNTIME_PM_OPS()
Cai Huoqing
1
-7
/
+3
2021-10-12
mmc: mtk-sd: Remove unused parameters
ChanWoo Lee
1
-6
/
+5
2021-10-12
mmc: mtk-sd: Remove unused parameters(mrq)
ChanWoo Lee
1
-2
/
+2
2021-10-12
mmc: mtk-sd: Add wait dma stop done flow
Derong Liu
1
-0
/
+5
2021-10-12
mmc: sdhci: Change the code to check auto_cmd23
ChanWoo Lee
1
-1
/
+1
2021-10-12
mmc: sdhci: Map more voltage level to SDHCI_POWER_330
Shawn Guo
1
-0
/
+6
2021-10-08
Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-1
/
+1
[prev]
[next]