aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-05-061-2/+2
|\
| * [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao2007-04-211-2/+2
* | mmc-omap: Clean up omap set_ios and make MMC_POWER_ON workTony Lindgren2007-05-011-21/+26
* | mmc-omap: Fix omap to use MMC_POWER_ONTony Lindgren2007-05-011-2/+4
* | mmc-omap: add missing '\n'Arnaud Patard2007-05-011-1/+1
* | mmc: make tifm_sd_set_dma_data() staticAdrian Bunk2007-05-011-1/+1
* | mmc: remove old card statesPierre Ossman2007-05-013-19/+31
* | mmc: support unsafe resume of cardsPierre Ossman2007-05-016-213/+444
* | mmc: separate out reading EXT_CSDPierre Ossman2007-05-011-40/+35
* | mmc: break apart switch functionPierre Ossman2007-05-011-8/+41
* | MMC: Fix handling of low-voltage cardsPhilip Langdale2007-05-013-3/+31
* | MMC: Consolidate voltage definitionsPhilip Langdale2007-05-011-10/+7
* | mmc: add bus handlerPierre Ossman2007-05-015-682/+1035
* | wbsd: check for data opcode earlierPierre Ossman2007-05-011-21/+20
* | mmc: Separate out protocol opsPierre Ossman2007-05-0110-464/+758
* | mmc: Move core functions to subdirPierre Ossman2007-05-015-13/+19
* | mmc: deprecate mmc bus topologyPierre Ossman2007-05-012-536/+398
* | mmc: remove card upon suspendPierre Ossman2007-05-011-3/+10
* | mmc: allow suspended block driver to be removedPierre Ossman2007-05-011-0/+3
* | mmc: Flush pending detects on host removalPierre Ossman2007-05-011-1/+14
* | mmc: Move host and card drivers to subdirsPierre Ossman2007-05-0124-127/+158
* | mmc: Move queue functions to mmc_blockPierre Ossman2007-05-014-7/+7
* | mmc: Move "present" markingPierre Ossman2007-05-012-2/+2
* | mmc: Move OCR bit definesPierre Ossman2007-05-019-9/+0
* | mmc: add type field to cardsPierre Ossman2007-05-011-1/+2
* | mmc: MMC sector based cardsPierre Ossman2007-05-012-8/+36
* | mmc: use right timing mode constantPierre Ossman2007-05-011-1/+1
* | tifm: layout fixes, small changes to comments and printfsAlex Dubov2007-05-011-19/+30
* | tifm_sd: implement software scatter-gatherAlex Dubov2007-05-011-147/+296
* | tifm_sd: fix resume handlerAlex Dubov2007-05-011-16/+19
* | tifm_sd: replace command completion state machine with full checkingAlex Dubov2007-05-011-122/+137
* | tifm_sd: merge dma and pio request processing pathsAlex Dubov2007-05-011-130/+68
* | tifm_sd: separate command flags, socket flags and register bit masksAlex Dubov2007-05-011-36/+36
* | tifm_sd: remove wait for power off on removeAlex Dubov2007-05-011-15/+10
* | tifm_sd: remove tifm_sd_terminate functionAlex Dubov2007-05-011-21/+13
* | tifm: simplify bus match and uevent handlersAlex Dubov2007-05-011-3/+3
* | tifm: hide details of interrupt processing from socket driversAlex Dubov2007-05-011-15/+28
* | wbsd: remove block crc testPierre Ossman2007-05-012-34/+3
* | mmc: enforce correct sg listPierre Ossman2007-05-011-0/+11
* | mmc: cull sg list to match mmc request sizeAlex Dubov2007-05-015-129/+50
* | uevent: use add_uevent_var() instead of open coding itEric Rannaud2007-04-271-16/+11
|/
* [ARM] 4256/1: i.MX/MX1 SDHC fix/workaround of SD card recognition problemsPavel Pisa2007-03-121-1/+12
* sdhci: release irq during suspendPierre Ossman2007-03-061-0/+12
* sdhci: make isr tolerant of read errorsMark Lord2007-03-061-1/+1
* mmc: require explicit support for high-speedPierre Ossman2007-03-062-50/+58
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-02-191-23/+23
|\
| * [ARM] 4151/1: AT91 / AVR32: Move at91_pdc.h to linux/atmel_pdc.hAndrew Victor2007-02-081-23/+23
* | [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-02-113-40/+17
|\ \
| * | tifm_sd: treat "status error" as normal command completionAlex Dubov2007-02-111-7/+4