public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-03 16:47:09 to 2018-01-17 16:28:08 UTC [more...]

[PATCH v3 00/16] mmc: tmio: another batch of TMIO MMC fixes and cleanups
 2018-01-17 16:28 UTC  (8+ messages)
` [PATCH v3 01/16] mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()
` [PATCH v3 02/16] mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()
` [PATCH v3 03/16] mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc()
` [PATCH v3 04/16] mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argument
` [PATCH v3 05/16] mmc: slot-gpio: add a helper to check capability of GPIO WP detection
` [PATCH v3 06/16] mmc: tmio: refactor .get_ro hook
` [PATCH v3 08/16] sh: kfr2r09: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flag

[PATCH] mmc: sh_mmcif: remove redundant initialization of 'opc'
 2018-01-17 13:41 UTC 

[PATCH RESEND 0/9] mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO IRQ wakeup
 2018-01-17 11:54 UTC  (18+ messages)
` [PATCH RESEND 1/9] mmc: sdhci-pci: Stop calling sdhci_enable_irq_wakeups()
` [PATCH RESEND 2/9] mmc: sdhci-pci: Use device wakeup capability to determine MMC_PM_WAKE_SDIO_IRQ capability
` [PATCH RESEND 3/9] mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups()
` [PATCH RESEND 4/9] mmc: sdhci: Handle failure of enable_irq_wake()
` [PATCH RESEND 5/9] mmc: sdhci: Rework sdhci_enable_irq_wakeups()
` [PATCH RESEND 6/9] mmc: sdhci: Do not unnecessarily enable wakeup for card detect interrupt
` [PATCH RESEND 7/9] mmc: sdhci: Do not unnecessarily enable wakeup for SDIO card interrupt
` [PATCH RESEND 8/9] mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeup
` [PATCH RESEND 9/9] mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO "

[PATCH v2 00/15] Add MMCI support for STM32F SoCs family
 2018-01-17  9:34 UTC  (18+ messages)
