linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-24 10:25:13 to 2022-05-04 21:59:46 UTC [more...]

[PATCH v2 00/48] ARM: PXA multiplatform support
 2022-05-04 21:59 UTC  (49+ messages)
` [PATCH 15/48] ARM: pxa: tosa: use gpio descriptor for audio
` [PATCH 17/48] ARM: pxa: corgi: use gpio descriptors "
` [PATCH 18/48] ARM: pxa: hx4700: "
` [PATCH 20/48] ARM: pxa: spitz: "
` [PATCH 21/48] ARM: pxa: eseries: use gpio lookup "
` [PATCH 22/48] ARM: pxa: z2: use gpio lookup for audio device
` [PATCH 23/48] ARM: pxa: magician: use platform driver for audio
` [PATCH 24/48] ARM: pxa: mainstone-wm97xx: use gpio lookup table
` [PATCH 25/48] ARM: pxa: zylonite: use gpio lookup instead mfp header

[PATCHv2 00/21] Basic RK3588 Support
 2022-05-04 21:32 UTC  (21+ messages)
` [PATCHv2 01/21] dt-bindings: pinctrl: rockchip: add rk3588
` [PATCHv2 02/21] dt-bindings: mmc: sdhci-of-dwcmhsc: Add rk3588
` [PATCHv2 03/21] dt-binding: clock: Document rockchip,rk3588-cru bindings
` [PATCHv2 04/21] clk: rockchip: add register offset of the cores select parent
` [PATCHv2 05/21] clk: rockchip: add pll type for RK3588
` [PATCHv2 06/21] clk: rockchip: clk-cpu: add mux setting for cpu change frequency
` [PATCHv2 07/21] clk: rockchip: add dt-binding header for rk3588
` [PATCHv2 09/21] mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs
` [PATCHv2 10/21] mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx
` [PATCHv2 11/21] mmc: sdhci-of-dwcmshc: add support for rk3588
` [PATCHv2 12/21] pinctrl/rockchip: add error handling for pull/drive register getters
` [PATCHv2 13/21] pinctrl/rockchip: add rk3588 support
` [PATCHv2 14/21] gpio: rockchip: add support for rk3588
` [PATCHv2 15/21] dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK3588
` [PATCHv2 16/21] dt-bindings: soc: rockchip: add initial rk3588 syscon compatibles
` [PATCHv2 17/21] dt-bindings: gpio: rockchip: add gpio-ranges
` [PATCHv2 18/21] dt-bindings: pinctrl: rockchip: increase max amount of device functions
` [PATCHv2 19/21] arm64: dts: rockchip: Add rk3588s pinctrl data
` [PATCHv2 20/21] arm64: dts: rockchip: Add base DT for rk3588 SoC
` [PATCHv2 21/21] arm64: dts: rockchip: Add rk3588-evb1 board

[PATCH] dt-bindings: Drop redundant 'maxItems/minItems' in if/then schemas
 2022-05-04 21:18 UTC  (7+ messages)

[PATCH 0/4] mmc: sdhci-msm: Convert dt-binding to yaml & add support for sm8150
 2022-05-04 20:46 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: mmc/sdhci-msm: Convert bindings to yaml
` [PATCH 2/4] mmc: host/sdhci-msm: Add SoC specific compatibles
` [PATCH 3/4] dt-bindings: mmc: sdhci-msm: Add compatible string for sm8150
` [PATCH 4/4] mmc: host/sdhci-msm: Add compatible string check "

[PATCH 1/2] dt-bindings: mmc: brcm,sdhci-brcmstb: correct number of reg entries
 2022-05-04 10:37 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: mmc: brcm,sdhci-brcmstb: cleanup example

[PATCH V5] mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC
 2022-05-04 10:37 UTC  (6+ messages)

[PATCH 0/4] SDHCI and SMEM updates for sdx65
 2022-05-04 10:37 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible
` [PATCH 2/4] mmc: host/sdhci-msm: Add compatible string check for sdx65
` [PATCH 3/4] dt-bindings: arm-smmu: Add binding for SDX65 SMMU
` [PATCH 4/4] ARM: dts: qcom: sdx65: Add Shared memory manager support

[PATCH v2 0/4] mmc: sdhci-brcmstb: host controller clock enhancements
 2022-05-04 10:37 UTC  (12+ messages)
` [PATCH v2 1/4] mmc: sdhci-brcmstb: Re-organize flags
` [PATCH v2 2/4] mmc: sdhci-brcmstb: Enable Clock Gating to save power
` [PATCH v2 3/4] dt-bindings: mmc: Add Broadcom optional sdio_freq clock
` [PATCH v2 4/4] mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0

[PATCH] mmc: mmci: Remove custom ios handler
 2022-05-04 10:37 UTC  (2+ messages)

[PATCH] mmc: atmel-mci: Simplify if(chan) and if(!chan)
 2022-05-04 10:37 UTC  (2+ messages)

[PATCH] mmc: block: use kobj_to_dev()
 2022-05-04 10:37 UTC  (2+ messages)

[PATCH] mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits
 2022-05-04 10:37 UTC  (4+ messages)

[PATCHv1 00/19] Basic RK3588 Support
 2022-05-04 10:37 UTC  (28+ messages)
` [PATCHv1 03/19] clk: rockchip: add pll type for RK3588
` [PATCHv1 05/19] clk: rockchip: add dt-binding header for rk3588
` [PATCHv1 07/19] dt-bindings: mmc: sdhci-of-dwcmhsc: Add rk3588
` [PATCHv1 08/19] mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs
` [PATCHv1 09/19] mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx
` [PATCHv1 10/19] mmc: sdhci-of-dwcmshc: add support for rk3588
` [PATCHv1 12/19] pinctrl/rockchip: add error handling for pull/drive register getters
` [PATCHv1 13/19] pinctrl/rockchip: add rk3588 support
` [PATCHv1 18/19] arm64: dts: rockchip: Add base DT for rk3588 SoC
` [PATCHv1 19/19] arm64: dts: rockchip: Add rk3588-evb1 board

[PATCH] mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_COND
 2022-05-04  9:08 UTC  (4+ messages)

You subscribed successfully
 2022-05-04  2:22 UTC 

Your confirmation is needed
 2022-05-04  2:04 UTC 

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH] mmc: core: support zeroout using TRIM
 2022-04-29 19:34 UTC  (2+ messages)

[PATCHv1 06/19] clk: rockchip: Add clock controller for the RK3588
 2022-04-29 19:31 UTC 

[PATCH 00/41] OMAP1 full multiplatform conversion
 2022-04-29 19:36 UTC  (7+ messages)
` [PATCH 19/41] ARM: omap: dma: make usb support optional
` [PATCH 21/41] ARM: omap1: dma: remove omap2 specific bits
` [PATCH 22/41] ARM: omap1: move plat/dma.c to mach/omap-dma.c

