linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-29 12:20:22 to 2018-10-09 06:01:57 UTC [more...]

[PATCH V3 0/4] Changes for SDCC5 version
 2018-10-09  6:01 UTC  (7+ messages)

[PATCH 0/6] Add Support for MMC/SD in TI's AM65x SOCs
 2018-10-09  5:18 UTC  (11+ messages)
` [PATCH 1/6] dt-bindings: phy: am654-mmc-phy: Document new phy bindings
` [PATCH 2/6] phy: am654-mmc-phy: Add Support for MMC PHY on AM654 Devices
` [PATCH 3/6] dt-bindings: mmc: sdhci-of-arasan: Add new compatible for AM654 MMC PHY
` [PATCH 4/6] mmc: sdhci-of-arasan: Add a single data structure to incorporate pdata and soc_ctl_map
` [PATCH 5/6] mmc: sdhci-of-arasan: Add Support for AM654 MMC and PHY
` [PATCH 6/6] arm64: defconfig: Enable MMC PHY for AM65xx

[PATCH] libertas: call into generic suspend code before turning off power
 2018-10-08 20:03 UTC 

[PATCH V2 1/2] dt-bindings: mmc: sdhci-msm: Add new compatible string for sdcdc10 DLL
 2018-10-08 13:25 UTC  (2+ messages)
` [PATCH V2 2/2] mmc: sdhci-msm: Re-initialize DLL if MCLK is gated dynamically

[PATCH V3 1/3] mmc: sdhci: Allow platform controlled voltage switching
 2018-10-08 13:18 UTC  (3+ messages)
` [PATCH V3 2/3] dt-bindings: mmc: sdhci-msm: Add entries for passing load values
` [PATCH V3 3/3] mmc: sdhci-msm: Use internal voltage control

[PATCH V1 0/7] Add devfreq based clock scaling support for mmc
 2018-10-08 12:58 UTC  (8+ messages)
` [PATCH V1 1/7] devfreq: Add new flag to do simple clock scaling
` [PATCH V1 2/7] mmc: core: devfreq: Add devfreq based clock scaling support
` [PATCH V1 3/7] mmc: core: Add sysfs entries for dynamic control of clock scaling
` [PATCH V1 4/7] mmc: core: add support for devfreq suspend/resume
` [PATCH V1 5/7] mmc: sdhci-msm: Kconfig: select devfreq ondemand for sdhci-msm
` [PATCH V1 6/7] mmc: sdhci-msm: Enable clock scaling property
` [PATCH V1 7/7] mmc: core: Add a debugfs entry to set max clock rate

[PATCH V6 00/23] mmc: mmci: add sdmmc variant for stm32
 2018-10-08 12:08 UTC  (24+ messages)
` [PATCH V6 01/23] mmc: mmci: create common mmci_dma_setup/release
` [PATCH V6 02/23] mmc: mmci: introduce dma_priv pointer to mmci_host
` [PATCH V6 03/23] mmc: mmci: merge prepare data functions
` [PATCH V6 04/23] mmc: mmci: add prepare/unprepare_data callbacks
` [PATCH V6 05/23] mmc: mmci: add get_next_data callback
` [PATCH V6 06/23] mmc: mmci: add dma_start callback
` [PATCH V6 07/23] mmc: mmci: add dma_finalize callback
` [PATCH V6 08/23] mmc: mmci: add dma_error callback
` [PATCH V6 09/23] mmc: mmci: add validate_data callback
` [PATCH V6 10/23] mmc: mmci: add set_clk/pwrreg callbacks
` [PATCH V6 11/23] mmc: mmci: add datactrl block size variant property
` [PATCH V6 12/23] mmc: mmci: expand startbiterr to irqmask and error check
` [PATCH V6 13/23] mmc: mmci: add variant properties to define cpsm & cmdresp bits
` [PATCH V6 14/23] mmc: mmci: add variant property to define dpsm bit
` [PATCH V6 15/23] mmc: mmci: add variant property to define irq pio mask
` [PATCH V6 16/23] mmc: mmci: add variant property to write datactrl before command
` [PATCH V6 17/23] mmc: mmci: add variant property to not read datacnt
` [PATCH V6 18/23] dt-bindings: mmci: add optional reset property
` [PATCH V6 19/23] mmc: "
` [PATCH V6 20/23] mmc: mmci: add clock divider for stm32 sdmmc
` [PATCH V6 21/23] mmc: mmci: add stm32 sdmmc registers
` [PATCH V6 22/23] dt-bindings: mmci: add stm32 sdmmc variant
` [PATCH V6 23/23] mmc: "

[PATCH v1 1/2] mmc: dt-bindings: add "bus-clk" for MT2712
 2018-10-08 11:51 UTC  (5+ messages)
` [PATCH v1 2/2] mmc: mediatek: add bus_clk control

