summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2019-11-13mmc: sdhci-milbeaut: add Milbeaut SD controller driverTakao Orito
2019-11-13mmc: sdhci-pci: Quirk for AMD SDHC Device 0x7906Raul E Rangel
2019-11-13mmc: sdhci: Check card status after resetRaul E Rangel
2019-11-13mmc: tmio: Avoid boilerplate code in ->runtime_suspend()Ulf Hansson
2019-11-03mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven
2019-11-03mmc: dw_mmc: Fix debugfs on 64-bit platformsGeert Uytterhoeven
2019-11-03mmc: atmel-mci: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven
2019-11-03mmc: atmel-mci: Fix debugfs on 64-bit platformsGeert Uytterhoeven
2019-10-21mmc: mxs: fix flags passed to dmaengine_prep_slave_sgSascha Hauer
2019-10-21mmc: cqhci: Commit descriptors before setting the doorbellFaiz Abbas
2019-10-21mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20CFaiz Abbas
2019-10-15mmc: sdhci-acpi: Switch to use acpi_dev_hid_uid_match()Andy Shevchenko
2019-10-09mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads with bcm2711Nicolas Saenz Julienne
2019-10-03mmc: sh_mmcif: Use platform_get_irq_optional() for optional interruptGeert Uytterhoeven
2019-10-03mmc: renesas_sdhi: Do not use platform_get_irq() to count interruptsGeert Uytterhoeven
2019-09-27mmc: host: sdhci-pci: Add Genesys Logic GL975x supportBen Chuang
2019-09-27mmc: tegra: Implement ->set_dma_mask()Nicolin Chen
2019-09-27mmc: sdhci: Let drivers define their DMA maskAdrian Hunter
2019-09-27mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherenceRussell King
2019-09-27mmc: sdhci: improve ADMA error reportingRussell King
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-13Merge branch 'fixes' into nextUlf Hansson
2019-09-13mmc: tmio: Fixup runtime PM management during removeUlf Hansson
2019-09-13mmc: tmio: Fixup runtime PM management during probeUlf Hansson
2019-09-13Revert "mmc: tmio: move runtime PM enablement to the driver implementations"Ulf Hansson
2019-09-12mmc: renesas_sdhi_internal_dmac: Add MMC_CAP2_MERGE_CAPABLEYoshihiro Shimoda
2019-09-12mmc: queue: Fix bigger segments usageYoshihiro Shimoda
2019-09-11mmc: dw_mmc: hi3798cv200: make array degrees static const, makes object smallerColin Ian King
2019-09-11mmc: sdhci: Convert to use sdio_irq_claimed()Ulf Hansson
2019-09-11mmc: sdhci: Drop redundant code for SDIO IRQsUlf Hansson
2019-09-11mmc: sdhci: Drop redundant check in sdhci_ack_sdio_irq()Ulf Hansson
2019-09-11mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson
2019-09-11mmc: core: WARN if SDIO IRQs are enabled for non-powered card in suspendUlf Hansson
2019-09-11mmc: core: Clarify that the ->ack_sdio_irq() callback is mandatoryUlf Hansson
2019-09-11mmc: core: Clarify sdio_irq_pending flag for MMC_CAP2_SDIO_IRQ_NOTHREADUlf Hansson
2019-09-11mmc: core: Move code to get pending SDIO IRQs to a functionMatthias Kaehlcke
2019-09-11mmc: mtk-sd: Re-store SDIO IRQs mask at system resumeUlf Hansson
2019-09-11mmc: dw_mmc: Re-store SDIO IRQs mask at system resumeUlf Hansson
2019-09-11Merge branch 'fixes' into nextUlf Hansson
2019-09-11mmc: sdhci-pci-o2micro: Fix O2 Host data read/write DLL Lock phase shift issueShirley Her (SC)
2019-09-11mmc: sdhci-pci-o2micro: Move functions in preparation to fix DLL lock phase s...Shirley Her (SC)
2019-09-11mmc: sdhci-pci-o2micro: Change O2 Host PLL and DLL register nameShirley Her (SC)
2019-09-11mmc: sdhci: Fix incorrect switch to HS modeAl Cooper
2019-09-11mmc: sdhci-of-aspeed: Depend on CONFIG_OF_ADDRESSAndrew Jeffery
2019-09-11mmc: sdhci-of-aspeed: Allow max-frequency limitation of SDCLKAndrew Jeffery
2019-09-11mmc: sdhci-of-aspeed: Uphold clocks-on post-condition of set_clock()Andrew Jeffery
2019-09-11mmc: sdhci-of-aspeed: Drop redundant assignment to host->clockAndrew Jeffery
2019-09-11mmc: mmc_spi: Convert to use for_each_sg()Andy Shevchenko
2019-09-11mmc: sdhi: fill in actual_clockTamás Szűcs
2019-09-11mmc: sdhci: use lower/upper_32_bits() macros for DMA addressesMasahiro Yamada