linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-12 15:48:14 to 2021-08-18 17:16:55 UTC [more...]

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-18 17:16 UTC  (84+ messages)
` [PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
` [PATCH v8 02/34] soc/tegra: pmc: Disable PMC state syncing
` [PATCH v8 03/34] soc/tegra: Don't print error message when OPPs not available
` [PATCH v8 04/34] soc/tegra: Add devm_tegra_core_dev_init_opp_table_simple()
` [PATCH v8 05/34] soc/tegra: Use dev_pm_opp_sync()
` [PATCH v8 06/34] dt-bindings: clock: tegra-car: Document new tegra-clocks sub-node
` [PATCH v8 07/34] clk: tegra: Support runtime PM and power domain
` [PATCH v8 08/34] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v8 09/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v8 10/34] gpu: host1x: Add host1x_channel_stop()
` [PATCH v8 11/34] gpu: host1x: Add runtime PM and OPP support
` [PATCH v8 12/34] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v8 13/34] drm/tegra: hdmi: Add OPP support
` [PATCH v8 14/34] drm/tegra: gr2d: Support power management
` [PATCH v8 15/34] drm/tegra: gr3d: "
` [PATCH v8 16/34] drm/tegra: vic: Support system suspend
` [PATCH v8 17/34] usb: chipidea: tegra: Add runtime PM and OPP support
` [PATCH v8 18/34] bus: tegra-gmi: "
` [PATCH v8 19/34] pwm: tegra: "
` [PATCH v8 20/34] mmc: sdhci-tegra: "
` [PATCH v8 21/34] mtd: rawnand: tegra: "
` [PATCH v8 22/34] spi: tegra20-slink: Add "
` [PATCH v8 23/34] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v8 24/34] media: dt: bindings: tegra-vde: Document OPP and power domain
` [PATCH v8 25/34] media: staging: tegra-vde: Support generic power domain and OPP
` [PATCH v8 26/34] soc/tegra: fuse: Add OPP support
` [PATCH v8 27/34] soc/tegra: fuse: Reset hardware
` [PATCH v8 28/34] soc/tegra: regulators: Prepare for suspend
` [PATCH v8 29/34] soc/tegra: pmc: Enable core domain support for Tegra20 and Tegra30
` [PATCH v8 30/34] ARM: tegra: Add OPP tables and power domains to Tegra20 device-trees
` [PATCH v8 31/34] ARM: tegra: Add OPP tables and power domains to Tegra30 device-trees
` [PATCH v8 32/34] ARM: tegra: Add Memory Client resets to Tegra20 GR2D, GR3D and Host1x
` [PATCH v8 33/34] ARM: tegra: Add Memory Client resets to Tegra30 "
` [PATCH v8 34/34] ARM: tegra20/30: Disable unused host1x hardware

NOHZ tick-stop error with ath10k SDIO
 2021-08-18 17:02 UTC  (4+ messages)

imx7: dev->coherent_dma_mask NULL warning
 2021-08-18 14:47 UTC  (6+ messages)

[PATCH v4 0/2] Document RZ/G2L SDHI controller bindings
 2021-08-18 14:21 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: mmc: renesas,sdhi: Fix dtbs-check warning
` [PATCH v4 2/2] dt-bindings: mmc: renesas,sdhi: Document RZ/G2L bindings

[PATCH v2 1/6] mmc: sdhci-esdhc-imx: remove redundant code for manual tuning
 2021-08-18 11:16 UTC  (6+ messages)
` [PATCH v2 2/6] mmc: sdhci-eadhc-imx: select the correct mode for auto tuning
` [PATCH v2 3/6] dt-bindings: mmc: fsl-imx-esdhc: add fsl,broken-auto-tuning binding
` [PATCH v2 4/6] mmc: host: sdhci-esdhc-imx.c: disable auto-tuning when necessary
` [PATCH v2 5/6] arm64: dts: imx8mm-evk: add sdio wifi support
` [PATCH v2 6/6] arm64: dts: imx8mn-evk: "

