summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-201-2/+1Star
|\
| * ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-2/+1Star
* | Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-187-294/+291Star
|\ \ | |/ |/|
| * mmc: core: Silence compiler warning in __mmc_switchUlf Hansson2013-11-081-1/+1
| * mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson2013-10-312-10/+14
| * mmc: core: Improve runtime PM support during suspend/resume for sd/mmcUlf Hansson2013-10-312-17/+66
| * mmc: core: Remove redundant mmc_power_up|off at runtime callbacksUlf Hansson2013-10-312-24/+2Star
| * mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson2013-10-312-15/+51
| * mmc: core: Remove deprecated mmc_suspend|resume_host APIsUlf Hansson2013-10-311-22/+0Star
| * mmc: core: Signal wakeup event at card insert/removalUlf Hansson2013-10-311-12/+27
| * mmc: core: Collect common code for card ocr validationUlf Hansson2013-10-314-40/+10Star
| * mmc: core: Prevent violation of specs while initializing cardsUlf Hansson2013-10-314-37/+13Star
| * mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson2013-10-314-34/+40
| * mmc: core: Cleanup code for setting ocr mask for SDIOUlf Hansson2013-10-311-16/+10Star
| * mmc: core: Remove unnecessary retry mechanism at SDIO attachUlf Hansson2013-10-311-11/+3Star
| * mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson2013-10-314-5/+7
| * mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson2013-10-315-24/+16Star
| * mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson2013-10-313-9/+22
| * mmc: core: clean up duplicate macrosJackey Shen2013-09-261-1/+1
| * mmc: add ignorance case for CMD13 CRC errorSeungwon Jeon2013-09-261-28/+45
| * mmc: core: remove dead function mmc_try_claim_hostGrant Grundler2013-09-261-25/+0Star
* | MMC: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-172-14/+19
|/
* Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-105-7/+67
|\
| * mmc: core: parse voltage from device-treeHaijun Zhang2013-08-261-0/+44
| * mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2013-08-252-2/+14
| * mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).Minjian Wu2013-08-251-0/+1
| * mmc: sd: fix the maximum au_size for SD3.0Jaehoon Chung2013-08-251-2/+5
| * mmc: core: free mmc_card if cmd 3,9,7 fails in mmc_sd_init_cardWei WANG2013-08-251-3/+3
* | mmc: core: Indicate that vmmcq may be absentMark Brown2013-07-311-1/+1
|/
* Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-1010-272/+457
|\
| * mmc: core: Fixup Oops for SDIO shutdownUlf Hansson2013-07-051-1/+2
| * mmc: core: production year for eMMC 4.41 and laterRomain Izard2013-07-051-0/+4
| * mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-271-0/+2
| * mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-271-1/+1
| * mmc: core: Enable power_off_notify for eMMC shutdown sequenceUlf Hansson2013-06-271-5/+4Star
| * mmc: core: Add shutdown callback for (e)MMC bus_opsUlf Hansson2013-06-271-0/+10
| * mmc: core: Handle both poweroff notification types for eMMCUlf Hansson2013-06-271-5/+12
| * mmc: core: Add shutdown callback for SD bus_opsUlf Hansson2013-06-271-0/+2
| * mmc: core: Extend shutdown sequence to handle bus operationsUlf Hansson2013-06-272-0/+10
| * mmc: core: Handle card shutdown from mmc_busUlf Hansson2013-06-271-0/+9
| * mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson2013-06-272-26/+19Star
| * mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson2013-06-274-28/+32
| * mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson2013-06-273-21/+32
| * mmc: core: Remove unnecessary check for the remove callbackUlf Hansson2013-06-271-8/+3Star
| * mmc: core: Update the ext-csd.rev check for eMMC5.1Yuvaraj Kumar C D2013-06-271-1/+1
| * mmc: return mmc_of_parse() errors to callerSimon Baatz2013-06-271-5/+25
| * mmc: core: Fix select power class after resumeFredrik Soderstedt2013-05-261-24/+50
| * mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson2013-05-265-119/+41Star
| * mmc: core: Support aggressive power management for (e)MMC/SDUlf Hansson2013-05-262-0/+99
| * mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson2013-05-264-8/+31