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