index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mmc: core: Convert to mmc_poll_for_busy() for HPI commands
Ulf Hansson
2020-03-24
2
-15
/
+6
|
*
mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()
Ulf Hansson
2020-03-24
1
-4
/
+2
|
*
mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discard
Ulf Hansson
2020-03-24
3
-40
/
+33
|
*
mmc: core: Update CMD13 busy check for CMD6 commands
Ulf Hansson
2020-03-24
1
-1
/
+1
|
*
mmc: core: Enable re-use of mmc_blk_in_tran_state()
Ulf Hansson
2020-03-24
1
-20
/
+4
|
*
mmc: core: Split up mmc_poll_for_busy()
Ulf Hansson
2020-03-24
1
-16
/
+31
|
*
mmc: core: Drop redundant in-parameter to __mmc_switch()
Ulf Hansson
2020-03-24
3
-20
/
+15
|
*
mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()
Ulf Hansson
2020-03-24
3
-17
/
+11
|
*
mmc: core: Drop unused define
Ulf Hansson
2020-03-24
1
-1
/
+0
|
*
mmc: core: Throttle polling rate for CMD6
Ulf Hansson
2020-03-24
1
-0
/
+8
|
*
mmc: host: sdhci-sprd: Add software queue support
Baolin Wang
2020-03-24
2
-0
/
+29
|
*
mmc: host: sdhci: Add a variable to defer to complete requests if needed
Baolin Wang
2020-03-24
2
-1
/
+2
|
*
mmc: host: sdhci: Add request_done ops for struct sdhci_ops
Baolin Wang
2020-03-24
2
-2
/
+12
|
*
mmc: core: Enable the MMC host software queue for the SD card
Baolin Wang
2020-03-24
1
-0
/
+10
|
*
mmc: Add MMC host software queue support
Baolin Wang
2020-03-24
8
-12
/
+483
|
*
mmc: sdhci-msm: Don't enable PWRSAVE_DLL for certain sdhc hosts
Ritesh Harjani
2020-03-24
1
-3
/
+15
|
*
mmc: sdhci-of-arasan: Remove quirk for broken base clock
Manish Narani
2020-03-24
1
-1
/
+12
|
*
mmc: sdhci-of-arasan: Add support for DLL reset for ZynqMP platforms
Manish Narani
2020-03-24
1
-0
/
+46
|
*
mmc: tmio: remove superfluous callback wrappers
Wolfram Sang
2020-03-24
2
-38
/
+12
|
*
mmc: tmio: factor out TAP usage
Wolfram Sang
2020-03-24
3
-24
/
+24
|
*
mmc: tmio: enforce retune after runtime suspend
Wolfram Sang
2020-03-24
3
-9
/
+1
|
*
mmc: tmio: give callback a generic name
Wolfram Sang
2020-03-24
3
-4
/
+4
|
*
mmc: renesas_sdhi: complain loudly if driver needs update
Wolfram Sang
2020-03-24
1
-3
/
+3
|
*
mmc: tmio: refactor tuning execution into SDHI driver
Wolfram Sang
2020-03-24
3
-44
/
+37
|
*
mmc: renesas_sdhi: cleanup SCC defines
Wolfram Sang
2020-03-24
1
-10
/
+8
|
*
mmc: renesas_sdhi: enforce manual correction for Gen3
Wolfram Sang
2020-03-24
1
-0
/
+6
|
*
mmc: renesas_sdhi: only check CMD status for HS400 manual correction
Takeshi Saito
2020-03-24
1
-8
/
+33
|
*
mmc: renesas_sdhi: Add manual correction
Takeshi Saito
2020-03-24
2
-10
/
+52
|
*
mmc: renesas_sdhi: remove double clear of automatic correction
Wolfram Sang
2020-03-24
1
-4
/
+0
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-03-31
1
-2
/
+2
|
\
\
|
*
\
Merge branch 'x86/cpu' into perf/core, to resolve conflict
Ingo Molnar
2020-03-25
1
-2
/
+2
|
|
\
\
|
|
*
|
mmc: sdhci-acpi: Convert to new X86 CPU match macros
Thomas Gleixner
2020-03-24
1
-2
/
+2
*
|
|
|
Merge branch 'pm-qos'
Rafael J. Wysocki
2020-03-30
1
-8
/
+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
drivers: mmc: Call cpu_latency_qos_*() instead of pm_qos_*()
Rafael J. Wysocki
2020-02-14
1
-8
/
+6
|
|
|
/
|
|
/
|
*
|
|
mmc: rtsx_pci: Fix support for speed-modes that relies on tuning
Ricky Wu
2020-03-18
1
-5
/
+8
*
|
|
mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2
Michał Mirosław
2020-03-17
1
-2
/
+6
*
|
|
mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for UniPhier
Masahiro Yamada
2020-03-17
1
-2
/
+16
*
|
|
mmc: sdhci-acpi: Disable write protect detection on Acer Aspire Switch 10 (SW...
Hans de Goede
2020-03-17
1
-0
/
+16
*
|
|
mmc: sdhci-acpi: Switch signal voltage back to 3.3V on suspend on external mi...
Hans de Goede
2020-03-17
1
-2
/
+66
|
|
/
|
/
|
*
|
mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command
Ulf Hansson
2020-03-12
1
-2
/
+5
*
|
mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY
Ulf Hansson
2020-03-11
1
-0
/
+3
*
|
mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY
Ulf Hansson
2020-03-11
1
-0
/
+3
*
|
mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard
Ulf Hansson
2020-03-11
1
-1
/
+4
*
|
mmc: core: Allow host controllers to require R1B for CMD6
Ulf Hansson
2020-03-11
1
-2
/
+4
*
|
mmc: sdhci-pci-gli: Enable MSI interrupt for GL975x
Ben Chuang
2020-03-04
1
-0
/
+17
*
|
mmc: sdhci-msm: Mark sdhci_msm_cqe_disable static
Stephen Boyd
2020-02-13
1
-1
/
+1
|
/
*
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2020-01-27
2
-2
/
+2
|
\
|
*
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
2
-2
/
+2
*
|
mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()
Ulf Hansson
2020-01-24
1
-14
/
+11
*
|
mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSD
Ulf Hansson
2020-01-24
1
-3
/
+3
[prev]
[next]