summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
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
2022-02-28Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman
2022-02-22mmc: rtsx: Let MMC core handle runtime PMKai-Heng Feng
2022-02-17staging: wfx: apply the necessary SDIO quirks for the Silabs WF200Jérôme Pouiller
2022-02-14Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-08mmc: block: fix read single on recovery logicChristian Löhle
2022-01-31moxart: fix potential use-after-free on remove pathGreg Kroah-Hartman
2022-01-26mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PMKai-Heng Feng
2022-01-24mmc: core: Wait for command setting 'Power Off Notification' bit to completeAndrey Skvortsov
2022-01-24mmc: sh_mmcif: Check for null res pointerJiasheng Jiang