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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
mmc: renesas_sdhi: Fix typo's
Lad Prabhakar
1
-2
/
+2
2022-07-12
mmc: renesas_sdhi: Get the reset handle early in the probe
Lad Prabhakar
1
-4
/
+4
2022-07-12
mmc: sdhci-of-esdhc: Fixup use of of_find_compatible_node()
Liang He
1
-2
/
+4
2022-07-12
mmc: sdhci-pci-gli: Fix build error unused-function
Ren Zhijie
1
-25
/
+25
2022-07-12
mmc: host: Improve I/O read/write performance for GL9763E
Jason Lai
1
-0
/
+34
2022-07-12
mmc: sdhci-st: Obviously always return success in remove callback
Uwe Kleine-König
1
-3
/
+2
2022-07-12
mmc: sdhci-of-arasan: Obviously always return success in remove callback
Uwe Kleine-König
1
-3
/
+2
2022-07-12
mmc: dw_mmc: rockchip: Obviously always return success in remove callback
Uwe Kleine-König
1
-1
/
+3
2022-07-12
mmc: dw_mmc: hi3789cv200: Obviously always return success in remove callback
Uwe Kleine-König
1
-1
/
+3
2022-07-12
mmc: dw_mmc: exynos: Obviously always return success in remove callback
Uwe Kleine-König
1
-1
/
+3
2022-07-12
mmc: sdhci-brcmstb: Initialize base_clk to NULL in sdhci_brcmstb_probe()
Nathan Chancellor
1
-1
/
+1
2022-07-12
mmc: mmci: Fix typo in comment
Xiang wangx
1
-1
/
+1
2022-07-12
mmc: renesas_sdhi: add R-Car Gen4 fallback compatibility string
Wolfram Sang
1
-0
/
+1
2022-07-12
mmc: cqhci: Capture eMMC and SD card errors
Shaik Sajida Bhanu
1
-1
/
+8
2022-07-12
mmc: sdhci: Capture eMMC and SD card errors
Shaik Sajida Bhanu
2
-15
/
+47
2022-07-12
mmc: mtk-sd: fix typo
Fabien Parent
1
-1
/
+1
2022-07-12
mmc: mxcmmc: Silence a clang warning
Fabio Estevam
1
-1
/
+1
2022-07-12
mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switch
Miaoqian Lin
1
-0
/
+1
2022-07-12
mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0
Kamal Dasu
1
-1
/
+68
2022-07-12
mmc: sdhci-of-dwcmshc: add support for rk3588
Yifeng Zhao
1
-18
/
+103
2022-07-12
mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx
Sebastian Reichel
1
-23
/
+23
2022-07-12
mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs
Yifeng Zhao
1
-1
/
+25
2022-07-12
mmc: sdhci-of-aspeed: test: Use kunit_test_suite() macro
David Gow
3
-42
/
+5
2022-06-23
ACPI / MMC: PM: Unify fixing up device power
Rafael J. Wysocki
2
-13
/
+5
2022-06-15
mmc: mediatek: wait dma stop bit reset to 0
Mengqi Zhang
1
-8
/
+12
2022-06-14
mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncing
Chevron Li
1
-0
/
+2
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
2
-24
/
+4
2022-06-08
Merge tag 'mmc-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...
Linus Torvalds
1
-0
/
+3
2022-06-03
Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-05-31
mmc: sdhci-pci-gli: Fix GL9763E runtime PM when the system resumes from suspend
Ben Chuang
1
-0
/
+3
2022-05-30
Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-05-26
Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2022-05-23
Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
1
-1
/
+1
2022-05-16
mmc: sdhci-of-arasan: Add NULL check for data field
Sai Krishna Potthuri
1
-0
/
+3
2022-05-16
m68k: coldfire: drop ISA_DMA_API support
Arnd Bergmann
1
-1
/
+1
2022-05-06
mmc: sdhci-brcmstb: Fix compiler warning
Ulf Hansson
1
-1
/
+1
2022-05-04
Merge branch 'fixes' into next
Ulf Hansson
1
-0
/
+42
2022-05-04
mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC
Shaik Sajida Bhanu
1
-0
/
+42
2022-05-04
mmc: sdhci-msm: Add compatible string check for sdx65
Rohit Agarwal
1
-0
/
+1
2022-05-04
mmc: sdhci-msm: Add compatible string check for sm8150
Bhupesh Sharma
1
-0
/
+1
2022-05-04
mmc: sdhci-msm: Add SoC specific compatibles
Bhupesh Sharma
1
-0
/
+23
2022-05-04
mmc: sdhci-brcmstb: Enable Clock Gating to save power
Al Cooper
1
-1
/
+34
2022-05-04
mmc: sdhci-brcmstb: Re-organize flags
Al Cooper
1
-16
/
+16
2022-05-04
mmc: mmci: Remove custom ios handler
Linus Walleij
1
-4
/
+0
2022-05-04
mmc: atmel-mci: Simplify if(chan) and if(!chan)
Wan Jiabing
1
-5
/
+4
2022-05-04
Merge branch 'fixes' into next
Ulf Hansson
1
-2
/
+3
2022-05-04
mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits
Samuel Holland
1
-2
/
+3
2022-04-26
mmc: sdhci-omap: Use of_device_get_match_data() helper
Bean Huo
1
-7
/
+2
2022-04-26
drivers: mmc: sdhci_am654: Add the quirk to set TESTCD bit
Vignesh Raghavendra
1
-1
/
+22
2022-04-26
mmc: mmci: Break IRQ status loop when all zero
Linus Walleij
1
-0
/
+2
[prev]
[next]