aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-24[MMC] MMC_CAP_BYTEBLOCK flag for non-log2 block sizes capable hostsRussell King5-6/+8
2006-09-16[MMC] Add multi block-write capabilityRussell King4-9/+23
2006-09-16[MMC] Remove data->blksz_bits memberRussell King2-2/+0
2006-09-16[MMC] Convert mmci to use data->blksz rather than data->blksz_bitsRussell King1-4/+8
2006-09-07[MMC] Always use a sector size of 512 bytesPierre Ossman1-45/+4
2006-09-07[MMC] Cleanup 385e3227d4d83ab13d7767c4bb3593b0256bf246Russell King2-48/+51
2006-09-07[ARM] 3751/1: i.MX/MX1 SD/MMC use 512 bytes request for SCR readPavel Pisa1-34/+35
2006-09-07[MMC] Fix SD timeout calculationPierre Ossman2-10/+49
2006-08-07[MMC] Another stray 'io' referencePierre Ossman1-1/+2
2006-08-06[MMC] Fix base address configuration in wbsdPierre Ossman1-3/+3
2006-08-06[ARM] 3744/1: MMC: mmcqd gets stuck when block queue is pluggedJuha [êölä1-1/+2
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-03[PATCH] lockdep: annotate on-stack completions, mmcIngo Molnar1-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-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 comma...Pavel 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
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-1/+1
2006-03-24[PATCH] mmc: Secure Digital Host Controller Interface driverPierre Ossman4-0/+1462
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel1-1/+1
2006-03-04[MMC] au1xmmc: Fix a compilation warning ('status' is not used)Martin Michlmayr1-1/+0
2006-03-04[MMC] au1xmmc: Fix linking error because mmc_rsp_type doesn't existMartin Michlmayr1-1/+1
2006-03-04[MMC] au1xmmc: Fix compilation error by using platform_driverMartin Michlmayr1-10/+11
2006-02-16[MMC] mmci: allow small data transfersRussell King1-0/+7
2006-02-08[MMC] Remove extra character in AU1XXX MMC Kconfig entryJordan Crouse1-1/+1
2006-02-02[MMC] Add MMC command type flagsRussell King6-63/+60
2006-01-14Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-2/+3
2006-01-13[MMC] mmc_blk_probe() warning fixAndrew Morton1-2/+3
2006-01-13[PATCH] Add mmc_bus_type probe and remove methodsRussell King1-14/+12
2006-01-12[MMC+MFD] Convert mmc to mutexesArjan van de Ven1-5/+6
2006-01-09Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds3-264/+278
2006-01-09[MMC] Add DATA_MULTI flagRussell King1-1/+7
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-19/+6
2006-01-08[MMC] Lindent wbsd driverPierre Ossman1-252/+185
2006-01-08[MMC] Support MMC version 4 cardsPierre Ossman1-0/+1
2006-01-08[MMC] wbsd pnp suspendPierre Ossman1-16/+90
2006-01-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-10/+3
2006-01-07Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds5-75/+158
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King1-1/+1
2006-01-07Merge with Linus' kernel.Russell King2-4/+4
2006-01-07[ARM] Move AMBA include files to include/linux/amba/Russell King1-1/+1
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo1-2/+2
2006-01-05[MMC] mmci: kunmap_atomic() unmaps virtual address, not pageEvgeniy Polyakov2-3/+3
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-2/+2
2006-01-04[MMC] mmci: add data cache coherencyRussell King1-0/+15
2006-01-03[MMC] wbsd: convert to the new platfrom device interfaceDmitry Torokhov1-4/+14
2006-01-03[MMC] wbsd: make use of ARRAY_SIZE() macroDmitry Torokhov1-6/+3
2006-01-03[MMC] Improve MMC card block size selectionRussell King2-62/+123
2006-01-03[ARM] Remove clk_use()/clk_unuse()Russell King1-8/+1
2005-12-22[MMC] Set correct capacity for 1024-byte block cardsRussell King1-5/+9
2005-12-14[MMC] Explain the internals of mmc_power_up()Russell King1-1/+9
2005-12-05[MMC] Proper check of SCR error codePierre Ossman1-2/+3
2005-11-28[MMC] Fix protocol errorsPierre Ossman1-1/+1
2005-11-12[MMC] mmci doesn't need asm/irq.hRussell King1-1/+0
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2-34/+35
2005-11-09[MMC] wbsd version 1.5Pierre Ossman1-1/+1
2005-11-09[MMC] Add MODULE_AUTHOR to wbsdPierre Ossman1-0/+1
2005-11-09[MMC] Use __devexit_p in wbsdPierre Ossman1-2/+2
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2-34/+35
2005-11-07Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-1/+1
2005-11-07[ARM] 3120/1: Fix MMC/SD card driver resume deadlockUli Luckas1-1/+1
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-2/+1
2005-11-05[MMC] Use controller id instead of driver name for printksPierre Ossman1-5/+6
2005-11-05[MMC] Fix chip config in wbsdPierre Ossman1-2/+2
2005-11-04[MMC] Response to write commands is R1 nor R1bRussell King1-1/+0
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2-2/+2
2005-10-30[MMC] Use command class to determine read-only statusPierre Ossman1-2/+8
2005-10-30[MMC] pxamci doesn't need to include asm/irq.hRussell King1-1/+0
2005-10-29Au1[12]00 mmc driver. Only tested on the Au1200 at this point thoughPete Popov4-0/+1132
2005-10-29Create platform_device.h to contain all the platform device details.Russell King2-2/+2
2005-10-28[MMC] wbsd suspend supportPierre Ossman1-28/+91
2005-10-28Merge ../bleed-2.6Greg KH1-0/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2-6/+6
2005-10-28[ARM] 3/4: Remove asm/hardware.h from Versatile and Integrator io.hRussell King1-0/+1
2005-09-12[MMC] Clean up wbsd detection handlingPierre Ossman1-17/+12
2005-09-12[MMC] Remove unused timer.Pierre Ossman1-1/+0
2005-09-12[MMC] Remove trailing whitespace in wbsdPierre Ossman2-219/+219
2005-09-10[MMC] Add mmc_detect_change() delay support for wbsd driverRussell King1-22/+5
2005-09-08[MMC] Add mmc_detect_change() delay support for PXAMCI driverRichard Purdie1-1/+3
2005-09-08[MMC] Allow detection/removal to be delayedRichard Purdie4-8/+12
2005-09-07[PATCH] mmc: conditional scr sysfs entryPierre Ossman1-3/+18
2005-09-07[PATCH] mmc: wbsd Secure Digital supportPierre Ossman2-6/+57
2005-09-07[PATCH] Add write protection switch handling to the PXA MMC driverRichard Purdie1-0/+11
2005-09-07[PATCH] sd: SD copyright noticePierre Ossman1-0/+2
2005-09-07[PATCH] sd: SD 4-bit busPierre Ossman1-0/+36
2005-09-07[PATCH] sd: SCR in sysfsPierre Ossman1-0/+2
2005-09-07[PATCH] sd: SCR registerPierre Ossman1-10/+133
2005-09-07[PATCH] sd: read-only switchPierre Ossman2-18/+30
2005-09-07[PATCH] sd: initialize SD cardsPierre Ossman1-73/+253
2005-09-03[MMC] support for mmc chip select in wbsdPierre Ossman2-15/+52
2005-09-03[MMC] ios for mmc chip selectPierre Ossman1-0/+12
2005-08-19[MMC] Use an IDR for host name indiciesRussell King1-2/+19
2005-08-19[MMC] Use class device name for mmc host nameRussell King1-2/+1
2005-08-19[MMC] Add MMC class devicesRussell King3-14/+86
2005-08-19[MMC] Add mmc_hostname() macroRussell King4-7/+7
2005-08-10[PATCH] wbsd version bumpPierre Ossman1-1/+1
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-1/+1
2005-07-01[PATCH] MMC: wbsd cleanupsAdrian Bunk2-29/+7
2005-07-01[PATCH] MMC: wbsd delayed insertionPierre Ossman2-10/+43
2005-07-01[PATCH] MMC: Fix divdi3 reference in mmci.cRussell King1-3/+6
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk...Yani Ioannou1-1/+1
2005-05-21[PATCH] MMC: Proper MMC command classes supportPierre Ossman1-1/+4
2005-05-08[PATCH] MMC: wbsd updatePierre Ossman3-186/+544
2005-05-04[PATCH] ISA DMA Kconfig fixes - part 3Al Viro1-1/+1
2005-04-16[PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsiPavel Machek4-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds14-0/+5455