summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: also set max_segment_size in the deviceChristoph Hellwig2019-06-051-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-306-12/+6Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3015-75/+15Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-05-075-26/+41
|\
| * mmc: core: Fix tag set memory leakRaul E Rangel2019-05-061-0/+1
| * mmc: core: Verify SD bus widthRaul E Rangel2019-05-061-0/+8
| * mmc: core: fix possible use after free of hostPan Bian2019-05-061-2/+0Star
| * mmc: core: Fix warning and undefined behavior in mmc voltage handlingPavel Machek2019-04-291-1/+1
| * mmc: core: retry CMD1 in mmc_send_op_cond() even if the ocr = 0Yoshihiro Shimoda2019-04-291-5/+11
| * mmc: core: make pwrseq_emmc (partially) support sleepy GPIO controllersAndrea Merello2019-04-151-18/+20
* | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
|/
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-2/+1Star
|\
| * block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-2/+1Star
* | mmc:fix a bug when max_discard is 0Jiong Wu2019-03-011-2/+2
* | mmc: core: Add a debug print when the card may have been replacedhongjiefang2019-02-283-2/+14
* | Merge branch 'fixes' into nextUlf Hansson2019-02-283-8/+9
|\ \
| * | mmc: core: align max segment size with logical block sizeMing Lei2019-02-272-7/+8
| * | mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani2019-02-271-1/+1
* | | mmc: core: Add sd discard timeoutAvri Altman2019-02-281-0/+7
* | | mmc: core: Add discard support to sdAvri Altman2019-02-282-5/+13
* | | mmc: core: do not retry CMD6 in __mmc_switch()Chaotian Jing2019-02-281-1/+1
* | | mmc: core: Convert mmc_align_data_size() into an SDIO specific functionUlf Hansson2019-02-253-36/+21Star
* | | mmc: core: Move mmc_of_parse_voltage() to host.cUlf Hansson2019-02-252-48/+44Star
* | | mmc: core: Convert mmc_regulator_get_ocrmask() to staticUlf Hansson2019-02-251-2/+1Star
* | | mmc: core: Move regulator helpers to separate fileUlf Hansson2019-02-254-243/+263
* | | mmc: core: Drop retries as in-parameter to mmc_wait_for_app_cmd()Ulf Hansson2019-02-251-11/+5Star
* | | mmc: core: Convert mmc_wait_for_app_cmd() to staticUlf Hansson2019-02-252-19/+1Star
* | | mmc: core: Indicate SD specs higher than 4.0Avri Altman2019-02-251-0/+5
* | | mmc: core: Calculate the discard arg only onceAvri Altman2019-02-254-11/+15
* | | mmc: slot-gpio: Remove override_active_level on WPLinus Walleij2019-02-252-9/+2Star
* | | mmc: core: annotate implicit fall throughMathieu Malaterre2019-02-251-1/+1
* | | mmc:sdio: Remove unneeded variable retwangbo2019-02-251-2/+1Star
* | | mmc: block: fix debugfs_simple_attr.cocci warningsYueHaibing2019-02-251-4/+5
|/ /
* / mmc: block: handle complete_work on separate workqueueZachary Hays2019-02-081-1/+9
|/
* mmc: core: don't override the CD GPIO level when "cd-inverted" is setMartin Blumenstingl2019-01-111-1/+1
* Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-299-204/+41Star
|\
| * mmc: core: Cleanup BKOPS supportUlf Hansson2018-12-175-83/+21Star
| * mmc: core: Drop redundant check in mmc_send_hpi_cmd()Ulf Hansson2018-12-171-6/+0Star
| * Merge branch 'fixes' into nextUlf Hansson2018-12-171-9/+15
| |\
| * | mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson2018-12-171-1/+4
| * | mmc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-12/+2Star
| * | mmc: slot-gpio: Delete legacy GPIO handlingLinus Walleij2018-12-171-80/+1Star
| * | mmc: core: Add ->hs400_prepare_ddr() callbackYinbo Zhu2018-12-171-0/+3
| * | mmc: core: remove obsolete mmc_set_blockcount() functionWolfram Sang2018-12-172-16/+0Star
| * | mmc: slot-gpio: Allocate GPIO labels dynamicallyLinus Walleij2018-12-171-6/+10
* | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-283-86/+54Star
|\ \ \ | |_|/ |/| |
| * | mmc: stop abusing the request queue_lock pointerChristoph Hellwig2018-11-173-31/+28Star
| * | mmc: stop abusing the request queue_lock pointerChristoph Hellwig2018-11-153-25/+24Star