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-05-28
mmc: host: add Coldfire esdhc support
Angelo Dureghello
3
-0
/
+535
2020-05-28
mmc: sdhci: add quirks for be to le byte swapping
Angelo Dureghello
2
-3
/
+10
2020-05-28
mmc: meson-mx-sdhc: Don't use literal 0 to initialize structs
Martin Blumenstingl
1
-2
/
+2
2020-05-28
mmc: meson-mx-sdhc: Fix manual RX FIFO flushing
Martin Blumenstingl
1
-2
/
+9
2020-05-28
mmc: sdhci-esdhc-imx: Add HS400 support for i.MX6SLL
Haibo Chen
1
-0
/
+1
2020-05-28
mmc: meson-mx-sdhc: Fix building with CONFIG_MMC_MESON_MX_SDHC=m
Martin Blumenstingl
2
-1
/
+2
2020-05-28
mmc: sdhci-of-dwcmshc: add suspend/resume support
Jisheng Zhang
1
-0
/
+43
2020-05-28
mmc: sdhci-of-dwcmshc: implement specific set_uhs_signaling
Jisheng Zhang
1
-1
/
+30
2020-05-28
mmc: host: meson-mx-sdhc: new driver for the Amlogic Meson SDHC host
Martin Blumenstingl
5
-0
/
+1221
2020-05-28
mmc: sdhci: use FIELD_GET/PREP for current capabilities bit masks
Masahiro Yamada
3
-25
/
+19
2020-05-28
mmc: uniphier-sd: call devm_request_irq() after tmio_mmc_host_probe()
Masahiro Yamada
1
-5
/
+7
2020-05-28
mmc: sdhci-pci-gli: Add Genesys Logic GL9763E support
Ben Chuang
3
-0
/
+109
2020-05-28
mmc: host: Drop redundant MMC_CAP_ERASE
Ulf Hansson
14
-23
/
+12
2020-05-28
mmc: core: Enable erase/discard/trim support for all mmc hosts
Ulf Hansson
1
-4
/
+2
2020-05-28
mmc: sdricoh_cs: Respect the cmd->busy_timeout from the mmc core
Ulf Hansson
1
-2
/
+5
2020-05-28
mmc: sdricoh_cs: Throttle polling rate for commands
Ulf Hansson
1
-17
/
+16
2020-05-28
mmc: sdricoh_cs: Throttle polling rate for data transfers
Ulf Hansson
1
-11
/
+15
2020-05-28
mmc: cb710: Inform the mmc core about the maximum busy timeout
Ulf Hansson
1
-0
/
+8
2020-05-28
mmc: meson-mx-sdio: trigger a soft reset after a timeout or CRC error
Martin Blumenstingl
1
-0
/
+3
2020-05-28
mmc: sdhci-esdhc: update contact email
Wolfram Sang
1
-1
/
+1
2020-05-28
mmc: core: expose info about enhanced rpmb support
Krishna Konda
1
-0
/
+6
2020-05-28
mmc: sdio: Align the initialization commands in retry path for UHS-I
Ulf Hansson
1
-27
/
+26
2020-05-28
mmc: sdio: Re-use negotiated OCR mask when re-sending CMD8
Ulf Hansson
1
-4
/
+4
2020-05-28
mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()
Ulf Hansson
1
-31
/
+27
2020-05-28
mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()
Ulf Hansson
1
-2
/
+1
2020-05-28
mmc: sdhci-msm: Fix error handling for dev_pm_opp_of_add_table()
Rajendra Nayak
1
-11
/
+16
2020-05-28
mmc: renesas_sdhi: Avoid bad TAP in HS400
Takeshi Saito
2
-8
/
+48
2020-05-28
mmc: renesas_sdhi: handle M3-W ES1.2 and 1.3 revisions
Wolfram Sang
1
-0
/
+6
2020-05-28
mmc: mmc_spi: Respect the cmd->busy_timeout from the mmc core
Ulf Hansson
1
-3
/
+6
2020-05-28
mmc: mmc_spi: Add/rename defines for timeouts
Ulf Hansson
1
-10
/
+5
2020-05-28
mmc: via-sdmmc: Respect the cmd->busy_timeout from the mmc core
Ulf Hansson
1
-1
/
+6
2020-05-28
mmc: tifm_sd: Inform the mmc core about the maximum busy timeout
Ulf Hansson
1
-1
/
+8
2020-05-28
mmc: sdricoh_cs: Drop redundant in-parameter to sdricoh_query_status()
Ulf Hansson
1
-8
/
+7
2020-05-28
mmc: sdricoh_cs: Move MMC_APP_CMD handling to sdricoh_mmc_cmd()
Ulf Hansson
1
-13
/
+14
2020-05-28
mmc: sdricoh_cs: Use MMC_APP_CMD rather than a hardcoded number
Ulf Hansson
1
-1
/
+2
2020-05-28
mmc: sdricoh_cs: Drop unused defines
Ulf Hansson
1
-2
/
+0
2020-05-28
mmc: owl-mmc: Respect the cmd->busy_timeout from the mmc core
Ulf Hansson
1
-1
/
+7
2020-05-28
mmc: jz4740: Inform the mmc core about the maximum busy timeout
Ulf Hansson
1
-2
/
+11
2020-05-28
mmc: sdhci-pci-o2micro: Make some symbols static
Zou Wei
1
-4
/
+4
2020-05-28
mmc: core: Use DEFINE_DEBUGFS_ATTRIBUTE instead of DEFINE_SIMPLE_ATTRIBUTE
Zou Wei
1
-3
/
+3
2020-05-28
mmc: sdhci-of-at91: make MMC_SDHCI_OF_AT91 depend on HAVE_CLK
Masahiro Yamada
1
-1
/
+1
2020-05-28
mmc: renesas_sdhi: shorten types after refactorization
Wolfram Sang
2
-2
/
+2
2020-05-28
mmc: mmci_sdmmc: fix power on issue due to pwr_reg initialization
Ludovic Barre
1
-0
/
+1
2020-05-28
mmc: sdhci-msm: Use OPP API to set clk/perf state
Rajendra Nayak
1
-5
/
+29
2020-05-28
mmc: usdhi6rol0: Inform the mmc core about the maximum busy timeout
Ulf Hansson
1
-1
/
+8
2020-05-28
mmc: atmel-mci: Respect the cmd->busy_timeout from the mmc core
Ulf Hansson
1
-2
/
+4
2020-05-28
mmc: atmel-mci: Set the timer per command rather than per request
Ulf Hansson
1
-2
/
+4
2020-05-28
mmc: atmel-mci: Keep timer enabled when queuing a next request
Ulf Hansson
1
-2
/
+2
2020-05-28
mmc: sdhci-msm: Enable ADMA length mismatch error interrupt
Veerabhadrarao Badiganti
1
-5
/
+5
2020-05-28
mmc: sdhci-msm: Set SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 quirk
Veerabhadrarao Badiganti
1
-1
/
+3
[prev]
[next]