aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2007-04-27uevent: use add_uevent_var() instead of open coding itEric Rannaud
2007-03-12[ARM] 4256/1: i.MX/MX1 SDHC fix/workaround of SD card recognition problemsPavel Pisa
2007-03-06sdhci: release irq during suspendPierre Ossman
2007-03-06sdhci: make isr tolerant of read errorsMark Lord
2007-03-06mmc: require explicit support for high-speedPierre Ossman
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds
2007-02-11tifm_sd: treat "status error" as normal command completionAlex Dubov
2007-02-11mmc: wbsd: Remove stray kunmap_atomic()Pierre Ossman
2007-02-09[PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitivesAl Viro
2007-02-09mmc: sdhci: Stop asking for mailPierre Ossman
2007-02-09mmc: sdhci: Remove driver versionPierre Ossman
2007-02-09mmc: wbsd: Remove driver versionPierre Ossman
2007-02-08[ARM] 4151/1: AT91 / AVR32: Move at91_pdc.h to linux/atmel_pdc.hAndrew Victor
2007-02-04mmc: tifm: replace kmap with page_addressPierre Ossman
2007-02-04mmc: sdhci: fix voltage ocrPierre Ossman
2007-02-04mmc: sdhci: replace kmap with page_addressPierre Ossman
2007-02-04mmc: wbsd: replace kmap with page_addressPierre Ossman
2007-02-04mmc: handle pci_enable_device() return value in sdhciPierre Ossman
2007-02-04mmc: Proper unclaim in mmc_blockPierre Ossman
2007-02-04mmc: Graceful fallback for fancy featuresPierre Ossman
2007-02-04mmc: Handle wbsd's stupid command listPierre Ossman
2007-02-04mmc: Allow host drivers to specify max block countPierre Ossman
2007-02-04mmc: Allow host drivers to specify a max block sizePierre Ossman
2007-02-04tifm_sd: add suspend and resume functionalityAlex Dubov
2007-02-04Remove unused return value from signal_irq callbackAlex Dubov
2007-02-04tifm_sd: prettifyAlex Dubov
2007-02-04tifm_sd: restructure initialization, removal and command handlingAlex Dubov
2007-02-04tifm_sd: fix hardware timeout setupAlex Dubov
2007-02-04tifm_sd: Switch software timeout handler from work_struct to timerAlex Dubov
2007-02-04tifm_sd: use kmap_atomic instead of kmap for PIO data bufferAlex Dubov
2007-02-04tifm_sd: alter order of the states in the command handlerAlex Dubov
2007-02-04mmc: Add support for SDHC cardsPhilip Langdale
2007-02-04mmc: Power quirk for ENE controllersDarren Salt
2007-02-04mmc: let host be parent of cardsPierre Ossman
2007-02-04mmc: replace host->card_busyPierre Ossman
2007-02-04mmc: au1xmmc: return errors for unknown response typesManuel Lauss
2007-02-04mmc: au1xmmc: implement proper ro switch detectionManuel Lauss
2007-01-15mmc: Correct definition of R6Philip Langdale
2007-01-15omap: Update MMC response typesCarlos Eduardo Aguiar
2007-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds
2007-01-08[ARM] Fix potential MMCI bugRussell King
2007-01-04MMC: at91 mmc linkage updatesDavid Brownell
2007-01-04ARM: OMAP: fix MMC workqueue changesKyungmin Park
2006-12-11AT91 MMC update for 2.6.19Andrew Victor
2006-12-11mmc: Change SDHCI iomem error to a warningPierre Ossman
2006-12-11mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removalVitaly Wool
2006-12-11AT91 MMC 5 : Minor cleanupsAndrew Victor
2006-12-11AT91 MMC 4 : Interrupt handler cleanupAndrew Victor