summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | clk: sunxi-ng: Allow the CCU core to be built as a moduleSamuel Holland2021-11-231-0/+1
| | |/ / /
| * | | | mmc: renesas_sdhi: Simplify an expressionWolfram Sang2021-11-261-1/+1
| * | | | mmc: renesas_sdhi: Use devm_clk_get_optional() to obtain CD clockGeert Uytterhoeven2021-11-261-2/+2
| * | | | mmc: renesas_sdhi: Parse DT for SDnHWolfram Sang2021-11-191-1/+5
| * | | | mmc: renesas_sdhi: Use dev_err_probe when getting clock failsWolfram Sang2021-11-191-5/+2
| * | | | clk: renesas: rcar-gen3: Switch to new SD clock handlingWolfram Sang2021-11-192-5/+24
| * | | | mmc: renesas_sdhi: Flag non-standard SDnH handling for V3MWolfram Sang2021-11-192-0/+24
| |/ / /
* | | | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-17/+21
|\ \ \ \
| * | | | block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-5/+5
| * | | | block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-1/+1
| * | | | mmc: core: Use blk_mq_complete_request_direct().Sebastian Andrzej Siewior2021-11-291-8/+14
| * | | | block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-1/+0
| * | | | mmc: don't set GENHD_FL_SUPPRESS_PARTITION_INFOChristoph Hellwig2021-11-291-2/+1
| * | | | block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig2021-11-291-2/+2
* | | | | Merge tag 'mmc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-01-1132-442/+742
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | mmc: pwrseq: Use bitmap_free() to free bitmapChristophe JAILLET2021-12-281-1/+1
| * | | | mmc: au1xmmc: propagate errors from platform_get_irq()Sergey Shtylyov2021-12-281-1/+3
| * | | | mmc: sdhci-pci-o2micro: Restore the SD clock's base clock frequencyFred Ai2021-12-281-0/+5
| * | | | mmc: sdhci-pci-o2micro: Improve card input timing at SDR104/HS200 modeFred Ai2021-12-281-9/+48
| * | | | mmc: mtk-sd: Assign src_clk parent to src_clk_cg for legacy DTsAngeloGioacchino Del Regno2021-12-281-12/+16
| * | | | mmc: mtk-sd: Fix usage of devm_clk_get_optional()AngeloGioacchino Del Regno2021-12-281-1/+1
| * | | | mmc: mtk-sd: Take action for no-sdio device-tree parameterAngeloGioacchino Del Regno2021-12-281-7/+12
| * | | | mmc: mtk-sd: Use BIT() and GENMASK() macros to describe fieldsAngeloGioacchino Del Regno2021-12-281-218/+219
| * | | | mmc: mtk-sd: Use readl_poll_timeout instead of open-coded pollingAngeloGioacchino Del Regno2021-12-281-25/+39
| * | | | mmc: jz4740: Support using a bi-directional DMA channelPaul Cercueil2021-12-211-2/+17
| * | | | mmc: dw_mmc: Do not wait for DTO in case of errorMårten Lindahl2021-12-213-0/+19
| * | | | mmc: dw_mmc: Add driver callbacks for data read timeoutMårten Lindahl2021-12-213-1/+65
| * | | | mmc: dw_mmc-exynos: Add support for ARTPEC-8Mårten Lindahl2021-12-211-11/+36
| * | | | mmc: meson-mx-sdio: add IRQ checkSergey Shtylyov2021-12-211-0/+5
| * | | | mmc: meson-mx-sdhc: add IRQ checkSergey Shtylyov2021-12-211-0/+5
| * | | | mmc: dw_mmc: clean up a debug messageDan Carpenter2021-12-211-1/+1
| * | | | mmc: sdhci-pci-gli: GL975[50]: Issue 8/16-bit MMIO reads as 32-bit reads.Hector Martin2021-12-211-0/+23
| * | | | mmc: sdhci-pci-gli: GL9755: Support for CD/WP inversion on OF platformsHector Martin2021-12-211-0/+11
| * | | | mmc: core: Fix blk_status_t handlingJoel Stanley2021-12-211-1/+1
| * | | | mmc: mmci: add hs200 support for stm32 sdmmcYann Gautier2021-12-211-2/+3
| * | | | mmc: mmci: increase stm32 sdmmcv2 clock max freqYann Gautier2021-12-211-1/+1
| * | | | mmc: mmci: Add support for sdmmc variant revision v2.2Yann Gautier2021-12-211-0/+5
| * | | | Merge branch 'fixes' into nextUlf Hansson2021-12-211-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | mmc: meson-mx-sdhc: Drop unused MESON_SDHC_NUM_BUILTIN_CLKS macroMartin Blumenstingl2021-12-201-2/+0
| * | | | Merge branch 'fixes' into nextUlf Hansson2021-12-204-1/+32
| |\ \ \ \
| * \ \ \ \ Merge branch 'fixes' into nextUlf Hansson2021-12-141-17/+26
| |\ \ \ \ \
| * | | | | | mmc: core: Remove redundant driver match functionlizhe2021-12-141-11/+0