linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-01 09:59:05 to 2019-10-19 18:41:26 UTC [more...]

[PATCH v2 00/11] OpenPandora: make wl1251 connected to mmc3 sdio port of OpenPandora work again
 2019-10-19 18:41 UTC  (12+ messages)
` [PATCH v2 01/11] Documentation: dt: wireless: update wl1251 for sdio
` [PATCH v2 02/11] net: wireless: ti: wl1251 add device tree support
` [PATCH v2 03/11] DTS: ARM: pandora-common: define wl1251 as child node of mmc3
` [PATCH v2 04/11] mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pandora_wl1251_init_card
` [PATCH v2 05/11] omap: pdata-quirks: revert pandora specific gpiod additions
` [PATCH v2 06/11] omap: pdata-quirks: remove openpandora quirks for mmc3 and wl1251
` [PATCH v2 07/11] omap: remove old hsmmc.[ch] and in Makefile
` [PATCH v2 08/11] mmc: sdio: fix wl1251 vendor id
` [PATCH v2 09/11] mmc: core: fix wl1251 sdio quirks
` [PATCH v2 10/11] net: wireless: ti: wl1251 use new SDIO_VENDOR_ID_TI_WL1251 definition
` [PATCH v2 11/11] net: wireless: ti: remove local VENDOR_ID and DEVICE_ID definitions

[PATCH 0/9] OpenPandora: make wl1251 connected to mmc3 sdio port of OpenPandora work again
 2019-10-19 11:34 UTC  (13+ messages)
` [PATCH 1/9] Documentation: dt: wireless: update wl1251 for sdio
` [PATCH 2/9] net: wireless: ti: wl1251 add device tree support
` [PATCH 3/9] DTS: ARM: pandora-common: define wl1251 as child node of mmc3
` [PATCH 4/9] mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pandora_wl1251_init_card
` [PATCH 5/9] omap: pdata-quirks: remove openpandora quirks for mmc3 and wl1251
` [PATCH 6/9] mmc: sdio: fix wl1251 vendor id
` [PATCH 7/9] mmc: core: fix wl1251 sdio quirks
` [PATCH 8/9] net: wireless: ti: wl1251 use new SDIO_VENDOR_ID_TI_WL1251 definition
` [PATCH 9/9] net: wireless: ti: remove local VENDOR_ID and DEVICE_ID definitions

[PATCH 00/46] ARM: pxa: towards multiplatform support
 2019-10-19 10:35 UTC  (9+ messages)
` [PATCH 05/46] ARM: pxa: split up mach/hardware.h

[GIT PULL] MMC fixes for v5.4-rc4
 2019-10-18 17:05 UTC  (2+ messages)

[PATCH 4/4] MMC: Ingenic: Add support for JZ4760 and support for LPM
 2019-10-18 16:54 UTC  (14+ messages)
` MMC: JZ4740: Add support for 8bit mode and LPM and JZ4760 Soc v2
  ` [PATCH 1/6 v2] MMC: Ingenic: Add 8bit mode support
  ` [PATCH 2/6 v2] dt-bindings: MMC: Add JZ4760 bindings
  ` [PATCH 3/6 v2] MMC: JZ4740: Add support for the JZ4760
  ` [PATCH 4/6 v2] dt-bindings: MMC: Add X1000 bindings
  ` [PATCH 5/6 v2] MMC: JZ4740: Add support for the X1000
  ` [PATCH 6/6 v2] MMC: JZ4740: Add support for LPM

[PATCH] mmc: mxs: fix flags passed to dmaengine_prep_slave_sg
 2019-10-18 15:58 UTC  (4+ messages)

[PATCH] mmc: renesas_sdhi: add checks for pinctrl_lookup_state
 2019-10-18 13:13 UTC 

[PATCH v2 1/3] dt-bindings: sdhci-of-at91: new compatible string and update properties
 2019-10-18 12:15 UTC  (6+ messages)
` [PATCH v2 2/3] mmc: sdhci-of-at91: rework clocks management to support SAM9x60 device
` [PATCH v2 3/3] ARM: dts: at91: sama5d2: set the sdmmc gclk frequency

[RFC] mmc: cqhci: commit descriptors before setting the doorbell
 2019-10-18 11:27 UTC  (8+ messages)