[PATCH] dt-bindings: mmc: fsl-imx-esdhc: change the pinctrl-names rule
 2021-08-18  9:46 UTC 

[PATCH] dt-bindings: mmc: fsl-imx-esdhc: add a new compatible string
 2021-08-18  9:17 UTC 

[PATCH v1 0/2] two minor changes of eMMC BKOPS
 2021-08-17 22:42 UTC  (3+ messages)
` [PATCH v1 1/2] mmc: core: Issue HPI in case the BKOPS timed out
` [PATCH v1 2/2] mmc: core: Let BKOPS timeout readable/writable via sysfs

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-17 16:35 UTC  (20+ messages)
` [PATCH 01/17] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/17] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 03/17] include: move find.h from asm_generic to linux
` [PATCH 04/17] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 05/17] lib: add find_first_and_bit()
` [PATCH 06/17] cpumask: use find_first_and_bit()
` [PATCH 07/17] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [PATCH 08/17] tools: sync tools/bitmap with mother linux
` [PATCH 09/17] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [PATCH 10/17] include/linux: move for_each_bit() macros from bitops.h to find.h
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 12/17] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [PATCH 13/17] tools: Rename bitmap_alloc() to bitmap_zalloc()
` [PATCH 14/17] mm/percpu: micro-optimize pcpu_is_populated()
` [PATCH 15/17] bitmap: unify find_bit operations
` [PATCH 16/17] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [PATCH 17/17] vsprintf: rework bitmap_list_string

[PATCH V1] arm64: dts: qcom: sc7180: Use maximum drive strength values for eMMC
 2021-08-17 13:58 UTC  (2+ messages)

[PATCH 1/6] mmc: sdhci-esdhc-imx: remove redundant code for manual tuning
 2021-08-17 12:29 UTC  (13+ messages)
` [PATCH 2/6] mmc: sdhci-eadhc-imx: select the correct mode for auto tuning
` [PATCH 3/6] dt-bindings: mmc: fsl-imx-esdhc: add fsl,sdio-async-interrupt-enabled binding
` [PATCH 4/6] mmc: host: sdhci-esdhc-imx.c: correct the auto-tuning setting for sdio device
` [PATCH 5/6] arm64: dts: imx8mm-evk: add sdio wifi support
` [PATCH 6/6] arm64: dts: imx8mn-evk: "

[PATCH] [v2] mmc: sdhci-pci-gli: Improve Random 4K Read Performance of GL9763E
 2021-08-17 10:30 UTC  (17+ messages)

[RFC PATCH 00/15] create power sequencing subsystem
 2021-08-17  0:55 UTC  (16+ messages)
` [RFC PATCH 01/15] power: add power sequencer subsystem
` [RFC PATCH 02/15] pwrseq: port MMC's pwrseq drivers to new pwrseq subsystem
` [RFC PATCH 03/15] mmc: core: switch "
` [RFC PATCH 04/15] ath10k: add support for pwrseq sequencing
` [RFC PATCH 05/15] Bluetooth: hci_qca: merge qca_power into qca_serdev
` [RFC PATCH 06/15] Bluetooth: hci_qca: merge init paths
` [RFC PATCH 07/15] Bluetooth: hci_qca: merge qca_power_on with qca_regulators_init
` [RFC PATCH 08/15] Bluetooth: hci_qca: futher rework of power on/off handling
` [RFC PATCH 09/15] Bluetooth: hci_qca: add support for pwrseq
` [RFC PATCH 10/15] pwrseq: add support for QCA BT+WiFi power sequencer
` [RFC PATCH 11/15] arm64: dts: qcom: sdm845-db845c: switch bt+wifi to qca "
` [RFC PATCH 12/15] arm64: dts: qcom: qrb5165-rb5: add bluetooth support
` [RFC PATCH 13/15] arm64: dts: qcom: sdm845-db845c: add second channel support to qca power sequencer
` [RFC PATCH 14/15] WIP: PCI: qcom: use pwrseq to power up bus devices
` [RFC PATCH 15/15] WIP: arm64: dts: qcom: qrb5165-rb5: add bus-pwrseq property to pcie0