` [PATCH v2 01/15] mmc: mmci: Don't pretend all variants to have MMCIMASK1 register
` [PATCH v2 02/15] mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flag
` [PATCH v2 03/15] mmc: mmci: Don't pretend all variants to have OPENDRAIN bit
` [PATCH v2 04/15] mmc: mmci: Add support for setting pad type via pinctrl
` [PATCH v2 05/15] mmc: mmci: Add STM32 variant
` [PATCH v2 06/15] ARM: dts: stm32: Add SDIO controller for stm32f746
  ` [PATCH v2 07/15] ARM: dts: stm32: Add SDIO controller for stm32f429
` [PATCH v2 08/15] ARM: dts: stm32: Add pin map for SDIO controller on stm32f4
` [PATCH v2 09/15] ARM: dts: stm32: Enable SDIO controller on stm32f469 disco board
` [PATCH v2 10/15] ARM: dts: stm32: Enable SDIO controller on stm32429i-eval board
` [PATCH v2 11/15] ARM: stm32: Add AMBA support for STM32F4 and STM32F7 SoCs
` [PATCH v2 12/15] ARM: configs: stm32: Enable MMC_ARMMMCI support
` [PATCH v2 13/15] ARM: configs: stm32: Enable EXT3_FS support
` [PATCH v2 14/15] clk: stm32: Add clk entry for SDMMC2 on stm32F769
` [PATCH v2 15/15] gpio: stmpe: i2c transfer are forbiden in atomic context

[PATCH 2/2] mmc: sdhci: Add support for O2 hardware tuning
 2018-01-17  1:38 UTC 

[PATCH 1/2] mmc: sdhci: Add support for O2 eMMC HS200 mode
 2018-01-17  1:37 UTC 

[PATCH v2 00/22] mmc: tmio: various fixes and cleanups
 2018-01-16 22:43 UTC  (22+ messages)
` [PATCH v2 09/22] mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CD
` [PATCH v2 16/22] mmc: tmio: fix never-detected card insertion bug
` [PATCH v2 17/22] mmc: tmio: move TMIO_MASK_{READOP,WRITEOP} handling to correct place
` [PATCH v2 18/22] mmc: tmio: remove useless TMIO_MASK_CMD handling in tmio_mmc_host_probe()
` [PATCH v2 19/22] mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()
` [PATCH v2 20/22] mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()
` [PATCH v2 21/22] mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc()
` [PATCH v2 22/22] mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argument

[PATCH 00/14] Add MMCI support for STM32F SoCs family
 2018-01-16  7:38 UTC  (27+ messages)
` [PATCH 01/14] mmc: mmci: Don't pretend all variants to have MMCIMASK1 register
` [PATCH 02/14] mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flag
` [PATCH 03/14] mmc: mmci: Add support for setting pad type via pinctrl
` [PATCH 04/14] mmc: mmci: Add STM32 variant
` [PATCH 05/14] ARM: dts: stm32: Add SDIO controller for stm32f746
` [PATCH 06/14] ARM: dts: stm32: Add SDIO controller for stm32f429
` [PATCH 07/14] ARM: dts: stm32: Add pin map for SDIO controller on stm32f4
` [PATCH 08/14] ARM: dts: stm32: Enable SDIO controller on stm32f469 disco board
` [PATCH 09/14] ARM: dts: stm32: Enable SDIO controller on stm32429i-eval board
` [PATCH 10/14] ARM: stm32: Add AMBA support for STM32F4 and STM32F7 SoCs
` [PATCH 11/14] ARM: configs: stm32: Enable MMC_ARMMMCI support
` [PATCH 12/14] ARM: configs: stm32: Enable EXT3_FS support
` [PATCH 13/14] clk: stm32: Add clk entry for SDMMC2 on stm32F769
` [PATCH 14/14] gpio: stmpe: i2c transfer are forbiden in atomic context

[PATCH v2] mmc: sdhci-of-arasan: Add CQHCI support for arasan,sdhci-5.1
 2018-01-16  7:22 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-arasan: Add CQHCI support for arasan,sdhci-5.1
 2018-01-16  3:46 UTC  (3+ messages)

[PATCH mmc-utils 0/6] mmc-utils: various cleanups
 2018-01-15 13:00 UTC  (4+ messages)

[PATCH] mmc: sdhci-esdhc-imx: Fix i.MX53 eSDHCv3 clock
 2018-01-15 12:54 UTC  (2+ messages)

[PATCH v5] RFT: mmc: sdhci: Implement an SDHCI-specific bounce buffer
 2018-01-15 12:22 UTC  (6+ messages)

[GIT PULL] MMC fixes for v.4.15-rc8
 2018-01-12 14:28 UTC 

[PATCH v4] RFT: mmc: sdhci: Implement an SDHCI-specific bounce buffer
 2018-01-12 13:56 UTC  (3+ messages)

4.15.0-rc5 fails boot on MX53 LOCO board due to MMC (clock?) issue
 2018-01-12 10:42 UTC  (4+ messages)

[PATCH v3 00/27] kill devm_ioremap_nocache
 2018-01-12  9:12 UTC  (10+ messages)

[PATCH v4] sdhci: Advertise 2.0v supply on SDIO host controller
 2018-01-11 14:53 UTC  (3+ messages)

[PATCH] mmc: tmio, renesas_sdhi: Remove unneeded NULL check
 2018-01-11 14:53 UTC  (2+ messages)

[PATCH v2] mmc: sdhci_f_sdh30: add ACPI support
 2018-01-11 14:53 UTC  (3+ messages)

[PATCH v3] sdhci: Advertise 2.0v supply on SDIO host interface
 2018-01-11 12:48 UTC  (7+ messages)

mmc0: Unexpected interrupt 0x04000000
 2018-01-11  9:12 UTC  (2+ messages)

[PATCH 00/12] mmc: sdhci-omap: Add UHS/HS200 mode support
 2018-01-11  8:46 UTC  (5+ messages)
` [RFC PATCH 09/12] mmc: sdhci: Use software timer when timeout greater than hardware capablility

I Need Your Urgent Assistance
 2018-01-11  1:08 UTC 

[PATCH 1/3] mmc: sdhci-pci-o2micro: Add hardware tuning for eMMC
 2018-01-11  0:53 UTC  (7+ messages)

[PATCH V4 13/45] block: blk-merge: try to make front segments in full size
 2018-01-10 15:41 UTC  (7+ messages)

[PATCH v2] sdhci: Advertise 2.0v on SDIO host interface
 2018-01-10 14:56 UTC  (4+ messages)

[PATCH v3] mmc: sdhci: Implement an SDHCI-specific bounce buffer
 2018-01-10 10:21 UTC  (5+ messages)

[PATCH 3/3] mmc: sdhci: fix o2 eMMC init bug and add support for hardware tuning
 2018-01-10  7:31 UTC  (2+ messages)

[PATCH 2/3] mmc: sdhci: Add support for o2 eMMC HS200 mode and hardware tuning
 2018-01-09 12:36 UTC  (2+ messages)

[PATCH 1/3] mmc: sdhci: fix SDHCI_QUIRK2_CLEAR_TRANSFERMODE_REG_BEFORE_CMD handling
 2018-01-09 12:34 UTC  (2+ messages)

[PATCH 0/9] mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO IRQ wakeup
 2018-01-09 12:03 UTC  (12+ messages)
` [PATCH 1/9] mmc: sdhci-pci: Stop calling sdhci_enable_irq_wakeups()

[PATCH] PM / wakeup: Enable option to specify wakeup as a non in-band wakeup
 2018-01-09 11:22 UTC  (2+ messages)

Loan & Project Funding
 2018-01-09  9:41 UTC 

[PATCH V2 1/3] mmc: sdhci-esdhc-imx: Manage sdhci_runtime_suspend_host error code
 2018-01-09  8:23 UTC  (6+ messages)
` [PATCH 2/3] mmc: sdhci-esdhc-imx: Changes the order of how clocks are being re-enabled
` [PATCH 3/3] mmc: sdhci-esdhc-imx: Enable/Disable mmc clock during runtime suspend

[PATCH] mmc: sdhci_f_sdh30: add ACPI support
 2018-01-08  9:18 UTC  (2+ messages)

[PATCH v2] RFT: mmc: sdhci: Implement an SDHCI-specific bounce buffer
 2018-01-05 16:14 UTC  (3+ messages)

[PATCH] RFT: mmc: sdhci: Implement an SDHCI-specific bounce buffer
 2018-01-05 13:25 UTC  (8+ messages)

[PATCH 0/2] mmc: sunxi: Add runtime PM support
 2018-01-04 19:54 UTC  (4+ messages)
` [PATCH 2/2] mmc: sunxi: Add runtime_pm support

[PATCH v1] sdhci: Advertise 2.0v on SDIO host interface
 2018-01-04 19:38 UTC 

Business Possibility
 2018-01-04 16:13 UTC 

[PATCH 1/2] mmc: sdhci-esdhc-imx: Manage sdhci_runtime_suspend_host error code
 2018-01-04 14:08 UTC  (3+ messages)
` [PATCH V2 2/2] mmc: sdhci-esdhc-imx: Enable/Disable mmc clock during runtime suspend

[PATCH V7] mmc:host:sdhci-pci:Addition of Arasan PCI Controller with integrated phy
 2018-01-04 11:47 UTC  (3+ messages)

[PATCH] [v2] s3mci: mark debug_regs[] as static
 2018-01-04 11:45 UTC  (2+ messages)

MMC flash is very slow since 4.14 - "mmc: Delete bounce buffer handling" was the problem
 2018-01-04  9:02 UTC  (5+ messages)

[PATCH] s3mci: mark debug_regs[] as static
 2018-01-03 22:45 UTC  (3+ messages)

[PATCH V6] mmc:host:sdhci-pci:Addition of Arasan PCI Controller with integrated phy
 2018-01-03 18:06 UTC  (3+ messages)

[PATCH] mmc: sdhci-esdhc-imx: Enable/Disable mmc clock during runtime suspend
 2018-01-03 17:26 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox