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
2016-02-29
mmc: sdhci: clean up coding style in sdhci_adma_table_pre()
Russell King
1
-20
/
+9
2016-02-29
mmc: sdhci: allocate alignment and DMA descriptor buffer together
Russell King
1
-36
/
+20
2016-02-29
mmc: sdhci: fix data timeout (part 2)
Russell King
1
-2
/
+13
2016-02-29
mmc: sdhci: fix data timeout (part 1)
Russell King
1
-1
/
+1
2016-02-29
mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()
Russell King
1
-8
/
+7
2016-02-29
mmc: sdhci-pxav3: fix higher speed mode capabilities
Russell King
1
-2
/
+4
2016-02-29
mmc: sdhci: plug DMA mapping leak on error
Russell King
1
-0
/
+16
2016-02-29
mmc: sdhci: avoid unnecessary mapping/unmapping of align buffer
Russell King
1
-36
/
+18
2016-02-29
mmc: sdhci: fix command response CRC error handling
Russell King
1
-0
/
+17
2016-02-29
mmc: sdhci: clean up command error handling
Russell King
1
-6
/
+6
2016-02-29
mmc: sdhci: move initialisation of command error member
Russell King
1
-2
/
+3
2016-02-29
mmc: sdhci: Allow CAPS check for SDHCI_CAN_64BIT to use overridden caps
Al Cooper
1
-1
/
+1
2016-02-29
mmc: sdhci-pic32: Add PIC32 SDHCI host controller driver
Andrei Pistirica
3
-0
/
+269
2016-02-29
mmc: dw_mmc: fix num_slots setting
Shawn Lin
1
-13
/
+10
2016-02-29
mmc: dw_mmc: remove repetitive clear interrupt
Shawn Lin
1
-1
/
+0
2016-02-29
mmc: dw_mmc: fix err handle of dw_mci_probe
Shawn Lin
1
-2
/
+4
2016-02-29
mmc: dw_mmc: remove DW_MCI_QUIRK_BROKEN_CARD_DETECTION quirk
Shawn Lin
1
-25
/
+10
2016-02-29
mmc: dw_mmc: add hw_reset support
Shawn Lin
2
-0
/
+32
2016-02-29
mmc: dw_mmc: remove the prepare_command hook
Jaehoon Chung
5
-50
/
+15
2016-02-29
mmc: core: report tuning command execution failure reason
Russell King
1
-1
/
+2
2016-02-29
mmc: block: shut up "retrying because a re-tune was needed" message
Russell King
1
-2
/
+2
2016-02-29
mmc: core: improve mmc_of_parse_voltage() to return better status
Russell King
1
-4
/
+5
2016-02-29
mmc: core: shut up "voltage-ranges unspecified" pr_info()
Russell King
1
-2
/
+6
2016-02-29
mmc: tmio: disable clock before changing it
Wolfram Sang
1
-0
/
+2
2016-02-29
mmc: tmio: refactor set_clock a little
Wolfram Sang
1
-6
/
+9
2016-02-29
mmc: sdhi: use faster clock handling on RCar Gen2
Wolfram Sang
1
-1
/
+1
2016-02-29
mmc: tmio: remove stale comments
Wolfram Sang
1
-3
/
+0
2016-02-29
mmc: tmio: add flag to reduce delay after changing clock status
Wolfram Sang
1
-3
/
+4
2016-02-29
mmc: sdhi: error message on ENOMEM is superfluous
Wolfram Sang
1
-3
/
+1
2016-02-29
mmc: sdhi: Add EXT_ACC register busy check
Shinobu Uehara
1
-0
/
+1
2016-02-29
mmc: tmio_dma: remove debug messages with little information
Wolfram Sang
1
-11
/
+0
2016-02-29
mmc: block: don't use the OR operation for flag of data
Jaehoon Chung
1
-3
/
+3
2016-02-29
mmc: sunxi-mmc: remove the MMC_DATA_STREAM flag
Jaehoon Chung
1
-5
/
+0
2016-02-29
mmc: s3cmci: remove the MMC_DATA_STREAM flag
Jaehoon Chung
1
-2
/
+1
2016-02-29
mmc: pxamci: remove the MMC_DATA_STREAM flag
Jaehoon Chung
1
-6
/
+0
2016-02-29
mmc: mxcmmc: remove the MMC_DATA_STREAM flag
Jaehoon Chung
1
-3
/
+0
2016-02-29
mmc: jz4740_mmc: remove the MMC_DATA_STREAM flag
Jaehoon Chung
1
-2
/
+0
2016-02-29
mmc: dw_mmc: remove the MMC_DATA_STREAM flag
Jaehoon Chung
1
-2
/
+0
2016-02-29
mmc: davinci_mmc: remove the MMC_DATA_STREAM flag
Jaehoon Chung
1
-12
/
+3
2016-02-29
mmc: bfin_sdh: remove the MMC_DATA_STREAM flag
Jaehoon Chung
1
-3
/
+0
2016-02-29
mmc: atmel-mci: remove the MMC_DATA_STREAM flag
Jaehoon Chung
1
-7
/
+2
2016-02-29
mmc: sunxi: Enable eMMC HS-DDR (MMC_CAP_1_8V_DDR) support
Chen-Yu Tsai
1
-0
/
+1
2016-02-29
mmc: sunxi: Support 8 bit eMMC DDR transfer modes
Chen-Yu Tsai
1
-7
/
+26
2016-02-29
mmc: sunxi: Support MMC_DDR52 timing modes
Chen-Yu Tsai
1
-5
/
+7
2016-02-29
mmc: sanitize 'bus width' in debug output
Wolfram Sang
2
-2
/
+2
2016-02-29
mmc: core: use the defined function to check whether card is removable
Jaehoon Chung
1
-5
/
+4
2016-02-29
mmc: sdhci-iproc: use sdhci_pltfm_unregister directly
Jisheng Zhang
1
-6
/
+1
2016-02-29
mmc: sdhci-iproc: add bcm2835 support
Stefan Wahren
2
-3
/
+18
2016-02-29
mmc: sdhci-iproc: define MMC caps in platform data
Stefan Wahren
1
-2
/
+3
2016-02-29
mmc: mmc_test: mention that '0' runs all tests
Wolfram Sang
1
-0
/
+1
[prev]
[next]