index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
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: 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: 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: mmcif: don't depend on MMC_BLOCK
Wolfram Sang
1
-1
/
+1
2016-02-29
mmc: omap_hsmmc: don't print uninitialized variables
Arnd Bergmann
1
-2
/
+2
2016-02-29
mmc: sdhci-acpi: enable sdhci-acpi device to suspend/resume asynchronously
Fu, Zhonghui
1
-0
/
+2
2016-02-29
mmc: sunxi: Support vqmmc regulator
Chen-Yu Tsai
1
-0
/
+31
2016-02-29
mmc: sunxi: Return error on mmc_regulator_set_ocr() fail in .set_ios op
Chen-Yu Tsai
1
-1
/
+4
2016-02-29
mmc: sunxi: Document host init sequence
Chen-Yu Tsai
1
-0
/
+12
2016-02-29
mmc: sdhci-iproc: Actually enable the clock
Stefan Wahren
1
-1
/
+8
2016-02-29
mmc: sdhci-iproc: Clean up platform allocations if shdci init fails
Stefan Wahren
1
-1
/
+5
2016-02-29
mmc: sdhci-of-arasan: Remove no-hispd and no-cmd23 quirks for sdhci-arasan4.9a
Rameshwar Prasad Sahu
1
-5
/
+0
2016-02-29
mmc: host: omap_hsmmc: add a verbose print to enable CONFIG_REGULATOR_PBIAS
Kishon Vijay Abraham I
1
-1
/
+4
2016-02-29
mmc: usdhi6rol0: use to_delayed_work
Geliang Tang
1
-1
/
+1
2016-02-29
mmc: sh_mmcif: use to_delayed_work
Geliang Tang
1
-1
/
+1
2016-02-29
mmc: sdricoh_cs: Less checks in sdricoh_init_mmc() after, error detection
Markus Elfring
1
-12
/
+8
2016-02-29
mmc: sdricoh_cs: Delete unnecessary variable initialisations
Markus Elfring
1
-3
/
+3
2016-02-15
mmc: omap_hsmmc: Fix PM regression with deferred probe for pm_runtime_reinit
Tony Lindgren
1
-0
/
+2
2016-02-11
mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
Adrian Hunter
1
-0
/
+30
2016-02-11
mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
Adrian Hunter
1
-0
/
+31
2016-02-11
mmc: sdhci: Allow override of get_cd() called from sdhci_request()
Adrian Hunter
1
-1
/
+1
2016-02-11
mmc: sdhci: Allow override of mmc host operations
Adrian Hunter
2
-1
/
+3
2016-02-10
mmc: sh_mmcif: Correct TX DMA channel allocation
Chris Paterson
1
-1
/
+1
2016-02-08
mmc: pxamci: fix the device-tree probe deferral path
Robert Jarzmik
1
-26
/
+9
2016-02-08
mmc: mmc_spi: add checks for dma mapping error
Alexey Khoroshilov
1
-2
/
+13
2016-02-02
mmc: sdhci-of-at91: fix pm runtime unbalanced issue in error path
Jisheng Zhang
1
-0
/
+1
2016-02-02
mmc: pxamci: fix again read-only gpio detection polarity
Robert Jarzmik
1
-1
/
+1
2016-01-22
Merge tag 'mmc-v4.5-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
2
-9
/
+9
2016-01-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32
Linus Torvalds
1
-1
/
+17
2016-01-14
mmc: atmel: get rid of struct mci_dma_data
Mans Rullgard
1
-1
/
+0
[prev]
[next]