aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-11Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds10-206/+371
2014-10-02mmc: core: restore detect line inversion semanticsLinus Walleij2-6/+40
2014-09-30PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson1-0/+1
2014-09-29mmc: Fix incorrect warning when setting 0 Hz via debugfsAdrian Hunter1-1/+1
2014-09-29mmc: Fix use of wrong device in mmc_gpiod_free_cd()Adrian Hunter1-1/+1
2014-09-24mmc: core: Add new power_mode MMC_POWER_UNDEFINEDRoger Tseng1-0/+1
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches7-45/+35
2014-09-23mmc: Consolidate emmc tuning blocksStephen Boyd1-0/+32
2014-09-23mmc: don't request CD IRQ until mmc_start_host()Stephen Warren1-2/+0
2014-09-22mmc: sdio: Convert to dev_pm_domain_attach|detach()Ulf Hansson1-2/+2
2014-09-19mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computationGrégory Soutadé1-37/+44
2014-09-19mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed"Grégory Soutadé1-5/+8
2014-09-19mmc: Move code that manages user area and gp partitions into functionsGrégory Soutadé1-73/+89
2014-09-09mmc: host: switch OF parser to use gpio descriptorsLinus Walleij1-45/+23
2014-09-09mmc: slot-gpio: add gpiod variant to get wp GPIOLinus Walleij1-0/+48
2014-09-09mmc: slot-gpio: switch to use flags when getting GPIOLinus Walleij1-5/+1
2014-09-09mmc: core: Fix sequence for I/O voltage in DDR mode for eMMCChuanxiao.Dong1-9/+25
2014-09-09mmc: core: resolve divded by zero panicChuanxiao Dong1-2/+3
2014-09-09mmc: core: Use regulator_get_voltage() if OCR mask is empty.Javier Martinez Canillas1-3/+11
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer5-0/+45
2014-09-09mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadFu Zhonghui2-4/+12
2014-09-09mmc: core: Remove fixed voltage regulator logicTim Kryger1-17/+1
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