linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-08 16:21:26 to 2017-05-19 08:24:01 UTC [more...]

[PATCH 1/2] mmc: dw_mmc: Use device_property_read instead of of_property_read
 2017-05-19  8:23 UTC  (3+ messages)
` [PATCH 2/2] mmc: core: "

[PATCH 00/41] omap_hsmmc: Add ADMA support and UHS/HS200/DDR support
 2017-05-19  8:15 UTC  (42+ messages)
  ` [PATCH 01/41] mmc: host: omap_hsmmc: Support pbias and vmmc_aux to switch to 1.8v
  ` [PATCH 09/41] mmc: host: omap_hsmmc: Add software timer when timeout greater than hardware capablility
  ` [PATCH 22/41] ARM: dts: Add dra7 iodelay configuration
  ` [PATCH 23/41] ARM: dts: dra72x: Create a common file with MMC/SD IOdelay data
` [PATCH 02/41] mmc: host: omap_hsmmc: Separate setting voltage capabilities from bus power
` [PATCH 03/41] mmc: host: omap_hsmmc: Program HCTL based on signal_voltage set by mmc core
` [PATCH 04/41] mmc: host: omap_hsmmc: Add voltage switch support for UHS SD card
` [PATCH 05/41] mmc: host: omap_hsmmc: Set clk rate to the max frequency
` [PATCH 06/41] mmc: host: omap_hsmmc: Add tuning support
` [PATCH 07/41] mmc: host: omap_hsmmc: Allow io voltage switch even for fixed vdd
` [PATCH 08/41] mmc: host: omap_hsmmc: Remove incorrect voltage switch sequence
` [PATCH 10/41] mmc: host: omap_hsmmc: Prepare *set_timing() to be used for iodelay setting
` [PATCH 11/41] mmc: host: omap_hsmmc: Add new compatible string to support dra7
` [PATCH 12/41] mmc: host: omap_hsmmc: Fix error path sequence
` [PATCH 13/41] mmc: host: omap_hsmmc: Add support to set IODELAY values
` [PATCH 14/41] mmc: host: omap_hsmmc: Remove *use_dma* member
` [PATCH 15/41] mmc: host: omap_hsmmc: Enable ADMA2
` [PATCH 16/41] mmc: omap_hsmmc: Support non-1.8V IO controllers
` [PATCH 17/41] ARM: dts: dra72-evm: Add vmmc_aux supply to mmc1
` [PATCH 18/41] ARM: dts: dra72-evm-revc: "
` [PATCH 19/41] ARM: dts: am57xx-beagle-x15-revb1: Fix supply name used for MMC1 IO lines
` [PATCH 20/41] ARM: dts: dra7-evm: Correct the vmmc-supply for mmc2
` [PATCH 21/41] ARM: dts: dra72-evm-common: Correct "
` [PATCH 24/41] ARM: dts: dra74x: Create a common file with MMC/SD IOdelay data
` [PATCH 25/41] ARM: dts: dra7-evm: Add pinmux configuration for MMC
` [PATCH 26/41] ARM: dts: am57xx-beagle-x15: "
` [PATCH 27/41] ARM: dts: am57xx-idk: Move common MMC/SD properties to common file
` [PATCH 28/41] ARM: dts: am571x-idk: Add pinmux configuration for MMC
` [PATCH 29/41] ARM: dts: am572x-idk: "
` [PATCH 30/41] ARM: dts: dra72-evm: "
` [PATCH 31/41] ARM: dts: dra72-evm-revc: "
` [PATCH 32/41] ARM: dts: dra71-evm: "
` [PATCH 33/41] ARM: dts: dra7: Add "max-frequency" property to MMC dt nodes
` [PATCH 34/41] ARM: dts: dra7: Use new dra7-specific compatible string
` [PATCH 35/41] ARM: dts: dra7: Add supported MMC/SD modes in MMC dt nodes
` [PATCH 36/41] ARM: dts: am57xx-idk: Set MMC2 IO voltage to 3.3V
` [PATCH 37/41] ARM: dts: am57xx-beagle-x15-common: "
` [PATCH 38/41] ARM: OMAP2+: Add pdata-quirks for MMC/SD on DRA74x EVM
` [PATCH 39/41] ARM: omap2plus_defconfig: Enable PINCTRL_TI_IODELAY
` [PATCH 40/41] ARM: multi_v7_defconfig: "
` [PATCH 41/41] Documentation: ARM: Document new dependencies for MMC on DRA7

[PATCH] mmc: core: Delete an error message for a failed memory allocation in three functions
 2017-05-19  7:49 UTC  (3+ messages)

