messages from 2018-09-27 01:40:40 to 2018-10-08 12:08:38 UTC [more...]
[PATCH V6 00/23] mmc: mmci: add sdmmc variant for stm32
2018-10-08 12:08 UTC (7+ 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 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 (8+ messages)
` [PATCHv5 1/6] ARM: dts: exynos: Added UHS-I bus speed support
` [PATCHv5 2/6] ARM: dts: exynos: fix regulator min values of LDO13 for Odroid XU3/XU4
` [PATCHv5 3/6] ARM: dts: exynos: update maximum frequency for sdcard to 200MHz
` [PATCHv5 4/6] ARM: dts: exynos: Add pin configuration for SD write protect on Odroid XU3/XU4
` [PATCHv5 5/6] ARM: dts: exynos: update maximum frequency for emmc to 200MHz
` [PATCHv5 6/6] mmc: dw_mmc-exynos: Add tuning for sdr and ddr timing for USH-I mode
[PATCH 0/6] Add Support for MMC/SD in TI's AM65x SOCs
2018-10-08 11:32 UTC (10+ 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 2/2] mmc: Add mmc_force_detect_change_begin / _end functions
2018-10-08 9:53 UTC (5+ messages)
[PATCH V3 0/4] Changes for SDCC5 version
2018-10-08 6:56 UTC (6+ 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 (11+ messages)
` [PATCH V2 2/3] dt-bindings: mmc: sdhci-msm: Add entries for passing load values
` [PATCH V2 3/3] mmc: sdhci-msm: Use internal voltage control
[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 (18+ messages)
` [PATCH V2 03/27] mmc: mmci: convert dma_setup callback to return an int
` [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()
mmc: mediatek: add bus_clk control
2018-09-29 2:39 UTC (7+ messages)
` [PATCH 1/2] mmc: dt-bindings: add "bus-clk" for MT2712
` [PATCH 2/2] mmc: mediatek: add bus_clk control
[PATCH] mmc: slot-gpio: Fix debounce time to use miliseconds again
2018-09-28 16:30 UTC (4+ messages)
sdhci driver card-detect is broken because gpiolib can't fallback to _CRS?
2018-09-28 13:13 UTC (9+ messages)
[PATCH] mmc: add quirk for O2 Micro dev 0x8620 rev 0x01
2018-09-27 12:11 UTC (4+ messages)
[PATCH 1/2] dt-bindings: mmc: sdhci-msm: Add flag for restoring dll
2018-09-27 11:20 UTC (3+ messages)
[PATCHv4 0/6] Add support for UHS-I on Exynos5422 odroid boards
2018-09-27 6:28 UTC (5+ messages)
` [PATCHv4 4/6] ARM: dts: exynos: Add CD and WP pins to Odroid XU3/XU4 SD card
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox