Linux-mmc Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-28 17:17:00 to 2022-10-07 22:48:03 UTC [more...]

[PATCH v4 0/6] treewide cleanup of random integer usage
 2022-10-07 22:47 UTC  (12+ messages)
` [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
` [PATCH v4 2/6] treewide: use prandom_u32_max() when possible
` [PATCH v4 3/6] treewide: use get_random_{u8,u16}() "
` [PATCH v4 4/6] treewide: use get_random_u32() "
` [PATCH v4 5/6] treewide: use get_random_bytes "
` [PATCH v4 6/6] prandom: remove unused functions

[RFC PATCH 00/21] block: add and use init tagset helper
 2022-10-07 19:40 UTC  (30+ messages)
` [RFC PATCH 01/21] "
` [RFC PATCH 02/21] loop: use lib tagset init helper
` [RFC PATCH 03/21] nbd: "
` [RFC PATCH 04/21] rnbd: "
` [RFC PATCH 05/21] bsg-lib: "
` [RFC PATCH 06/21] rnbd-clt: "
` [RFC PATCH 07/21] virtio-blk: "
` [RFC PATCH 08/21] scsi: "
` [RFC PATCH 09/21] block: "
` [RFC PATCH 10/21] amiflop: "
` [RFC PATCH 11/21] floppy: "
` [RFC PATCH 12/21] mtip32xx: "
` [RFC PATCH 13/21] z3ram: "
` [RFC PATCH 14/21] scm_blk: "
` [RFC PATCH 15/21] ubi: "
` [RFC PATCH 16/21] mmc: core: "
` [RFC PATCH 17/21] dasd: "
` [RFC PATCH 18/21] nvme-core: use lib tagset init helper for I/O q
` [RFC PATCH 19/21] nvme-core: use lib tagset init helper for adminq
` [RFC PATCH 20/21] nvme-apple: use lib tagset init helper
` [RFC PATCH 21/21] nvme-pci: "

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

[PATCH v6 00/17] Support AMD Pensando Elba SoC
 2022-10-07 15:53 UTC  (14+ messages)
` [PATCH v6 06/17] dt-bindings: mfd: amd,pensando-elbasr: Add AMD Pensando Elba System Resource chip
` [PATCH v6 10/17] arm64: dts: Add AMD Pensando Elba SoC support

[PATCHv2 2/2] mmc: queue: Cancel recovery work on cleanup
 2022-10-07 15:43 UTC 

[PATCHv2 1/2] mmc: block: Remove error check of hw_reset on reset
 2022-10-07 15:42 UTC 

[PATCH 1/2] mmc: block: Remove error check of hw_reset on reset
 2022-10-07 15:00 UTC  (3+ messages)

[PATCH 2/2] mmc: queue: Flush recovery work on cleanup
 2022-10-07 13:12 UTC  (2+ messages)

[PATCH v5 2/3] mmc: sdhci-tegra: Add support to program MC stream ID
 2022-10-07  9:04 UTC  (10+ messages)
` [PATCH v6 1/4] mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data
  ` [PATCH v6 2/4] mmc: sdhci-tegra: Add support to program MC stream ID
        ` [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 v7 3/4] mmc: sdhci-tegra: Issue CMD and DAT resets together
          ` [PATCH v7 4/4] mmc: sdhci-tegra: Use actual clock rate for SW tuning correction

[PATCH v5] mmc: renesas_sdhi: Fix rounding errors
 2022-10-07  8:57 UTC  (8+ messages)

[PATCH RFC 0/6] mmc: renesas_sdhi: add support for DMA end irqs
 2022-10-07  8:13 UTC  (9+ messages)
` [PATCH RFC 1/6] mmc: renesas_sdhi: remove accessor function for internal_dmac
` [PATCH RFC 2/6] mmc: renesas_sdhi: improve naming of DMA struct
` [PATCH RFC 3/6] mmc: tmio: add callback for dma irq
` [PATCH RFC 4/6] mmc: renesas_sdhi: add quirk for broken register layout
` [PATCH RFC 5/6] mmc: renesas_sdhi: take DMA end interrupts into account
` [PATCH 6/6] DEBUG mmc: renesas_sdhi: debug end_flags for DMA

[PATCH 0/5] Add misc support for QDU1000/QRU1000 SoCs
 2022-10-07  3:11 UTC  (27+ messages)
` [PATCH 1/5] dt-bindings: firmware: scm: Add QDU1000/QRU1000 compatibles
` [PATCH 2/5] dt-bindings: arm: qcom: Document QDU1000/QRU1000 SoCs and boards
` [PATCH 3/5] dt-bindings: power: rpmpd: Add QDU1000/QRU1000 to rpmpd binding
` [PATCH 4/5] soc: qcom: rpmhpd: Add QDU1000/QRU1000 power domains
` [PATCH 5/5] soc: qcom: socinfo: Add QDU1000/QRU1000 and variant IDs

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

