index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-07
mmc: dw_mmc-zx: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-8
/
+3
2020-09-07
mmc: davinci: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+2
2020-09-07
mmc: bcm2835: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+1
2020-09-07
mmc: core: Allow setting slot index via device tree alias
Matthias Schiffer
1
-1
/
+25
2020-09-07
mmc: meson-gx: use wrapper to avoid accessing internal vars
Wolfram Sang
1
-1
/
+1
2020-09-07
mmc: sdhci-iproc: Enable eMMC DDR 3.3V support for bcm2711
Stefan Wahren
1
-0
/
+1
2020-09-07
mmc: mediatek: add pre_enable() and post_disable() hook function
Chun-Hung Wu
1
-0
/
+22
2020-09-07
mmc: cqhci: add new cqhci_host_ops pre_enable() and post_disable()
Chun-Hung Wu
2
-0
/
+8
2020-09-07
mmc: sdhci-msm: Enable restore_dll_config flag for sc7180 target
Veerabhadrarao Badiganti
1
-0
/
+1
2020-09-07
mmc: tmio: remove indirection of 'execute_tuning' callback
Wolfram Sang
3
-26
/
+4
2020-09-07
mmc: tmio: don't reset whole IP core when tuning fails
Wolfram Sang
2
-24
/
+25
2020-09-07
mmc: tmio: factor out common parts of the reset routine
Wolfram Sang
3
-26
/
+7
2020-09-07
mmc: tmio: remove indirection of 'hw_reset' callback
Wolfram Sang
3
-12
/
+3
2020-09-07
Revert "mmc: tmio: fix reset operation"
Wolfram Sang
1
-16
/
+13
2020-09-07
mmc: renesas_sdhi: move wrong 'hw_reset' to 'reset'
Wolfram Sang
1
-6
/
+13
2020-09-07
mmc: sdhci_am654: Add workaround for card detect debounce timer
Faiz Abbas
1
-0
/
+24
2020-09-07
mmc: sdhci-msm: enable compile-testing on !ARM
Alex Dewar
1
-1
/
+1
2020-09-07
mmc: sdhci-esdhc-imx: remove unused code
Haibo Chen
1
-3
/
+1
2020-09-07
mmc: sd: Use kobj_to_dev() instead of container_of()
Tian Tao
1
-1
/
+1
2020-09-07
mmc: sdhci-of-sparx5: Add Sparx5 SoC eMMC driver
Lars Povlsen
3
-0
/
+282
2020-09-07
mmc: via-sdmmc: Fix data race bug
Madhuparna Bhowmik
1
-0
/
+3
2020-09-07
mmc: sdhci: Add LTR support for some Intel BYT based controllers
Adrian Hunter
1
-0
/
+154
2020-09-07
mmc: test: remove ambiguity in test description
Wolfram Sang
1
-4
/
+4
2020-09-07
mmc: mmc_spi: fix timeout calculation
Tobias Schramm
1
-2
/
+2
2020-09-07
mmc: sdio: Export SDIO revision and info strings to userspace
Pali Rohár
4
-3
/
+103
2020-09-07
mmc: sdio: Extend sdio_config_attr macro and use it also for modalias
Pali Rohár
1
-14
/
+6
2020-09-07
mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbers
Pali Rohár
1
-0
/
+8
2020-09-07
mmc: sdio: Check for CISTPL_VERS_1 buffer size
Pali Rohár
1
-0
/
+3
2020-09-07
mmc: sdhci-esdhc-imx: Reset before sending tuning command for manual tuning
Haibo Chen
1
-0
/
+10
2020-09-07
mmc: Kconfig: Add RISCV and CSKY for MMC_DW
Guo Ren
1
-1
/
+1
2020-09-07
mmc: s3cmci: remove empty kerneldoc comment
Krzysztof Kozlowski
1
-3
/
+0
2020-09-07
mmc: sdhci_am654: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-09-07
mmc: sdio: Use mmc_pre_req() / mmc_post_req()
Adrian Hunter
1
-17
/
+22
2020-09-07
mmc: sdhci-of-esdhc: Don't walk device-tree on every interrupt
Chris Packham
1
-3
/
+7
2020-09-07
mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unset
Ulf Hansson
2
-35
/
+53
2020-09-07
mmc: sdhci-msm: Add retries when all tuning phases are found valid
Douglas Anderson
1
-1
/
+17
2020-09-07
mmc: sdhci-acpi: Clear amd_sdhci_host on reset
Raul E Rangel
1
-7
/
+24
2020-08-31
Merge tag 'mmc-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
4
-15
/
+130
2020-08-28
sdhci: tegra: Add missing TMCLK for data timeout
Sowjanya Komatineni
1
-2
/
+51
2020-08-28
sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186
Sowjanya Komatineni
1
-1
/
+0
2020-08-28
sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210
Sowjanya Komatineni
1
-1
/
+0
2020-08-24
mmc: mediatek: add optional module reset property
Wenbin Mei
1
-0
/
+13
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
15
-23
/
+23
2020-08-21
mmc: sdhci-pci: Fix SDHCI_RESET_ALL for CQHCI for Intel GLK-based controllers
Adrian Hunter
1
-1
/
+9
2020-08-21
mmc: sdhci-acpi: Fix HS400 tuning for AMDI0040
Raul E Rangel
1
-10
/
+57
2020-08-20
ARM: s3c24xx: move s3cmci pinctrl handling into board files
Arnd Bergmann
1
-54
/
+17
2020-08-19
ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNG
Arnd Bergmann
1
-1
/
+1
2020-08-19
ARM: exynos: stop selecting PLAT_SAMSUNG
Arnd Bergmann
1
-1
/
+1
2020-08-17
mmc: s3cmci: remove unneeded machine header include
Krzysztof Kozlowski
1
-1
/
+0
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
[prev]
[next]