Age | Commit message (Expand) | Author | Files | Lines |
2023-02-27 | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2023-02-27 | Merge tag 'mmc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 26 | -140/+656 |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -4/+4 |
2023-02-24 | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -7/+6 |
2023-02-21 | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 6 | -2261/+2 |
2023-02-17 | mmc: meson-gx: Use devm_platform_get_and_ioremap_resource() | Yang Li | 1 | -2/+1 |
2023-02-17 | mmc: meson-gx: constify member data of struct meson_host | Heiner Kallweit | 1 | -3/+2 |
2023-02-17 | mmc: meson-gx: use devm_clk_get_enabled() for core clock | Heiner Kallweit | 1 | -12/+5 |
2023-02-17 | mmc: core: fix return value check in devm_mmc_alloc_host() | Yang Yingliang | 1 | -3/+3 |
2023-02-15 | mmc: meson-gx: support platform interrupt as card detect interrupt | Heiner Kallweit | 1 | -1/+4 |
2023-02-15 | mmc: core: support setting card detect interrupt from drivers | Heiner Kallweit | 1 | -1/+16 |
2023-02-15 | mmc: starfive: Add sdio/emmc driver support | William Qiu | 3 | -0/+197 |
2023-02-15 | mmc: core: Align to common busy polling behaviour for mmc ioctls | Ulf Hansson | 2 | -8/+18 |
2023-02-15 | mmc: meson-gx: remove meson_mmc_get_cd | Heiner Kallweit | 1 | -15/+1 |
2023-02-15 | mmc: moxart: set maximum request/block/segment sizes | Sergei Antonov | 1 | -0/+9 |
2023-02-15 | mmc: sdhci-brcmstb: Use devm_platform_get_and_ioremap_resource() | Ye Xingchen | 1 | -3/+1 |
2023-02-14 | mmc: sdhci-of-dwcmshc: add the missing device table IDs for acpi | Liming Sun | 1 | -0/+1 |
2023-02-14 | mmc: sdhci-of-dwcmshc: Update DLL and pre-change delay for rockchip platform | Shawn Lin | 1 | -4/+9 |
2023-02-14 | mmc: jz4740: Add support for vqmmc power supply | Paul Cercueil | 1 | -1/+37 |
2023-02-14 | mmc: Merge branch fixes into next | Ulf Hansson | 5 | -29/+41 |
2023-02-14 | mmc: jz4740: Work around bug on JZ4760(B) | Paul Cercueil | 1 | -0/+10 |
2023-02-14 | mmc: mmc_spi: fix error handling in mmc_spi_probe() | Yang Yingliang | 1 | -4/+4 |
2023-02-14 | mmc: sdio: fix possible resource leaks in some error paths | Yang Yingliang | 2 | -15/+14 |
2023-02-14 | mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't set | Heiner Kallweit | 1 | -10/+13 |
2023-02-14 | mmc: meson-gx: use devm_mmc_alloc_host | Heiner Kallweit | 1 | -35/+17 |
2023-02-14 | mmc: core: add devm_mmc_alloc_host | Heiner Kallweit | 1 | -0/+26 |
2023-02-12 | mmc: omap: drop TPS65010 dependency | Arnd Bergmann | 1 | -1/+0 |
2023-02-09 | firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/ | Elliot Berman | 1 | -1/+1 |
2023-02-02 | mmc: core: Imply IOSCHED_BFQ | Linus Walleij | 1 | -0/+1 |
2023-02-01 | mmc: remove tmio_mmc driver | Arnd Bergmann | 3 | -236/+0 |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 2 | -4/+4 |
2023-01-27 | mmc: uniphier-sd: Add control to switch UHS speed | Kunihiko Hayashi | 1 | -0/+22 |
2023-01-27 | mmc: uniphier-sd: Add control of UHS mode using SD interface logic | Kunihiko Hayashi | 1 | -5/+56 |
2023-01-27 | mmc: atmel-mci: fix race between stop command and start of next command | Tobias Schramm | 1 | -3/+0 |
2023-01-24 | mmc: sdhci-pxav2: add optional pinctrl for SDIO IRQ workaround | Doug Brown | 1 | -1/+32 |
2023-01-24 | mmc: sdhci-pxav2: add SDIO card IRQ workaround for PXA168 V1 controller | Doug Brown | 1 | -1/+55 |
2023-01-24 | mmc: sdhci-pxav2: add optional core clock | Doug Brown | 1 | -1/+8 |
2023-01-24 | mmc: sdhci-pxav2: change clock name to match DT bindings | Doug Brown | 1 | -3/+5 |
2023-01-24 | mmc: sdhci-pxav2: add register workaround for PXA168 silicon bug | Doug Brown | 1 | -0/+10 |
2023-01-24 | mmc: sdhci-pxav2: enable CONFIG_MMC_SDHCI_IO_ACCESSORS | Doug Brown | 1 | -0/+1 |
2023-01-24 | mmc: sdhci-pxav2: add initial support for PXA168 V1 controller | Doug Brown | 1 | -8/+32 |
2023-01-23 | mmc: pwrseq_sd8787: Allow being built-in irrespective of dependencies | Lukas Wunner | 1 | -1/+1 |
2023-01-23 | mmc: sdhci-of-dwcmshc: enable host V4 support for BlueField-3 SoC | Liming Sun | 1 | -0/+5 |
2023-01-23 | mmc: sdhci: Remove SDHCI_QUIRK_MISSING_CAPS | Adrian Hunter | 2 | -5/+0 |
2023-01-23 | mmc: sdhci-iproc: Replace SDHCI_QUIRK_MISSING_CAPS | Adrian Hunter | 1 | -6/+8 |
2023-01-23 | mmc: sdhci-pxav3: Replace SDHCI_QUIRK_MISSING_CAPS | Adrian Hunter | 1 | -3/+1 |
2023-01-23 | mmc: sdhci-sprd: Replace SDHCI_QUIRK_MISSING_CAPS | Adrian Hunter | 1 | -4/+2 |
2023-01-23 | mmc: sdhci-brcmstb: Replace SDHCI_QUIRK_MISSING_CAPS | Adrian Hunter | 1 | -3/+1 |
2023-01-23 | mmc: sdhci-pci: Replace SDHCI_QUIRK_MISSING_CAPS for Ricoh controller | Adrian Hunter | 1 | -3/+5 |
2023-01-23 | mmc: sdio: Spelling s/compement/complement/ | Geert Uytterhoeven | 1 | -1/+1 |