[PATCHv2] mmc: core: fix race of queue reset and card removal
 2022-10-06 14:00 UTC  (4+ messages)

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-06 13:20 UTC  (10+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
      ` [f2fs-dev] "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions

[PATCH v2] mmc: core: SD: Add BROKEN-SD-DISCARD quirk
 2022-10-06 11:56 UTC  (5+ messages)

[PATCH 00/14] mmc: Replace kmap_atomic() with kmap_local_page()
 2022-10-06  7:23 UTC  (17+ messages)
` [PATCH 01/14] mmc: sdhci: Remove local_irq_{save,restore}() around k[un]map_atomic()
` [PATCH 02/14] mmc: sdhci: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()
` [PATCH 03/14] mmc: sdhci: Replace kmap_atomic() with kmap_local_page()
` [PATCH 04/14] mmc: bcm2835: Remove local_irq_{save,restore}() around k[un]map_atomic()
` [PATCH 05/14] mmc: bcm2835: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()
` [PATCH 06/14] mmc: bcm2835: Replace kmap_atomic() with kmap_local_page()
` [PATCH 07/14] mmc: mmc_test: Remove local_irq_{save,restore}() around sg_copy_{from,to}_buffer()
` [PATCH 08/14] mmc: tifm_sd: Remove local_irq_{save,restore}() around tifm_sd_transfer_data()
` [PATCH 09/14] mmc: tifm_sd: Remove local_irq_{save,restore}() around tifm_sd_bounce_block()
` [PATCH 10/14] mmc: tifm_sd: Replace kmap_atomic() with kmap_local_page()
` [PATCH 11/14] mmc: tmio_mmc_core: Remove local_irq_{save,restore}() around k[un]map_atomic()
` [PATCH 12/14] mmc: tmio_mmc_core: Replace kmap_atomic() with kmap_local_page()
` [PATCH 13/14] mmc: au1xmmc: "
` [PATCH 14/14] mmc: wbsd: "

[GIT PULL] MMC updates for v6.1
 2022-10-05 18:40 UTC  (2+ messages)

[PATCH] mmc: core: fix race of queue reset and card removal
 2022-10-04 12:42 UTC 

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

sh_mobile_sdhi ee100000.mmc: timeout waiting for hardware interrupt (CMD19)
 2022-10-01 11:57 UTC  (3+ messages)

[PATCHv4 1/3] dt-bindings: mmc: synopsys-dw-mshc: document "altr,sysmgr-syscon"
 2022-10-01 10:06 UTC  (15+ messages)
` [PATCHv4 3/3] mmc: dw_mmc-pltfm: socfpga: add method to configure clk-phase

[PATCH v4] mmc: renesas_sdhi: Fix rounding errors
 2022-09-30  8:04 UTC  (2+ messages)

[PATCH RFC stable 4.14 1/1] mmc: core: fix hung task caused by race condition on context_info
 2022-09-29 16:39 UTC  (5+ messages)

[PATCH] mmc-utils: Fix a typo for ATP mid
 2022-09-29  3:24 UTC  (3+ messages)

[GIT PULL] MMC + ARM_SCMI fixes for v6.0-rc8
 2022-09-28 19:13 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).