summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mmc: core: Add tunable delay before detecting card after card is insertedShawn Lin2018-05-032-4/+12
| * | | mmc: mediatek: add 64G DRAM DMA supportChaotian Jing2018-05-021-7/+49
| * | | mmc: mmci: Remove bogus local_irq_save()Thomas Gleixner2018-05-021-5/+0
| * | | mmc: sdhci-esdhc-imx: Set maximum watermark levels for PIO accessAndrew Gabbasov2018-05-021-0/+22
| * | | mmc: sdhci-msm: support voltage pad switchingVijay Viswanath2018-05-021-2/+55
| * | | mmc: sdhci-msm: Add support to store supported vdd-io voltagesVijay Viswanath2018-05-021-1/+28
| * | | mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelistSergei Shtylyov2018-05-021-0/+1
| * | | mmc: sdhci-cadence: fix logically and structurally dead codeGustavo A. R. Silva2018-05-021-2/+2
| * | | mmc: host: simplify getting .drvdataWolfram Sang2018-05-023-12/+6
| * | | mmc: mediatek: use of_device_get_match_data()Ryder Lee2018-05-021-5/+2
| * | | mmc: sdhci-pci: Fix 3.3V voltage switch for some BYT-based Intel controllersAdrian Hunter2018-05-021-7/+27
| * | | mmc: renesas_sdhi_internal_dmac: remove superfluous WARNWolfram Sang2018-05-021-4/+1
| * | | mmc: renesas_sdhi_internal_dmac: use more generic whitelistingWolfram Sang2018-05-021-2/+5
| * | | mmc: renesas_sdhi: Fix alignment check of sg bufferMasaharu Hayakawa2018-05-021-7/+8
| * | | mmc: renesas_sdhi: use helpers to access struct scatterlist membersNiklas Söderlund2018-05-021-5/+3
| * | | mmc: sdhci-pci: Avoid 3.3V signaling on some NI 904xKyle Roeschley2018-05-022-0/+5
| * | | mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley2018-05-023-0/+24
| * | | mmc: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-021-8/+2
| * | | mmc: sunxi: Drop the init / reset of the controller from set_iosMaxime Ripard2018-05-021-7/+4
| * | | mmc: sunxi: Add runtime_pm supportMaxime Ripard2018-05-021-0/+48
| * | | mmc: sunxi: Move the card power configuration to a functionMaxime Ripard2018-05-021-15/+25
| * | | mmc: sunxi: Move clock configuration to a functionMaxime Ripard2018-05-021-15/+18
| * | | mmc: sunxi: Move bus width configuration to a functionMaxime Ripard2018-05-021-12/+17
| * | | mmc: sunxi: Change sunxi_mmc_init_host argument typeMaxime Ripard2018-05-021-3/+2
| * | | mmc: sunxi: Reorder the headersMaxime Ripard2018-05-021-23/+20
| * | | 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: dw_mmc: fix misleading comment in dw_mci_rk3288_set_iosShawn Lin2018-05-021-3/+2
| * | | mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada2018-05-021-4/+18
| * | | mmc: meson: update doc to support Meson-AXG platformNan Li2018-05-022-3/+3
| * | | mmc: meson-axg: add support for the Meson-AXG platformNan Li2018-05-021-10/+51
| * | | mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitionsAndrew Gabbasov2018-05-021-1/+2
| * | | mmc: jz4740: Use dma_request_chan()Ezequiel Garcia2018-05-021-15/+7
| * | | mmc: jz4740: Add support for the JZ4780Alex Smith2018-05-022-23/+72
| * | | mmc: jz4740: Set clock rate to mmc->f_max rather than JZ_MMC_CLK_RATEAlex Smith2018-05-021-1/+1
| * | | mmc: jz4740: Introduce devicetree probeEzequiel Garcia2018-05-021-10/+41
| * | | mmc: jz4740: Reset the device requesting the interruptZubair Lutfullah Kakakhel2018-05-021-1/+2
| * | | mmc: jz4740: Use dev_get_platdataEzequiel Garcia2018-05-021-3/+3
| * | | mmc: jz4780: Order headers alphabeticallyEzequiel Garcia2018-05-021-9/+9
| * | | mmc: jz4740: Fix error exit path in driver's probePaul Cercueil2018-05-021-8/+9
| * | | mmc: dw_mmc: update actual clock for mmc debugfsShawn Lin2018-05-021-0/+4
| * | | mmc: pwrseq: Use kmalloc_array instead of stack VLATobin C. Harding2018-05-021-5/+9
| * | | mmc: sdhci-of-arasan: Add quirk to avoid unexpected interrupt msgsPhil Edworthy2018-05-021-1/+2
| |/ /
* | | 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
OpenPOWER on IntegriCloud