summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2008-07-15mmc: at91_mci: show timeoutsMarc Pignat1-2/+33
2008-07-15mmc: at91_mci: support for block size not modulo 4Marc Pignat1-5/+10
2008-07-15MMC: Trivial comment cleanupDeepak Saxena2-2/+2
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov6-23/+28
2008-07-15mmc_spi: add support for card-detection pollingAnton Vorontsov1-2/+17
2008-07-15mmc: add support for card-detection pollingAnton Vorontsov1-3/+9
2008-07-15sdhci-pci: unaligned data with ricoh controllersPierre Ossman1-0/+1
2008-07-15mmc_test: add test case controlPierre Ossman1-2/+8
2008-07-15sdhci: handle hot-removePierre Ossman3-14/+58
2008-07-15sdhci: support JMicron secondary interfacePierre Ossman1-2/+125
2008-07-15sdhci: toggle JMicron PMOS settingPierre Ossman1-0/+67
2008-07-15sdhci: make workaround for timeout bug more generalPierre Ossman3-23/+33
2008-07-15sdhci: more complex quirks handlingPierre Ossman1-43/+86
2008-07-15sdhci: remove forced dma quirksPierre Ossman1-20/+2
2008-07-15sdhci: move pci stuff to separate modulePierre Ossman5-436/+651
2008-07-15sdhci: don't check block count for progressPierre Ossman1-14/+9
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+20
2008-07-10Merge branch 'imx' into develRussell King1-1/+18
2008-07-06pxamci: fix byte aligned DMA transfersPhilipp Zabel1-0/+13
2008-07-05IMX: introduce clock APISascha Hauer1-1/+18
2008-07-04mmc: don't use DMA on newer ENE controllersPierre Ossman1-2/+4
2008-07-04olpc: sdhci: add quirk for the Marvell CaFe's interrupt timeoutAndres Salomon1-1/+11
2008-07-04olpc: sdhci: add quirk for the Marvell CaFe's vdd/powerup issueAndres Salomon1-0/+18
2008-07-03[ARM] 5122/1: imx_dma_request_by_prio simpilficationPaulius Zaleckas1-2/+2
2008-06-12mmc: wbsd: initialize tasklets before requesting interruptChuck Ebbert1-11/+10
2008-06-05mmc: Fix crash in mmc_block on 64-bitBen Collins1-1/+1
2008-05-21missing dependencies on HAS_DMAAl Viro1-1/+1
2008-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds5-7/+915
2008-05-17at91_mci: minor cleanupMarc Pignat1-1/+4
2008-05-14mmc: mmc host test driverPierre Ossman3-0/+905
2008-05-14mmc: Fix omap compile by replacing dev_name with dma_dev_nameTony Lindgren1-6/+6
2008-05-13mmc: make one-bit signed bitfields unsignedHarvey Harrison1-1/+1
2008-05-04[ARM] 5024/1: Fix some minor clk issues in the MMCI PL18x driverLinus Walleij1-1/+13
2008-04-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+3
2008-04-29mmc: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-28[ARM] 5022/1: Race in ARM MMCI PL18x driver, V2Linus Walleij1-1/+3
2008-04-18mmc: sdio_ops.c should #include "sdio_ops.h"Adrian Bunk1-0/+1
2008-04-18mmc: proper prototypes for mmc_attach_*()Adrian Bunk2-4/+4
2008-04-18mmc: make __mmc_release_bus() staticAdrian Bunk1-1/+1
2008-04-18sdhci: improve no card, no reset quirkPierre Ossman1-2/+10
2008-04-18MMC: OMAP: Do not busy wait for end of command for everJarkko Lavinen1-1/+7
2008-04-18MMC: OMAP: Start new commands from work queue instead of irqJarkko Lavinen1-6/+42
2008-04-18MMC: OMAP: Lazy clock shutdownJarkko Lavinen1-14/+75
2008-04-18MMC: OMAP: Move failing command abortion to workqueueJarkko Lavinen1-33/+49
2008-04-18MMC: OMAP: Use tasklet instead of workqueue for cover switch notificationJarkko Lavinen1-27/+40
2008-04-18MMC: OMAP: Check the get_cover_state function pointer if not setKyungmin Park1-1/+4
2008-04-18MMC: OMAP: Using setup_timer instead of init_timerCarlos Eduardo Aguiar1-10/+4
2008-04-18MMC: OMAP: Abort stuck commandsJarkko Lavinen1-10/+83
2008-04-18MMC: OMAP: General cleanup for MMC multislot supportJuha Yrjola1-17/+29
2008-04-18MMC: OMAP: Power functions modified to MMC multislot supportJuha Yrjola1-51/+37