summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+19
* 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 'mmc-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2018-04-121-0/+1
|\
| * mmc: core: Prevent bus reference leak in mmc_blk_init()Alexander Kappner2018-04-041-0/+1
* | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-052-5/+5
|\ \ | |/ |/|
| * mmc: block: Delete gendisk before cleaning up the request queueShawn Lin2018-03-221-1/+1
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-4/+4
* | mmc: update sdio_claim_irq documentationJoel Cunningham2018-03-221-2/+2
* | mmc: Export host capabilities to debugfs.Abbas Raza2018-03-221-0/+6
* | mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cardsDirk Behme2018-03-152-0/+7
* | mmc: block: fix updating ext_csd caches on ioctl callBastian Stender2018-03-151-0/+19
* | mmc: core: Export card RCA register via sysfsHarish Jenny K N2018-03-152-0/+4
* | mmc: core: Use memdup_user() rather than duplicating its implementationMarkus Elfring2018-03-151-11/+4
* | mmc: sd: Remove redundant err assignment from mmc_read_switchShawn Lin2018-03-151-2/+0
* | mmc: sdio: Check the return value of sdio_enable_4bit_busShawn Lin2018-03-151-5/+4
* | mmc: core: Don't try UHS-I mode if 4-bit mode isn't supportedShawn Lin2018-03-152-12/+7
* | mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO IRQ wakeupAdrian Hunter2018-03-051-2/+0
* | mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter2018-03-052-2/+22
* | mmc: core: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-051-12/+1
* | mmc: core: optimize mmc_calc_max_discardSergio Valverde2018-03-051-1/+1
* | mmc: core: Avoid hanging to claim host for mmc via some nested callsUlf Hansson2018-02-271-4/+0
|/
* mmc: slot-gpio: add a helper to check capability of GPIO WP detectionMasahiro Yamada2018-01-181-0/+8
* mmc: block: fix logical error to avoid memory leakLiu, Changcheng2017-12-181-0/+1
* mmc: avoid removing non-removable hosts during suspendDaniel Drake2017-12-181-0/+8
* Merge branch 'fixes' into nextUlf Hansson2017-12-112-0/+10
|\
| * mmc: core: apply NO_CMD23 quirk to some specific cardsChristoph Fritz2017-12-112-0/+10
* | Merge branch 'fixes' into nextUlf Hansson2017-12-111-1/+1
|\ \ | |/
| * mmc: core: properly init drv_typeWolfram Sang2017-12-051-1/+1
* | mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failureDan Carpenter2017-12-111-0/+1
* | mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter2017-12-114-197/+1
* | mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter2017-12-114-964/+16
* | mmc: core: Remove option not to use blk-mqAdrian Hunter2017-12-114-12/+1
* | mmc: mmc_test: Ensure command queue is disabled for testingAdrian Hunter2017-12-111-2/+9
* | mmc: core: Ensure cmd_completion is initializedAdrian Hunter2017-12-111-4/+2
* | mmc_test: use ktime_get_ts64 for timestampsArnd Bergmann2017-12-111-46/+42
* | mmc: block: make function mmc_cqe_issue_type staticColin Ian King2017-12-111-2/+2
* | mmc: block: blk-mq: fix boolreturn.cocci warningsWu Fengguang2017-12-111-1/+1
* | mmc: mmc_test: Do not use mmc_start_areq() anymoreAdrian Hunter2017-12-111-68/+54
* | mmc: block: blk-mq: Stop using legacy recoveryAdrian Hunter2017-12-111-143/+161
OpenPOWER on IntegriCloud