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
2023-01-02
mmc: sunxi-mmc: Fix clock refcount imbalance during unbind
Samuel Holland
1
-3
/
+5
2023-01-02
mmc: sdhci-esdhc-imx: correct the tuning start tap and step setting
Haibo Chen
1
-7
/
+15
2022-12-14
Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
59
-370
/
+1611
2022-12-13
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+3
2022-12-09
mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400K
Wenchao Chen
1
-7
/
+9
2022-12-09
mmc: sdhci-of-esdhc: Modify mismatched function name
Jiapeng Chong
1
-2
/
+2
2022-12-07
mmc: sdhci-tegra: Issue CMD and DAT resets together
Prathamesh Shete
3
-1
/
+9
2022-12-07
mmc: sdhci-tegra: Add support to program MC stream ID
Prathamesh Shete
1
-0
/
+30
2022-12-07
mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data
Prathamesh Shete
1
-0
/
+14
2022-12-07
mmc: sdhci-tegra: Sort includes alphabetically
Thierry Reding
1
-11
/
+11
2022-12-07
mmc: sdhci-brcmstb: Resolve "unused" warnings with CONFIG_OF=n
Brian Norris
1
-1
/
+1
2022-12-07
mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING
Deren Wu
1
-0
/
+2
2022-12-07
mmc: sdhci-of-esdhc: limit the SDHC clock frequency
Andy Tang
1
-0
/
+7
2022-12-07
mmc: sdhci: Remove unneeded semicolon
zhang songyi
1
-1
/
+1
2022-12-07
mmc: core: Normalize the error handling branch in sd_read_ext_regs()
Zhen Lei
1
-3
/
+8
2022-12-07
mmc: sdhci: Avoid unnecessary ->set_clock()
Adrian Hunter
1
-23
/
+14
2022-12-07
mmc: mmc-hsq: Use fifo to dispatch mmc_request
Michael Wu
2
-25
/
+20
2022-12-07
mmc: core: refactor debugfs code
Ye Bin
3
-8
/
+15
2022-12-07
mmc: Avoid open coding by using mmc_op_tuning()
ChanWoo Lee
7
-27
/
+10
2022-12-07
mmc: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-12-07
mmc: core: Remove non-data R1B ioctl workaround
Christian Löhle
1
-13
/
+0
2022-12-07
mmc: renesas_sdhi: use plain numbers for end_flags
Wolfram Sang
1
-2
/
+2
2022-12-07
mmc: Add mmc driver for Sunplus SP7021
Tony Huang
3
-0
/
+1010
2022-12-07
mmc: renesas_sdhi: use new convenience macro from MMC core
Wolfram Sang
1
-2
/
+1
2022-12-07
mmc: renesas_sdhi: add helper to access quirks
Wolfram Sang
3
-13
/
+15
2022-12-07
mmc: renesas_sdhi: better reset from HS400 mode
Wolfram Sang
1
-1
/
+1
2022-12-07
mmc: renesas_sdhi: alway populate SCC pointer
Wolfram Sang
1
-5
/
+7
2022-12-07
mmc: pwrseq: Use device_match_of_node()
ye xingchen
1
-1
/
+1
2022-12-07
mmc: dw_mmc-pltfm: socfpga: add method to configure clk-phase
Dinh Nguyen
1
-1
/
+40
2022-12-07
mmc: sdhci: Fix the SD tuning issue that the SDHCI_TRANSFER_MODE is cleared i...
Charl Liu
1
-1
/
+1
2022-12-07
mmc: tmio: remove 'alignment_shift' from platform data
Wolfram Sang
2
-3
/
+2
2022-12-07
mmc: tmio: remove tmio_mmc_k(un)map_atomic helpers
Wolfram Sang
3
-20
/
+10
2022-12-07
mmc: renesas_sdhi: take DMA end interrupts into account
Wolfram Sang
2
-7
/
+49
2022-12-07
mmc: renesas_sdhi: add quirk for broken register layout
Wolfram Sang
2
-1
/
+4
2022-12-07
mmc: tmio: add callback for dma irq
Wolfram Sang
2
-0
/
+4
2022-12-07
mmc: renesas_sdhi: improve naming of DMA struct
Wolfram Sang
2
-5
/
+5
2022-12-07
mmc: renesas_sdhi: remove accessor function for internal_dmac
Wolfram Sang
1
-23
/
+8
2022-12-07
mmc: f-sdh30: Add quirks for broken timeout clock capability
Kunihiko Hayashi
1
-0
/
+3
2022-12-07
mmc: f-sdh30: Add support for non-removable media
Kunihiko Hayashi
2
-0
/
+10
2022-12-07
mmc: f-sdh30: Add compatible string for Socionext F_SDH30_E51
Kunihiko Hayashi
1
-1
/
+3
2022-12-07
mmc: f-sdh30: Add reset control support
Kunihiko Hayashi
1
-1
/
+16
2022-12-07
mmc: mtk-sd: fix two spelling mistakes in comment
Yu Zhe
1
-2
/
+2
2022-12-07
mmc: mmci: fix return value check of mmc_add_host()
Yang Yingliang
1
-1
/
+3
2022-12-07
mmc: wbsd: fix return value check of mmc_add_host()
Yang Yingliang
1
-1
/
+11
2022-12-07
mmc: via-sdmmc: fix return value check of mmc_add_host()
Yang Yingliang
1
-1
/
+3
2022-12-07
mmc: meson-gx: fix return value check of mmc_add_host()
Yang Yingliang
1
-1
/
+3
2022-12-07
mmc: omap_hsmmc: fix return value check of mmc_add_host()
Yang Yingliang
1
-1
/
+3
2022-12-07
mmc: atmel-mci: fix return value check of mmc_add_host()
Yang Yingliang
1
-3
/
+6
2022-12-07
mmc: litex_mmc: ensure `host->irq == 0` if polling
Gabriel Somlo
1
-0
/
+1
2022-12-07
mmc: wmt-sdmmc: fix return value check of mmc_add_host()
Yang Yingliang
1
-1
/
+5
[next]