aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-252-15/+105
|\
| * Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2010-05-202-15/+105
| |\
| | * ARM: mx3: Fix a race condition in mxcmmcDaniel Mack2010-05-171-1/+12
| | * ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handlingDaniel Mack2010-04-142-0/+22
| | * ARM: MXC: mxcmmc: Teach the driver SDIO operationsDaniel Mack2010-04-141-11/+59
| | * ARM: MXC: mxcmmc: misc cleanupsDaniel Mack2010-04-141-4/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-05-242-31/+349
|\ \ \
| * | | mmc: let MFD's provide supported Vdd card voltages to tmio_mmcGuennadi Liakhovetski2010-05-221-1/+4
| * | | tmio: add a platform flag to disable card write-protection detectionGuennadi Liakhovetski2010-05-221-1/+4
| * | | mmc: add DMA support to tmio_mmc driver, when used on SuperHGuennadi Liakhovetski2010-05-222-30/+342
* | | | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-227-202/+334
|\ \ \ \ | |/ / /
| * | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-05-211-1/+1
| |\ \ \
| | * \ \ Merge branch 'ioat' into dmaengineDan Williams2010-05-1727-11/+28
| | |\ \ \ | | | | |/ | | | |/|
| | * | | DMAENGINE: extend the control command to include an argLinus Walleij2010-05-171-1/+1
| | * | | DMAENGINE: generic slave control v2Linus Walleij2010-03-261-1/+1
| * | | | Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds2010-05-212-186/+301
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO supportSan Mehat2010-03-181-2/+10
| | * | | mmc: msm_sdcc: Fix issue where clocks could be disabled mid transactionSan Mehat2010-03-181-34/+27
| | * | | mmc: msm_sdcc: Fix the dma exec function to use the proper delaysSan Mehat2010-03-181-9/+10
| | * | | mmc: msm_sdcc: Don't set host->curr.mrq until after we're sure the busclk tim...Dmitry Shmidt2010-03-181-2/+2
| | * | | mmc: msm_sdcc: Enable busclk idle timer for power savingsSan Mehat2010-03-181-2/+1
| | * | | mmc: msm_sdcc: Don't disable interrupts while suspendingSan Mehat2010-03-181-3/+0
| | * | | mmc: msm_sdcc: Fix issue where we might not end a sucessfull requestSan Mehat2010-03-181-3/+4
| | * | | mmc: msm_sdcc: Featurize busclock power save and disable it by defaultSan Mehat2010-03-181-0/+13
| | * | | mmc: msm_sdcc: Fix bug where busclk expiry timer was not properly disabledSan Mehat2010-03-182-48/+52
| | * | | mmc: msm_sdcc: Reduce command timeouts and improve reliability.San Mehat2010-03-182-120/+161
| | * | | mmc: msm_sdcc: Schedule clock disable after probeSan Mehat2010-03-181-0/+2
| | * | | mmc: msm_sdcc: Wrap readl/writel calls with appropriate clk delaysSan Mehat2010-03-181-55/+61
| | * | | mmc: msm_sdcc: Driver clocking/irq improvementsSan Mehat2010-03-182-28/+63
| | * | | msm: Add 'execute' datamover callbackSan Mehat2010-03-181-0/+1
| | * | | mmc: msm_sdcc: Snoop SDIO_CCCR_ABORT registerSan Mehat2010-03-181-0/+14
| | * | | mmc: msm_sdcc: Clean up clock management and add a 10us delay after enabling ...San Mehat2010-03-181-40/+40
| * | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-193-6/+21
| |\ \ \ \
| | * \ \ \ Merge branch 'devel-stable' into develRussell King2010-05-1727-12/+29
| | |\ \ \ \
| | | * | | | [ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecondEric Miao2010-05-111-1/+1
| | | | |_|/ | | | |/| |
| | * | | | ARM: 6033/1: ARM: MMCI: pass max frequency from platformLinus Walleij2010-04-141-1/+12
| | * | | | ARM: 6032/1: ARM: MMCI: support 8bit mode on the ST Micro versionLinus Walleij2010-04-142-4/+8
| | | |_|/ | | |/| |
| * | | | mmc: at91_mci: modify cache flush routinesNicolas Ferre2010-05-151-1/+1
| * | | | mmc: atmel-mci: fix in debugfs: response value printingNicolas Ferre2010-05-111-2/+2
| * | | | mmc: atmel-mci: remove data error interrupt after xferNicolas Ferre2010-05-111-0/+1
| * | | | mmc: atmel-mci: prevent kernel oops while removing cardNicolas Ferre2010-05-111-4/+5
| * | | | mmc: atmel-mci: fix two parameters swappedNicolas Ferre2010-05-111-2/+2
| | |/ / | |/| |
* | | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-182-3/+3
|/ / /
* | | omap hsmmc: fix a bug in card remove scenarioMadhusudhan Chikkature2010-04-071-7/+2
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3026-2/+25
* | | mmc: fix incorrect interpretation of card type bitsAdrian Hunter2010-03-241-2/+1
|/ /
* | Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds2010-03-121-3/+1
|\ \ | |/
| * msm_sdcc.c: missing brackets in msmsdcc_resume()Roel Kluin2010-01-201-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-122-2/+2
|\ \