[PATCH v3] mmc: core: Add a card quirk for non-hw busy detection
 2021-08-16 22:37 UTC  (4+ messages)

[PATCH v2 0/4] mmc: pwrseq: sd8787: add support wilc1000 devices
 2021-08-16 20:07 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: pwrseq-sd8787: add binding for wilc1000
` [PATCH v2 2/4] mmc: pwrseq: sd8787: add support "
` [PATCH v2 3/4] mmc: pwrseq: add wilc1000_sdio dependency for pwrseq_sd8787
` [PATCH v2 4/4] ARM: dts: at91: sama5d27_wlsom1: add wifi device

[PATCH] mmc: host: Update card_busy callback info
 2021-08-16 15:30 UTC 

[PATCH v3] mmc: usdhi6rol0: Implement card_busy function
 2021-08-16 14:23 UTC 

[PATCH v2] mmc: usdhi6rol0: Implement card_busy function
 2021-08-16 14:08 UTC  (3+ messages)

[PATCH V2 1/2] mmc: sdhci: Introduce max_timeout_count variable in sdhci_host
 2021-08-16 13:59 UTC  (3+ messages)
` [PATCH V3 0/2] Introduce max_timeout_count in sdhci_host for vendor needs

[PATCH V2 00/10] ARM: dts: Add Raspberry Pi CM4 & CM4 IO Board support
 2021-08-16 13:59 UTC  (5+ messages)
` [PATCH V2 04/10] mmc: sdhci-iproc: Cap min clock frequency on BCM2711
` [PATCH V2 05/10] mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN "

[PATCH v4] mmc: host: renesas_sdhi: Refactor renesas_sdhi_probe()
 2021-08-16 13:59 UTC  (2+ messages)

[PATCH 1/3] mmc: sdhci: Fix issue with uninitialized dma_slave_config
 2021-08-16 13:59 UTC  (6+ messages)
` [PATCH 2/3] mmc: dw_mmc: "
` [PATCH 3/3] mmc: moxart: "

[PATCH] mmc: rtsx: fix long reads when clock is prescaled
 2021-08-16 13:58 UTC  (2+ messages)

[PATCH] mmc: usdhi6rol0: Implement card_busy function
 2021-08-16 12:26 UTC  (3+ messages)

[PATCH v2] mmc: mediatek: add wait dma stop done flow
 2021-08-16 10:27 UTC  (2+ messages)

[PATCH 1/1] mmc: mediatek: fixed clk contrl flow
 2021-08-16  7:38 UTC 

[PATCH 0/4] mmc: pwrseq: sd8787: add support for selectable
 2021-08-16  6:46 UTC  (3+ messages)

PROBLEM: mmc_select_hs400es failed, error -110
 2021-08-13 21:45 UTC  (13+ messages)
` PROBLEM: mmc_select_hs400es failed, error -110【请注意,邮件由linux-mmc-owner@vger.kernel.org代发】

[PATCH v3 0/2] Document RZ/G2L SDHI controller bindings
 2021-08-13 18:10 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: mmc: renesas,sdhi: Fix dtbs-check warning
` [PATCH v3 2/2] dt-bindings: mmc: renesas,sdhi: Document RZ/G2L bindings

[PATCH] mmc: sdhci: correct the tuning command handle for PIO mode
 2021-08-13 12:34 UTC 

remove GENHD_FL_UP
 2021-08-12 16:30 UTC  (4+ messages)
` [PATCH 6/8] bcache: add proper error unwinding in bcache_device_init


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).