Show patches with: State = Action Required       |    Archived = No       |   5151 patches
« 1 2 ... 27 28 2951 52 »
Patch Series S/W/F Date Submitter Delegate State
[v2,9/9] mmc: sh_mmcif: Use sg_miter for PIO mmc: Use proper sg_miter for scatterlists --- 2024-01-27 Linus Walleij New
mmc: davinci_mmc: Drop dangling variable mmc: davinci_mmc: Drop dangling variable --- 2024-02-15 Linus Walleij New
mmc: sh_mmcif: sg_miter does not need to be atomic mmc: sh_mmcif: sg_miter does not need to be atomic --- 2024-02-20 Linus Walleij New
[v2,2/2] mmc: sh_mmcif: Advance sg_miter before reading blocks Try to fix the sg_mitet bugs in SH MMCIF --- 2024-02-21 Linus Walleij New
mmc: sdhci-esdhc-mcf: Flag if the sg_miter is atomic mmc: sdhci-esdhc-mcf: Flag if the sg_miter is atomic --- 2024-02-22 Linus Walleij New
[v2] mmc: sdhci-esdhc-mcf: Flag the sg_miter as atomic [v2] mmc: sdhci-esdhc-mcf: Flag the sg_miter as atomic --- 2024-02-28 Linus Walleij New
[v1,1/1] mmc: sdhci-acpi: Add support for NVIDIA BlueField-3 SoC [v1,1/1] mmc: sdhci-acpi: Add support for NVIDIA BlueField-3 SoC --- 2021-03-12 Liming Sun New
[v2] mmc: sdhci-of-dwcmshc: add ACPI support for BlueField-3 SoC [v2] mmc: sdhci-of-dwcmshc: add ACPI support for BlueField-3 SoC --- 2021-03-16 Liming Sun New
[v3] mmc: sdhci-of-dwcmshc: add ACPI support for BlueField-3 SoC [v3] mmc: sdhci-of-dwcmshc: add ACPI support for BlueField-3 SoC --- 2021-03-22 Liming Sun New
[v3] mmc: sdhci-of-dwcmshc: add ACPI match data for BlueField-3 SoC [v3] mmc: sdhci-of-dwcmshc: add ACPI match data for BlueField-3 SoC --- 2022-08-09 Liming Sun New
[v1,1/1] mmc: sdhci-of-dwcmshc: enable host V4 support for BlueField-3 SoC [v1,1/1] mmc: sdhci-of-dwcmshc: enable host V4 support for BlueField-3 SoC --- 2023-01-11 Liming Sun New
[v1,1/1] mmc: sdhci-of-dwcmshc: add the missing device table IDs for acpi [v1,1/1] mmc: sdhci-of-dwcmshc: add the missing device table IDs for acpi --- 2023-02-02 Liming Sun New
[v1,1/1] mmc: sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3 [v1,1/1] mmc: sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3 --- 2023-05-11 Liming Sun New
[v5] mmc: sdhci-of-dwcmshc: Add runtime PM operations [v5] mmc: sdhci-of-dwcmshc: Add runtime PM operations --- 2023-07-28 Liming Sun New
[v7] mmc: sdhci-of-dwcmshc: Add runtime PM operations [v7] mmc: sdhci-of-dwcmshc: Add runtime PM operations --- 2023-08-08 Liming Sun New
[v8] mmc: sdhci-of-dwcmshc: Add runtime PM operations [v8] mmc: sdhci-of-dwcmshc: Add runtime PM operations --- 2023-08-17 Liming Sun New
[v9] mmc: sdhci-of-dwcmshc: Add runtime PM operations [v9] mmc: sdhci-of-dwcmshc: Add runtime PM operations --- 2023-08-17 Liming Sun New
[v10,1/2] mmc : sdhci-of-dwcmshc : add error handling in dwcmshc_resume [v10,1/2] mmc : sdhci-of-dwcmshc : add error handling in dwcmshc_resume --- 2023-08-22 Liming Sun New
[v10,2/2] This commit implements the runtime PM operations to disable eMMC card clock when idle. [v1,1/1] mmc: sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3 --- 2023-08-22 Liming Sun New
[v1,1/1] mmc: sdhci-of-dwcmshc: Enable timeout quirk for BlueField-3 SoC [v1,1/1] mmc: sdhci-of-dwcmshc: Enable timeout quirk for BlueField-3 SoC --- 2023-11-18 Liming Sun New
[v1,1/1] sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() [v1,1/1] sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() --- 2024-03-19 Liming Sun New
[v3,1/2] mmc: Add SD/SDIO driver for Sunplus SP7021 Add SD/SDIO control driver for Sunplus SP7021 SoC --- 2021-12-24 Li-hao Kuo New
[v3,2/2] devicetree bindings mmc Add bindings doc for Sunplus SP7021 Add SD/SDIO control driver for Sunplus SP7021 SoC --- 2021-12-24 Li-hao Kuo New
mmc/host/sdhci-of-esdhc: Hold a reference returned by of_find_compatible_node mmc/host/sdhci-of-esdhc: Hold a reference returned by of_find_compatible_node --- 2022-06-21 Liang He New
mmc: core: quirks: Add of_node_put() when breaking out of loop mmc: core: quirks: Add of_node_put() when breaking out of loop --- 2022-07-19 Liang He New
[1/2] mmc: cavium-octeon: Add of_node_put() when breaking out of loop [1/2] mmc: cavium-octeon: Add of_node_put() when breaking out of loop --- 2022-07-19 Liang He New
[2/2] mmc: cavium-thunderx: Add of_node_put() when breaking out of loop [1/2] mmc: cavium-octeon: Add of_node_put() when breaking out of loop --- 2022-07-19 Liang He New
memstick: jmb38x_ms: Prefer struct_size over open coded arithmetic memstick: jmb38x_ms: Prefer struct_size over open coded arithmetic --- 2021-09-11 Len Baker New
mmc: core: Fix mmc_select_hs200() regression in v4.7-rc. --- 2016-06-07 Lee Jones New
[1/1] arch: arm: mach-omap2: mmc: Move omap_mmc_notify_cover_event() prototype [1/1] arch: arm: mach-omap2: mmc: Move omap_mmc_notify_cover_event() prototype --- 2020-07-01 Lee Jones New
[v2,3/3] arm64: dts: sparx5: Add Sparx5 eMMC support [v2,1/3] dt-bindings: mmc: Add Sparx5 SDHCI controller bindings --- 2020-06-09 Lars Povlsen New
[v6] dt-bindings: mmc: Add Sparx5 SDHCI controller bindings [v6] dt-bindings: mmc: Add Sparx5 SDHCI controller bindings --- 2020-08-26 Lars Povlsen New
[mmc-next] dt-bindings: mmc: Fix mmc node name in DT example [mmc-next] dt-bindings: mmc: Fix mmc node name in DT example --- 2020-08-26 Lars Povlsen New
[RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,02/29] mmc: core: UHS-II support, modify power-up sequence [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,03/29] mmc: core: UHS-II support, skip set_chip_select() [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,04/29] mmc: core: UHS-II support, try to select UHS-II interface [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,05/29] mmc: core: UHS-II support, skip TMODE setup in some cases [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,06/29] mmc: core: UHS-II support, generate UHS-II SD command packet [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,07/29] mmc: core: UHS-II support, set APP_CMD bit if necessary [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,08/29] mmc: sdhci: add a kernel configuration for enabling UHS-II support [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,09/29] mmc: sdhci: add UHS-II related definitions in headers [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,10/29] mmc: sdhci: add UHS-II module [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,11/29] mmc: sdhci-uhs2: dump UHS-II registers [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,12/29] mmc: sdhci-uhs2: add reset function [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,13/29] mmc: sdhci-uhs2: add set_power() to support vdd2 [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,14/29] mmc: sdhci-uhs2: skip signal_voltage_switch() [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,15/29] mmc: sdhci-uhs2: add set_timeout() [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,16/29] mmc: sdhci-uhs2: add set_ios() [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,17/29] mmc: sdhci-uhs2: add detect_init() to detect the interface [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,18/29] mmc: sdhci-uhs2: add clock operations [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,19/29] mmc: sdhci-uhs2: add set_reg() to initialise the interface [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,20/29] mmc: sdhci-uhs2: add request() and others [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,21/29] mmc: sdhci-uhs2: add irq() and others [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,22/29] mmc: sdhci-uhs2: add add_host() and others to set up the driver [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,23/29] mmc: sdhci-uhs2: add pre-detect_init hook [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,24/29] mmc: core: add post-mmc_attach_sd hook [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,25/29] mmc: sdhci-uhs2: add post-mmc_attach_sd hook [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,26/29] mmc: sdhci-pci: add UHS-II support framework [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,27/29] mmc: sdhci-pci-gli: enable UHS-II mode for GL9755 [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,28/29] mmc: Remove duplicate code. [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[RFC,v3.2,29/29] mmc: core: Apply Ulf's patch for supporting UHS-II card [RFC,v3.2,01/29] mmc: add UHS-II related definitions in public headers --- 2021-07-22 Lai Jason New
[6/7] mmc: core: Implement content of UHS-II card initialization functions [1/7] mmc: core: Cleanup printing of speed mode at card --- 2021-08-31 Lai Jason New
[v2,5/7] mmc: add UHS-II related definitions in headers [v2,1/7] mmc: core: Cleanup printing of speed mode at card insertion --- 2022-01-18 Lai Jason New
[v2,6/7] mmc: Implement content of UHS-II card initialization functions [v2,1/7] mmc: core: Cleanup printing of speed mode at card insertion --- 2022-01-18 Lai Jason New
[V3,5/7] mmc: add UHS-II related definitions in headers Preparations to support SD UHS-II cards --- 2022-02-22 Lai Jason New
[V3,6/7] mmc: Implement content of UHS-II card initialization functions Preparations to support SD UHS-II cards --- 2022-02-22 Lai Jason New
[V3,7/7] mmc: core: Support UHS-II card access Preparations to support SD UHS-II cards --- 2022-02-22 Lai Jason New
[V4,1/6] mmc: core: Cleanup printing of speed mode at card insertion Preparations to support SD UHS-II cards --- 2022-04-18 Lai Jason New
[V4,2/6] mmc: core: Prepare to support SD UHS-II cards Preparations to support SD UHS-II cards --- 2022-04-18 Lai Jason New
[V4,3/6] mmc: core: Announce successful insertion of an SD UHS-II card Preparations to support SD UHS-II cards --- 2022-04-18 Lai Jason New
[V4,4/6] mmc: core: Extend support for mmc regulators with a vqmmc2 Preparations to support SD UHS-II cards --- 2022-04-18 Lai Jason New
[V4,5/6] mmc: core: Add definitions for SD UHS-II cards Preparations to support SD UHS-II cards --- 2022-04-18 Lai Jason New
[V4,6/6] mmc: core: Support UHS-II card control and access Preparations to support SD UHS-II cards --- 2022-04-18 Lai Jason New
mmc: sdhci-pci-gli: Improve Random 4K Read Performance of GL9763E mmc: sdhci-pci-gli: Improve Random 4K Read Performance of GL9763E --- 2022-05-25 Lai Jason New
[RESEND] mmc: sdhci-pci-gli: Improve Random 4K Read Performance of GL9763E [RESEND] mmc: sdhci-pci-gli: Improve Random 4K Read Performance of GL9763E --- 2022-05-26 Lai Jason New
[V2] mmc: sdhci-pci-gli: Improve Random 4K Read Performance of GL9763E [V2] mmc: sdhci-pci-gli: Improve Random 4K Read Performance of GL9763E --- 2022-05-30 Lai Jason New
mmc: host: Improve READ/WRITE Performance of GL9763E mmc: host: Improve READ/WRITE Performance of GL9763E --- 2022-06-02 Lai Jason New
[V2] mmc: host: Improve READ/WRITE Performance of GL9763E [V2] mmc: host: Improve READ/WRITE Performance of GL9763E --- 2022-06-13 Lai Jason New
[-next] mmc: owl-mmc: Remove unnecessary error log [-next] mmc: owl-mmc: Remove unnecessary error log --- 2021-04-09 Laibin Qiu New
(Octeon) MMC performance degradation due to too many requests (Octeon) MMC performance degradation due to too many requests --- 2023-08-06 Ladislav Michl New
[v2,1/6] dt-bindings: mmc: Convert sdhci-fujitsu to JSON schema mmc: sdhci-fujitsu: Add some features and support for F_SDH30_E51 --- 2022-11-11 Kunihiko Hayashi New
[v2,2/6] mmc: f-sdh30: Add reset control support mmc: sdhci-fujitsu: Add some features and support for F_SDH30_E51 --- 2022-11-11 Kunihiko Hayashi New
[v2,3/6] dt-bindings: sdhci-fujitsu: Add compatible string for F_SDH30_E51 mmc: sdhci-fujitsu: Add some features and support for F_SDH30_E51 --- 2022-11-11 Kunihiko Hayashi New
[v2,4/6] mmc: f-sdh30: Add compatible string for Socionext F_SDH30_E51 mmc: sdhci-fujitsu: Add some features and support for F_SDH30_E51 --- 2022-11-11 Kunihiko Hayashi New
[v2,5/6] mmc: f-sdh30: Add support for non-removable media mmc: sdhci-fujitsu: Add some features and support for F_SDH30_E51 --- 2022-11-11 Kunihiko Hayashi New
[v2,6/6] mmc: f-sdh30: Add quirks for broken timeout clock capability mmc: sdhci-fujitsu: Add some features and support for F_SDH30_E51 --- 2022-11-11 Kunihiko Hayashi New
[1/5] dt-bindings: mmc: uniphier-sd: Add socionext,syscon-uhs-mode property mmc: uniphier-sd: Add UHS mode support --- 2023-01-25 Kunihiko Hayashi New
[2/5] mmc: uniphier-sd: Add control of UHS mode using SD interface logic mmc: uniphier-sd: Add UHS mode support --- 2023-01-25 Kunihiko Hayashi New
[3/5] mmc: uniphier-sd: Add control to switch UHS speed mmc: uniphier-sd: Add UHS mode support --- 2023-01-25 Kunihiko Hayashi New
[4/5] ARM: dts: uniphier: Add syscon-uhs-mode to SD node mmc: uniphier-sd: Add UHS mode support --- 2023-01-25 Kunihiko Hayashi New
[5/5] arm64: dts: uniphier: Add syscon-uhs-mode to SD node mmc: uniphier-sd: Add UHS mode support --- 2023-01-25 Kunihiko Hayashi New
dt-bindings: mmc: Add resets property to cadence SDHCI binding dt-bindings: mmc: Add resets property to cadence SDHCI binding --- 2023-02-09 Kunihiko Hayashi New
mmc: sdhci-f-sdh30: Replace with sdhci_pltfm mmc: sdhci-f-sdh30: Replace with sdhci_pltfm --- 2023-06-29 Kunihiko Hayashi New
[v3,0/6] mmc: sdhci-s3c: Rework platform data and add device tree support --- 2012-02-21 Kukjin Kim New
[PATCHv3,5/5] mmc: dw_mmc: replace "disable-wp" from slot's quirk to host's quirk --- 2014-07-10 Kukjin Kim New
mmc: s3cmci: remove empty kerneldoc comment mmc: s3cmci: remove empty kerneldoc comment --- 2020-08-04 Krzysztof Kozlowski New
[v2,02/41] mmc: s3cmci: Remove unneeded machine header include Untitled series #48068 --- 2020-08-06 Krzysztof Kozlowski New
[v2,15/41] ARM: exynos: stop selecting PLAT_SAMSUNG Untitled series #48068 --- 2020-08-06 Krzysztof Kozlowski New
[v2,29/41] ARM: s3c24xx: move s3cmci pinctrl handling into board files Untitled series #48068 --- 2020-08-06 Krzysztof Kozlowski New
« 1 2 ... 27 28 2951 52 »