Linux MultiMedia Card development
 help / color / mirror / Atom feed
 messages from 2022-10-08 22:37:48 to 2022-10-18 07:22:18 UTC [more...]

[PATCH 0/5] mmc: sdhci controllers: Fix SDHCI_RESET_ALL for CQHCI
 2022-10-18  7:22 UTC  (7+ messages)
` [PATCH 1/5] mmc: sdhci-of-arasan: "
` [PATCH 2/5] mmc: sdhci-brcmstb: "
` [PATCH 3/5] mms: sdhci-esdhc-imx: "
` [PATCH 4/5] mmc: sdhci-tegra: "
` [PATCH 5/5] mmc: sdhci_am654: "

[PATCH 1/5] clk: imx: imxrt1050: fix IMXRT1050_CLK_LCDIF_APB offsets
 2022-10-18  3:06 UTC  (7+ messages)
` [PATCH 2/5] clk: imx: imxrt1050: add IMXRT1050_CLK_LCDIF_PIX clock gate
` [PATCH 3/5] mmc: sdhci-esdhc-imx: improve imxrt1050 data
` [PATCH 4/5] ARM: dts: imxrt1050: remove mmc max-frequency property
` [PATCH 5/5] ARM: dts: imx: prepend a 0 in the memory address to make it clear it's 32MB

[PATCH 0/2] MediaTek eMMC inline encryption support
 2022-10-17 14:20 UTC  (3+ messages)
` [PATCH 1/2] mmc: mtk-sd: add Inline Crypto Engine support
` [PATCH 2/2] dt-bingdings: mmc: Mediatek: add ICE clock

[PATCH v6 2/4] mmc: sdhci-tegra: Add support to program MC stream ID
 2022-10-17 14:11 UTC  (14+ messages)
` [PATCH v7 1/4] mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data
  ` [PATCH v7 2/4] mmc: sdhci-tegra: Add support to program MC stream ID
              ` [PATCH v8 1/3] mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data
                ` [PATCH v8 2/3] mmc: sdhci-tegra: Add support to program MC stream ID
                ` [PATCH v8 3/3] mmc: sdhci-tegra: Issue CMD and DAT resets together

[PATCH v6 0/7] treewide cleanup of random integer usage
 2022-10-17 11:59 UTC  (19+ messages)
` [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v6 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v6 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v6 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v6 5/7] treewide: use get_random_u32() when possible
` [PATCH v6 6/7] treewide: use get_random_bytes() "
` [PATCH v6 7/7] prandom: remove unused functions

[PATCH v2 1/3] dt-bindings: mmc: arm,pl18x: Document interrupt-names is ignored
 2022-10-17 11:32 UTC  (8+ messages)
` [PATCH v2 2/3] ARM: dts: qcom: Drop MMCI interrupt-names
` [PATCH v2 3/3] ARM: dts: stm32: "

[PATCH 0/2] Add mmc-support for mt7986
 2022-10-17 11:32 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: mmc: Add compatible for Mediatek MT7986

[PATCH] dt-binding: mmc: fsl-imx-esdhc: update i.MX8DXL compatible
 2022-10-17 11:32 UTC  (3+ messages)

[PATCH] dt-bindings: mmc: renesas,sdhi: Document R-Car V4H support
 2022-10-17 11:32 UTC  (6+ messages)

[PATCH] dt-bindings: mmc: sdhci-am654: add ti,itap-del-sel-ddr50 to schema
 2022-10-17 11:32 UTC  (3+ messages)

[PATCH V5 00/26] Add support UHS-II for GL9755
 2022-10-17 11:31 UTC  (28+ messages)
` [PATCH V5 01/26] mmc: core: Cleanup printing of speed mode at card insertion
` [PATCH V5 02/26] mmc: core: Prepare to support SD UHS-II cards
` [PATCH V5 03/26] mmc: core: Announce successful insertion of an SD UHS-II card
` [PATCH V5 04/26] mmc: core: Extend support for mmc regulators with a vqmmc2
` [PATCH V5 05/26] mmc: core: Add definitions for SD UHS-II cards
` [PATCH V5 06/26] mmc: core: Support UHS-II card control and access
` [PATCH V5 07/26] mmc: sdhci: add a kernel configuration for enabling UHS-II support
` [PATCH V5 08/26] mmc: sdhci: add UHS-II related definitions in headers
` [PATCH V5 09/26] mmc: sdhci: add UHS-II module
` [PATCH V5 10/26] mmc: sdhci-uhs2: dump UHS-II registers
` [PATCH V5 11/26] mmc: sdhci-uhs2: add reset function and uhs2_mode function
` [PATCH V5 12/26] mmc: sdhci-uhs2: add set_power() to support vdd2
` [PATCH V5 13/26] mmc: sdhci-uhs2: skip signal_voltage_switch()
` [PATCH V5 14/26] mmc: sdhci-uhs2: add set_timeout()
` [PATCH V5 15/26] mmc: sdhci-uhs2: add set_ios()
` [PATCH V5 16/26] mmc: sdhci-uhs2: add detect_init() to detect the interface
` [PATCH V5 17/26] mmc: sdhci-uhs2: add clock operations
` [PATCH V5 18/26] mmc: sdhci-uhs2: add uhs2_control() to initialise the interface
` [PATCH V5 19/26] mmc: sdhci-uhs2: add request() and others
` [PATCH V5 20/26] mmc: sdhci-uhs2: add irq() "
` [PATCH V5 21/26] mmc: sdhci-uhs2: add add_host() and others to set up the driver
` [PATCH V5 22/26] mmc: sdhci-uhs2: add pre-detect_init hook
` [PATCH V5 23/26] mmc: core: add post-mmc_attach_sd hook
` [PATCH V5 24/26] mmc: sdhci-uhs2: "
` [PATCH V5 25/26] mmc: sdhci-pci: add UHS-II support framework
` [PATCH V5 26/26] mmc: sdhci-pci-gli: enable UHS-II mode for GL9755

[PATCH V5 00/26] Add support UHS-II for GL9755
 2022-10-17  9:11 UTC  (27+ messages)
` [PATCH V5 01/26] mmc: core: Cleanup printing of speed mode at card insertion
` [PATCH V5 02/26] mmc: core: Prepare to support SD UHS-II cards
` [PATCH V5 03/26] mmc: core: Announce successful insertion of an SD UHS-II card
` [PATCH V5 04/26] mmc: core: Extend support for mmc regulators with a vqmmc2
` [PATCH V5 05/26] mmc: core: Add definitions for SD UHS-II cards
` [PATCH V5 06/26] mmc: core: Support UHS-II card control and access
` [PATCH V5 07/26] mmc: sdhci: add a kernel configuration for enabling UHS-II support
` [PATCH V5 08/26] mmc: sdhci: add UHS-II related definitions in headers
` [PATCH V5 09/26] mmc: sdhci: add UHS-II module
` [PATCH V5 10/26] mmc: sdhci-uhs2: dump UHS-II registers
` [PATCH V5 11/26] mmc: sdhci-uhs2: add reset function and uhs2_mode function
` [PATCH V5 12/26] mmc: sdhci-uhs2: add set_power() to support vdd2
` [PATCH V5 13/26] mmc: sdhci-uhs2: skip signal_voltage_switch()
` [PATCH V5 14/26] mmc: sdhci-uhs2: add set_timeout()
` [PATCH V5 15/26] mmc: sdhci-uhs2: add set_ios()
` [PATCH V5 16/26] mmc: sdhci-uhs2: add detect_init() to detect the interface
` [PATCH V5 17/26] mmc: sdhci-uhs2: add clock operations
` [PATCH V5 18/26] mmc: sdhci-uhs2: add uhs2_control() to initialise the interface
` [PATCH V5 19/26] mmc: sdhci-uhs2: add request() and others
` [PATCH V5 20/26] mmc: sdhci-uhs2: add irq() "
` [PATCH V5 21/26] mmc: sdhci-uhs2: add add_host() and others to set up the driver
` [PATCH V5 22/26] mmc: sdhci-uhs2: add pre-detect_init hook
` [PATCH V5 23/26] mmc: core: add post-mmc_attach_sd hook
` [PATCH V5 24/26] mmc: sdhci-uhs2: "
` [PATCH V5 25/26] mmc: sdhci-pci: add UHS-II support framework
` [PATCH V5 26/26] mmc: sdhci-pci-gli: enable UHS-II mode for GL9755

[PATCH v10 0/2] Add mmc driver for Sunplus SP7021 SOC
 2022-10-17  7:25 UTC  (4+ messages)
` [PATCH v10 1/2] dt-binding: mmc: Add mmc yaml file for Sunplus SP7021
` [PATCH v10 2/2] mmc: Add mmc driver "

[PATCHv4 2/2] mmc-utils: Allow for custom sanitize timeout
 2022-10-15 11:31 UTC  (2+ messages)

[PATCHv3 2/2] mmc-utils: Allow for custom sanitize timeout
 2022-10-15  6:44 UTC  (2+ messages)

[PATCHv3 1/2] mmc-utils: Refactor switch to allow custom timeout
 2022-10-15  6:39 UTC  (2+ messages)

[PATCH v2] mmc: sdio: fix kernel panic when remove non-standard SDIO card
 2022-10-14 16:02 UTC  (3+ messages)

[PATCH v3] mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake
 2022-10-14 14:07 UTC  (3+ messages)

[PATCH] mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit bus
 2022-10-14 14:07 UTC  (5+ messages)

Zwiększenie płynności finansowej
 2022-10-14  8:00 UTC 

[PATCH] mmc: sdio: fix kernel panic when remove non-standard SDIO card
 2022-10-14  2:39 UTC  (3+ messages)

[PATCH] mmc: sdio: fix kernel panic when remove non-standard SDIO card
 2022-10-14  2:22 UTC 

[PATCH AUTOSEL 6.0 39/44] mmc: sdhci-msm: add compatible string check for sdm670
 2022-10-14  0:37 UTC  (4+ messages)

[PATCH v1 00/15] create power sequencing subsystem
 2022-10-13 19:50 UTC  (2+ messages)

[GIT PULL] MMC fixes for v6.1-rc1
 2022-10-13 19:26 UTC  (2+ messages)

[PATCH] mmc: add TS7800 FPGA based MMC controller driver
 2022-10-13 15:41 UTC 

[PATCHv2 2/2] mmc: queue: Cancel recovery work on cleanup
 2022-10-13 14:20 UTC  (2+ messages)

[PATCHv5 1/2] mmc: block: Remove error check of hw_reset on reset
 2022-10-13 14:20 UTC  (2+ messages)

[PATCHv4 1/2] mmc: block: Remove error check of hw_reset on reset
 2022-10-13 10:37 UTC  (2+ messages)

[PATCHv3 0/2] Introduce custom sanitize timeout
 2022-10-13  9:10 UTC 

[PATCHv2 1/2] mmc-utils: Refactor switch to allow custom timeout
 2022-10-13  8:35 UTC  (3+ messages)

[PATCH] mmc: sdhci-xenon: Fix 2G limitation on AC5 SoC
 2022-10-13  6:40 UTC  (13+ messages)

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-13  1:37 UTC  (5+ messages)
` [PATCH v1 3/5] treewide: use get_random_u32() when possible

