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
starfive-6.6.48-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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-28
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-11
/
+9
2022-03-24
Merge tag 'mmc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
19
-79
/
+903
2022-03-22
Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-2
/
+1
2022-03-15
mmc: tmio: remove outdated members from host struct
Wolfram Sang
1
-4
/
+0
2022-03-15
mmc: mtk-sd: Silence delay phase calculation debug log
Alexandre Bailon
1
-2
/
+2
2022-03-15
mmc: davinci_mmc: Handle error for clk_enable
Jiasheng Jiang
1
-1
/
+5
2022-03-15
mmc: sdhci-pci-gli: Add runtime PM for GL9763E
Ben Chuang
1
-0
/
+47
2022-03-07
mmc: dw-mmc-rockchip: Fix handling invalid clock rates
Peter Geis
1
-4
/
+23
2022-03-07
mmc: dw_mmc: Support setting f_min from host drivers
Peter Geis
2
-1
/
+8
2022-03-07
mmc: host: Drop commas after SoC match table sentinels
Geert Uytterhoeven
2
-6
/
+6
2022-03-02
mmc: rtsx: add 74 Clocks in power on flow
Ricky WU
1
-10
/
+19
2022-03-02
mmc: rtsx: Fix build errors/warnings for unused variable
Ulf Hansson
1
-6
/
+0
2022-02-28
Merge branch 'fixes' into next
Ulf Hansson
1
-7
/
+8
2022-02-28
mmc: sh_mmcif: Simplify division/shift logic
Geert Uytterhoeven
1
-4
/
+3
2022-02-28
mmc: sdhci_am654: Add Support for TI's AM62 SoC
Aswath Govindraju
1
-0
/
+4
2022-02-28
mmc: meson: Fix usage of meson_mmc_post_req()
Rong Chen
1
-7
/
+8
2022-02-28
mmc: sdhci_am654: Fix the driver data of AM64 SoC
Aswath Govindraju
1
-22
/
+2
2022-02-28
mmc: sunxi-mmc: Add D1 MMC variant
Samuel Holland
1
-0
/
+9
2022-02-28
mmc: dw_mmc: Use device_property_string_array_count()
Andy Shevchenko
1
-2
/
+1
2022-02-28
mmc: davinci: Use of_device_get_match_data() helper
Bean Huo
1
-4
/
+2
2022-02-28
mmc: sdhci-of-at91: Use of_device_get_match_data() helper
Bean Huo
1
-4
/
+2
2022-02-28
mmc: sdhci-tegra: Use of_device_get_match_data() helper
Bean Huo
1
-4
/
+2
2022-02-28
mmc: wmt-sdmmc: Use of_device_get_match_data() helper
Bean Huo
1
-5
/
+2
2022-02-28
mmc: sdhci-pci-gli: Add a switch to enable/disable SSC for GL9750 and GL9755
Ben Chuang
1
-12
/
+54
2022-02-28
mmc: sdhci-pci-gli: Enable SSC at 50MHz and 100MHz for GL9750 and GL9755
Ben Chuang
1
-0
/
+36
2022-02-28
mmc: sdhci-pci-gli: Reduce the SSC value at 205MHz for GL9750 and GL9755
Ben Chuang
1
-2
/
+2
2022-02-28
mmc: Add driver for LiteX's LiteSDCard interface
Gabriel Somlo
3
-0
/
+675
2022-02-28
mmc: sdhci-tegra: Enable wake on SD card event
Aniruddha Rao
1
-1
/
+8
2022-02-28
mmc: dw_mmc: Fix potential null pointer risk
Wen Zhiwei
1
-1
/
+1
2022-02-22
mmc: rtsx: Let MMC core handle runtime PM
Kai-Heng Feng
1
-18
/
+0
2022-02-14
Merge 5.17-rc4 into char-misc-next
Greg Kroah-Hartman
3
-3
/
+10
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-2
/
+1
2022-01-31
moxart: fix potential use-after-free on remove path
Greg Kroah-Hartman
1
-1
/
+1
2022-01-26
mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PM
Kai-Heng Feng
1
-11
/
+33
2022-01-24
mmc: sh_mmcif: Check for null res pointer
Jiasheng Jiang
1
-0
/
+3
2022-01-24
mmc: sdhci-of-esdhc: Check for error num after setting mask
Jiasheng Jiang
1
-2
/
+6
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-01-18
Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2
-3
/
+3
2022-01-15
bitmap: unify find_bit operations
Yury Norov
1
-1
/
+1
2022-01-14
Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+0
2022-01-13
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
4
-13
/
+58
2022-01-12
PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macro
Paul Cercueil
2
-3
/
+3
2022-01-12
Merge branches 'clk-x86', 'clk-stm', 'clk-amlogic' and 'clk-allwinner' into c...
Stephen Boyd
1
-0
/
+1
2022-01-11
Merge tag 'mmc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
21
-374
/
+591
2022-01-11
Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-8
/
+6
2022-01-11
Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-72
/
+6
2022-01-10
Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'
Rafael J. Wysocki
2
-8
/
+6
2022-01-10
Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
1
-16
/
+65
2022-01-10
Merge branches 'acpi-x86', 'acpi-pmic' and 'acpi-dptf'
Rafael J. Wysocki
1
-72
/
+6
2021-12-28
mmc: au1xmmc: propagate errors from platform_get_irq()
Sergey Shtylyov
1
-1
/
+3
[next]