[PATCH 0/5] mmc: sdhci-brcmstb: host controller clock enhancements
 2022-04-27 15:40 UTC  (12+ messages)
` [PATCH 1/5] mmc: sdhci-brcmstb: "mmc1: Internal clock never stabilised." seen on 72113
` [PATCH 2/5] mmc: sdhci-brcmstb: Re-organize flags
` [PATCH 3/5] mmc: sdhci-brcmstb: Enable Clock Gating to save power
` [PATCH 4/5] dt-bindings: mmc: Add Broadcom optional sdio_freq clock
` [PATCH 5/5] mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0

[PATCH v7 0/2] Add mmc driver for Sunplus SP7021 SOC
 2022-04-27 14:32 UTC  (3+ messages)
` [PATCH v7 2/2] mmc: Add mmc driver for Sunplus SP7021

[PATCH V1] mmc: core: Enable force hw reset
 2022-04-27 12:33 UTC  (2+ messages)

[PATCH V1] mmc: core: Select HS mode in device first and then in the host
 2022-04-27  8:04 UTC  (3+ messages)

[PATCH V1] mmc: core: Add partial initialization support
 2022-04-27  7:35 UTC  (4+ messages)

Wycena paneli fotowoltaicznych
 2022-04-27  7:28 UTC 

[PATCH] mmc: atmel-mci: simplify if-if to if-else
 2022-04-26 22:43 UTC  (4+ messages)

[PATCH V1] FROMLIST: mmc: core: Export core functions required for clk scaling
 2022-04-26 22:40 UTC  (2+ messages)

[PATCH V1] mmc: sdhci-msm: Add wakeup functionality support for sdio cards
 2022-04-26 22:35 UTC  (2+ messages)

[PATCH v1 0/2] Two changes for eMMC
 2022-04-26 15:35 UTC  (11+ messages)
` [PATCH v1 1/2] mmc: sdhci-omap: Use of_device_get_match_data() helper
` [PATCH v1 2/2] mmc: core: Allows to override the timeout value for ioctl() path

[PATCH v2] mmc: core: Add CIDs for cards to the entropy pool
 2022-04-26 13:55 UTC  (2+ messages)

[PATCH v2 0/2] MMC: Add quirk to set the TESTCD bit
 2022-04-26 13:54 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: mmc: sdhci-am654: Add flag to force setting of "
` [PATCH v2 2/2] drivers: mmc: sdhci_am654: Add the quirk to set "

[PATCH v4] mmc: core: Set HS clock speed before sending HS CMD13
 2022-04-26 13:54 UTC  (2+ messages)

[PATCH v2 RESENT] mmc-utils: Add General command CMD56 read support
 2022-04-26 11:49 UTC  (3+ messages)

[PATCH] mmc-utils: Fix build error MMC_BLOCK_MAJOR undeclared
 2022-04-26 11:49 UTC  (3+ messages)

[PATCH V1] sdhci-msm: Add err_stat's in CQE path
 2022-04-26  9:05 UTC  (2+ messages)

[PATCH V5 0/5] mmc: add error statistics for eMMC and SD card
 2022-04-26  7:58 UTC  (9+ messages)
` [PATCH V5 1/5] mmc: core: Capture eMMC and SD card errors
` [PATCH V5 2/5] mmc: sdhci: "
` [PATCH V5 3/5] mmc: debugfs: Add debug fs entry for mmc driver
` [PATCH V5 4/5] mmc: debugfs: Add debug fs error state "
` [PATCH V5 5/5] mmc: cqhci: Capture eMMC and SD card errors

[PATCH] [v4] m68k: coldfire: drop ISA_DMA_API support
 2022-04-26  1:38 UTC  (2+ messages)

[PATCH V5 1/5] mmc: core: Capture eMMC and SD card errors
 2022-04-25 16:03 UTC 

[PATCH] mmc: sunxi-mmc: Correct the maximum segment size
 2022-04-25 14:00 UTC  (4+ messages)

[PATCH 0/2] MMC: Add quirk to set the TESTCD bit
 2022-04-25  6:44 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: mmc: sdhci-am654: Add flag to force setting to "
` [PATCH 2/2] drivers: mmc: sdhci_am654: Add the quirk to set "

[RESEND, PATCH] mmc: sdhci-pci-gli: A workaround to allow GL9755 to enter ASPM L1.2
 2022-04-25  0:53 UTC  (3+ messages)

[PATCH V4] mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC
 2022-04-24 10:22 UTC  (7+ 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 NNTP newsgroup(s).