aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/sdhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-04mmc: sdhci: fix voltage ocrPierre Ossman1-2/+2
2007-02-04mmc: sdhci: replace kmap with page_addressPierre Ossman1-18/+6
2007-02-04mmc: handle pci_enable_device() return value in sdhciPierre Ossman1-1/+3
2007-02-04mmc: Allow host drivers to specify max block countPierre Ossman1-4/+9
2007-02-04mmc: Allow host drivers to specify a max block sizePierre Ossman1-10/+14
2007-02-04mmc: Power quirk for ENE controllersDarren Salt1-3/+19
2006-12-11mmc: Change SDHCI iomem error to a warningPierre Ossman1-2/+2
2006-12-01mmc: sdhci high speed supportPierre Ossman1-0/+15
2006-12-01mmc: constify mmc_host_ops vectorsDavid Brownell1-1/+1
2006-10-10[PATCH] passing pointer to setup_timer() should be via unsigned longAl Viro1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04[PATCH] mmc: avoid some resets without cardPierre Ossman1-4/+13
2006-10-04[PATCH] mmc: fix MMIO vs memory races in sdhciPierre Ossman1-0/+8
2006-10-01[PATCH] mmc (mainly): add "or later" clause to licence statement.Pierre Ossman1-2/+3
2006-09-24[MMC] MMC_CAP_BYTEBLOCK flag for non-log2 block sizes capable hostsRussell King1-1/+1
2006-09-16[MMC] Add multi block-write capabilityRussell King1-1/+1
2006-07-13[MMC] Change SDHCI version error to a warningPierre Ossman1-3/+1
2006-07-13[MMC] Fix incorrect register accessPierre Ossman1-1/+1
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-mmcLinus Torvalds1-164/+377
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
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 Ossman1-0/+7
2006-07-02[MMC] sdhci: more DMA capabilities testsPierre Ossman1-1/+29
2006-07-02[MMC] sdhci: reset sdhci controller earlyPierre Ossman1-0/+2
2006-07-02[MMC] sdhci: check controller versionPierre Ossman1-0/+11
2006-07-02[MMC] sdhci: check only relevant inhibit bitsPierre Ossman1-3/+13
2006-07-02[MMC] sdhci: Test for invalid block sizePierre Ossman1-0/+11
2006-07-02[MMC] sdhci: Avoid sdhci DMA boundariesPierre Ossman1-4/+9
2006-07-02[MMC] Fix sdhci PIO routinesPierre Ossman1-60/+98
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 Ossman1-3/+44
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 Ossman1-3/+57
2006-07-02[MMC] sdhci: print device idPierre Ossman1-2/+7
2006-07-02[MMC] sdhci: check SDHCI base clockPierre Ossman1-4/+11
2006-06-19[MMC] Convert all hosts except mmci to use data->blkszRussell King1-4/+4
2006-06-12[MMC] sdhci truncated pointer fixAndrew Morton1-1/+1
2006-05-04[MMC] Move set_ios debugging into mmc.cRussell King1-4/+0
2006-03-29[MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selectedRussell King1-5/+1
2006-03-24[PATCH] mmc: Secure Digital Host Controller Interface driverPierre Ossman1-0/+1265