summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2022-05-04mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHCShaik Sajida Bhanu
2022-05-04mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bitsSamuel Holland
2022-04-26mmc: core: Set HS clock speed before sending HS CMD13Brian Norris
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang
2022-04-07mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is completeWolfram Sang
2022-04-04mmc: renesas_sdhi: special 4tap settings only apply to HS400Wolfram Sang
2022-04-04mmc: core: Fixup support for writeback-cache for eMMC and SDMichael Wu
2022-04-04mmc: block: Check for errors after write on SPIChristian Löhle
2022-04-04mmc: mmci: stm32: correctly check all elements of sg listYann Gautier
2022-04-04Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning"Pali Rohár
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-23Merge tag 'mmc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-15mmc: tmio: remove outdated members from host structWolfram Sang
2022-03-15mmc: mtk-sd: Silence delay phase calculation debug logAlexandre Bailon
2022-03-15mmc: davinci_mmc: Handle error for clk_enableJiasheng Jiang
2022-03-15mmc: sdhci-pci-gli: Add runtime PM for GL9763EBen Chuang
2022-03-15mmc: core: Drop HS400 caps unless 8-bit bus is supported tooUlf Hansson
2022-03-15mmc: host: Return an error when ->enable_sdio_irq() ops is missingUlf Hansson
2022-03-15mmc: core: Improve fallback to speed modes if eMMC HS200 failsUlf Hansson
2022-03-14Merge 5.17-rc8 into staging-nextGreg Kroah-Hartman
2022-03-07mmc: dw-mmc-rockchip: Fix handling invalid clock ratesPeter Geis
2022-03-07mmc: dw_mmc: Support setting f_min from host driversPeter Geis
2022-03-07mmc: host: Drop commas after SoC match table sentinelsGeert Uytterhoeven
2022-03-07Merge branch 'fixes' into nextUlf Hansson
2022-03-07mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_CONDUlf Hansson
2022-03-02mmc: rtsx: add 74 Clocks in power on flowRicky WU
2022-03-01mmc: rtsx: Fix build errors/warnings for unused variableUlf Hansson
2022-02-28sdio_uart: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby
2022-02-28Merge branch 'fixes' into nextUlf Hansson
2022-02-28mmc: sh_mmcif: Simplify division/shift logicGeert Uytterhoeven
2022-02-28mmc: sdhci_am654: Add Support for TI's AM62 SoCAswath Govindraju
2022-02-28mmc: meson: Fix usage of meson_mmc_post_req()Rong Chen
2022-02-28mmc: sdhci_am654: Fix the driver data of AM64 SoCAswath Govindraju
2022-02-28mmc: core: use sysfs_emit() instead of sprintf()Sergey Shtylyov
2022-02-28mmc: sunxi-mmc: Add D1 MMC variantSamuel Holland
2022-02-28mmc: dw_mmc: Use device_property_string_array_count()Andy Shevchenko
2022-02-28mmc: davinci: Use of_device_get_match_data() helperBean Huo
2022-02-28mmc: sdhci-of-at91: Use of_device_get_match_data() helperBean Huo
2022-02-28mmc: sdhci-tegra: Use of_device_get_match_data() helperBean Huo
2022-02-28mmc: wmt-sdmmc: Use of_device_get_match_data() helperBean Huo
2022-02-28mmc: sdhci-pci-gli: Add a switch to enable/disable SSC for GL9750 and GL9755Ben Chuang
2022-02-28mmc: sdhci-pci-gli: Enable SSC at 50MHz and 100MHz for GL9750 and GL9755Ben Chuang
2022-02-28mmc: sdhci-pci-gli: Reduce the SSC value at 205MHz for GL9750 and GL9755Ben Chuang
2022-02-28mmc: Add driver for LiteX's LiteSDCard interfaceGabriel Somlo
2022-02-28mmc: sdhci-tegra: Enable wake on SD card eventAniruddha Rao
2022-02-28mmc: dw_mmc: Fix potential null pointer riskWen Zhiwei
2022-02-28Merge 5.17-rc6 into staging-nextGreg Kroah-Hartman