aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2013-11-18Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds7-294/+291
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-2/+1
2013-11-08mmc: core: Silence compiler warning in __mmc_switchUlf Hansson1-1/+1
2013-10-30mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson2-10/+14
2013-10-30mmc: core: Improve runtime PM support during suspend/resume for sd/mmcUlf Hansson2-17/+66
2013-10-30mmc: core: Remove redundant mmc_power_up|off at runtime callbacksUlf Hansson2-24/+2
2013-10-30mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson2-15/+51
2013-10-30mmc: core: Remove deprecated mmc_suspend|resume_host APIsUlf Hansson1-22/+0
2013-10-30mmc: core: Signal wakeup event at card insert/removalUlf Hansson1-12/+27
2013-10-30mmc: core: Collect common code for card ocr validationUlf Hansson4-40/+10
2013-10-30mmc: core: Prevent violation of specs while initializing cardsUlf Hansson4-37/+13
2013-10-30mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson4-34/+40
2013-10-30mmc: core: Cleanup code for setting ocr mask for SDIOUlf Hansson1-16/+10
2013-10-30mmc: core: Remove unnecessary retry mechanism at SDIO attachUlf Hansson1-11/+3
2013-10-30mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson4-5/+7
2013-10-30mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson5-24/+16
2013-10-30mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson3-9/+22
2013-10-16MMC: convert bus code to use dev_groupsGreg Kroah-Hartman2-14/+19
2013-09-25mmc: core: clean up duplicate macrosJackey Shen1-1/+1
2013-09-25mmc: add ignorance case for CMD13 CRC errorSeungwon Jeon1-28/+45
2013-09-25mmc: core: remove dead function mmc_try_claim_hostGrant Grundler1-25/+0
2013-09-10Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds5-7/+67
2013-08-26mmc: core: parse voltage from device-treeHaijun Zhang1-0/+44
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2-2/+14
2013-08-24mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).Minjian Wu1-0/+1
2013-08-24mmc: sd: fix the maximum au_size for SD3.0Jaehoon Chung1-2/+5
2013-08-24mmc: core: free mmc_card if cmd 3,9,7 fails in mmc_sd_init_cardWei WANG1-3/+3
2013-07-31mmc: core: Indicate that vmmcq may be absentMark Brown1-1/+1
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds10-272/+457
2013-07-05mmc: core: Fixup Oops for SDIO shutdownUlf Hansson1-1/+2
2013-07-05mmc: core: production year for eMMC 4.41 and laterRomain Izard1-0/+4
2013-06-27mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLEUlf Hansson1-0/+2
2013-06-27mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLEUlf Hansson1-1/+1
2013-06-27mmc: core: Enable power_off_notify for eMMC shutdown sequenceUlf Hansson1-5/+4
2013-06-27mmc: core: Add shutdown callback for (e)MMC bus_opsUlf Hansson1-0/+10
2013-06-27mmc: core: Handle both poweroff notification types for eMMCUlf Hansson1-5/+12
2013-06-27mmc: core: Add shutdown callback for SD bus_opsUlf Hansson1-0/+2
2013-06-27mmc: core: Extend shutdown sequence to handle bus operationsUlf Hansson2-0/+10
2013-06-27mmc: core: Handle card shutdown from mmc_busUlf Hansson1-0/+9
2013-06-27mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson2-26/+19
2013-06-27mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson4-28/+32
2013-06-27mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson3-21/+32
2013-06-27mmc: core: Remove unnecessary check for the remove callbackUlf Hansson1-8/+3
2013-06-27mmc: core: Update the ext-csd.rev check for eMMC5.1Yuvaraj Kumar C D1-1/+1
2013-06-27mmc: return mmc_of_parse() errors to callerSimon Baatz1-5/+25
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2-2/+2
2013-05-26mmc: core: Fix select power class after resumeFredrik Soderstedt1-24/+50
2013-05-26mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson5-119/+41
2013-05-26mmc: core: Support aggressive power management for (e)MMC/SDUlf Hansson2-0/+99