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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-25
mmc: Add runtime and system-wide PM to the TMIO MMC driver
Guennadi Liakhovetski
5
-19
/
+86
2011-05-25
mmc: sh_mmcif: protect against a theoretical race
Guennadi Liakhovetski
1
-8
/
+42
2011-05-25
mmc: sdio: optimized SDIO IRQ handling for single irq
Stefan Nilsson XK
1
-1
/
+32
2011-05-25
mmc: mmc_test: minor clean up, use t = &test.area everywhere
Andy Shevchenko
1
-31
/
+44
2011-05-25
mmc: card: fix potential null dereference of 'idata'
Vladimir Motyka
1
-5
/
+6
2011-05-25
mmc: sdhci: add support for retuning mode 1
Arindam Nath
2
-3
/
+112
2011-05-25
mmc: sdhci: add support for programmable clock mode
Arindam Nath
2
-15
/
+69
2011-05-25
mmc: sdhci: enable preset value after uhs initialization
Arindam Nath
2
-0
/
+43
2011-05-25
mmc: sd: add support for tuning during uhs initialization
Arindam Nath
3
-1
/
+176
2011-05-25
mmc: sd: report correct speed and capacity of uhs cards
Arindam Nath
2
-4
/
+17
2011-05-25
mmc: sd: set current limit for uhs cards
Arindam Nath
2
-0
/
+73
2011-05-25
mmc: sd: add support for uhs bus speed mode selection
Arindam Nath
3
-3
/
+108
2011-05-25
mmc: sdhci: reset sdclk before setting high speed enable
Arindam Nath
1
-3
/
+24
2011-05-25
mmc: sd: add support for driver type selection
Arindam Nath
7
-30
/
+176
2011-05-25
mmc: sd: query function modes for uhs cards
Arindam Nath
1
-10
/
+58
2011-05-25
mmc: sd: add support for signal voltage switch procedure
Arindam Nath
5
-17
/
+262
2011-05-25
mmc: core: Add mmc CMD+ACMD passthrough ioctl
John Calixto
2
-1
/
+203
2011-05-25
mmc: block: init force_ro sysfs attribute
Rabin Vincent
1
-0
/
+1
2011-05-25
mmc: sdhci: Fix read-only detection with JMicron 388 chip
Takashi Iwai
2
-4
/
+29
2011-05-25
mmc: Ensure hardware partitions don't mess with mmcblk device naming.
Andrei Warkentin
1
-7
/
+19
2011-05-25
mmc: sdhci: Add pre and post reset processing for chip specific reset
Philip Rakity
2
-0
/
+8
2011-05-25
mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK
Mark Brown
1
-3
/
+4
2011-05-25
mmc: initialize struct mmc_request at declaration time
Chris Ball
6
-34
/
+12
2011-05-25
mmc: initialize struct mmc_data at declaration time
Chris Ball
5
-21
/
+10
2011-05-25
mmc: initialize struct mmc_command at declaration time
Chris Ball
6
-92
/
+37
2011-05-25
mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.
Chris Ball
1
-0
/
+1
2011-05-25
mmc: core: Fix use of uninitialized data in mmc_send_if_cond.
Chris Ball
1
-0
/
+2
2011-05-25
mmc: core: Fix use of uninitialized data in mmc_cmd_app.
Andrei Warkentin
1
-0
/
+2
2011-05-25
mmc: quirks: Fix erase/trim for certain SanDisk cards.
Andrei Warkentin
1
-1
/
+42
2011-05-25
mmc: sdhci: work around broken dma boundary behavior
Mikko Vinni
2
-5
/
+31
2011-05-25
mmc: quirks: Support for block quirks.
Andrei Warkentin
1
-0
/
+7
2011-05-25
mmc: MMC boot partitions support.
Andrei Warkentin
2
-40
/
+256
2011-05-25
mmc: card: block.c cleanup for host claim/release.
Andrei Warkentin
1
-18
/
+13
2011-05-25
mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).
Andrei Warkentin
3
-8
/
+23
2011-05-25
mmc: sdhci: R1B command handling + MMC_CAP_ERASE.
Andrei Warkentin
1
-16
/
+26
2011-05-25
mmc: core: Rename erase_timeout to cmd_timeout_ms.
Andrei Warkentin
1
-18
/
+21
2011-05-25
mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.
Andrei Warkentin
3
-54
/
+43
2011-05-25
mmc: core: fix memory leak in mmc_add_host
Wolfram Sang
1
-2
/
+2
2011-05-25
mmc: sdhci-pci: Fix checkpatch.pl errors
Ameya Palande
1
-23
/
+21
2011-05-25
mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CD
Ohad Ben-Cohen
1
-0
/
+2
2011-05-25
mmc: add MMC_QUIRK_DISABLE_CD
Ohad Ben-Cohen
1
-1
/
+1
2011-05-25
mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IF
Ohad Ben-Cohen
1
-0
/
+2
2011-05-25
mmc: add MMC_QUIRK_NONSTD_FUNC_IF
Ohad Ben-Cohen
1
-0
/
+6
2011-05-25
mmc: do not switch to 1-bit mode if not required
Ohad Ben-Cohen
1
-2
/
+2
2011-05-25
mmc: mmc_card_keep_power cleanups
Ohad Ben-Cohen
2
-7
/
+7
2011-05-25
mmc: Reliable write support.
Andrei Warkentin
2
-4
/
+82
2011-05-25
mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool'
Shawn Guo
1
-1
/
+1
2011-05-25
mmc: tegra: add pm_flags
Venkat Rao
1
-0
/
+2
2011-05-25
mmc: remove redundant irq disabling
John Ogness
1
-8
/
+0
2011-05-25
mmc: Ensure linux starts in eMMC user partition
Philip Rakity
1
-0
/
+10
[prev]
[next]