aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds2-3/+3
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-1/+1
2006-12-07Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-7/+7
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells16-243/+525
2006-12-05mmc: fix au1xmmc build errorYoichi Yuasa1-1/+1
2006-12-05mmc: pxamci compilation fixSascha Hauer1-2/+2
2006-12-02Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds15-226/+509
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-15/+15
2006-12-01Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman3-15/+15
2006-12-01mmc: correct request error handlingPierre Ossman1-4/+3
2006-12-01mmc: Flush block queue when removing cardPierre Ossman2-5/+25
2006-12-01mmc: sdhci high speed supportPierre Ossman2-0/+17
2006-12-01mmc: Support for high speed SD cardsPierre Ossman1-4/+118
2006-12-01mmc: Fix mmc_delay() functionPierre Ossman1-3/+3
2006-12-01mmc: Add support for mmc v4 wide-bus modesPhilip Langdale1-14/+37
2006-12-01[PATCH] mmc: Add support for mmc v4 high speed modePhilip Langdale1-2/+119
2006-12-01trivial change for mmc/Kconfig: MMC_PXA does not mean only PXA255Marcin Juszkiewicz1-1/+1
2006-12-01Make general code cleanupsJuha Yrjola juha.yrjola1-12/+4
2006-12-01Add MMC_CAP_{MULTIWRITE,BYTEBLOCK} flagsTony Lindgren tony1-1/+1
2006-12-01Platform device error handling cleanupJuha Yrjola juha.yrjola1-41/+59
2006-12-01Move register definitions away from the header fileJuha Yrjola juha.yrjola2-56/+51
2006-12-01Change OMAP_MMC_{READ,WRITE} macros to use the host pointerJuha Yrjola juha.yrjola2-47/+47
2006-12-01Replace base with virt_base and phys_baseJuha Yrjola juha.yrjola1-7/+9
2006-12-01mmc: constify mmc_host_ops vectorsDavid Brownell8-8/+8
2006-12-01mmc: remove kernel_thread()Christoph Hellwig2-29/+15
2006-12-01[ARM] 3963/1: AT91: Update configuration filesAndrew Victor2-5/+5
2006-11-30[ARM] 3954/1: AT91: Update drivers for new headersAndrew Victor1-2/+2
2006-11-30BUG_ON conversion for drivers/mmc/omap.cEric Sesterhenn1-2/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells4-31/+23
2006-11-09MMC: Do not set unsupported bits in OCR responseTimo Teras1-1/+1
2006-11-09MMC: Poll card status after rescanning cardsTimo Teras1-1/+16
2006-10-24[PATCH] missing includes of io.hAl Viro1-0/+1
2006-10-10[PATCH] passing pointer to setup_timer() should be via unsigned longAl Viro1-1/+1
2006-10-09[PATCH] tifm __iomem annotations, NULL noise removalAl Viro1-7/+7
2006-10-06[PATCH] mmc: multi sector write transfersPierre Ossman1-9/+95
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells8-14/+14
2006-10-04[PATCH] mmc: properly use the new multi block-write error handlingPierre Ossman1-7/+17
2006-10-04[PATCH] mmc: use own work queuePierre Ossman3-4/+41
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-04[PATCH] mmc: driver for TI FlashMedia card reader - Kconfig/MakefileAlex Dubov2-0/+17
2006-10-04[PATCH] mmc: driver for TI FlashMedia card reader - sourceAlex Dubov1-0/+933
2006-10-01[PATCH] mmc (mainly): add "or later" clause to licence statement.Pierre Ossman4-8/+12
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2-2/+3
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-3/+3
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds8-37/+57
2006-09-28[ARM] 3865/1: AT91RM9200 header updatesAndrew Victor1-2/+2
2006-09-26[PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_allocRalf Baechle1-1/+1
2006-09-24[MMC] Don't check READY_FOR_DATA when readingRussell King1-18/+20