[PATCH] mmc: block: use memdup_user
 2017-05-19  7:43 UTC  (2+ messages)

[PATCH 0/5] mmc: core: modernize ioctl() requests
 2017-05-19  7:30 UTC  (21+ messages)
` [PATCH 1/5] mmc: core: Delete bounce buffer Kconfig option
      ` [RFC PATCH] mmc: core: Remove CONFIG_MMC_BLOCK_BOUNCE option
` [PATCH 2/5] mmc: core: Allocate per-request data using the block layer core
` [PATCH 3/5] mmc: block: Tag is_rpmb as bool
` [PATCH 4/5] mmc: block: move single ioctl() commands to block requests
` [PATCH 5/5] mmc: block: move multi-ioctl() to use block layer

[PATCH 0/5] mmc: cavium: bug fixes for 4.12
 2017-05-19  7:16 UTC  (14+ messages)
` [PATCH 1/5] mmc: cavium-octeon: Fix interrupt enable code
` [PATCH 2/5] mmc: cavium-octeon: Use proper GPIO name for power control
` [PATCH 3/5] mmc: cavium: Prevent crash with incomplete DT
` [PATCH 4/5] of/platform: Make of_platform_device_destroy globally visible
` [PATCH 5/5] mmc: cavium: Fix probing race with regulator

[PATCH] mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
 2017-05-19  6:25 UTC  (2+ messages)

[PATCH v2 0/6] mmc: renesas-sdhi: refactor DMA support
 2017-05-18 20:14 UTC  (11+ messages)
` [PATCH v2 1/6] mmc: tmio: drop filenames from comment at top of source
` [PATCH v2 2/6] mmc: renesas-sdhi, tmio: make dma more modular
` [PATCH v2 3/6] mmc: tmio: rename tmio_mmc_{pio => core}.c
` [PATCH v2 4/6] mmc: renesas-sdhi: rename tmio_mmc_dma.c => renesas_sdhi_sys_dmac.c
` [PATCH v2 5/6] mmc: renesas-sdhi: rename sh_mobile_sdhi.c => renesas_sdhi_core.c
` [PATCH v2 6/6] mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file

[PATCH 1/6 v2] mmc: core: Delete bounce buffer Kconfig option
 2017-05-18 12:39 UTC  (9+ messages)
` [PATCH 2/6 v2] mmc: core: Allocate per-request data using the block layer core
` [PATCH 3/6 v2] mmc: block: Tag is_rpmb as bool
` [PATCH 4/6 v2] mmc: block: move single ioctl() commands to block requests
` [PATCH 5/6 v2] mmc: block: move multi-ioctl() to use block layer
` [PATCH 6/6 v2] mmc: queue: delete mmc_req_is_special()

[PATCH] mmc: sdio: Keep card runtime resumed while adding function devices
 2017-05-18 11:42 UTC 

Outstanding MQ questions from MMC
 2017-05-18  9:40 UTC  (11+ messages)

[PATCH] mmc: tmio: use SDIO master interrupt bit only when allowed
 2017-05-18  6:36 UTC  (6+ messages)

[PATCH v2 1/2] dt-bindings: rockchip-dw-mshc: add optional rockchip,desired-num-phases
 2017-05-18  2:20 UTC  (3+ messages)
  ` [PATCH v2 2/2] mmc: dw_mmc-rockchip: parse rockchip,desired-num-phases from DT

[PATCH] Use device_property_read instead of of_property_read in the dw_mmc driver
 2017-05-17 22:07 UTC  (4+ messages)

[PATCH] mmc: core: Allow fallback to mmc_select_hs()
 2017-05-17 18:43 UTC  (2+ messages)

imx7: mmc_select_hs200 failed, error -74
 2017-05-17 18:40 UTC  (7+ messages)

[PATCH] mmc: sdhci-xenon: kill xenon_clean_phy()
 2017-05-17 11:56 UTC  (7+ messages)

[PATCH 0/2] mmc: sdhci-pci: Enable card detect wake for Intel BYT-related SD card host controllers
 2017-05-17 11:44 UTC  (7+ messages)
` [PATCH 1/2] mmc: slot-gpio: Add support to enable irq wake on cd_irq

[PATCH RESEND] mmc: sdhci-esdhc-imx: Check the return value from clk_prepare_enable()
 2017-05-16 22:08 UTC 

[PATCH] mmc:dw_mmc-k3: add sd support for hi3660
 2017-05-16 21:52 UTC  (2+ messages)

