aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-27mmc: core: align max segment size with logical block sizeMing Lei2-7/+8
2019-02-27mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani1-1/+1
2019-02-08mmc: block: handle complete_work on separate workqueueZachary Hays1-1/+9
2019-01-11mmc: core: don't override the CD GPIO level when "cd-inverted" is setMartin Blumenstingl1-1/+1
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds9-204/+41
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds3-86/+54
2018-12-17mmc: core: Cleanup BKOPS supportUlf Hansson5-83/+21
2018-12-17mmc: core: Drop redundant check in mmc_send_hpi_cmd()Ulf Hansson1-6/+0
2018-12-17Merge branch 'fixes' into nextUlf Hansson1-9/+15
2018-12-17mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrlUlf Hansson1-4/+10
2018-12-17mmc: core: Allow BKOPS and CACHE ctrl even if no HPI supportUlf Hansson1-4/+2
2018-12-17mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson1-1/+3
2018-12-17mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson1-1/+4
2018-12-17mmc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-12/+2
2018-12-17mmc: slot-gpio: Delete legacy GPIO handlingLinus Walleij1-80/+1
2018-12-17mmc: core: Add ->hs400_prepare_ddr() callbackYinbo Zhu1-0/+3
2018-12-17mmc: core: remove obsolete mmc_set_blockcount() functionWolfram Sang2-16/+0
2018-12-17mmc: slot-gpio: Allocate GPIO labels dynamicallyLinus Walleij1-6/+10
2018-12-04mmc: core: use mrq->sbc when sending CMD23 for RPMBWolfram Sang1-5/+10
2018-11-17mmc: stop abusing the request queue_lock pointerChristoph Hellwig3-31/+28
2018-11-15mmc: stop abusing the request queue_lock pointerChristoph Hellwig3-25/+24
2018-11-15mmc: simplify queue initializationChristoph Hellwig3-59/+31
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-5/+9
2018-10-23Merge tag 'mmc-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-1/+1
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-10-15mmc: pwrseq_simple: Fix incorrect handling of GPIO bitmapJanusz Krzysztofik1-2/+11
2018-10-09Merge branch 'fixes' into nextUlf Hansson1-0/+10
2018-10-09mmc: block: avoid multiblock reads for the last sector in SPI modeChris Boot1-0/+10
2018-10-08mmc: core: Allow building PWRSEQ_SD8787 with LIBERTAS_SDIOLubomir Rintel1-1/+1
2018-09-28mmc: slot-gpio: Fix debounce time to use miliseconds againMarek Szyprowski1-1/+1
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-09-27mmc: core: Fix debounce time to use microsecondsTony Lindgren1-1/+1
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik1-1/+1
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik1-9/+4
2018-08-21mmc: block: Fix unsupported parallel dispatch of requestsAdrian Hunter2-5/+8
2018-08-01mmc: core: improve reasonableness of bus width setting for HS400esHongjie Fang1-1/+5
2018-07-16mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson3-49/+0
2018-07-16mmc: core: more fine-grained hooks for HS400 tuningSimon Horman1-0/+10
2018-07-16mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin2-2/+2
2018-07-03mmc: core: cd_label must be last entry of mmc_gpio structAnson Huang1-1/+1
2018-06-05Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds11-65/+176
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+1
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+8
2018-06-04Merge branch 'pm-domains'Rafael J. Wysocki1-1/+1
2018-05-29mmc: complete requests from ->timeoutChristoph Hellwig1-2/+3
2018-05-29mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()Martin Hicks1-2/+9
2018-05-29mmc: Allow non-sleeping GPIO cdEvan Green1-4/+11
2018-05-29mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson2-3/+4
2018-05-21Merge branch 'fixes' into nextUlf Hansson1-1/+1