summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: meson-gx: fix interrupt nameMartin Blumenstingl2019-02-131-1/+2
* mmc: block: handle complete_work on separate workqueueZachary Hays2019-02-081-1/+9
* mmc: sunxi: Filter out unsupported modes declared in the device treeChen-Yu Tsai2019-02-061-0/+15
* mmc: sunxi: Disable HS-DDR mode for H5 eMMC controller by defaultChen-Yu Tsai2019-02-061-1/+10
* mmc: mediatek: fix incorrect register setting of hs400_cmd_int_delayChaotian Jing2019-01-281-1/+1
* mmc: bcm2835: Fix DMA channel leak on probe errorLukas Wunner2019-01-281-0/+2
* Merge tag 'mmc-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2019-01-264-20/+26
|\
| * mmc: dw_mmc-bluefield: : Fix the license informationLiming Sun2019-01-221-5/+0Star
| * mmc: meson-gx: enable signal re-sampling together with tuningAndreas Fenkart2019-01-221-5/+9
| * mmc: sdhci-iproc: handle mmc_of_parse() errors during probeStefan Wahren2019-01-141-1/+4
| * mmc: meson-gx: Free irq in release() callbackRemi Pommarel2019-01-141-7/+11
| * mmc: host: Fix Kconfig warnings on keystone_defconfigFaiz Abbas2019-01-141-1/+1
| * mmc: sdhci-acpi: Make PCI dependency explicitSinan Kaya2019-01-141-1/+1
* | Merge tag 'gpio-v5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-01-141-1/+1
|\ \ | |/ |/|
| * mmc: core: don't override the CD GPIO level when "cd-inverted" is setMartin Blumenstingl2019-01-111-1/+1
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+3
|/
* Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-2946-788/+2574
|\
| * mmc: mediatek: Add MMC_CAP_SDIO_IRQ supportjjian zhou2018-12-191-3/+50
| * mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0Biju Das2018-12-171-0/+1
| * mmc: core: Cleanup BKOPS supportUlf Hansson2018-12-175-83/+21Star
| * mmc: core: Drop redundant check in mmc_send_hpi_cmd()Ulf Hansson2018-12-171-6/+0Star
| * Merge branch 'fixes' into nextUlf Hansson2018-12-174-16/+32
| |\
| * | mmc: sdhci-omap: Workaround errata regarding SDR104/HS200 tuning failures (i929)Faiz Abbas2018-12-172-1/+91
| * | mmc: sdhci-acpi: Disable LED control for Intel BYT-based controllersAdrian Hunter2018-12-171-2/+5
| * | mmc: sdhci-pci: Disable LED control for Intel BYT-based controllersAdrian Hunter2018-12-171-5/+10
| * | mmc: sdhci: Add quirk to disable LED controlAdrian Hunter2018-12-172-0/+14
| * | mmc: mmci: add variant property to set command stop bitLudovic Barre2018-12-172-0/+8
| * | mmc: meson-gx: add signal resamplingJerome Brunet2018-12-171-1/+11
| * | mmc: meson-gx: align default phase on soc vendor treeJerome Brunet2018-12-171-7/+1Star
| * | mmc: meson-gx: remove useless lockJerome Brunet2018-12-171-7/+0Star
| * | mmc: meson-gx: make sure the descriptor is stopped on errorsJerome Brunet2018-12-171-10/+63
| * | mmc: sdhci_am654: Add Initial Support for AM654 SDHCI driverFaiz Abbas2018-12-174-46/+387
| * | mmc: sdhci-msm: avoid unused function warningArnd Bergmann2018-12-171-4/+2Star
| * | mmc: sdhci-xenon: Fix timeout checksAdrian Hunter2018-12-172-6/+14
| * | mmc: sdhci-omap: Fix timeout checksAdrian Hunter2018-12-171-4/+12
| * | mmc: sdhci-of-esdhc: Fix timeout checksAdrian Hunter2018-12-171-4/+12
| * | mmc: alcor: remove set but not used variables 'len, clock_out'YueHaibing2018-12-171-4/+1Star
| * | mmc: sdhci-of-esdhc: fix spelling mistake "upsupported" -> "unsupported"Colin Ian King2018-12-171-1/+1
| * | mmc: rtsx_usb_sdmmc: Re-work card detection/removal supportUlf Hansson2018-12-171-1/+28
| * | mmc: rtsx_usb_sdmmc: Re-work runtime PM supportUlf Hansson2018-12-171-7/+4Star
| * | mmc: rtsx_usb_sdmmc: Don't runtime resume the device while changing ledUlf Hansson2018-12-171-1/+5
| * | mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson2018-12-171-1/+4
| * | mmc: sdhci-msm: Disable CDR function on TXLoic Poulain2018-12-171-1/+43
| * | mmc: add new Alcor Micro Cardreader SD/MMC driverOleksij Rempel2018-12-173-0/+1173
| * | mmc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-174-76/+13Star
| * | mmc: jz4740: Use PTR_ERR_OR_ZERO in jz4740_mmc_request_gpios()YueHaibing2018-12-171-4/+1Star
| * | mmc: sdhci-pci: Add max-frequency device property for Intel controllersAdrian Hunter2018-12-171-0/+4
| * | mmc: slot-gpio: Delete legacy GPIO handlingLinus Walleij2018-12-171-80/+1Star
| * | mmc: pxa: Use GPIO descriptor for powerLinus Walleij2018-12-171-21/+10Star
| * | mmc: pxamci: Delete platform data handling of CD and WPLinus Walleij2018-12-171-19/+0Star