Age | Commit message (Expand) | Author | Files | Lines |
2025-05-19 | mmc: Merge branch fixes into next | Ulf Hansson | 1 | -1/+34 |
2025-05-19 | mmc: sdhci_am654: Add SDHCI_QUIRK2_SUPPRESS_V1P8_ENA quirk to am62 compatible | Judith Mendez | 1 | -1/+34 |
2025-05-19 | mmc: sdhci-esdhc-imx: fix few build warnings | Haibo Chen | 1 | -4/+4 |
2025-05-19 | mmc: bcm2835: Use str_read_write() helper | Yumeng Fang | 1 | -4/+4 |
2025-05-19 | mmc: host: sdhci-esdhc-imx: refactor the system PM logic | Luke Wang | 1 | -20/+30 |
2025-05-19 | mmc: sdhci: export APIs for sdhci irq wakeup | Luke Wang | 2 | -2/+6 |
2025-05-19 | mmc: sdhci-of-k1: add support for SpacemiT K1 SoC | Yixun Lan | 3 | -0/+319 |
2025-05-19 | mmc: core: Scan the eMMC boot areas for partition table | Loic Poulain | 1 | -1/+1 |
2025-05-14 | mmc: Merge branch fixes into next | Ulf Hansson | 1 | -0/+40 |
2025-05-14 | mmc: rename mmc_boot_partition_access() to mmc_host_can_access_boot() | Wolfram Sang | 2 | -2/+2 |
2025-05-14 | mmc: rename mmc_host_uhs() to mmc_host_can_uhs() | Wolfram Sang | 3 | -8/+8 |
2025-05-14 | mmc: rename mmc_host_done_complete() to mmc_host_can_done_complete() | Wolfram Sang | 2 | -4/+4 |
2025-05-14 | mmc: rename mmc_host_cmd23() to mmc_host_can_cmd23() | Wolfram Sang | 4 | -5/+5 |
2025-05-14 | mmc: sdhci-esdhc-imx: fix defined but not used warnings | Randy Dunlap | 1 | -0/+2 |
2025-05-14 | mmc: sdhci-of-dwcmshc: add PD workaround on RK3576 | Nicolas Frattaroli | 1 | -0/+40 |
2025-05-14 | mmc: cavium-thunderx: Use non-hybrid PCI devres API | Philipp Stanner | 1 | -3/+1 |
2025-05-14 | mmc: mtk-sd: Add condition to enable 'single' burst type | Axe Yang | 1 | -4/+12 |
2025-05-14 | mmc: sdhci-esdhc-imx: switch standard tuning to manual tuning | Luke Wang | 1 | -8/+8 |
2025-05-14 | mmc: sdhci-esdhc-imx: verify tuning control status after configuration | Luke Wang | 1 | -1/+9 |
2025-05-14 | mmc: sdhci-esdhc-imx: widen auto-tuning window for manual tuning | Haibo Chen | 1 | -2/+26 |
2025-05-14 | mmc: sdhci-esdhc-imx: widen auto-tuning window for standard tuning | Haibo Chen | 1 | -0/+13 |
2025-05-14 | mmc: sdhci-esdhc-imx: reset async FIFO before sending manual tuning command | Haibo Chen | 1 | -1/+12 |
2025-05-14 | mmc: sdhci-esdhc-imx: explicitly reset tuning circuit via RSTT bit | Haibo Chen | 1 | -1/+7 |
2025-05-14 | mmc: sdhci-esdhc-imx: calculate data timeout value based on clock | Luke Wang | 1 | -12/+7 |
2025-05-14 | mmc: rename mmc_can_gpio_ro() to mmc_host_can_gpio_ro() | Wolfram Sang | 5 | -6/+6 |
2025-05-14 | mmc: rename mmc_can_gpio_cd() to mmc_host_can_gpio_cd() | Wolfram Sang | 6 | -11/+11 |
2025-05-14 | mmc: rename mmc_can_trim() to mmc_card_can_trim() | Wolfram Sang | 6 | -14/+12 |
2025-05-14 | mmc: rename mmc_can_sleep() to mmc_card_can_sleep() | Wolfram Sang | 1 | -2/+2 |
2025-05-14 | mmc: rename mmc_can_secure_erase_trim() to mmc_card_can_secure_erase_trim() | Wolfram Sang | 4 | -9/+7 |
2025-05-14 | mmc: rename mmc_can_sanitize() to mmc_card_can_sanitize() | Wolfram Sang | 3 | -6/+6 |
2025-05-14 | mmc: rename mmc_can_reset() to mmc_card_can_reset() | Wolfram Sang | 1 | -5/+3 |
2025-05-14 | mmc: rename mmc_can_poweroff_notify() to mmc_card_can_poweroff_notify() | Wolfram Sang | 1 | -3/+3 |
2025-05-14 | mmc: rename mmc_can_ext_csd() to mmc_card_can_ext_csd() | Wolfram Sang | 3 | -7/+7 |
2025-05-14 | mmc: rename mmc_can_erase() to mmc_card_can_erase() | Wolfram Sang | 5 | -13/+11 |
2025-05-14 | mmc: rename mmc_can_discard() to mmc_card_can_discard() | Wolfram Sang | 3 | -7/+5 |
2025-05-14 | mmc: alcor: Use str_read_write() helper | Feng Wei | 1 | -1/+2 |
2025-05-14 | mmc: renesas_sdhi: Use of_get_available_child_by_name() | Biju Das | 1 | -6/+1 |
2025-05-14 | mmc: mtk-sd: Aggregate R/W for top_base iospace case where possible | AngeloGioacchino Del Regno | 1 | -24/+28 |
2025-05-14 | mmc: mtk-sd: Do single write in function msdc_new_tx_setting | AngeloGioacchino Del Regno | 1 | -10/+9 |
2025-05-14 | mmc: mtk-sd: Aggregate writes for MSDC_PATCH_BIT1/2 setup | AngeloGioacchino Del Regno | 1 | -40/+45 |
2025-05-14 | mmc: mtk-sd: Clarify patch bit register initialization and layout | AngeloGioacchino Del Regno | 1 | -6/+55 |
2025-05-14 | mmc: sdhci-esdhc-imx: Save tuning value when card stays powered in suspend | Luke Wang | 1 | -2/+86 |
2025-05-14 | mmc: core: Add support for graceful host removal for SD | Ulf Hansson | 1 | -10/+15 |
2025-05-14 | mmc: core: Add support for graceful host removal for eMMC | Ulf Hansson | 1 | -10/+17 |
2025-05-14 | mmc: core: Convert into an enum for the poweroff-type for eMMC | Ulf Hansson | 1 | -11/+19 |
2025-05-14 | mmc: core: Further avoid re-storing power to the eMMC before a shutdown | Ulf Hansson | 1 | -5/+17 |
2025-05-14 | mmc: core: Convert mmc_can_poweroff_notify() into a bool | Ulf Hansson | 1 | -1/+1 |
2025-05-14 | mmc: Add quirk to disable DDR50 tuning | Erick Shepherd | 3 | -8/+40 |
2025-05-14 | mmc: renesas_sdhi: improve registering irqs | Wolfram Sang | 1 | -8/+3 |
2025-04-07 | mmc: renesas_sdhi: disable clocks if registering regulator failed | Wolfram Sang | 1 | -1/+1 |
2025-04-07 | mmc: renesas_sdhi: add regulator dependency | Arnd Bergmann | 1 | -1/+1 |
2025-04-07 | mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe | Ruslan Piasetskyi | 1 | -6/+4 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 13 | -38/+38 |
2025-03-27 | Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2025-03-26 | Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -5/+8 |
2025-03-25 | Merge tag 'mmc-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 17 | -86/+355 |
2025-03-25 | Merge tag 'gpio-updates-for-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+1 |
2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+1 |
2025-03-21 | mmc: core: Remove redundant null check | Avri Altman | 1 | -1/+1 |
2025-03-20 | mmc: host: Wait for Vdd to settle on card power off | Erick Shepherd | 1 | -1/+5 |
2025-03-19 | Merge tag 'qcom-drivers-for-6.15' of https://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 1 | -1/+1 |
2025-03-19 | mmc: Merge branch fixes into next | Ulf Hansson | 1 | -0/+10 |
2025-03-19 | mmc: omap: Fix memory leak in mmc_omap_new_slot | Miaoqian Lin | 1 | -6/+13 |
2025-03-19 | mmc: renesas_sdhi: fix error code in renesas_sdhi_probe() | Dan Carpenter | 1 | -0/+1 |
2025-03-19 | mmc: sdhci-pxav3: set NEED_RSP_BUSY capability | Karel Balej | 1 | -0/+1 |
2025-03-19 | mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD | Ulf Hansson | 1 | -2/+2 |
2025-03-17 | mmc: sdhci-brcmstb: add cqhci suspend/resume to PM ops | Kamal Dasu | 1 | -0/+10 |
2025-03-17 | tty: mmc: sdio: use bool for cts and remove parentheses | Jiri Slaby (SUSE) | 1 | -1/+1 |
2025-03-13 | block: remove unused parameter 'q' parameter in __blk_rq_map_sg() | Anuj Gupta | 1 | -1/+1 |
2025-03-12 | mmc: Merge branch fixes into next | Ulf Hansson | 1 | -1/+3 |
2025-03-12 | mmc: renesas_sdhi: Add support for RZ/G3E SoC | Biju Das | 3 | -0/+141 |
2025-03-12 | mmc: core: Trim trailing whitespace from card product names | Dragan Simic | 2 | -1/+9 |
2025-03-12 | mmc: atmel-mci: Add missing clk_disable_unprepare() | Gu Bowen | 1 | -1/+3 |
2025-03-11 | mmc: dw_mmc: add exynos7870 DW MMC support | Kaustabh Chakraborty | 1 | -1/+40 |
2025-03-11 | mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halves | Kaustabh Chakraborty | 2 | -2/+119 |
2025-03-11 | mmc: sdhci: Disable SD card clock before changing parameters | Erick Shepherd | 1 | -2/+7 |
2025-03-11 | mmc: sdhci-of-dwcmshc: Change to dwcmshc_phy_init for reusing codes | Jaehoon Chung | 1 | -57/+15 |
2025-03-11 | mmc: slot-gpio: Remove unused mmc_gpio_set_cd_isr | Dr. David Alan Gilbert | 1 | -12/+0 |
2025-02-24 | Merge tag 'v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Bartosz Golaszewski | 2 | -41/+20 |
2025-02-18 | mmc: dw_mmc: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
2025-02-17 | mmc: pwrseq_simple: use gpiod_multi_set_value_cansleep | David Lechner | 1 | -2/+1 |
2025-02-14 | mmc: sdhci-msm: fix dev reference leaked through of_qcom_ice_get | Tudor Ambarus | 1 | -1/+1 |
2025-02-10 | blk-crypto: add basic hardware-wrapped key support | Eric Biggers | 2 | -4/+7 |
2025-02-03 | mmc: mtk-sd: Fix register settings for hs400(es) mode | Andy-ld Lu | 1 | -11/+20 |
2025-02-03 | Revert "mmc: sdhci_am654: Add sdhci_am654_start_signal_voltage_switch" | Josua Mayer | 1 | -30/+0 |
2025-01-22 | Merge tag 'mmc-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 15 | -93/+196 |
2025-01-20 | Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2025-01-17 | mmc: sdhci-msm: Correctly set the load for the regulator | Yuanjie Yang | 1 | -2/+51 |
2025-01-13 | mmc: hi3798mv200: Use syscon_regmap_lookup_by_phandle_args | Krzysztof Kozlowski | 1 | -6/+2 |
2025-01-13 | mmc: Use of_property_present() for non-boolean properties | Rob Herring (Arm) | 2 | -5/+5 |
2024-12-23 | block: remove BLK_MQ_F_SHOULD_MERGE | Christoph Hellwig | 1 | -1/+1 |
2024-12-19 | mmc: sdhci-msm: convert to use custom crypto profile | Eric Biggers | 3 | -41/+94 |
2024-12-19 | mmc: crypto: add mmc_from_crypto_profile() | Eric Biggers | 1 | -4/+1 |
2024-12-19 | mmc: Merge branch fixes into next | Ulf Hansson | 1 | -8/+8 |
2024-12-19 | mmc: sdhci-msm: fix crypto key eviction | Eric Biggers | 1 | -8/+8 |
2024-12-18 | mmc: mtk-sd: Limit getting top_base to SoCs that require it | Chen-Yu Tsai | 1 | -4/+11 |
2024-12-18 | mmc: sdhci-acpi: Use devm_platform_ioremap_resource() | Andy Shevchenko | 1 | -14/+3 |
2024-12-18 | mmc: sdhci-acpi: Remove not so useful error message | Andy Shevchenko | 1 | -3/+0 |
2024-12-10 | mmc: Merge branch fixes into next | Ulf Hansson | 2 | -1/+2 |
2024-12-10 | mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe() | Joe Hattori | 1 | -0/+2 |
2024-12-10 | mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirk | Prathamesh Shete | 1 | -1/+0 |
2024-12-10 | mmc: bcm2835: add suspend/resume pm support | Stefan Wahren | 1 | -0/+20 |
2024-12-10 | mmc: core: don't include 'pm_wakeup.h' directly | Wolfram Sang | 2 | -2/+0 |
2024-12-10 | mmc: mtk-sd: Add support for ignoring cmd response CRC | Andy-ld Lu | 1 | -2/+4 |
2024-12-10 | mmc: core: Introduce the MMC_RSP_R1B_NO_CRC response | Andy-ld Lu | 1 | -4/+2 |
2024-12-10 | mmc: core: Drop the MMC_RSP_R1_NO_CRC response | Ulf Hansson | 3 | -6/+0 |
2024-12-10 | mmc: sdhci-esdhc-imx: enable 'SDHCI_QUIRK_NO_LED' quirk for S32G | Ciprian Marian Costea | 1 | -0/+1 |
2024-12-10 | mmc: core: Respect quirk_max_rate for non-UHS SDIO card | Shawn Lin | 1 | -0/+2 |
2024-12-02 | mmc: core: Further prevent card detect during shutdown | Ulf Hansson | 2 | -0/+5 |
2024-12-02 | mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tablet | Hans de Goede | 2 | -0/+73 |
2024-11-20 | Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 103 | -387/+4158 |
2024-11-18 | Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+54 |
2024-11-12 | mmc: Merge branch fixes into next | Ulf Hansson | 2 | -5/+5 |
2024-11-12 | Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K" | Aurelien Jarno | 1 | -2/+2 |
2024-11-12 | mmc: pwrseq_simple: Handle !RESET_CONTROLLER properly | Stefan Wahren | 1 | -9/+11 |
2024-11-12 | mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag setting | Andy-ld Lu | 1 | -1/+2 |
2024-11-12 | mmc: mtk-sd: Fix error handle of probe function | Andy-ld Lu | 1 | -4/+5 |
2024-11-12 | mmc: sunxi-mmc: Fix A100 compatible description | Andre Przywara | 1 | -3/+3 |
2024-11-12 | mmc: core: Correction a warning caused by incorrect type in assignment for UH... | Victor Shih | 1 | -1/+1 |
2024-11-04 | mmc: sdhci-esdhc-imx: Update esdhc sysctl dtocv bitmask | Josua Mayer | 1 | -3/+3 |
2024-11-04 | mmc: sdhci-esdhc-imx: Implement emmc hardware reset | Josua Mayer | 1 | -0/+13 |
2024-11-04 | mmc: core: Correct type in variable assignment for UHS-II | Victor Shih | 1 | -27/+29 |
2024-11-04 | mmc: sdhci-uhs2: correction a warning caused by incorrect type in argument | Victor Shih | 1 | -1/+1 |
2024-10-31 | mmc: sdhci-uhs2: Remove unnecessary variables | Victor Shih | 1 | -25/+0 |
2024-10-31 | mmc: sdhci-uhs2: Correct incorrect type in argument | Victor Shih | 1 | -1/+2 |
2024-10-30 | mmc: sdhci: Make MMC_SDHCI_UHS2 config symbol invisible | Geert Uytterhoeven | 1 | -1/+1 |
2024-10-30 | mmc: sdhci-uhs2: Remove unnecessary NULL check | Ben Chuang | 1 | -1/+1 |
2024-10-30 | mmc: core: Fix error paths for UHS-II card init and re-init | Ulf Hansson | 1 | -30/+25 |
2024-10-30 | mmc: core: Add error handling of sd_uhs2_power_up() | Ulf Hansson | 1 | -1/+3 |
2024-10-30 | mmc: core: Simplify sd_uhs2_power_up() | Ulf Hansson | 1 | -5/+1 |
2024-10-28 | mmc: bcm2835: Introduce proper clock handling | Stefan Wahren | 1 | -11/+18 |
2024-10-28 | mmc: bcm2835: Fix type of current clock speed | Stefan Wahren | 1 | -1/+1 |
2024-10-28 | mmc: Merge branch fixes into next | Ulf Hansson | 1 | -14/+24 |
2024-10-28 | mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express process | Ben Chuang | 1 | -0/+3 |
2024-10-28 | mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock function | Ben Chuang | 1 | -14/+21 |
2024-10-25 | mmc: core: Use GFP_NOIO in ACMD22 | Avri Altman | 1 | -0/+4 |
2024-10-25 | mmc: pwrseq_simple: add support for one reset control | Catalin Popescu | 1 | -9/+35 |
2024-10-25 | mmc: mtk-sd: add support for mt7988 | Frank Wunderlich | 1 | -0/+1 |
2024-10-25 | mmc: mtk-sd: Add support for MT8196 | Andy-ld Lu | 1 | -19/+126 |
2024-10-25 | mmc: mtk-sd: Add stop_dly_sel and pop_en_cnt to platform data | Andy-ld Lu | 1 | -2/+19 |
2024-10-24 | mmc: sdhci-pci-gli: enable UHS-II mode for GL9767 | Victor Shih | 1 | -1/+201 |
2024-10-24 | mmc: sdhci-pci-gli: enable UHS-II mode for GL9755 | Victor Shih | 1 | -1/+234 |
2024-10-24 | mmc: sdhci-pci: add UHS-II support framework | Victor Shih | 3 | -1/+19 |
2024-10-24 | mmc: sdhci-uhs2: add pre-detect_init hook | Ben Chuang | 2 | -0/+4 |
2024-10-24 | mmc: sdhci-uhs2: add request() and others | Victor Shih | 3 | -16/+437 |
2024-10-24 | mmc: sdhci-uhs2: add irq() and others | Victor Shih | 4 | -48/+298 |
2024-10-24 | mmc: sdhci-uhs2: add related functions to initialize the interface | Victor Shih | 1 | -0/+204 |
2024-10-24 | mmc: sdhci-uhs2: add set_ios() | Victor Shih | 4 | -21/+165 |
2024-10-24 | mmc: sdhci-uhs2: add add_host() and others to set up the driver | Victor Shih | 2 | -0/+93 |
2024-10-24 | mmc: sdhci-uhs2: add set_timeout() | Victor Shih | 2 | -0/+74 |
2024-10-24 | mmc: sdhci-uhs2: add set_power() to support vdd2 | Victor Shih | 4 | -28/+84 |
2024-10-24 | mmc: sdhci-uhs2: add reset function | Victor Shih | 2 | -0/+38 |
2024-10-24 | mmc: sdhci-uhs2: dump UHS-II registers | Victor Shih | 4 | -0/+38 |
2024-10-24 | mmc: sdhci: add UHS-II module and add a kernel configuration | Victor Shih | 3 | -0/+51 |
2024-10-24 | mmc: sdhci: add UHS-II related definitions in headers | Victor Shih | 2 | -1/+228 |
2024-10-24 | mmc: core: Support UHS-II card control and access | Victor Shih | 6 | -37/+1071 |
2024-10-22 | mmc: block: attach partitions fwnode if found in mmc-card | Christian Marangi | 1 | -1/+54 |
2024-10-14 | mmc: mmc_spi: drop buggy snprintf() | Bartosz Golaszewski | 1 | -6/+3 |
2024-10-14 | mmc: davinci: use generic device_get_match_data() | Bartosz Golaszewski | 1 | -2/+2 |
2024-10-14 | mmc: davinci: order includes alphabetically | Bartosz Golaszewski | 1 | -11/+10 |
2024-10-14 | mmc: sdhci-of-arasan: Support for emmc hardware reset | Paul Alvin | 1 | -0/+18 |
2024-10-14 | mmc: mtk-sd: fix devm_clk_get_optional usage | Rosen Penev | 1 | -3/+2 |
2024-10-14 | mmc: mtd-sd: use devm_platform_ioremap_resource | Rosen Penev | 1 | -7/+3 |
2024-10-14 | mmc: mtk-sd: use devm_mmc_alloc_host | Rosen Penev | 1 | -35/+20 |
2024-10-14 | mmc: mtk-sd: Implement Host Software Queue for eMMC and SD Card | AngeloGioacchino Del Regno | 2 | -2/+48 |
2024-10-14 | mmc: host: Fix typos in comments across various files | Yu Jiaoliang | 8 | -9/+9 |
2024-10-14 | mmc: sh_mmcif: correctly report success when obtaining DMA channels | Wolfram Sang | 1 | -2/+3 |
2024-10-14 | mmc: core: Factor out some of the code in mmc_go_idle() | Victor Shih | 2 | -8/+17 |
2024-10-14 | mmc: core: Extend support for mmc regulators with a vqmmc2 | Ulf Hansson | 1 | -0/+34 |
2024-10-14 | mmc: core: Announce successful insertion of an SD UHS-II card | Ulf Hansson | 1 | -1/+3 |
2024-10-14 | mmc: core: Prepare to support SD UHS-II cards | Ulf Hansson | 4 | -2/+312 |
2024-10-14 | mmc: core: Cleanup printing of speed mode at card insertion | Ulf Hansson | 1 | -16/+20 |
2024-10-14 | mmc: core: Enable SDUC | Avri Altman | 1 | -2/+8 |
2024-10-14 | mmc: core: Prevent HSQ from enabling for SDUC | Avri Altman | 1 | -1/+1 |
2024-10-14 | mmc: core: Disable SDUC for mmc_test | Avri Altman | 1 | -0/+6 |
2024-10-14 | mmc: core: Adjust ACMD22 to SDUC | Avri Altman | 1 | -6/+18 |
2024-10-14 | mmc: core: Add Ext memory addressing for erase | Avri Altman | 1 | -0/+12 |
2024-10-14 | mmc: core: Allow mmc erase to carry large addresses | Avri Altman | 3 | -21/+34 |
2024-10-14 | mmc: core: Add open-ended Ext memory addressing | Avri Altman | 2 | -0/+8 |
2024-10-14 | mmc: core: Don't use close-ended rw for SDUC | Avri Altman | 1 | -1/+1 |
2024-10-14 | mmc: sd: Add Extension memory addressing | Avri Altman | 2 | -0/+16 |
2024-10-14 | mmc: sd: SDUC Support Recognition | Avri Altman | 5 | -14/+25 |
2024-10-14 | mmc: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 74 | -75/+75 |
2024-10-14 | mmc: sdhci-esdhc-imx: enable quirks SDHCI_QUIRK_NO_LED | Peng Fan | 1 | -0/+6 |
2024-10-14 | mmc: sdhci_am654: Add sdhci_am654_start_signal_voltage_switch | Judith Mendez | 1 | -0/+30 |
2024-10-14 | mmc: core: Add SD card quirk for broken poweroff notification | Keita Aihara | 3 | -1/+17 |
2024-10-11 | Merge tag 'mmc-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul... | Linus Torvalds | 3 | -54/+28 |
2024-10-10 | mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handling | Michal Wilczynski | 1 | -0/+8 |
2024-10-03 | Revert "mmc: mvsdio: Use sg_miter for PIO" | Linus Walleij | 1 | -53/+18 |
2024-10-03 | mmc: core: Only set maximum DMA segment size if DMA is supported | Guenter Roeck | 1 | -1/+2 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 5 | -5/+5 |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -1/+0 |
2024-09-19 | Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -1/+2 |
2024-09-13 | mmc: core: Use dev_err_probe for deferred regulators | Alexander Stein | 1 | -2/+6 |
2024-09-05 | mmc: sdhci_am654: Add prints to tuning algorithm | Judith Mendez | 1 | -1/+10 |
2024-09-05 | mmc: sdhci_am654: Add retry tuning | Judith Mendez | 1 | -12/+35 |
2024-09-03 | mmc: block: add RPMB dependency | Jens Wiklander | 1 | -0/+1 |
2024-09-03 | mmc: core Convert UNSTUFF_BITS macro to inline function | Avri Altman | 3 | -127/+113 |
2024-09-03 | mmc: core: Convert simple_stroul to kstroul | Riyan Dhiman | 1 | -3/+3 |
2024-09-03 | mmc: core: Calculate size from pointer | Riyan Dhiman | 1 | -1/+1 |