index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-03
mmc: core: Add tunable delay before detecting card after card is inserted
Shawn Lin
2
-4
/
+12
2018-05-03
mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode
Kishon Vijay Abraham I
1
-1
/
+8
2018-05-03
mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irq
Kishon Vijay Abraham I
1
-0
/
+19
2018-05-03
mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoC
Kishon Vijay Abraham I
1
-0
/
+5
2018-05-03
mmc: sdhci-omap: Workaround for Errata i834
Kishon Vijay Abraham I
1
-1
/
+2
2018-05-03
mmc: sdhci: Program a relatively accurate SW timeout value
Kishon Vijay Abraham I
2
-7
/
+55
2018-05-03
mmc: sdhci: Factor out target_timeout calculation
Adrian Hunter
1
-18
/
+30
2018-05-03
mmc: sdhci: Add quirk to disable HW timeout
Adrian Hunter
2
-4
/
+39
2018-05-03
mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...
Kishon Vijay Abraham I
1
-0
/
+10
2018-05-03
mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt properties
Kishon Vijay Abraham I
1
-0
/
+1
2018-05-03
mmc: sdhci-omap: Workaround for Errata i843
Kishon Vijay Abraham I
1
-1
/
+34
2018-05-03
mmc: sdhci-omap: Remove setting ADMA capability in driver
Kishon Vijay Abraham I
1
-3
/
+0
2018-05-03
mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES reg
Kishon Vijay Abraham I
1
-5
/
+12
2018-05-02
mmc: mediatek: add 64G DRAM DMA support
Chaotian Jing
1
-7
/
+49
2018-05-02
mmc: mmci: Remove bogus local_irq_save()
Thomas Gleixner
1
-5
/
+0
2018-05-02
mmc: sdhci-esdhc-imx: Set maximum watermark levels for PIO access
Andrew Gabbasov
1
-0
/
+22
2018-05-02
mmc: sdhci-msm: support voltage pad switching
Vijay Viswanath
1
-2
/
+55
2018-05-02
mmc: sdhci-msm: Add support to store supported vdd-io voltages
Vijay Viswanath
1
-1
/
+28
2018-05-02
mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist
Sergei Shtylyov
1
-0
/
+1
2018-05-02
mmc: sdhci-cadence: fix logically and structurally dead code
Gustavo A. R. Silva
1
-2
/
+2
2018-05-02
mmc: host: simplify getting .drvdata
Wolfram Sang
3
-12
/
+6
2018-05-02
mmc: mediatek: use of_device_get_match_data()
Ryder Lee
1
-5
/
+2
2018-05-02
mmc: sdhci-pci: Fix 3.3V voltage switch for some BYT-based Intel controllers
Adrian Hunter
1
-7
/
+27
2018-05-02
mmc: renesas_sdhi_internal_dmac: remove superfluous WARN
Wolfram Sang
1
-4
/
+1
2018-05-02
mmc: renesas_sdhi_internal_dmac: use more generic whitelisting
Wolfram Sang
1
-2
/
+5
2018-05-02
mmc: renesas_sdhi: Fix alignment check of sg buffer
Masaharu Hayakawa
1
-7
/
+8
2018-05-02
mmc: renesas_sdhi: use helpers to access struct scatterlist members
Niklas Söderlund
1
-5
/
+3
2018-05-02
mmc: sdhci-pci: Avoid 3.3V signaling on some NI 904x
Kyle Roeschley
2
-0
/
+5
2018-05-02
mmc: core: Add capability to avoid 3.3V signaling
Kyle Roeschley
3
-0
/
+24
2018-05-02
mmc: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
1
-8
/
+2
2018-05-02
mmc: sunxi: Drop the init / reset of the controller from set_ios
Maxime Ripard
1
-7
/
+4
2018-05-02
mmc: sunxi: Add runtime_pm support
Maxime Ripard
1
-0
/
+48
2018-05-02
mmc: sunxi: Move the card power configuration to a function
Maxime Ripard
1
-15
/
+25
2018-05-02
mmc: sunxi: Move clock configuration to a function
Maxime Ripard
1
-15
/
+18
2018-05-02
mmc: sunxi: Move bus width configuration to a function
Maxime Ripard
1
-12
/
+17
2018-05-02
mmc: sunxi: Change sunxi_mmc_init_host argument type
Maxime Ripard
1
-3
/
+2
2018-05-02
mmc: sunxi: Reorder the headers
Maxime Ripard
1
-23
/
+20
2018-05-02
mmc: core: sdio: Set SDIO clock of SDR104 to 150MHz for Marvell 8887 chip
Diwakar Sharma
1
-0
/
+3
2018-05-02
mmc: core: Add a new quirk for limiting clock rate
harish_kandiga@mentor.com
2
-1
/
+11
2018-05-02
mmc: dw_mmc: fix misleading comment in dw_mci_rk3288_set_ios
Shawn Lin
1
-3
/
+2
2018-05-02
mmc: sdhci-cadence: send tune request twice to work around errata
Masahiro Yamada
1
-4
/
+18
2018-05-02
mmc: meson: update doc to support Meson-AXG platform
Nan Li
2
-3
/
+3
2018-05-02
mmc: meson-axg: add support for the Meson-AXG platform
Nan Li
1
-10
/
+51
2018-05-02
mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitions
Andrew Gabbasov
1
-1
/
+2
2018-05-02
mmc: jz4740: Use dma_request_chan()
Ezequiel Garcia
1
-15
/
+7
2018-05-02
mmc: jz4740: Add support for the JZ4780
Alex Smith
2
-23
/
+72
2018-05-02
mmc: jz4740: Set clock rate to mmc->f_max rather than JZ_MMC_CLK_RATE
Alex Smith
1
-1
/
+1
2018-05-02
mmc: jz4740: Introduce devicetree probe
Ezequiel Garcia
1
-10
/
+41
2018-05-02
mmc: jz4740: Reset the device requesting the interrupt
Zubair Lutfullah Kakakhel
1
-1
/
+2
2018-05-02
mmc: jz4740: Use dev_get_platdata
Ezequiel Garcia
1
-3
/
+3
[prev]
[next]