index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
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-12
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 tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-17
/
+21
2022-01-11
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
32
-442
/
+742
2022-01-10
Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-8
/
+6
2022-01-10
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: pwrseq: Use bitmap_free() to free bitmap
Christophe JAILLET
1
-1
/
+1
2021-12-28
mmc: au1xmmc: propagate errors from platform_get_irq()
Sergey Shtylyov
1
-1
/
+3
2021-12-28
mmc: sdhci-pci-o2micro: Restore the SD clock's base clock frequency
Fred Ai
1
-0
/
+5
2021-12-28
mmc: sdhci-pci-o2micro: Improve card input timing at SDR104/HS200 mode
Fred Ai
1
-9
/
+48
2021-12-28
mmc: mtk-sd: Assign src_clk parent to src_clk_cg for legacy DTs
AngeloGioacchino Del Regno
1
-12
/
+16
2021-12-28
mmc: mtk-sd: Fix usage of devm_clk_get_optional()
AngeloGioacchino Del Regno
1
-1
/
+1
2021-12-28
mmc: mtk-sd: Take action for no-sdio device-tree parameter
AngeloGioacchino Del Regno
1
-7
/
+12
2021-12-28
mmc: mtk-sd: Use BIT() and GENMASK() macros to describe fields
AngeloGioacchino Del Regno
1
-218
/
+219
2021-12-28
mmc: mtk-sd: Use readl_poll_timeout instead of open-coded polling
AngeloGioacchino Del Regno
1
-25
/
+39
2021-12-21
mmc: jz4740: Support using a bi-directional DMA channel
Paul Cercueil
1
-2
/
+17
2021-12-21
mmc: dw_mmc: Do not wait for DTO in case of error
Mårten Lindahl
3
-0
/
+19
2021-12-21
mmc: dw_mmc: Add driver callbacks for data read timeout
Mårten Lindahl
3
-1
/
+65
2021-12-21
mmc: dw_mmc-exynos: Add support for ARTPEC-8
Mårten Lindahl
1
-11
/
+36
2021-12-21
mmc: meson-mx-sdio: add IRQ check
Sergey Shtylyov
1
-0
/
+5
2021-12-21
mmc: meson-mx-sdhc: add IRQ check
Sergey Shtylyov
1
-0
/
+5
2021-12-21
mmc: dw_mmc: clean up a debug message
Dan Carpenter
1
-1
/
+1
2021-12-21
mmc: sdhci-pci-gli: GL975[50]: Issue 8/16-bit MMIO reads as 32-bit reads.
Hector Martin
1
-0
/
+23
2021-12-21
mmc: sdhci-pci-gli: GL9755: Support for CD/WP inversion on OF platforms
Hector Martin
1
-0
/
+11
2021-12-21
mmc: core: Fix blk_status_t handling
Joel Stanley
1
-1
/
+1
2021-12-21
mmc: mmci: add hs200 support for stm32 sdmmc
Yann Gautier
1
-2
/
+3
2021-12-21
mmc: mmci: increase stm32 sdmmcv2 clock max freq
Yann Gautier
1
-1
/
+1
2021-12-21
mmc: mmci: Add support for sdmmc variant revision v2.2
Yann Gautier
1
-0
/
+5
2021-12-21
Merge branch 'fixes' into next
Ulf Hansson
1
-0
/
+2
2021-12-21
mmc: mmci: stm32: clear DLYB_CR after sending tuning command
Yann Gautier
1
-0
/
+2
2021-12-20
mmc: meson-mx-sdhc: Drop unused MESON_SDHC_NUM_BUILTIN_CLKS macro
Martin Blumenstingl
1
-2
/
+0
2021-12-20
Merge branch 'fixes' into next
Ulf Hansson
4
-1
/
+32
2021-12-20
mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands
Martin Blumenstingl
1
-0
/
+16
2021-12-20
mmc: core: Disable card detect during shutdown
Ulf Hansson
3
-1
/
+16
2021-12-17
mmc: mxc: Use the new PM macros
Paul Cercueil
1
-4
/
+2
2021-12-17
mmc: jz4740: Use the new PM macros
Paul Cercueil
1
-4
/
+4
2021-12-17
mmc: bcm2835: stop setting chan_config->slave_id
Arnd Bergmann
1
-2
/
+0
2021-12-16
mmc: sdhci-tegra: Add runtime PM and OPP support
Dmitry Osipenko
1
-16
/
+65
2021-12-14
Merge branch 'fixes' into next
Ulf Hansson
1
-17
/
+26
2021-12-14
mmc: core: Remove redundant driver match function
lizhe
1
-11
/
+0
2021-12-14
mmc: mmc_spi: Use write_or_read temporary variable in mmc_spi_data_do()
Andy Shevchenko
1
-8
/
+4
2021-12-14
mmc: mmc_spi: Convert 'multiple' to be boolean in mmc_spi_data_do()
Andy Shevchenko
1
-2
/
+2
[next]