aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: add support for eMMC Dual Data RatePhilip Rakity2011-05-244-19/+33
* mmc: core: eMMC signal voltage does not use CMD11Philip Rakity2011-05-243-5/+6
* mmc: sdhci-pxa: add platform code for UHS signalingPhilip Rakity2011-05-241-0/+41
* mmc: sdhci: add hooks for setting UHS in platform specific codePhilip Rakity2011-05-242-15/+20
* mmc: core: clear MMC_PM_KEEP_POWER flag on resumeEliad Peller2011-05-241-0/+1
* mmc: dw_mmc: fixed wrong regulator_enable in suspend/resumeJaehoon Chung2011-05-241-3/+3
* mmc: sdhi: allow powering down controller with no card insertedGuennadi Liakhovetski2011-05-242-0/+10
* mmc: tmio: runtime suspend the controller, where possibleGuennadi Liakhovetski2011-05-243-6/+78
* mmc: sdhi: support up to 3 interrupt sourcesMagnus Damm2011-05-241-11/+28
* mmc: sdhi: print physical base address and clock rateMagnus Damm2011-05-241-2/+4
* mmc: sdhi: no need for special interrupt flagsMagnus Damm2011-05-241-2/+1
* mmc: tmio/sdhi: break out interrupt request/freeMagnus Damm2011-05-244-21/+37
* mmc: protect the tmio_mmc driver against a theoretical raceGuennadi Liakhovetski2011-05-242-6/+57
* mmc: add runtime and system power-management support to the MMCIF driverGuennadi Liakhovetski2011-05-241-9/+69
* mmc: Add runtime and system-wide PM to the TMIO MMC driverGuennadi Liakhovetski2011-05-245-19/+86
* mmc: sh_mmcif: protect against a theoretical raceGuennadi Liakhovetski2011-05-241-8/+42
* mmc: sdio: optimized SDIO IRQ handling for single irqStefan Nilsson XK2011-05-242-1/+33
* 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-243-3/+118
* mmc: sdhci: add support for programmable clock modeArindam Nath2011-05-243-15/+70
* mmc: sdhci: enable preset value after uhs initializationArindam Nath2011-05-243-0/+44
* mmc: sd: add support for tuning during uhs initializationArindam Nath2011-05-246-1/+182
* mmc: sd: report correct speed and capacity of uhs cardsArindam Nath2011-05-243-4/+24
* mmc: sd: set current limit for uhs cardsArindam Nath2011-05-244-0/+86
* mmc: sd: add support for uhs bus speed mode selectionArindam Nath2011-05-245-3/+132
* mmc: sdhci: reset sdclk before setting high speed enableArindam Nath2011-05-241-3/+24
* mmc: sd: add support for driver type selectionArindam Nath2011-05-249-30/+190
* mmc: sd: query function modes for uhs cardsArindam Nath2011-05-242-10/+62
* mmc: sd: add support for signal voltage switch procedureArindam Nath2011-05-247-17/+284
* mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto2011-05-247-1/+261
* mmc: block: init force_ro sysfs attributeRabin Vincent2011-05-241-0/+1
* mmc: sdhci: Fix read-only detection with JMicron 388 chipTakashi Iwai2011-05-243-4/+31
* 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-242-1/+43
* 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-247-42/+305
* 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-244-8/+24
* 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-242-19/+22