[PATCH] mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20C
 2019-10-18 10:58 UTC  (2+ messages)

[PATCH] mmc: mmci: stm32: make sdmmc_idma_validate_data static
 2019-10-18 10:58 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: sdhci-of-at91: add the microchip,sdcal-inverted property
 2019-10-18 10:58 UTC  (6+ messages)
` [PATCH 2/2] mmc: sdhci-of-at91: add DT property to enable calibration on full reset

[PATCH v3 0/8] Arasan SDHCI enhancements and ZynqMP Tap Delays Handling
 2019-10-18  9:05 UTC  (12+ messages)
` [PATCH v3 1/8] mmc: sdhci-of-arasan: Separate out clk related data to another structure
` [PATCH v3 2/8] dt-bindings: mmc: arasan: Update Documentation for the input clock
` [PATCH v3 3/8] mmc: sdhci-of-arasan: Add sampling clock for a phy to use
` [PATCH v3 4/8] dt-bindings: mmc: arasan: Add optional properties for Arasan SDHCI
` [PATCH v3 5/8] mmc: sdhci-of-arasan: Add support to set clock phase delays for SD
` [PATCH v3 6/8] firmware: xilinx: Add SDIO Tap Delay nodes
` [PATCH v3 7/8] dt-bindings: mmc: arasan: Document 'xlnx,zynqmp-8.9a' controller
` [PATCH v3 8/8] mmc: sdhci-of-arasan: Add support for ZynqMP Platform Tap Delays Setup

[PATCH 0/2] mmc: core: Fixup HW reset for SDIO cards
 2019-10-17 13:57 UTC  (3+ messages)
  ` [PATCH 1/2] mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()
  ` [PATCH 2/2] mmc: core: Re-work HW reset for SDIO cards

[PATCH v2 0/2] mmc: core: Fix Marvell WiFi reset by adding SDIO API to replug card
 2019-10-17  9:10 UTC  (10+ messages)
` [PATCH v2 1/2] mmc: core: Add sdio_trigger_replug() API

[PATCH 00/36] ARM: samsung platform cleanup
 2019-10-16 13:12 UTC  (10+ messages)
  ` [PATCH 08/36] ARM: exynos: stop selecting PLAT_SAMSUNG
  ` [PATCH 11/36] ARM: s5pv210: split from plat-samsung
  ` [PATCH 23/36] ARM: s3c: move s3cmci pinctrl handling into board files

[PATCH v4 0/7] Add SD/MMC driver for Actions Semi S900 SoC
 2019-10-14 14:46 UTC  (15+ messages)
` [PATCH v4 2/7] dt-bindings: mmc: Add Actions Semi SD/MMC/SDIO controller binding
` [PATCH v4 3/7] arm64: dts: actions: Add MMC controller support for S900
` [PATCH v4 4/7] arm64: dts: actions: Add uSD and eMMC support for Bubblegum96
` [PATCH v4 5/7] mmc: Add Actions Semi Owl SoCs SD/MMC driver
` [PATCH v4 6/7] MAINTAINERS: Add entry for Actions Semi SD/MMC driver and binding
` [PATCH v4 7/7] arm64: configs: Enable Actions Semi platform in defconfig

[PATCH v3 1/2] Serial: Ingenic: Add support for the X1000
 2019-10-14  3:28 UTC  (2+ messages)

[PATCH 0/2] mmc: add unstuck function if host is in deadlock state
 2019-10-11 13:15 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mmc: mmci: add unstuck feature

[PATCH v3 0/6] ACPI / utils: add new helper for HID/UID match
 2019-10-11  9:16 UTC  (12+ messages)
  ` [PATCH v3 1/6] ACPI / utils: Describe function parameters in kernel-doc
  ` [PATCH v3 2/6] ACPI / utils: Move acpi_dev_get_first_match_dev() under CONFIG_ACPI
  ` [PATCH v3 3/6] ACPI / utils: Introduce acpi_dev_hid_uid_match() helper
  ` [PATCH v3 4/6] ACPI / LPSS: Switch to use acpi_dev_hid_uid_match()
  ` [PATCH v3 5/6] mmc: sdhci-acpi: "
  ` [PATCH v3 6/6] iommu/amd: "

[PATCH v1 0/2] mmc: sdhci-of-arasan: Add Support for Intel LGM SDXC
 2019-10-09  9:47 UTC  (9+ messages)
` [PATCH v1 1/2] dt-bindings: mmc: sdhci-of-arasan: Add new compatible "
` [PATCH v1 2/2] mmc: sdhci-of-arasan: Add Support "

[PATCH] memstick: jmb38x_ms: Fix an error handling path in 'jmb38x_ms_probe()'
 2019-10-09  9:12 UTC  (2+ messages)

[PATCH v2] mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads with bcm2711
 2019-10-09  9:12 UTC  (2+ messages)

[PATCH v2 0/2] mmc: sdhci-of-arasan: Add Support for Intel LGM SDXC
 2019-10-09  9:12 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: mmc: sdhci-of-arasan: Add new compatible "
` [PATCH v2 2/2] mmc: sdhci-of-arasan: Add Support "

