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
2018-12-17
mmc: sdhci-of-esdhc: temporary fixup for eMMC HS400 issue
Yangbo Lu
1
-1
/
+3
2018-12-17
mmc: sdhci-of-esdhc: add erratum A011334 support
Yangbo Lu
1
-0
/
+36
2018-12-17
mmc: sdhci-of-esdhc: add hs400 mode support
Yangbo Lu
2
-10
/
+88
2018-12-17
mmc: core: Add ->hs400_prepare_ddr() callback
Yinbo Zhu
1
-0
/
+3
2018-12-17
mmc: sdhci-omap: Remove redundant structure assignments
Faiz Abbas
1
-4
/
+0
2018-12-17
mmc: sdhci-omap: Add platform specific reset callback
Faiz Abbas
1
-1
/
+19
2018-12-17
mmc: jz4740: rework pre_req/post_req implementation
Ezequiel Garcia
1
-64
/
+54
2018-12-17
mmc: mmci: send stop command if sbc error issue
Ludovic Barre
1
-3
/
+2
2018-12-17
mmc: tmio: introduce mask for 'always 1' bits
Wolfram Sang
2
-0
/
+6
2018-12-17
mmc: renesas_sdhi: disable HS400 on H3 ES1.x and M3-W ES1.[012]
Niklas Söderlund
1
-5
/
+15
2018-12-17
mmc: renesas_sdhi: align compatibility properties for H3 and M3-W
Niklas Söderlund
2
-35
/
+5
2018-12-17
mmc: renesas_sdhi: handle 4tap hs400 mode quirk based on SoC revision
Niklas Söderlund
1
-0
/
+26
2018-12-17
mmc: renesas_sdhi: add initial setting of interrupt mask register
Niklas Söderlund
2
-0
/
+5
2018-12-17
mmc: tmio: fix reset operation
Niklas Söderlund
1
-12
/
+15
2018-12-17
mmc: tmio: enable module clock before resetting when resuming
Niklas Söderlund
1
-1
/
+1
2018-12-17
mmc: core: remove obsolete mmc_set_blockcount() function
Wolfram Sang
2
-16
/
+0
2018-12-17
mmc: bcm2835: Properly handle dmaengine_prep_slave_sg
Stefan Wahren
1
-6
/
+9
2018-12-17
mmc: bcm2835: Refactor dma_map_sg handling
Stefan Wahren
1
-9
/
+7
2018-12-17
mmc: bcm2835: Terminate timeout work synchronously
Stefan Wahren
1
-1
/
+1
2018-12-17
mmc: bcm2835: Avoid possible races on data requests
Stefan Wahren
1
-4
/
+6
2018-12-17
mmc: bcm2835: Release DMA channel on driver unload
Stefan Wahren
1
-0
/
+3
2018-12-17
mmc: bcm2835: Recover from MMC_SEND_EXT_CSD
Phil Elwell
1
-0
/
+9
2018-12-17
mmc: bcm2835: reset host on timeout
Michal Suchanek
1
-0
/
+3
2018-12-17
mmc: sdhci: imx: Use the slot GPIO descriptor
Linus Walleij
1
-6
/
+8
2018-12-17
mmc: jz4740: Use GPIO descriptor for power
Linus Walleij
1
-49
/
+16
2018-12-17
mmc: jz4740: Get CD/WP GPIOs from descriptors
Linus Walleij
1
-10
/
+10
2018-12-17
mmc: slot-gpio: Allocate GPIO labels dynamically
Linus Walleij
1
-6
/
+10
2018-12-17
mmc: sdhci-msm: Re-initialize DLL if MCLK is gated dynamically
Veerabhadrarao Badiganti
1
-11
/
+67
2018-12-17
mmc: sdhci: Handle auto-command errors
Adrian Hunter
2
-1
/
+41
2018-12-17
mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERR
Adrian Hunter
3
-10
/
+10
2018-12-17
mmc: sdhci: Fix data command CRC error handling
Adrian Hunter
1
-25
/
+15
2018-12-17
mmc: bcm2835: Switch to SPDX identifier
Stefan Wahren
1
-12
/
+1
2018-12-17
mmc: renesas_sdhi: Whitelist R8A77990 SDHI
Marek Vasut
1
-0
/
+1
2018-12-17
mmc: tmio: delete wait in tuning process
Masaharu Hayakawa
1
-2
/
+0
2018-12-17
mmc: renesas_sdhi: remove workaround for HS400 clock
Niklas Söderlund
1
-9
/
+0
2018-12-17
mmc: sdhci-cadence: include <linux/bits.h> instead of <linux/bitops.h>
Masahiro Yamada
1
-1
/
+1
2018-12-17
mmc: sdhci: Convert sdhci_allocate_bounce_buffer() to return void
Chunyan Zhang
1
-10
/
+5
2018-12-17
mmc: renesas_sdhi_internal_dmac: Add R7S9210 support
Chris Brandt
2
-5
/
+30
2018-12-17
mmc: atmel-mci: do not assume idle after atmci_request_end
Jonas Danielsson
1
-1
/
+2
2018-12-17
mmc: dw_mmc-bluefield: simplify the probe() function
Liming Sun
1
-10
/
+1
2018-12-06
mmc: sdhci: fix the timeout check window for clock and reset
Alek Du
1
-5
/
+13
2018-12-05
mmc: sdhci-omap: Fix DCRC error handling during tuning
Faiz Abbas
1
-4
/
+8
2018-12-04
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
1
-3
/
+83
2018-12-04
MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310
Aaro Koskinen
1
-2
/
+9
2018-12-04
mmc: core: use mrq->sbc when sending CMD23 for RPMB
Wolfram Sang
1
-5
/
+10
2018-11-19
mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value
Adrian Hunter
1
-2
/
+77
2018-11-19
mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
Rajat Jain
1
-1
/
+6
2018-11-17
mmc: stop abusing the request queue_lock pointer
Christoph Hellwig
3
-31
/
+28
2018-11-15
mmc: stop abusing the request queue_lock pointer
Christoph Hellwig
3
-25
/
+24
2018-11-15
mmc: simplify queue initialization
Christoph Hellwig
3
-59
/
+31
[prev]
[next]