aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-26mmc: Do not advertise secure discard if it is blacklistedLukas Czerner1-1/+2
2014-07-09mmc: Allow forward compatibility for eMMCRomain Izard1-6/+5
2014-07-09mmc: sd: warn if card stays busy during initJohan Rudholm1-0/+3
2014-07-09mmc: quirks: Fixup debug messageAlexander Stein1-1/+1
2014-07-09mmc: core: Remove redundant runtime_idle callbackUlf Hansson1-9/+1
2014-05-22mmc: sdio_irq: rework sdio irq handlingRussell King1-10/+31
2014-05-12mmc: core: Improve support for deferred regulatorsTim Kryger1-12/+19
2014-05-12mmc: core: add DT bindings for eMMC HS400 1.8/1.2VSeungwon Jeon1-0/+4
2014-05-12mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon3-5/+97
2014-05-12mmc: rework selection of bus speed modeSeungwon Jeon2-200/+233
2014-05-12mmc: step power class after final selection of bus modeSeungwon Jeon1-41/+55
2014-05-12mmc: identify available device type to selectSeungwon Jeon1-33/+39
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon6-34/+13
2014-05-12mmc: core: Try other signal levels during power upTim Kryger1-2/+7
2014-04-22mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson2-54/+5
2014-04-22mmc: core: Use maximum timeout values in case TACC field is zeroStefan Wahren1-0/+4
2014-04-22mmc: Convert to use ATTRIBUTE_GROUPSAxel Lin2-20/+4
2014-04-22mmc: Delay the card_event callback into the mmc_rescan workerMarkus Mayer2-3/+6
2014-04-20mmc: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2-1/+4
2014-04-09Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds8-219/+245
2014-03-17mmc: slot-gpio: Add GPIO descriptor based CD GPIO APIAdrian Hunter2-1/+84
2014-03-17mmc: slot-gpio: Split out CD IRQ request into a separate functionAdrian Hunter1-23/+35
2014-03-17mmc: slot-gpio: Record GPIO descriptors instead of GPIO numbersAdrian Hunter1-18/+27
2014-03-10mmc: core: typo fix in printk specifierAlexander Shiyan1-1/+1
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/kernel/git/cjb/mmcLinus 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/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