[PATCH V7 0/3] mmc: mmci: add busy detect for stm32 sdmmc variant
 2019-10-09  9:12 UTC  (5+ messages)
` [PATCH V7 1/3] mmc: mmci: add hardware busy timeout feature
` [PATCH V7 2/3] mmc: mmci: add busy_complete callback
` [PATCH V7 3/3] mmc: mmci: sdmmc: "

[PATCH v2 0/6] ACPI / utils: add new helper for HID/UID match
 2019-10-08 13:54 UTC  (11+ messages)
` [PATCH v2 3/6] ACPI / utils: Introduce acpi_dev_hid_uid_match() helper
` [PATCH v2 5/6] mmc: sdhci-acpi: Switch to use acpi_dev_hid_uid_match()
` [PATCH v2 6/6] iommu/amd: "

[PATCH 1/3] dt-bindings: sdhci-of-at91: new compatible string and update properties
 2019-10-08  9:28 UTC  (6+ messages)
` [PATCH 2/3] mmc: sdhci-of-at91: rework clocks management to support SAM9x60 device

[PATCH V6 0/3] mmc: mmci: add busy detect for stm32 sdmmc variant
 2019-10-07 15:55 UTC  (11+ messages)
` [PATCH V6 1/3] mmc: mmci: add hardware busy timeout feature
` [PATCH V6 2/3] mmc: mmci: add busy_complete callback
` [PATCH V6 3/3] mmc: mmci: sdmmc: "

[PATCH v3 0/2] mmc: sdhci-milbeaut: add Milbeaut SD driver
 2019-10-07  2:32 UTC  (3+ messages)

[PATCH] mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads with bcm2711
 2019-10-04 13:07 UTC  (3+ messages)

[PATCH 1/2] mmc: sdhci-of-at91: add quirk for broken HS200
 2019-10-03 19:42 UTC  (9+ messages)
` [PATCH 2/2] ARM: dts: at91: sama5d27_som1_ek: add mmc capabilities for SDMMC0

[PATCH] mmc: dw_mmc: fix indentation issue
 2019-10-03 10:02 UTC  (2+ messages)

[PATCH] memstick: jmb38x_ms: clean up indentation issue
 2019-10-03 10:01 UTC  (2+ messages)

[PATCH] mmc: cavium-octeon: Use devm_platform_ioremap_resource() in octeon_mmc_probe()
 2019-10-03 10:01 UTC  (2+ messages)

[PATCH] mmc: host: bcm2835: use devm_platform_ioremap_resource wrapper
 2019-10-03 10:01 UTC  (2+ messages)

[PATCH] mmc: sh_mmcif: Use platform_get_irq_optional() for optional interrupt
 2019-10-03 10:01 UTC  (9+ messages)

[PATCH v2] mmc: renesas_sdhi: Do not use platform_get_irq() to count interrupts
 2019-10-03 10:01 UTC  (2+ messages)

[RFC 0/2] Add Support for SDHC bus bandwidth voting
 2019-10-03 10:00 UTC  (5+ messages)
` [RFC 1/2] mmc: sdhci-msm: Add support for "

[PATCH 1/2] mmc: sdhci: Check card status after reset
 2019-10-03 10:00 UTC  (4+ messages)
` [PATCH 2/2] mmc: sdhci: Quirk for AMD SDHC Device 0x7906

[PATCH] mmc: renesas_sdhi: Do not use platform_get_irq() to count interrupts
 2019-10-02  9:20 UTC  (5+ 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).