summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: complete HS400 before checking statusWolfram Sang2019-07-141-3/+3
* mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson2019-06-252-1/+16
* mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson2019-06-251-0/+40
* mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2019-06-252-2/+40
* mmc: core: make pwrseq_emmc (partially) support sleepy GPIO controllersAndrea Merello2019-05-311-18/+20
* mmc: core: Verify SD bus widthRaul E Rangel2019-05-311-0/+8
* mmc: core: Fix tag set memory leakRaul E Rangel2019-05-221-0/+1
* mmc:fix a bug when max_discard is 0Jiong Wu2019-03-231-2/+2
* mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani2019-03-051-1/+1
* mmc: block: handle complete_work on separate workqueueZachary Hays2019-02-201-1/+9
* mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrlUlf Hansson2018-12-291-4/+10
* mmc: core: Allow BKOPS and CACHE ctrl even if no HPI supportUlf Hansson2018-12-291-4/+2Star
* mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson2018-12-291-1/+3
* mmc: core: use mrq->sbc when sending CMD23 for RPMBWolfram Sang2018-12-191-5/+10
* mmc: block: avoid multiblock reads for the last sector in SPI modeChris Boot2018-10-091-0/+10
* mmc: slot-gpio: Fix debounce time to use miliseconds againMarek Szyprowski2018-09-281-1/+1
* mmc: core: Fix debounce time to use microsecondsTony Lindgren2018-09-271-1/+1
* mmc: block: Fix unsupported parallel dispatch of requestsAdrian Hunter2018-08-212-5/+8
* mmc: core: improve reasonableness of bus width setting for HS400esHongjie Fang2018-08-011-1/+5
* mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson2018-07-163-49/+0Star
* mmc: core: more fine-grained hooks for HS400 tuningSimon Horman2018-07-161-0/+10
* mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin2018-07-162-2/+2
* mmc: core: cd_label must be last entry of mmc_gpio structAnson Huang2018-07-031-1/+1
* Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-06-0611-65/+176
|\
| * mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()Martin Hicks2018-05-291-2/+9
| * mmc: Allow non-sleeping GPIO cdEvan Green2018-05-291-4/+11
| * mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson2018-05-292-3/+4
| * Merge branch 'fixes' into nextUlf Hansson2018-05-211-1/+1
| |\
| * | mmc: block: Don't switch to the same partition type in mmc_blk_remove()Shawn Lin2018-05-211-3/+5
| * | mmc: core: add tunable delay waiting for power to be stableShawn Lin2018-05-212-2/+6
| * | mmc: core: Drop unused define for timeoutUlf Hansson2018-05-081-3/+0Star
| * | mmc: core: Implement ->sw_reset bus ops for SDIOUlf Hansson2018-05-081-0/+13
| * | mmc: core: Share internal function to set initial signal voltageUlf Hansson2018-05-082-7/+13
| * | mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson2018-05-082-0/+25
| * | mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson2018-05-085-10/+10
| * | mmc: core: Re-factor some code for SDIO re-initializationUlf Hansson2018-05-081-20/+19Star
| * | mmc: core: Add tunable delay before detecting card after card is insertedShawn Lin2018-05-032-4/+12
| * | mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley2018-05-023-0/+24
| * | mmc: core: sdio: Set SDIO clock of SDR104 to 150MHz for Marvell 8887 chipDiwakar Sharma2018-05-021-0/+3
| * | mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com2018-05-022-1/+11
| * | mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitionsAndrew Gabbasov2018-05-021-1/+2
| * | mmc: pwrseq: Use kmalloc_array instead of stack VLATobin C. Harding2018-05-021-5/+9
* | | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-1/+1
|\ \ \
| * \ \ Merge branch 'pm-domains'Rafael J. Wysocki2018-06-041-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | mmc: sdio: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-1/+1
| | |/
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-14/+1Star
|\ \ \
| * | | tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1Star
| | |/ | |/|
* | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-042-9/+8Star
|\ \ \ | |_|/ |/| |
| * | mmc: complete requests from ->timeoutChristoph Hellwig2018-05-291-2/+3
| * | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-7/+5Star
| |/