aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0516-243/+525
|\
| * Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeu...Linus Torvalds2006-12-0215-226/+509
| |\
| | * mmc: correct request error handlingPierre Ossman2006-12-011-4/+3
| | * mmc: Flush block queue when removing cardPierre Ossman2006-12-012-5/+25
| | * mmc: sdhci high speed supportPierre Ossman2006-12-012-0/+17
| | * mmc: Support for high speed SD cardsPierre Ossman2006-12-011-4/+118
| | * mmc: Fix mmc_delay() functionPierre Ossman2006-12-011-3/+3
| | * mmc: Add support for mmc v4 wide-bus modesPhilip Langdale2006-12-011-14/+37
| | * [PATCH] mmc: Add support for mmc v4 high speed modePhilip Langdale2006-12-011-2/+119
| | * trivial change for mmc/Kconfig: MMC_PXA does not mean only PXA255Marcin Juszkiewicz2006-12-011-1/+1
| | * Make general code cleanupsJuha Yrjola juha.yrjola2006-12-011-12/+4
| | * Add MMC_CAP_{MULTIWRITE,BYTEBLOCK} flagsTony Lindgren tony2006-12-011-1/+1
| | * Platform device error handling cleanupJuha Yrjola juha.yrjola2006-12-011-41/+59
| | * Move register definitions away from the header fileJuha Yrjola juha.yrjola2006-12-012-56/+51
| | * Change OMAP_MMC_{READ,WRITE} macros to use the host pointerJuha Yrjola juha.yrjola2006-12-012-47/+47
| | * Replace base with virt_base and phys_baseJuha Yrjola juha.yrjola2006-12-011-7/+9
| | * mmc: constify mmc_host_ops vectorsDavid Brownell2006-12-018-8/+8
| | * mmc: remove kernel_thread()Christoph Hellwig2006-12-012-29/+15
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-12-013-15/+15
| |\ \
| | * | Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman2006-12-013-15/+15
| | |/
| * | BUG_ON conversion for drivers/mmc/omap.cEric Sesterhenn2006-11-301-2/+1
| |/
* | WorkStruct: make allyesconfigDavid Howells2006-11-224-31/+23
|/
* MMC: Do not set unsupported bits in OCR responseTimo Teras2006-11-091-1/+1
* MMC: Poll card status after rescanning cardsTimo Teras2006-11-091-1/+16
* [PATCH] missing includes of io.hAl Viro2006-10-241-0/+1
* [PATCH] passing pointer to setup_timer() should be via unsigned longAl Viro2006-10-101-1/+1
* [PATCH] tifm __iomem annotations, NULL noise removalAl Viro2006-10-091-7/+7
* [PATCH] mmc: multi sector write transfersPierre Ossman2006-10-061-9/+95
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-058-14/+14
* [PATCH] mmc: properly use the new multi block-write error handlingPierre Ossman2006-10-041-7/+17
* [PATCH] mmc: use own work queuePierre Ossman2006-10-043-4/+41
* [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: driver for TI FlashMedia card reader - Kconfig/MakefileAlex Dubov2006-10-042-0/+17
* [PATCH] mmc: driver for TI FlashMedia card reader - sourceAlex Dubov2006-10-041-0/+933
* [PATCH] mmc (mainly): add "or later" clause to licence statement.Pierre Ossman2006-10-014-8/+12
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-302-2/+3
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-3/+3
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-09-281-2/+2
|\
| * [ARM] 3865/1: AT91RM9200 header updatesAndrew Victor2006-09-281-2/+2
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-09-288-37/+57
|\ \
| * | [MMC] Don't check READY_FOR_DATA when readingRussell King2006-09-241-18/+20
| * | [MMC] MMC_CAP_BYTEBLOCK flag for non-log2 block sizes capable hostsRussell King2006-09-245-6/+8
| * | [MMC] Add multi block-write capabilityRussell King2006-09-164-9/+23
| * | [MMC] Remove data->blksz_bits memberRussell King2006-09-162-2/+0
| * | [MMC] Convert mmci to use data->blksz rather than data->blksz_bitsRussell King2006-09-161-4/+8
| |/
* | [PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_allocRalf Baechle2006-09-261-1/+1
|/
* [MMC] Always use a sector size of 512 bytesPierre Ossman2006-09-071-45/+4
* [MMC] Cleanup 385e3227d4d83ab13d7767c4bb3593b0256bf246Russell King2006-09-072-48/+51
* [ARM] 3751/1: i.MX/MX1 SD/MMC use 512 bytes request for SCR readPavel Pisa2006-09-071-34/+35