aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-12mmc: wbsd: initialize tasklets before requesting interruptChuck Ebbert1-11/+10
2008-05-21missing dependencies on HAS_DMAAl Viro1-1/+1
2008-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds2-7/+10
2008-05-17at91_mci: minor cleanupMarc Pignat1-1/+4
2008-05-14mmc: Fix omap compile by replacing dev_name with dma_dev_nameTony Lindgren1-6/+6
2008-05-13mmc: make one-bit signed bitfields unsignedHarvey Harrison1-1/+1
2008-05-04[ARM] 5024/1: Fix some minor clk issues in the MMCI PL18x driverLinus Walleij1-1/+13
2008-04-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+3
2008-04-29mmc: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-28[ARM] 5022/1: Race in ARM MMCI PL18x driver, V2Linus Walleij1-1/+3
2008-04-18sdhci: improve no card, no reset quirkPierre Ossman1-2/+10
2008-04-18MMC: OMAP: Do not busy wait for end of command for everJarkko Lavinen1-1/+7
2008-04-18MMC: OMAP: Start new commands from work queue instead of irqJarkko Lavinen1-6/+42
2008-04-18MMC: OMAP: Lazy clock shutdownJarkko Lavinen1-14/+75
2008-04-18MMC: OMAP: Move failing command abortion to workqueueJarkko Lavinen1-33/+49
2008-04-18MMC: OMAP: Use tasklet instead of workqueue for cover switch notificationJarkko Lavinen1-27/+40
2008-04-18MMC: OMAP: Check the get_cover_state function pointer if not setKyungmin Park1-1/+4
2008-04-18MMC: OMAP: Using setup_timer instead of init_timerCarlos Eduardo Aguiar1-10/+4
2008-04-18MMC: OMAP: Abort stuck commandsJarkko Lavinen1-10/+83
2008-04-18MMC: OMAP: General cleanup for MMC multislot supportJuha Yrjola1-17/+29
2008-04-18MMC: OMAP: Power functions modified to MMC multislot supportJuha Yrjola1-51/+37
2008-04-18MMC: OMAP: Fix timeout calculation for MMC multislot supportJuha Yrjola1-5/+4
2008-04-18MMC: OMAP: New release dma and abort xfer functionsJuha Yrjola1-19/+60
2008-04-18MMC: OMAP: Add back cover switch supportJuha Yrjola1-3/+84
2008-04-18MMC: OMAP: Introduce new multislot structure and change driver to use itJuha Yrjola1-110/+292
2008-04-18MMC: OMAP: Remove cover switch handling to allow adding multislot supportTony Lindgren1-151/+1
2008-04-18MMC: OMAP: Fix the BYTEBLOCK capability removalFrancisco Alecrim1-1/+1
2008-04-18MMC: OMAP: Remove extra divisor increaseTony Lindgren1-1/+0
2008-04-18MMC: OMAP: Remove some opcodes from host driverCarlos Eduardo Aguiar1-8/+3
2008-04-18sdhci: allow led to be controlled freelyPierre Ossman2-0/+48
2008-04-18sdhci: remove custom controller namePierre Ossman2-32/+17
2008-04-15mmc: fix platform driver hotplug/coldplugKay Sievers6-1/+10
2008-03-15tifm_sd: DATA_CARRY is not boolean in tifm_sd_transfer_data()Roel Kluin1-1/+1
2008-02-08mmc: extend ricoh_mmc to support Ricoh RL5c476Frank Seidel1-21/+80
2008-02-08at91_mci: use generic GPIO callsDavid Brownell1-34/+80
2008-02-08sdhci: add num index for multi controllers caseFeng Tang2-1/+13
2008-02-08mmc: remove sdhci and mmc_spi experimental markersPierre Ossman1-4/+4
2008-02-08mmc: Handle suspend/resume in Ricoh MMC disablerPhilip Langdale1-25/+72
2008-01-28Merge branch 'pxa-plat' into develRussell King2-17/+46
2008-01-27i2c/tps65010: move header to <linux/i2c/...>David Brownell1-1/+1
2008-01-26[ARM] pxa: mmc: add 1st host controller support for pxa3xxBridge Wu1-1/+1
2008-01-26[ARM] 4711/1: pxa: mmc: move DMA specific code to platform layerBridge Wu1-7/+23
2008-01-26[ARM] 4709/1: pxa: mmc: add 26MHz support for pxa3[0|1]0 mmc controllerBridge Wu1-9/+22
2007-12-12sdhci: support JMicron JMB38x chipsPierre Ossman1-1/+18
2007-12-12sdhci: use PIO when DMA can't satisfy the requestPierre Ossman2-4/+31
2007-12-12sdhci: don't warn about sdhci 2.0 controllersPierre Ossman1-1/+1
2007-12-12sdhci: describe quirksPierre Ossman1-0/+10
2007-12-05spi: use simplified spi_sync() calling conventionMarc Pignat1-10/+0
2007-11-21tifm_sd: handle non-power-of-2 block sizesAlex Dubov1-11/+7
2007-11-10Add missing "\n" to log messageRolf Eike Beer1-1/+1