Age | Commit message (Expand) | Author |
2024-05-16 | Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds |
2024-05-13 | Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap' | Rafael J. Wysocki |
2024-05-03 | mmc: renesas_sdhi: Add compatible string for RZ/G2L family, RZ/G3S, and RZ/V2... | Lad Prabhakar |
2024-05-03 | mmc: renesas_sdhi: Set the SDBUF after reset | Claudiu Beznea |
2024-05-03 | mmc: core: Increase the timeout period of the ACMD41 command | Felix Qin |
2024-05-03 | mmc: core: Convert to use __mmc_poll_for_busy() SD_APP_OP_COND too | Ulf Hansson |
2024-04-26 | Merge tag 'mmc-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf... | Linus Torvalds |
2024-04-26 | mmc: atmel-mci: Switch to use dev_err_probe() | Andy Shevchenko |
2024-04-26 | mmc: atmel-mci: Incapsulate used to be a platform data into host structure | Andy Shevchenko |
2024-04-26 | mmc: Merge branch fixes into next | Ulf Hansson |
2024-04-26 | mmc: atmel-mci: Replace platform device pointer by generic one | Andy Shevchenko |
2024-04-26 | mmc: atmel-mci: Use temporary variable for struct device | Andy Shevchenko |
2024-04-26 | mmc: atmel-mci: Get rid of platform data leftovers | Andy Shevchenko |
2024-04-26 | mmc: sdhci-of-dwcmshc: Add tuning support for Sophgo CV1800B and SG200X | Jisheng Zhang |
2024-04-26 | mmc: sdhci-of-dwcmshc: Remove useless "&" of th1520_execute_tuning | Jisheng Zhang |
2024-04-26 | mmc: sdhci-s3c: Choose sdhci_ops based on variant | Krzysztof Kozlowski |
2024-04-26 | mmc: sdhci_am654: Constify struct sdhci_ops | Krzysztof Kozlowski |
2024-04-26 | mmc: sdhci-sprd: Constify struct sdhci_ops | Krzysztof Kozlowski |
2024-04-26 | mmc: sdhci-omap: Constify struct sdhci_ops | Krzysztof Kozlowski |
2024-04-26 | mmc: sdhci-esdhc-mcf: Constify struct sdhci_ops | Krzysztof Kozlowski |
2024-04-26 | mmc: slot-gpio: Use irq_handler_t type | Andy Shevchenko |
2024-04-26 | mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus ... | Hans de Goede |
2024-04-26 | mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A | Hans de Goede |
2024-04-26 | mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working | Hans de Goede |
2024-04-26 | mmc: sdhci-acpi: Sort DMI quirks alphabetically | Hans de Goede |
2024-04-26 | mmc: sdhci: Add support for "Tuning Error" interrupts | Adrian Hunter |
2024-04-26 | mmc: core: Add mmc_gpiod_set_cd_config() function | Hans de Goede |
2024-04-25 | mmc: moxart: fix handling of sgm->consumed, otherwise WARN_ON triggers | Sergei Antonov |
2024-04-09 | Merge tag 'omap-for-v6.9/n8x0-fixes-signed' of git://git.kernel.org/pub/scm/l... | Arnd Bergmann |
2024-04-04 | mmc: Merge branch fixes into next | Ulf Hansson |
2024-04-04 | mmc: sdhci-of-dwcmshc: th1520: Increase tuning loop count to 128 | Maksim Kiselev |
2024-04-03 | PM: wakeup: make device_wakeup_disable() return void | Dhruva Gole |
2024-04-02 | mmc: Merge branch fixes into next | Ulf Hansson |
2024-04-02 | mmc: sdio: store owner from modules with sdio_register_driver() | Krzysztof Kozlowski |
2024-04-02 | mmc: sdhci-pci-gli: Use pci_set_power_state(), not direct PMCSR writes | Bjorn Helgaas |
2024-04-02 | mmc: sdhci-pci-gli: Use PCI AER definitions, not hard-coded values | Bjorn Helgaas |
2024-04-02 | mmc: debugfs: add card entry for quirks | Rouven Czerwinski |
2024-04-02 | mmc: debugfs: convert permissions to octal | Rouven Czerwinski |
2024-04-02 | mmc: sdhci-msm: pervent access to suspended controller | Mantas Pucka |
2024-04-02 | mmc: davinci: Don't strip remove function when driver is builtin | Uwe Kleine-König |
2024-04-02 | mmc: sdhci-of-dwcmshc: Implement SDHCI CQE support | Sergey Khimich |
2024-04-02 | mmc: cqhci: Add cqhci set_tran_desc() callback | Sergey Khimich |
2024-04-02 | mmc: sdhci_am654: Update comments in sdhci_am654_set_clock | Judith Mendez |
2024-04-02 | mmc: sdhci_am654: Fix itapdly/otapdly array type | Judith Mendez |
2024-04-02 | mmc: sdhci_am654: Fix ITAPDLY for HS400 timing | Judith Mendez |
2024-04-02 | mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock | Judith Mendez |
2024-04-02 | mmc: sdhci_am654: Add OTAP/ITAP delay enable | Judith Mendez |
2024-04-02 | mmc: sdhci_am654: Write ITAPDLY for DDR52 timing | Judith Mendez |
2024-04-02 | mmc: sdhci_am654: Add tuning algorithm for delay chain | Judith Mendez |
2024-04-02 | mmc: core: Convert sprintf/snprintf to sysfs_emit | Li Zhijian |