summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-06-0511-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/+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 '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/+1
|\ \ \
| * | | tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
| | |/ | |/|
* | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-042-9/+8
|\ \ \ | |_|/ |/| |
| * | mmc: complete requests from ->timeoutChristoph Hellwig2018-05-291-2/+3
| * | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-7/+5
| |/
* | mmc: block: propagate correct returned value in mmc_rpmb_ioctlMathieu Malaterre2018-05-211-1/+1
|/
* 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
OpenPOWER on IntegriCloud