aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmc_test: minor clean up, use t = &test.area everywhereAndy Shevchenko2011-05-241-31/+44
* mmc: card: fix potential null dereference of 'idata'Vladimir Motyka2011-05-241-5/+6
* mmc: sdhci: add support for retuning mode 1Arindam Nath2011-05-242-3/+112
* mmc: sdhci: add support for programmable clock modeArindam Nath2011-05-242-15/+69
* mmc: sdhci: enable preset value after uhs initializationArindam Nath2011-05-242-0/+43
* mmc: sd: add support for tuning during uhs initializationArindam Nath2011-05-243-1/+176
* mmc: sd: report correct speed and capacity of uhs cardsArindam Nath2011-05-242-4/+17
* mmc: sd: set current limit for uhs cardsArindam Nath2011-05-242-0/+73
* mmc: sd: add support for uhs bus speed mode selectionArindam Nath2011-05-243-3/+108
* mmc: sdhci: reset sdclk before setting high speed enableArindam Nath2011-05-241-3/+24
* mmc: sd: add support for driver type selectionArindam Nath2011-05-247-30/+176
* mmc: sd: query function modes for uhs cardsArindam Nath2011-05-241-10/+58
* mmc: sd: add support for signal voltage switch procedureArindam Nath2011-05-245-17/+262
* mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto2011-05-242-1/+203
* mmc: block: init force_ro sysfs attributeRabin Vincent2011-05-241-0/+1
* mmc: sdhci: Fix read-only detection with JMicron 388 chipTakashi Iwai2011-05-242-4/+29
* mmc: Ensure hardware partitions don't mess with mmcblk device naming.Andrei Warkentin2011-05-241-7/+19
* mmc: sdhci: Add pre and post reset processing for chip specific resetPhilip Rakity2011-05-242-0/+8
* mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLKMark Brown2011-05-241-3/+4
* mmc: initialize struct mmc_request at declaration timeChris Ball2011-05-246-34/+12
* mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-245-21/+10
* mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-246-92/+37
* mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.Chris Ball2011-05-241-0/+1
* mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball2011-05-241-0/+2
* mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin2011-05-241-0/+2
* mmc: quirks: Fix erase/trim for certain SanDisk cards.Andrei Warkentin2011-05-241-1/+42
* mmc: sdhci: work around broken dma boundary behaviorMikko Vinni2011-05-242-5/+31
* mmc: quirks: Support for block quirks.Andrei Warkentin2011-05-241-0/+7
* mmc: MMC boot partitions support.Andrei Warkentin2011-05-242-40/+256
* mmc: card: block.c cleanup for host claim/release.Andrei Warkentin2011-05-241-18/+13
* mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin2011-05-243-8/+23
* mmc: sdhci: R1B command handling + MMC_CAP_ERASE.Andrei Warkentin2011-05-241-16/+26
* mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin2011-05-241-18/+21
* mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin2011-05-243-54/+43
* mmc: core: fix memory leak in mmc_add_hostWolfram Sang2011-05-241-2/+2
* mmc: sdhci-pci: Fix checkpatch.pl errorsAmeya Palande2011-05-241-23/+21
* mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2011-05-241-0/+2
* mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2011-05-241-1/+1
* mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2011-05-241-0/+2
* mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2011-05-241-0/+6
* mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen2011-05-241-2/+2
* mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen2011-05-242-7/+7
* mmc: Reliable write support.Andrei Warkentin2011-05-242-4/+82
* mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool'Shawn Guo2011-05-241-1/+1
* mmc: tegra: add pm_flagsVenkat Rao2011-05-241-0/+2
* mmc: remove redundant irq disablingJohn Ogness2011-05-241-8/+0
* mmc: Ensure linux starts in eMMC user partitionPhilip Rakity2011-05-241-0/+10
* mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finishChris Ball2011-04-271-0/+7
* mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finishBen Dooks2011-04-271-1/+1
* mmc: tmio: fix .set_ios(MMC_POWER_UP) handlingGuennadi Liakhovetski2011-04-271-5/+5