[PATCHv5 0/6] Add support for UHS-I on Exynos5422 odroid boards
 2018-10-08 11:51 UTC  (2+ messages)

[PATCH 2/2] mmc: Add mmc_force_detect_change_begin / _end functions
 2018-10-08  9:53 UTC  (5+ messages)

[PATCH] block: BFQ default for single queue devices
 2018-10-06 16:46 UTC  (52+ messages)

[PATCH] mmc: meson-mx-sdio: mark expected switch fall-through
 2018-10-05 21:20 UTC  (4+ messages)

[PATCH V5 00/24] mmc: mmci: add sdmmc variant for stm32
 2018-10-05 15:33 UTC  (28+ messages)
` [PATCH V5 01/24] mmc: mmci: Change struct members from bool to u8
` [PATCH V5 02/24] mmc: mmci: create common mmci_dma_setup/release
` [PATCH V5 03/24] mmc: mmci: introduce dma_priv pointer to mmci_host
` [PATCH V5 04/24] mmc: mmci: merge prepare data functions
` [PATCH V5 05/24] mmc: mmci: add prepare/unprepare_data callbacks
` [PATCH V5 06/24] mmc: mmci: add get_next_data callback
` [PATCH V5 07/24] mmc: mmci: add dma_start callback
` [PATCH V5 08/24] mmc: mmci: add dma_finalize callback
` [PATCH V5 09/24] mmc: mmci: add dma_error callback
` [PATCH V5 10/24] mmc: mmci: add validate_data callback
` [PATCH V5 11/24] mmc: mmci: add set_clk/pwrreg callbacks
` [PATCH V5 12/24] mmc: mmci: add datactrl block size variant property
` [PATCH V5 13/24] mmc: mmci: expand startbiterr to irqmask and error check
` [PATCH V5 14/24] mmc: mmci: add variant properties to define cpsm & cmdresp bits
` [PATCH V5 15/24] mmc: mmci: add variant property to define dpsm bit
` [PATCH V5 16/24] mmc: mmci: add variant property to define irq pio mask
` [PATCH V5 17/24] mmc: mmci: add variant property to write datactrl before command
` [PATCH V5 18/24] mmc: mmci: add variant property to not read datacnt
` [PATCH V5 19/24] dt-bindings: mmci: add optional reset property
` [PATCH V5 20/24] mmc: "
` [PATCH V5 21/24] mmc: mmci: add clock divider for stm32 sdmmc
` [PATCH V5 22/24] mmc: mmci: add stm32 sdmmc registers
` [PATCH V5 23/24] dt-bindings: mmci: add stm32 sdmmc variant
` [PATCH V5 24/24] mmc: "

[PATCH] mmc: tifm_sd: Mark expected switch fall-through
 2018-10-05 13:54 UTC  (2+ messages)

[PATCH V2 1/3] mmc: sdhci: Allow platform controlled voltage switching
 2018-10-04 13:13 UTC  (8+ messages)
` [PATCH V2 2/3] dt-bindings: mmc: sdhci-msm: Add entries for passing load values

[PATCH RFC 0/7] Add devfreq based clock scaling support for mmc
 2018-10-04 12:43 UTC  (6+ messages)
` [PATCH RFC 2/7] mmc: core: devfreq: Add devfreq based clock scaling support

