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
2019-02-25
mmc: bcm2835: Drop DMA channel error pointer check
Lukas Wunner
1
-1
/
+1
2019-02-25
mmc: omap: fix the maximum timeout setting
Aaro Koskinen
1
-1
/
+1
2019-02-25
mmc: tegra: HW Command Queue Support for Tegra SDMMC
Sowjanya Komatineni
2
-4
/
+114
2019-02-25
mmc: sdhci: Add ADMA3 DMA support for V4 enabled host
Sowjanya Komatineni
2
-1
/
+10
2019-02-25
mmc: atmel-mci: enable 8 bits buswidth support
Nicolas Ferre
1
-1
/
+7
2019-02-25
mmc: renesas_sdhi: Fix card initialization failure in high speed mode
Takeshi Saito
1
-4
/
+7
2019-02-25
mmc: jz4740: Remove platform data and use standard APIs
Paul Cercueil
1
-57
/
+14
2019-02-25
mmc: sdhci: Remove unneeded quirk2 flag of O2 SD host controller
Ernest Zhang(WH)
1
-1
/
+1
2019-02-25
mmc: jz4740: Annotate implicit fall through
Mathieu Malaterre
1
-0
/
+2
2019-02-25
mmc: sdhci-esdhc-imx: fix return value check in sdhci_esdhc_imx_probe()
Wei Yongjun
1
-2
/
+2
2019-02-25
mmc: core: annotate implicit fall through
Mathieu Malaterre
1
-1
/
+1
2019-02-25
mmc: tegra: SDMMC pads auto-calibration
Sowjanya Komatineni
1
-41
/
+119
2019-02-25
mmc: sdhci-esdhc-imx: add DCMD support for CMDQ
BOUGH CHEN
1
-1
/
+21
2019-02-25
mmc: sdhci-esdhc-imx: add CMDQ support
BOUGH CHEN
2
-3
/
+115
2019-02-25
mmc: sdhci: correct the maximum timeout when enable CMDQ
BOUGH CHEN
1
-2
/
+7
2019-02-25
mmc: sdhci-esdhc-imx: add HS400_ES support for i.MX8QXP
BOUGH CHEN
1
-0
/
+29
2019-02-25
mmc: sdhci-esdhc-imx: remove the 100MHz limitation for Strobe DLL
BOUGH CHEN
1
-29
/
+23
2019-02-25
mmc: tmio: undo PM autosuspend when removing the host
Niklas Söderlund
1
-0
/
+1
2019-02-25
mmc: tmio: fix typo in tmio_mmc_init_ocr()
Niklas Söderlund
1
-1
/
+1
2019-02-25
mmc:sdio: Remove unneeded variable ret
wangbo
1
-2
/
+1
2019-02-25
mmc: sdhci: Fix O2 Host PLL and card detect issue
Ernest Zhang(WH)
2
-3
/
+131
2019-02-25
mmc: sdhci: Moving sdhci_o2 into sdhci-pci-o2micro.c
Ernest Zhang(WH)
3
-15
/
+11
2019-02-25
mmc: block: fix debugfs_simple_attr.cocci warnings
YueHaibing
1
-4
/
+5
2019-02-25
mmc: sdhci-brcmstb: handle mmc_of_parse() errors during probe
Stefan Wahren
1
-1
/
+3
2019-02-25
mmc: sdhci: add delay after the last tuning command
BOUGH CHEN
1
-3
/
+4
2019-02-25
mmc: sdhci-esdhc-imx: add delay between tuning cycles
BOUGH CHEN
1
-0
/
+2
2019-02-25
mmc: sdhci-esdhc-imx: add SD clock limitation for imx6ull
BOUGH CHEN
1
-1
/
+21
2019-02-25
mmc: sdhci-esdhc-imx: fix HS400 timing issue
BOUGH CHEN
1
-0
/
+1
2019-02-25
mmc: sdhci: usdhc: do not do tuning for DDR50 mode.
BOUGH CHEN
1
-0
/
+20
2019-02-25
mmc: sdhci-esdhc-imx: clear ESDHC_STD_TUNING_EN for manual tuning method
BOUGH CHEN
1
-0
/
+9
2019-02-25
mmc: sdhci-esdhc-imx: Constify driver data
Andrey Smirnov
1
-8
/
+8
2019-02-25
mmc: sdhci_am654: Make symbol 'sdhci_am654_ops' static
Wei Yongjun
1
-1
/
+1
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
2
-1
/
+3
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
1
-2
/
+1
2019-02-13
mmc: meson-gx: fix interrupt name
Martin Blumenstingl
1
-1
/
+2
2019-02-08
mmc: block: handle complete_work on separate workqueue
Zachary Hays
1
-1
/
+9
2019-02-06
mmc: sunxi: Filter out unsupported modes declared in the device tree
Chen-Yu Tsai
1
-0
/
+15
2019-02-06
mmc: sunxi: Disable HS-DDR mode for H5 eMMC controller by default
Chen-Yu Tsai
1
-1
/
+10
2019-01-28
mmc: mediatek: fix incorrect register setting of hs400_cmd_int_delay
Chaotian Jing
1
-1
/
+1
2019-01-28
mmc: bcm2835: Fix DMA channel leak on probe error
Lukas Wunner
1
-0
/
+2
2019-01-25
Merge tag 'mmc-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
4
-20
/
+26
2019-01-22
mmc: dw_mmc-bluefield: : Fix the license information
Liming Sun
1
-5
/
+0
2019-01-22
mmc: meson-gx: enable signal re-sampling together with tuning
Andreas Fenkart
1
-5
/
+9
2019-01-15
Merge tag 'gpio-v5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-1
/
+1
2019-01-14
mmc: sdhci-iproc: handle mmc_of_parse() errors during probe
Stefan Wahren
1
-1
/
+4
2019-01-14
mmc: meson-gx: Free irq in release() callback
Remi Pommarel
1
-7
/
+11
2019-01-14
mmc: host: Fix Kconfig warnings on keystone_defconfig
Faiz Abbas
1
-1
/
+1
2019-01-14
mmc: sdhci-acpi: Make PCI dependency explicit
Sinan Kaya
1
-1
/
+1
2019-01-11
mmc: core: don't override the CD GPIO level when "cd-inverted" is set
Martin Blumenstingl
1
-1
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-2
/
+3
[prev]
[next]