summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2011-05-24mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLKMark Brown
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball
2011-05-24mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.Chris Ball
2011-05-24mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball
2011-05-24mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin
2011-05-24mmc: quirks: Fix erase/trim for certain SanDisk cards.Andrei Warkentin
2011-05-24mmc: sdhci: work around broken dma boundary behaviorMikko Vinni
2011-05-24mmc: quirks: Support for block quirks.Andrei Warkentin
2011-05-24mmc: MMC boot partitions support.Andrei Warkentin
2011-05-24mmc: card: block.c cleanup for host claim/release.Andrei Warkentin
2011-05-24mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin
2011-05-24mmc: sdhci: R1B command handling + MMC_CAP_ERASE.Andrei Warkentin
2011-05-24mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin
2011-05-24mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin
2011-05-24mmc: core: fix memory leak in mmc_add_hostWolfram Sang
2011-05-24mmc: sdhci-pci: Fix checkpatch.pl errorsAmeya Palande
2011-05-24mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CDOhad Ben-Cohen
2011-05-24mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen
2011-05-24mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen
2011-05-24mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen
2011-05-24mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen
2011-05-24mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen
2011-05-24mmc: Reliable write support.Andrei Warkentin
2011-05-24mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool'Shawn Guo
2011-05-24mmc: tegra: add pm_flagsVenkat Rao
2011-05-24mmc: remove redundant irq disablingJohn Ogness
2011-05-24mmc: Ensure linux starts in eMMC user partitionPhilip Rakity
2011-04-27mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finishChris Ball
2011-04-27mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finishBen Dooks
2011-04-27mmc: tmio: fix .set_ios(MMC_POWER_UP) handlingGuennadi Liakhovetski
2011-04-27mmc: fix a race between card-detect rescan and clock-gate work instancesGuennadi Liakhovetski
2011-04-27mmc: omap: Fix possible NULL pointer derefMichael Buesch
2011-04-27mmc: core: mmc_add_card(): fix missing break in switch statementMichał Mirosław
2011-04-27mmc: sdhci-pci: Fix error case in sdhci_pci_probe_slot()Chris Ball
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-03-29drivers: Final irq namespace conversionThomas Gleixner
2011-03-28mmc: SDHI should depend on SUPERH || ARCH_SHMOBILEGuennadi Liakhovetski
2011-03-26mmc: tmio_mmc: Move some defines into a shared headerSimon Horman
2011-03-25mmc: tmio: support aggressive clock gatingGuennadi Liakhovetski
2011-03-25mmc: tmio: fix power-mode interpretationGuennadi Liakhovetski
2011-03-25mmc: tmio: remove work-around for unmasked SDIO interruptsGuennadi Liakhovetski
2011-03-25mmc: tmio: only access registers above 0xff, if availableGuennadi Liakhovetski
2011-03-25mmc: tmio: convert the SDHI MMC driver from MFD to a platform driverGuennadi Liakhovetski
2011-03-25mmc: tmio: split core functionality, DMA and MFD glueGuennadi Liakhovetski
2011-03-25mmc: tmio: use PIO for short transfersGuennadi Liakhovetski
2011-03-25mmc: tmio-mmc: Improve DMA stability on sh-mobileGuennadi Liakhovetski
2011-03-25mmc: fix mmc_app_send_scr() for dma transferYoshihiro Shimoda