[RFC PATCH 0/3] mmc: core: Prepare mmc host locking for blk-mq
 2017-05-16 14:32 UTC  (10+ messages)
` [RFC PATCH 1/3] mmc: sdio: Don't use abort-able claim host method from SDIO IRQ thread
` [RFC PATCH 2/3] mmc: core: Remove redundant abort-able claim host API
` [RFC PATCH 3/3] mmc: core: Allow mmc block device to re-claim the host

[PATCH] drivers/mmc/host: hi3660: add sd support
 2017-05-16 11:35 UTC  (2+ messages)

[PATCH 1/8] mmc: dt: pwrseq-simple: Invent power-off-delay-us
 2017-05-16  7:06 UTC  (6+ messages)
` [PATCH 2/8] mmc: pwrseq_simple: Parse DTS for the power-off-delay-us property

[PATCH V6] mmc: sdhci-pci: Use macros in pci_ids definition
 2017-05-15 21:44 UTC  (2+ messages)
` [PATCH] "

[PATCH] mmc: vub3000: add missing USB-descriptor endianness conversions
 2017-05-15 10:51 UTC  (2+ messages)

[PATCH] mmc: sdricoh_cs: remove redundant check if len is non-zero
 2017-05-15 10:51 UTC  (2+ messages)

[PATCH v2] mmc: atmel-mci: Remove AVR32 bits from the driver
 2017-05-15 10:51 UTC  (3+ messages)

[PATCH] mmc: sdhci-of-arasan: Trivial print fix
 2017-05-15 10:51 UTC  (2+ messages)

[PATCH 1/2] mmc: arasan: adapt to runtime pm
 2017-05-15  9:28 UTC  (3+ messages)
` [PATCH 2/2] mmc: arasan: Add polling card detect

[PATCH] mmc: atmel-mci: Delete an error message for a failed memory allocation in atmci_of_init()
 2017-05-13 13:17 UTC 

[RFC 0/2] Add support for Meson MX "SDIO" MMC driver
 2017-05-12 19:05 UTC  (7+ messages)
` [RFC 1/2] dt-bindings: mmc: Document the Amlogic Meson8 and Meson8b SDIO bindings

[PATCH v4 01/14] dt/bindings: Document pinctrl-ingenic
 2017-05-12 17:00 UTC  (11+ messages)
` [PATCH v4 00/14] Ingenic JZ4740 / JZ4780 pinctrl driver
  ` [PATCH v5 03/14] pinctrl: add a pinctrl driver for the Ingenic jz47xx SoCs
  ` [PATCH v5 04/14] GPIO: Add gpio-ingenic driver
  ` [PATCH v5 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs

APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:53 UTC 

[PATCH] mmc: queue: delete mmc_req_is_special()
 2017-05-12  9:41 UTC 

[PATCH v5 0/3] Use data tune for CMD line tune
 2017-05-10  9:50 UTC  (4+ messages)
` [PATCH v5 2/3] ARM64: dts: mediatek: configure some fixed mmc parameters

[RFC PATCH 0/6] tmio/sdhi: add cmd23 support
 2017-05-10  9:30 UTC  (3+ messages)
` [RFC PATCH 6/6] mmc: sdhi: add CMD23 support to R-Car Gen2 & Gen3

[PATCH v1] ACPI: Switch to use generic UUID API
 2017-05-10  1:20 UTC  (4+ messages)

[PATCH v1] mmc: atmel-mci: Remove AVR32 bits from the driver
 2017-05-09 17:03 UTC 

[PATCH/RFC 0/5] mmc: renesas-sdhi: refactor DMA support
 2017-05-09 13:14 UTC  (6+ messages)
` [PATCH/RFC 2/5] mmc: tmio: rename tmio_mmc_{pio => core}.c

[PATCH v3 0/5] mmc: Improve/fix support for SDIO IRQs
 2017-05-09  8:27 UTC  (6+ messages)
` [PATCH v3 1/5] mmc: core: Prevent processing SDIO IRQs when none is claimed
` [PATCH v3 2/5] mmc: sdio: Add API to manage SDIO IRQs from a workqueue
` [PATCH v3 3/5] mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs
` [PATCH v3 4/5] mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled
` [PATCH v3 5/5] Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards"

[PATCH 0/2] mmc: core: Fix the behaviour of pwrseq_emmc
 2017-05-09  5:25 UTC  (4+ messages)
  ` [PATCH 1/2] mmc: pwrseq: Add reset callback to the struct mmc_pwrseq_ops
  ` [PATCH 2/2] mmc: core: Don't do eMMC HW reset when resuming the eMMC card


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