summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorLines
2008-05-21missing dependencies on HAS_DMAAl Viro-1/+1
2008-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds-7/+915
2008-05-17at91_mci: minor cleanupMarc Pignat-1/+4
2008-05-14mmc: mmc host test driverPierre Ossman-0/+905
2008-05-14mmc: Fix omap compile by replacing dev_name with dma_dev_nameTony Lindgren-6/+6
2008-05-13mmc: make one-bit signed bitfields unsignedHarvey Harrison-1/+1
2008-05-04[ARM] 5024/1: Fix some minor clk issues in the MMCI PL18x driverLinus Walleij-1/+13
2008-04-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-1/+3
2008-04-29mmc: use get/put_unaligned_* helpersHarvey Harrison-1/+1
2008-04-28[ARM] 5022/1: Race in ARM MMCI PL18x driver, V2Linus Walleij-1/+3
2008-04-18mmc: sdio_ops.c should #include "sdio_ops.h"Adrian Bunk-0/+1
2008-04-18mmc: proper prototypes for mmc_attach_*()Adrian Bunk-4/+4
2008-04-18mmc: make __mmc_release_bus() staticAdrian Bunk-1/+1
2008-04-18sdhci: improve no card, no reset quirkPierre Ossman-2/+10
2008-04-18MMC: OMAP: Do not busy wait for end of command for everJarkko Lavinen-1/+7
2008-04-18MMC: OMAP: Start new commands from work queue instead of irqJarkko Lavinen-6/+42
2008-04-18MMC: OMAP: Lazy clock shutdownJarkko Lavinen-14/+75
2008-04-18MMC: OMAP: Move failing command abortion to workqueueJarkko Lavinen-33/+49
2008-04-18MMC: OMAP: Use tasklet instead of workqueue for cover switch notificationJarkko Lavinen-27/+40
2008-04-18MMC: OMAP: Check the get_cover_state function pointer if not setKyungmin Park-1/+4
2008-04-18MMC: OMAP: Using setup_timer instead of init_timerCarlos Eduardo Aguiar-10/+4
2008-04-18MMC: OMAP: Abort stuck commandsJarkko Lavinen-10/+83
2008-04-18MMC: OMAP: General cleanup for MMC multislot supportJuha Yrjola-17/+29
2008-04-18MMC: OMAP: Power functions modified to MMC multislot supportJuha Yrjola-51/+37
2008-04-18MMC: OMAP: Fix timeout calculation for MMC multislot supportJuha Yrjola-5/+4
2008-04-18MMC: OMAP: New release dma and abort xfer functionsJuha Yrjola-19/+60
2008-04-18MMC: OMAP: Add back cover switch supportJuha Yrjola-3/+84
2008-04-18MMC: OMAP: Introduce new multislot structure and change driver to use itJuha Yrjola-110/+292
2008-04-18MMC: OMAP: Remove cover switch handling to allow adding multislot supportTony Lindgren-151/+1
2008-04-18MMC: OMAP: Fix the BYTEBLOCK capability removalFrancisco Alecrim-1/+1
2008-04-18MMC: OMAP: Remove extra divisor increaseTony Lindgren-1/+0
2008-04-18MMC: OMAP: Remove some opcodes from host driverCarlos Eduardo Aguiar-8/+3
2008-04-18mmc: use shorter, equivalent set_current_state()Robert P. J. Day-2/+2
2008-04-18sdhci: allow led to be controlled freelyPierre Ossman-0/+48
2008-04-18sdhci: remove custom controller namePierre Ossman-32/+17
2008-04-18mmc: set controller name earlyPierre Ossman-17/+22
2008-04-15mmc: fix platform driver hotplug/coldplugKay Sievers-1/+10
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman-198/+96
2008-03-15tifm_sd: DATA_CARRY is not boolean in tifm_sd_transfer_data()Roel Kluin-1/+1
2008-02-08mmc: extend ricoh_mmc to support Ricoh RL5c476Frank Seidel-21/+80
2008-02-08at91_mci: use generic GPIO callsDavid Brownell-34/+80
2008-02-08sdhci: add num index for multi controllers caseFeng Tang-1/+13
2008-02-08mmc: remove sdhci and mmc_spi experimental markersPierre Ossman-4/+4
2008-02-08mmc: Handle suspend/resume in Ricoh MMC disablerPhilip Langdale-25/+72
2008-01-29Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-21/+7
2008-01-28Merge branch 'pxa-plat' into develRussell King-17/+46
2008-01-28blk_end_request: changing mmc (take 4)Kiyoshi Ueda-21/+7
2008-01-27i2c/tps65010: move header to <linux/i2c/...>David Brownell-1/+1
2008-01-26[ARM] pxa: mmc: add 1st host controller support for pxa3xxBridge Wu-1/+1
2008-01-26[ARM] 4711/1: pxa: mmc: move DMA specific code to platform layerBridge Wu-7/+23