aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2014-02-23mmc: core: Respect host's max_busy_timeout when sending sleep cmdUlf Hansson1-3/+16
2014-02-23mmc: core: Use generic CMD6 time while switching to eMMC HS200 modeUlf Hansson1-1/+3
2014-02-23mmc: core: Fixup busy detection for mmc switch operationsUlf Hansson1-7/+26
2014-02-23mmc: core: Minor simplifications to __mmc_switchUlf Hansson1-11/+9
2014-02-23mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson3-16/+19
2014-02-23mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson2-2/+2
2014-02-23mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson1-3/+3
2014-02-22mmc: core: Add DT bindings for eMMC HS200 1.8/1.2VJaehoon Chung1-0/+4
2014-02-22mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2VUlf Hansson1-0/+4
2014-02-22mmc: core: Add DT bindings for SD card's UHS bus speed modesUlf Hansson1-0/+10
2014-02-13mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson2-6/+1
2014-02-13mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson2-39/+1
2014-02-13mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMDUlf Hansson1-3/+0
2014-02-13mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson2-18/+7
2014-02-13mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson4-76/+2
2014-01-26Merge tag 'mmc-updates-for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-22/+45
2014-01-17mmc: sdio: add a quirk for broken SDIO_CCCR_INTx pollingBing Zhao2-0/+19
2014-01-13mmc: core: sd: implement proper support for sd3.0 au sizesWolfram Sang1-15/+22
2014-01-13mmc: Do not call get_cd for non removable cardsSascha Hauer1-1/+2
2014-01-13mmc: core: mmc DDR mode should not depend on UHS_DDR50Dong Aisheng1-6/+2
2013-12-07ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki1-1/+1
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2013-11-18Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus 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/ke...Linus 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