aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-18mmc: sdio_ops.c should #include "sdio_ops.h"Adrian Bunk1-0/+1
2008-04-18mmc: proper prototypes for mmc_attach_*()Adrian Bunk2-4/+4
2008-04-18mmc: make __mmc_release_bus() staticAdrian Bunk1-1/+1
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-18mmc: use shorter, equivalent set_current_state()Robert P. J. Day1-2/+2
2008-04-18sdhci: allow led to be controlled freelyPierre Ossman2-0/+48
2008-04-18sdhci: remove custom controller namePierre Ossman2-32/+17
2008-04-18mmc: set controller name earlyPierre Ossman1-17/+22
2008-04-15mmc: fix platform driver hotplug/coldplugKay Sievers6-1/+10
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman9-198/+96
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-29Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-21/+7
2008-01-28Merge branch 'pxa-plat' into develRussell King2-17/+46
2008-01-28blk_end_request: changing mmc (take 4)Kiyoshi Ueda2-21/+7
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-29sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()Andre Haupt1-1/+1
2007-11-27mmc: Add missing sg_init_table() callHaavard Skinnemoen1-1/+2
2007-11-21mmc: Avoid re-using minor numbers before the original device is closed.David Woodhouse1-8/+6
2007-11-21tifm_sd: handle non-power-of-2 block sizesAlex Dubov1-11/+7