aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Move host and card drivers to subdirsPierre Ossman2007-05-011-1539/+0
* mmc: Move OCR bit definesPierre Ossman2007-05-011-1/+0
* mmc: cull sg list to match mmc request sizeAlex Dubov2007-05-011-17/+7
* 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-061-15/+10
* mmc: sdhci: Stop asking for mailPierre Ossman2007-02-091-24/+11
* mmc: sdhci: Remove driver versionPierre Ossman2007-02-091-4/+1
* mmc: sdhci: fix voltage ocrPierre Ossman2007-02-041-2/+2
* mmc: sdhci: replace kmap with page_addressPierre Ossman2007-02-041-18/+6
* mmc: handle pci_enable_device() return value in sdhciPierre Ossman2007-02-041-1/+3
* mmc: Allow host drivers to specify max block countPierre Ossman2007-02-041-4/+9
* mmc: Allow host drivers to specify a max block sizePierre Ossman2007-02-041-10/+14
* mmc: Power quirk for ENE controllersDarren Salt2007-02-041-3/+19
* mmc: Change SDHCI iomem error to a warningPierre Ossman2006-12-111-2/+2
* mmc: sdhci high speed supportPierre Ossman2006-12-011-0/+15
* mmc: constify mmc_host_ops vectorsDavid Brownell2006-12-011-1/+1
* [PATCH] passing pointer to setup_timer() should be via unsigned longAl Viro2006-10-101-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] mmc: avoid some resets without cardPierre Ossman2006-10-041-4/+13
* [PATCH] mmc: fix MMIO vs memory races in sdhciPierre Ossman2006-10-041-0/+8
* [PATCH] mmc (mainly): add "or later" clause to licence statement.Pierre Ossman2006-10-011-2/+3
* [MMC] MMC_CAP_BYTEBLOCK flag for non-log2 block sizes capable hostsRussell King2006-09-241-1/+1
* [MMC] Add multi block-write capabilityRussell King2006-09-161-1/+1
* [MMC] Change SDHCI version error to a warningPierre Ossman2006-07-131-3/+1
* [MMC] Fix incorrect register accessPierre Ossman2006-07-131-1/+1
* 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-mmcLinus Torvalds2006-07-021-164/+377
|\ \ | |/
| * [MMC] sdhci: version bump sdhciPierre Ossman2006-07-021-1/+1
| * [MMC] sdhci: support controller specific quirksPierre Ossman2006-07-021-0/+7
| * [MMC] sdhci: more DMA capabilities testsPierre Ossman2006-07-021-1/+29
| * [MMC] sdhci: reset sdhci controller earlyPierre Ossman2006-07-021-0/+2
| * [MMC] sdhci: check controller versionPierre Ossman2006-07-021-0/+11
| * [MMC] sdhci: check only relevant inhibit bitsPierre Ossman2006-07-021-3/+13
| * [MMC] sdhci: Test for invalid block sizePierre Ossman2006-07-021-0/+11
| * [MMC] sdhci: Avoid sdhci DMA boundariesPierre Ossman2006-07-021-4/+9
| * [MMC] Fix sdhci PIO routinesPierre Ossman2006-07-021-60/+98
| * [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-021-3/+44
| * [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-021-3/+57
| * [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-021-1/+1
|/
* [MMC] Convert all hosts except mmci to use data->blkszRussell King2006-06-191-4/+4