summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorLines
2018-06-05Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-65/+176
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-14/+1
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+8
2018-06-04Merge branch 'pm-domains'Rafael J. Wysocki-1/+1
2018-05-29mmc: complete requests from ->timeoutChristoph Hellwig-2/+3
2018-05-29mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()Martin Hicks-2/+9
2018-05-29mmc: Allow non-sleeping GPIO cdEvan Green-4/+11
2018-05-29mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson-3/+4
2018-05-21Merge branch 'fixes' into nextUlf Hansson-1/+1
2018-05-21mmc: block: Don't switch to the same partition type in mmc_blk_remove()Shawn Lin-3/+5
2018-05-21mmc: block: propagate correct returned value in mmc_rpmb_ioctlMathieu Malaterre-1/+1
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin-2/+6
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig-14/+1
2018-05-14mmc: sdio: Respect all error codes from dev_pm_domain_attach()Ulf Hansson-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig-7/+5
2018-05-08mmc: core: Drop unused define for timeoutUlf Hansson-3/+0
2018-05-08mmc: core: Implement ->sw_reset bus ops for SDIOUlf Hansson-0/+13
2018-05-08mmc: core: Share internal function to set initial signal voltageUlf Hansson-7/+13
2018-05-08mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson-0/+25
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson-10/+10
2018-05-08mmc: core: Re-factor some code for SDIO re-initializationUlf Hansson-20/+19
2018-05-03mmc: core: Add tunable delay before detecting card after card is insertedShawn Lin-4/+12
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley-0/+24
2018-05-02mmc: core: sdio: Set SDIO clock of SDR104 to 150MHz for Marvell 8887 chipDiwakar Sharma-0/+3
2018-05-02mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com-1/+11
2018-05-02mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitionsAndrew Gabbasov-1/+2
2018-05-02mmc: pwrseq: Use kmalloc_array instead of stack VLATobin C. Harding-5/+9
2018-04-12Merge tag 'mmc-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds-0/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+5
2018-04-04mmc: core: Prevent bus reference leak in mmc_blk_init()Alexander Kappner-0/+1
2018-03-22mmc: block: Delete gendisk before cleaning up the request queueShawn Lin-1/+1
2018-03-22mmc: update sdio_claim_irq documentationJoel Cunningham-2/+2
2018-03-22mmc: Export host capabilities to debugfs.Abbas Raza-0/+6
2018-03-15mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cardsDirk Behme-0/+7
2018-03-15mmc: block: fix updating ext_csd caches on ioctl callBastian Stender-0/+19
2018-03-15mmc: core: Export card RCA register via sysfsHarish Jenny K N-0/+4
2018-03-15mmc: core: Use memdup_user() rather than duplicating its implementationMarkus Elfring-11/+4
2018-03-15mmc: sd: Remove redundant err assignment from mmc_read_switchShawn Lin-2/+0
2018-03-15mmc: sdio: Check the return value of sdio_enable_4bit_busShawn Lin-5/+4
2018-03-15mmc: core: Don't try UHS-I mode if 4-bit mode isn't supportedShawn Lin-12/+7
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche-4/+4
2018-03-05mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO IRQ wakeupAdrian Hunter-2/+0
2018-03-05mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter-2/+22
2018-03-05mmc: core: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko-12/+1
2018-03-05mmc: core: optimize mmc_calc_max_discardSergio Valverde-1/+1
2018-02-27mmc: core: Avoid hanging to claim host for mmc via some nested callsUlf Hansson-4/+0
2018-01-18mmc: slot-gpio: add a helper to check capability of GPIO WP detectionMasahiro Yamada-0/+8
2017-12-18mmc: block: fix logical error to avoid memory leakLiu, Changcheng-0/+1
2017-12-18mmc: avoid removing non-removable hosts during suspendDaniel Drake-0/+8