[PATCH 0/5] Add misc support for QDU1000/QRU1000 SoCs
 2022-10-12 20:32 UTC  (4+ messages)
` [PATCH 4/5] soc: qcom: rpmhpd: Add QDU1000/QRU1000 power domains

[PATCHv2 2/2] mmc-utils: Allow for custom sanitize timeout
 2022-10-12 19:03 UTC 

[PATCHv2 0/2] Introduce custom sanitize timeout
 2022-10-12 19:03 UTC 

[PATCH] mmc: sdio: fix kernel panic when remove non-standard SDIO card
 2022-10-11 14:40 UTC  (2+ messages)

[PATCH V2] mmc: sdhci-sprd: Fix minimum clock limit
 2022-10-11 13:51 UTC  (2+ messages)

[PATCHv3 1/2] mmc: block: Remove error check of hw_reset on reset
 2022-10-11 10:24 UTC  (4+ messages)

[PATCH] mmc: sdhci-sprd: Fix minimum clock limit
 2022-10-11  8:48 UTC  (4+ messages)

[PATCH 1/2] mmc-utils: Refactor switch to allow custom timeout
 2022-10-11  6:30 UTC  (2+ messages)

[PATCH 2/2] mmc-utils: Allow for custom sanitize timeout
 2022-10-10 14:10 UTC 

[PATCHv2 1/2] mmc: block: Remove error check of hw_reset on reset
 2022-10-10 14:01 UTC  (5+ messages)

[RFC PATCH 00/21] block: add and use init tagset helper
 2022-10-10  7:55 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 19/22] mmc: sdhci-msm: add compatible string check for sdm670
 2022-10-09 23:55 UTC 

[PATCH AUTOSEL 5.4 13/14] mmc: sdhci-msm: add compatible string check for sdm670
 2022-10-09 23:57 UTC 

[PATCH AUTOSEL 5.15 22/25] mmc: sdhci-msm: add compatible string check for sdm670
 2022-10-09 23:54 UTC 

[PATCH v5 0/7] treewide cleanup of random integer usage
 2022-10-09 14:17 UTC  (3+ messages)

[PATCH v3 3/5] treewide: use get_random_u32() when possible
 2022-10-09  2:57 UTC  (11+ messages)

[PATCH v4 0/6] treewide cleanup of random integer usage
 2022-10-09  0:26 UTC  (5+ messages)
` [PATCH v4 4/6] treewide: use get_random_u32() when possible


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox