aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-07-021-6/+49
|\
| * [MMC] sdhci: remove duplicate error messagePierre Ossman2006-07-021-3/+1
| * [MMC] sdhci: force DMA on some controllersPierre Ossman2006-07-021-2/+22
| * [MMC] sdhci: quirk for broken resetPierre Ossman2006-07-021-2/+27
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-021-23/+20
|\ \
| * | [ARM] 3678/1: MMC: Make OMAP MMC workTony Lindgren2006-07-011-22/+19
| * | ARM: OMAP: Fix DMA channel irq handling for omap24xxTony Lindgren2006-06-261-1/+1
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-07-022-168/+407
|\ \ \ | | |/ | |/|
| * | [MMC] sdhci: version bump sdhciPierre Ossman2006-07-021-1/+1
| * | [MMC] sdhci: support controller specific quirksPierre Ossman2006-07-022-0/+9
| * | [MMC] sdhci: more DMA capabilities testsPierre Ossman2006-07-022-1/+33
| * | [MMC] sdhci: reset sdhci controller earlyPierre Ossman2006-07-021-0/+2
| * | [MMC] sdhci: check controller versionPierre Ossman2006-07-022-0/+15
| * | [MMC] sdhci: check only relevant inhibit bitsPierre Ossman2006-07-021-3/+13
| * | [MMC] sdhci: Test for invalid block sizePierre Ossman2006-07-022-0/+14
| * | [MMC] sdhci: Avoid sdhci DMA boundariesPierre Ossman2006-07-022-4/+10
| * | [MMC] Fix sdhci PIO routinesPierre Ossman2006-07-022-63/+101
| * | [MMC] sdhci: fix interrupt handlingPierre Ossman2006-07-021-56/+24
| * | [MMC] sdhci: correct register orderPierre Ossman2006-07-021-17/+27
| * | [MMC] sdhci: proper timeout handlingPierre Ossman2006-07-022-3/+48
| * | [MMC] sdhci: fix sdhci reset timeoutPierre Ossman2006-07-021-4/+17
| * | [MMC] sdhci: fix timeout loops in sdhciPierre Ossman2006-07-021-13/+16
| * | [MMC] sdhci: support for multiple voltagesPierre Ossman2006-07-022-4/+66
| * | [MMC] sdhci: print device idPierre Ossman2006-07-021-2/+7
| * | [MMC] sdhci: check SDHCI base clockPierre Ossman2006-07-021-4/+11
* | | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-026-7/+7
|/ /
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-308-8/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-4/+0
|\ \
| * | [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
| * | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
| * | [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
| * | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
| |/
* | [PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman2006-06-271-2/+2
|/
* [ARM] 3565/1: AT91RM9200 MMC updateAndrew Victor2006-06-191-74/+65
* [MMC] Convert all hosts except mmci to use data->blkszRussell King2006-06-194-9/+9
* [MMC] sdhci truncated pointer fixAndrew Morton2006-06-121-1/+1
* [MMC] Prevent au1xmmc.c breakage on non-Au1200 AlchemyRalf Baechle2006-06-041-1/+1
* [MMC] Fix premature use of md->diskPierre Ossman2006-05-241-1/+1
* [ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new comma...Pavel Pisa2006-05-196-19/+25
* [MMC] Move set_ios debugging into mmc.cRussell King2006-05-048-43/+34
* [MMC] Correct mmc_request_done commentsRussell King2006-05-041-5/+4
* [MMC] PXA: reduce the number of lines PXAMCI debug usesRussell King2006-05-021-6/+3
* [MMC] PXA and i.MX: don't avoid sending stop command on errorRussell King2006-05-022-2/+2
* [MMC] extend data timeout for writesRussell King2006-05-022-0/+8
* [ARM] 3485/1: i.MX: MX1 SD/MMC fix of unintentional double start possibilityPavel Pisa2006-04-301-11/+43
* [MMC] pxamci: fix data timeout calculationRussell King2006-04-241-6/+4
* [ARM] 3457/1: i.MX: SD/MMC support for i.MX/MX1Pavel Pisa2006-04-024-0/+1174
* [ARM] 3456/1: AT91RM9200 support for 2.6 (MMC/SD driver)Andrew Victor2006-04-023-0/+997
* [MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selectedRussell King2006-03-298-58/+32
* [MMC] Add OMAP MMC host driverCarlos Aguiar2006-03-294-0/+1298