summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-11-1312-118/+691
|\
| * mmc: parse new binding for eMMC fixed driver typeWolfram Sang2017-10-302-4/+20
| * mmc: add kerneldoc to mmc_regulator_get_supply()Wolfram Sang2017-10-301-0/+10
| * mmc: core: export emmc revisionJin Qian2017-10-301-0/+2
| * mmc: sd: Fix signal voltage when there is no power cycleAdrian Hunter2017-10-301-2/+45
| * mmc: core: Factor out mmc_host_set_uhs_voltage()Adrian Hunter2017-10-302-14/+25
| * mmc: core: Export a few functions needed for blkmq supportAdrian Hunter2017-10-305-8/+12
| * mmc: block: Factor out mmc_setup_queue()Adrian Hunter2017-10-301-15/+24
| * mmc: block: Prepare CQE dataAdrian Hunter2017-10-301-1/+15
| * mmc: block: Use local variables in mmc_blk_data_prep()Adrian Hunter2017-10-301-11/+18
| * mmc: mmc: Enable CQE'sAdrian Hunter2017-10-302-0/+19
| * mmc: mmc: Enable Command QueuingAdrian Hunter2017-10-301-0/+17
| * mmc: core: Add support for handling CQE requestsAdrian Hunter2017-10-302-5/+162
| * mmc: core: Introduce host claiming by contextAdrian Hunter2017-10-306-18/+54
| * mmc: core: Remove unnecessary host claimAdrian Hunter2017-10-301-4/+1
| * mmc: block: Fix bug when removing RPMB chardevLinus Walleij2017-10-301-14/+18
| * mmc: block: Delete mmc_access_rpmb()Linus Walleij2017-10-303-15/+1
| * mmc: block: Convert RPMB to a character deviceLinus Walleij2017-10-302-22/+263
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
|/
* mmc: Delete bounce buffer handlingLinus Walleij2017-10-043-125/+9
* mmc: core: add driver strength selection when selecting hs400esChanho Min2017-10-021-17/+19
* mmc: block: Fix incorrectly initialized requestsAdrian Hunter2017-09-081-1/+6
* Merge branch 'fixes' into nextUlf Hansson2017-08-301-3/+3
|\
| * mmc: block: Fix block status codesAdrian Hunter2017-08-301-3/+3
* | mmc: core: Move mmc_start_areq() declarationAdrian Hunter2017-08-301-0/+6
* | mmc: block: cast a informative log for no devidx availableShawn Lin2017-08-301-1/+13
* | mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()Linus Walleij2017-08-301-25/+18
* | mmc: block: Refactor mmc_blk_part_switch()Linus Walleij2017-08-301-12/+13
* | mmc: block: Move duplicate checkLinus Walleij2017-08-301-16/+20
* | mmc: debugfs: Move block debugfs into block moduleLinus Walleij2017-08-303-89/+147
* | mmc: ops: export mmc_get_status()Linus Walleij2017-08-301-0/+1
* | mmc: block: Anonymize the drv op data pointerLinus Walleij2017-08-302-4/+6
* | mmc: test: reduce stack usage in mmc_test_nonblock_transferArnd Bergmann2017-08-301-56/+41
* | mmc: core: Turn off CQE before sending commandsAdrian Hunter2017-08-301-0/+9
* | mmc: core: Add mmc_retune_hold_now()Adrian Hunter2017-08-302-0/+7
* | mmc: core: Remove unused MMC_CAP2_PACKED_CMDAdrian Hunter2017-08-301-23/+0
* | mmc: core: remove the check of mmc_card_blockaddr for SD cardsShawn Lin2017-08-301-1/+1
* | mmc: core: correct taac parameter according to the specificationShawn Lin2017-08-303-17/+17
* | mmc: Convert to using %pOF instead of full_nameRob Herring2017-08-301-4/+4
* | mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debugShawn Lin2017-08-301-9/+4
* | mmc: core: always check the length of sglist with total data sizeShawn Lin2017-08-301-6/+3
* | mmc: core: remove check of host->removed for rescan routineShawn Lin2017-08-301-13/+0
* | mmc: block: remove unused struct mmc_card *cardShawn Lin2017-08-301-2/+0
* | mmc: mmc_ops: fix a typo for comment of mmc_start_bkopsShawn Lin2017-08-301-1/+1
|/
* mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending modeShawn Lin2017-08-211-6/+43
* mmc: block: fix lockdep splat when removing mmc_block moduleMichał Mirosław2017-08-091-0/+2
* mmc: mmc: correct the logic for setting HS400ES signal voltageHaibo Chen2017-08-081-1/+1
* mmc: block: bypass the queue even if usage is present for hotplugShawn Lin2017-08-031-0/+1
* mmc: block: Prevent new req entering queue after its cleanupGrzegorz Sluja2017-07-131-0/+1
OpenPOWER on IntegriCloud