summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mmc: core: add random fault injectionPer Forlin2011-10-262-0/+66
| * | | | | mmc: sdhci-esdhc-imx: Enable ADMA2Richard Zhu2011-10-261-3/+41
| * | | | | mmc: at91_mci: remove the use of irq_to_gpioNicolas Ferre2011-10-261-1/+5
| * | | | | mmc: atmel-mci: fix a potential issue about pending PDC interruptsLudovic Desroches2011-10-261-15/+17
| * | | | | mmc: atmel-mci: correct sg buffer size evaluationLudovic Desroches2011-10-261-4/+3
| * | | | | mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal valueLudovic Desroches2011-10-261-2/+2
| * | | | | mmc: atmel-mci: change atmci_start_command to atmci_send_commandLudovic Desroches2011-10-261-3/+3
| * | | | | mmc: atmel-mci: add pdc support and runtime capabilities detectionLudovic Desroches2011-10-262-118/+423
| * | | | | mmc: atmel-mci: indentationLudovic Desroches2011-10-261-68/+68
| * | | | | mmc: atmel-mci: change atmci_readl and atmci_writel macrosLudovic Desroches2011-10-262-65/+65
| * | | | | mmc: atmel-mci: change namespaceLudovic Desroches2011-10-262-253/+254
| |/ / / /
* | | | | Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu...Linus Torvalds2011-10-271-1/+8
|\ \ \ \ \
| * | | | | clk: mmci: convert to clk_prepare()/clk_unprepare()Russell King2011-09-271-1/+8
* | | | | | Merge branch 'amba' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-0/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | PM: add runtime PM support to MMCIRussell King2011-09-221-0/+12
| | |_|_|/ | |/| | |
* | | | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-272-2/+4
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>Stephen Warren2011-09-271-0/+2
| * | | ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| * | | ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-09-211-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-231-0/+3
| | |/ | |/|
* | | mmc: sdhci-s3c: Fix mmc card I/O problemGirish K S2011-08-311-0/+2
* | | mmc: sd: UHS-I bus speed should be set last in UHS initializationSubhash Jadavani2011-08-311-28/+53
* | | mmc: sdhi: initialise mmc_data->flags before useSimon Horman2011-08-311-2/+2
* | | mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg2011-08-311-1/+1
* | | mmc: core: prevent aggressive clock gating racing with ios updatesMika Westerberg2011-08-311-2/+29
* | | mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}Mika Westerberg2011-08-313-11/+11
* | | mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.hShawn Guo2011-08-281-0/+1
|/ /
* | mmc: dw_mmc: Fix DDR mode support.Seungwon Jeon2011-08-131-2/+2
* | mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung2011-08-133-3/+3
* | mmc: sdhci: use f_max instead of host->clock for timeoutsAndy Shevchenko2011-08-131-5/+2
* | mmc: sdhci: move timeout_clk calculation farther downAndy Shevchenko2011-08-131-19/+19
* | mmc: sdhci: check host->clock before using it as a denominatorAndy Shevchenko2011-08-131-3/+5
* | mmc: Revert "mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK"Andy Shevchenko2011-08-131-4/+3
* | mmc: tmio: eliminate unused variable 'mmc' warningAxel Lin2011-08-131-2/+0
* | mmc: esdhc-imx: fix card interrupt loss on freescale eSDHCTony Lin2011-08-131-9/+31
* | mmc: sdhci-s3c: Fix build for header changeMark Brown2011-08-131-0/+1
* | mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macroShashidhar Hiremath2011-08-131-1/+1
* | mmc: core: Detect eMMC v4.5 ext_csd entriesKyungmin Park2011-08-131-1/+1
* | mmc: mmc_test: avoid stalled file in debugfsAndy Shevchenko2011-08-131-26/+30
* | mmc: sdhci-s3c: add BROKEN_ADMA_ZEROLEN_DESC quirkJaehoon Chung2011-08-131-0/+3
* | mmc: sdhci: pxav3: controller needs 32 bit ADMA addressingPhilip Rakity2011-08-131-1/+2
* | mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finishAaron Lu2011-08-131-3/+0
|/
* mmc: sdhci-esdhc-imx: add device tree probe supportShawn Guo2011-07-271-9/+69
* mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_hostShawn Guo2011-07-271-1/+2
* mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()Shawn Guo2011-07-271-4/+53
* mmc: sdhci-esdhc-imx: do not reference platform data after probeShawn Guo2011-07-271-9/+13
* mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5Shawn Guo2011-07-271-51/+87
* MMC / TMIO: Fix build issue related to struct scatterlistRafael J. Wysocki2011-07-261-0/+1
* Merge 'akpm' patch seriesLinus Torvalds2011-07-251-0/+1
|\