aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson1-0/+4
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson1-2/+2
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley1-0/+8
2018-03-15mmc: core: Export card RCA register via sysfsHarish Jenny K N1-0/+2
2017-12-05mmc: core: properly init drv_typeWolfram Sang1-1/+1
2017-11-29mmc: core: prepend 0x to OCR entry in sysfsBastian Stender1-1/+1
2017-11-29mmc: core: prepend 0x to pre_eol_info entry in sysfsBastian Stender1-1/+1
2017-10-30mmc: parse new binding for eMMC fixed driver typeWolfram Sang1-3/+8
2017-10-30mmc: core: export emmc revisionJin Qian1-0/+2
2017-10-30mmc: mmc: Enable CQE'sAdrian Hunter1-0/+12
2017-10-30mmc: mmc: Enable Command QueuingAdrian Hunter1-0/+17
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter1-2/+2
2017-10-02mmc: core: add driver strength selection when selecting hs400esChanho Min1-17/+19
2017-08-30mmc: core: Remove unused MMC_CAP2_PACKED_CMDAdrian Hunter1-23/+0
2017-08-30mmc: core: correct taac parameter according to the specificationShawn Lin1-4/+4
2017-08-08mmc: mmc: correct the logic for setting HS400ES signal voltageHaibo Chen1-1/+1
2017-06-20mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson1-6/+2
2017-06-20mmc: core: Re-factor code for sending CIDUlf Hansson1-4/+1
2017-06-20mmc: core: Make mmc_can_reset() staticUlf Hansson1-2/+1
2017-06-20mmc: core: Don't do eMMC HW reset when resuming the eMMC cardUlf Hansson1-0/+2
2017-04-24mmc: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter1-0/+7
2017-04-24mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter1-0/+2
2017-03-14mmc: core: Fix access to HS400-ES devicesGuenter Roeck1-1/+1
2017-02-15mmc: core: move all quirks together into quirks.hShawn Lin1-11/+0
2017-02-15mmc: core: change quirks.c to be a header fileShawn Lin1-0/+1
2017-02-14Merge branch 'fixes' into nextUlf Hansson1-2/+2
2017-02-14mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS supportUri Yanai1-0/+6
2017-02-14mmc: MAN_BKOPS_EN inverse debug message logicUri Yanai1-2/+2
2017-02-14mmc: core: fix multi-bit bus width without high-speed modeAnssi Hannula1-2/+2
2017-02-13mmc: core: Invent MMC_CAP_3_3V_DDRUlf Hansson1-4/+7
2017-02-13mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()Ulf Hansson1-8/+8
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson1-0/+13
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada1-1/+1
2017-02-13mmc: core: Export device lifetime information through sysfsJungseung Lee1-0/+12
2016-12-05mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter1-2/+13
2016-12-05mmc: core: remove BUG_ONs from mmcShawn Lin1-14/+0
2016-12-05mmc: mmc: Add Command Queue definitionsAdrian Hunter1-0/+18
2016-11-29mmc: core: Update CMD13 polling policy when switch to HS DDR modeUlf Hansson1-7/+6
2016-11-29mmc: core: Allow CMD13 polling when switching to HS mode for mmcUlf Hansson1-11/+13
2016-11-29mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson1-9/+9
2016-11-29mmc: core: Make mmc_switch_status() available for mmc coreUlf Hansson1-13/+0
2016-11-07mmc: mmc: Use 500ms as the default generic CMD6 timeoutUlf Hansson1-0/+3
2016-10-10mmc: core: changes frequency to hs_max_dtr when selecting hs400esShawn Lin1-0/+2
2016-10-10mmc: core: switch to 1V8 or 1V2 for hs400es modeShawn Lin1-0/+10
2016-09-26mmc: core: Add error message when switching fails in mmc_select_hs()Jungseung Lee1-4/+5
2016-07-25mmc: core: Extend sysfs with DSR registerBojan Prtvar1-0/+17
2016-07-25mmc: core: Extend sysfs with OCR registerBojan Prtvar1-0/+2
2016-07-25mmc: core: Disable HPI for certain Hynix eMMC cardsPratibhasagar V1-3/+20
2016-07-25mmc: core: Only change mode if mmc_select_bus_width() is successfulPeter Griffin1-2/+2
2016-07-25mmc: mmc: Fix HS switch failure in mmc_select_hs400()Ziyuan Xu1-4/+4