summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-098-219/+245
|\
| * mmc: slot-gpio: Add GPIO descriptor based CD GPIO APIAdrian Hunter2014-03-172-1/+84
| * mmc: slot-gpio: Split out CD IRQ request into a separate functionAdrian Hunter2014-03-171-23/+35
| * mmc: slot-gpio: Record GPIO descriptors instead of GPIO numbersAdrian Hunter2014-03-171-18/+27
| * mmc: core: Respect host's max_busy_timeout when sending sleep cmdUlf Hansson2014-02-231-3/+16
| * mmc: core: Use generic CMD6 time while switching to eMMC HS200 modeUlf Hansson2014-02-231-1/+3
| * mmc: core: Fixup busy detection for mmc switch operationsUlf Hansson2014-02-231-7/+26
| * mmc: core: Minor simplifications to __mmc_switchUlf Hansson2014-02-231-11/+9Star
| * mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson2014-02-233-16/+19
| * mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson2014-02-232-2/+2
| * mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson2014-02-231-3/+3
| * mmc: core: Add DT bindings for eMMC HS200 1.8/1.2VJaehoon Chung2014-02-221-0/+4
| * mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2VUlf Hansson2014-02-221-0/+4
| * mmc: core: Add DT bindings for SD card's UHS bus speed modesUlf Hansson2014-02-221-0/+10
| * mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson2014-02-142-6/+1Star
| * mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson2014-02-142-39/+1Star
| * mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMDUlf Hansson2014-02-141-3/+0Star
| * mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson2014-02-142-18/+7Star
| * mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson2014-02-144-76/+2Star
* | mmc: core: typo fix in printk specifierAlexander Shiyan2014-03-101-1/+1
|/
* Merge tag 'mmc-updates-for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-265-22/+45
|\
| * mmc: sdio: add a quirk for broken SDIO_CCCR_INTx pollingBing Zhao2014-01-182-0/+19
| * mmc: core: sd: implement proper support for sd3.0 au sizesWolfram Sang2014-01-131-15/+22
| * mmc: Do not call get_cd for non removable cardsSascha Hauer2014-01-131-1/+2
| * mmc: core: mmc DDR mode should not depend on UHS_DDR50Dong Aisheng2014-01-131-6/+2Star
* | ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki2013-12-071-1/+1
|/
* 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