[PATCH] mmc: renesas_sdhi: rename DTRAN_MODE_BUS_WID_TH to DTRAN_MODE_BUS_WIDTH
 2018-10-03 15:48 UTC  (2+ messages)

[PATCH V4 00/25] mmc: mmci: add sdmmc variant for stm32
 2018-10-03 11:44 UTC  (28+ messages)
` [PATCH V4 01/25] mmc: mmci: Change struct members from bool to u8
` [PATCH V4 02/25] mmc: mmci: create generic mmci_dma_setup
` [PATCH V4 03/25] mmc: mmci: introduce dma_priv pointer to mmci_host
` [PATCH V4 04/25] mmc: mmci: merge prepare data functions
` [PATCH V4 05/25] mmc: mmci: add prepare/unprepare_data callbacks
` [PATCH V4 06/25] mmc: mmci: add get_next_data callback
` [PATCH V4 07/25] mmc: mmci: add dma_release callback
` [PATCH V4 08/25] mmc: mmci: add dma_start callback
` [PATCH V4 09/25] mmc: mmci: add dma_finalize callback
` [PATCH V4 10/25] mmc: mmci: add dma_error callback
` [PATCH V4 11/25] mmc: mmci: add validate_data callback
` [PATCH V4 12/25] mmc: mmci: add set_clk/pwrreg callbacks
` [PATCH V4 13/25] mmc: mmci: add datactrl block size variant property
` [PATCH V4 14/25] mmc: mmci: expand startbiterr to irqmask and error check
` [PATCH V4 15/25] mmc: mmci: add variant properties to define cpsm & cmdresp bits
` [PATCH V4 16/25] mmc: mmci: add variant property to define dpsm bit
` [PATCH V4 17/25] mmc: mmci: add variant property to define irq pio mask
` [PATCH V4 18/25] mmc: mmci: add variant property to write datactrl before command
` [PATCH V4 19/25] mmc: mmci: add variant property to not read datacnt
` [PATCH V4 20/25] dt-bindings: mmci: add optional reset property
` [PATCH V4 21/25] mmc: "
` [PATCH V4 22/25] mmc: mmci: add clock divider for stm32 sdmmc
` [PATCH V4 23/25] mmc: mmci: add stm32 sdmmc registers
` [PATCH V4 24/25] dt-bindings: mmci: add stm32 sdmmc variant
` [PATCH V4 25/25] mmc: "

[PATCH v2 0/2] mmc: tmio: remove confusing TMIO_MMC_HAVE_HIGH_REG flag
 2018-10-03 11:36 UTC  (3+ messages)
` [PATCH v2 1/2] mmc: tmio: move MFD variant reset to a platform hook
` [PATCH v2 2/2] mmc: tmio: remove TMIO_MMC_HAVE_HIGH_REG flag

[PATCH 0/2] mmc: tmio: remove confusing TMIO_MMC_HAVE_HIGH_REG flag
 2018-10-03 11:34 UTC  (5+ messages)
` [PATCH 1/2] mmc: tmio: move MFD variant reset to a platform hook
` [PATCH 2/2] mmc: tmio: remove TMIO_MMC_HAVE_HIGH_REG flag

[GIT PULL] MMC fixes for v4.19-rc7
 2018-10-02 13:22 UTC  (2+ messages)

[PATCH V2 00/27] mmc: mmci: add sdmmc variant for stm32
 2018-10-01 13:53 UTC  (15+ messages)
` [PATCH V2 09/27] mmc: mmci: modify dma_setup callback
` [PATCH V2 23/27] mmc: mmci: add variant property to request a reset
` [PATCH V2 26/27] mmc: mmci: add DT bindings for STM32 sdmmc
` [PATCH V2 27/27] mmc: mmci: add stm32 sdmmc variant

[PATCH 1/2] gpiolib: Fix missing updates of bitmap index
 2018-10-01  9:37 UTC  (4+ messages)
` [PATCH] gpiolib: Fix incorrect use of find_next_zero_bit()


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