aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-01mmc: use right timing mode constantPierre Ossman1-1/+1
2007-05-01tifm: layout fixes, small changes to comments and printfsAlex Dubov1-19/+30
2007-05-01tifm_sd: implement software scatter-gatherAlex Dubov1-147/+296
2007-05-01tifm_sd: fix resume handlerAlex Dubov1-16/+19
2007-05-01tifm_sd: replace command completion state machine with full checkingAlex Dubov1-122/+137
2007-05-01tifm_sd: merge dma and pio request processing pathsAlex Dubov1-130/+68
2007-05-01tifm_sd: separate command flags, socket flags and register bit masksAlex Dubov1-36/+36
2007-05-01tifm_sd: remove wait for power off on removeAlex Dubov1-15/+10
2007-05-01tifm_sd: remove tifm_sd_terminate functionAlex Dubov1-21/+13
2007-05-01tifm: simplify bus match and uevent handlersAlex Dubov1-3/+3
2007-05-01tifm: hide details of interrupt processing from socket driversAlex Dubov1-15/+28
2007-05-01wbsd: remove block crc testPierre Ossman2-34/+3
2007-05-01mmc: enforce correct sg listPierre Ossman1-0/+11
2007-05-01mmc: cull sg list to match mmc request sizeAlex Dubov5-129/+50
2007-04-27uevent: use add_uevent_var() instead of open coding itEric Rannaud1-16/+11
2007-04-21[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao1-2/+2
2007-03-12[ARM] 4256/1: i.MX/MX1 SDHC fix/workaround of SD card recognition problemsPavel Pisa1-1/+12
2007-03-06sdhci: release irq during suspendPierre Ossman1-0/+12
2007-03-06sdhci: make isr tolerant of read errorsMark Lord1-1/+1
2007-03-06mmc: require explicit support for high-speedPierre Ossman2-50/+58
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-23/+23
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds3-40/+17
2007-02-11tifm_sd: treat "status error" as normal command completionAlex Dubov1-7/+4
2007-02-11mmc: wbsd: Remove stray kunmap_atomic()Pierre Ossman1-1/+0
2007-02-09[PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitivesAl Viro1-1/+1
2007-02-09mmc: sdhci: Stop asking for mailPierre Ossman1-24/+11
2007-02-09mmc: sdhci: Remove driver versionPierre Ossman1-4/+1
2007-02-09mmc: wbsd: Remove driver versionPierre Ossman1-4/+1
2007-02-08[ARM] 4151/1: AT91 / AVR32: Move at91_pdc.h to linux/atmel_pdc.hAndrew Victor1-23/+23
2007-02-04mmc: tifm: replace kmap with page_addressPierre Ossman1-11/+4
2007-02-04mmc: sdhci: fix voltage ocrPierre Ossman1-2/+2
2007-02-04mmc: sdhci: replace kmap with page_addressPierre Ossman2-19/+6
2007-02-04mmc: wbsd: replace kmap with page_addressPierre Ossman2-31/+10
2007-02-04mmc: handle pci_enable_device() return value in sdhciPierre Ossman1-1/+3
2007-02-04mmc: Proper unclaim in mmc_blockPierre Ossman1-1/+2
2007-02-04mmc: Graceful fallback for fancy featuresPierre Ossman1-9/+7
2007-02-04mmc: Handle wbsd's stupid command listPierre Ossman1-1/+40
2007-02-04mmc: Allow host drivers to specify max block countPierre Ossman12-21/+53
2007-02-04mmc: Allow host drivers to specify a max block sizePierre Ossman11-12/+43
2007-02-04tifm_sd: add suspend and resume functionalityAlex Dubov1-1/+38
2007-02-04Remove unused return value from signal_irq callbackAlex Dubov1-3/+2
2007-02-04tifm_sd: prettifyAlex Dubov1-48/+50
2007-02-04tifm_sd: restructure initialization, removal and command handlingAlex Dubov1-95/+110
2007-02-04tifm_sd: fix hardware timeout setupAlex Dubov1-8/+7
2007-02-04tifm_sd: Switch software timeout handler from work_struct to timerAlex Dubov1-21/+13
2007-02-04tifm_sd: use kmap_atomic instead of kmap for PIO data bufferAlex Dubov1-27/+25
2007-02-04tifm_sd: alter order of the states in the command handlerAlex Dubov1-20/+37
2007-02-04mmc: Add support for SDHC cardsPhilip Langdale2-29/+119
2007-02-04mmc: Power quirk for ENE controllersDarren Salt1-3/+19