summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHCShaik Sajida Bhanu2022-05-041-0/+42
* mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bitsSamuel Holland2022-05-041-2/+3
* mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is completeWolfram Sang2022-04-071-2/+2
* mmc: renesas_sdhi: special 4tap settings only apply to HS400Wolfram Sang2022-04-041-2/+2
* mmc: mmci: stm32: correctly check all elements of sg listYann Gautier2022-04-041-3/+3
* Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning"Pali Rohár2022-04-041-10/+0
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-11/+9
|\
| * mmc: rtsx: Fix build errors/warnings for unused variableUlf Hansson2022-03-011-6/+0
| * mmc: rtsx: Let MMC core handle runtime PMKai-Heng Feng2022-02-221-18/+0
| * Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman2022-02-143-3/+10
| |\
| * | mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PMKai-Heng Feng2022-01-261-11/+33
* | | Merge tag 'mmc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-03-2319-79/+903
|\ \ \
| * | | mmc: tmio: remove outdated members from host structWolfram Sang2022-03-151-4/+0
| * | | mmc: mtk-sd: Silence delay phase calculation debug logAlexandre Bailon2022-03-151-2/+2
| * | | mmc: davinci_mmc: Handle error for clk_enableJiasheng Jiang2022-03-151-1/+5
| * | | mmc: sdhci-pci-gli: Add runtime PM for GL9763EBen Chuang2022-03-151-0/+47
| * | | mmc: dw-mmc-rockchip: Fix handling invalid clock ratesPeter Geis2022-03-071-4/+23
| * | | mmc: dw_mmc: Support setting f_min from host driversPeter Geis2022-03-072-1/+8
| * | | mmc: host: Drop commas after SoC match table sentinelsGeert Uytterhoeven2022-03-072-6/+6
| * | | mmc: rtsx: add 74 Clocks in power on flowRicky WU2022-03-021-10/+19
| * | | Merge branch 'fixes' into nextUlf Hansson2022-02-281-7/+8
| |\ \ \
| * | | | mmc: sh_mmcif: Simplify division/shift logicGeert Uytterhoeven2022-02-281-4/+3
| * | | | mmc: sdhci_am654: Add Support for TI's AM62 SoCAswath Govindraju2022-02-281-0/+4
| * | | | mmc: sdhci_am654: Fix the driver data of AM64 SoCAswath Govindraju2022-02-281-22/+2
| * | | | mmc: sunxi-mmc: Add D1 MMC variantSamuel Holland2022-02-281-0/+9
| * | | | mmc: dw_mmc: Use device_property_string_array_count()Andy Shevchenko2022-02-281-2/+1
| * | | | mmc: davinci: Use of_device_get_match_data() helperBean Huo2022-02-281-4/+2
| * | | | mmc: sdhci-of-at91: Use of_device_get_match_data() helperBean Huo2022-02-281-4/+2
| * | | | mmc: sdhci-tegra: Use of_device_get_match_data() helperBean Huo2022-02-281-4/+2
| * | | | mmc: wmt-sdmmc: Use of_device_get_match_data() helperBean Huo2022-02-281-5/+2
| * | | | mmc: sdhci-pci-gli: Add a switch to enable/disable SSC for GL9750 and GL9755Ben Chuang2022-02-281-12/+54
| * | | | mmc: sdhci-pci-gli: Enable SSC at 50MHz and 100MHz for GL9750 and GL9755Ben Chuang2022-02-281-0/+36
| * | | | mmc: sdhci-pci-gli: Reduce the SSC value at 205MHz for GL9750 and GL9755Ben Chuang2022-02-281-2/+2
| * | | | mmc: Add driver for LiteX's LiteSDCard interfaceGabriel Somlo2022-02-283-0/+675
| * | | | mmc: sdhci-tegra: Enable wake on SD card eventAniruddha Rao2022-02-281-1/+8
| * | | | mmc: dw_mmc: Fix potential null pointer riskWen Zhiwei2022-02-281-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-211-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | spi: make remove callback a void functionUwe Kleine-König2022-02-091-2/+1
| | |/ | |/|
* | | mmc: meson: Fix usage of meson_mmc_post_req()Rong Chen2022-02-281-7/+8
| |/ |/|
* | moxart: fix potential use-after-free on remove pathGreg Kroah-Hartman2022-01-311-1/+1
* | mmc: sh_mmcif: Check for null res pointerJiasheng Jiang2022-01-241-0/+3
* | mmc: sdhci-of-esdhc: Check for error num after setting maskJiasheng Jiang2022-01-241-2/+6
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * bitmap: unify find_bit operationsYury Norov2022-01-151-1/+1
* | Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-01-182-3/+3
|\ \
| * | PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macroPaul Cercueil2022-01-122-3/+3
* | | Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-141-2/+0
|\ \ \
| * | | mmc: bcm2835: stop setting chan_config->slave_idArnd Bergmann2021-12-171-2/+0
* | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-01-124-13/+58
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'clk-x86', 'clk-stm', 'clk-amlogic' and 'clk-allwinner' into c...Stephen Boyd2022-01-111-0/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |