public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-14 00:34:03 to 2016-06-21 21:27:00 UTC [more...]

[PATCH 00/12] power: add generic power sequence framework
 2016-06-21 21:26 UTC  (26+ messages)
` [PATCH 01/12] power/mmc: Move pwrseq drivers to power/pwrseq
` [PATCH 02/12] MAINTAINERS: Retain Ulf Hansson as the same maintainer of pwrseq
` [PATCH 03/12] power: pwrseq: Enable COMPILE_TEST for drivers
` [PATCH 05/12] power: pwrseq: Generalize mmc_pwrseq operations by removing mmc prefix
` [PATCH 06/12] power: pwrseq: change common helpers as generic
` [PATCH 07/12] power: pwrseq: rename file name for generic driver
  ` [PATCH 04/12] power: pwrseq: Remove mmc prefix from mmc_pwrseq
  ` [PATCH 08/12] doc: binding: pwrseq-usb-generic: add binding doc for generic usb power sequence driver
  ` [PATCH 10/12] usb: core: add power sequence handling for USB devices
  ` [PATCH 12/12] ARM: dts: imx6qdl-udoo.dtsi: fix onboard USB HUB property
` [PATCH 09/12] power: pwrseq: pwrseq_usb_generic: add generic power sequence support for USB deivces
` [PATCH 11/12] usb: chipidea: host: let the hcd know's parent device node

[RESEND PATCH v2 0/1] mmc: dw_mmc: Fix UHS tuning on some brand of cards
 2016-06-21 16:30 UTC  (8+ messages)
` [RESEND PATCH v2 1/1] mmc: dw_mmc: Wait for data transfer after response errors

[PATCH 0/5] mmc: sh_mmcif: Various minor improvements
 2016-06-21 13:12 UTC  (6+ messages)
` [PATCH 1/5] mmc: core: Allow hosts to specify non-support for SD commands
` [PATCH 2/5] mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIO
` [PATCH 3/5] mmc: sh_mmcif: Use response type to know when to enable busy detection
` [PATCH 4/5] mmc: sh_mmcif: Inform the mmc core about the max busy timeout
` [PATCH 5/5] mmc: sh_mmcif: Use a 10s timeout in the error recovery path

[PATCH] mmc: mmc: Fix HS switch failure in mmc_select_hs400()
 2016-06-21 13:16 UTC  (2+ messages)

[PATCH v2] mmc: mmc: do not use CMD13 to get status after speed mode
 2016-06-21 13:16 UTC  (7+ messages)
` [PATCH 1/3] mmc: mmc: use ops->card_busy() to check card status in __mmc_switch()
` [PATCH 2/3] mmc: mmc: do not use CMD13 to get status after speed mode switch
` [PATCH 3/3] mmc: mmc: fix switch timeout issue caused by jiffies precision

[PATCH 00/12] Remove unneeded build directory traversals
 2016-06-21 13:11 UTC  (13+ messages)
` [PATCH 01/12] gpio: Only descend into gpio directory when CONFIG_GPIOLIB is set
` [PATCH 10/12] lguest: Only descend into lguest directory when CONFIG_LGUEST "
` [PATCH 12/12] leds: Only descend into leds directory when CONFIG_NEW_LEDS "
        ` [PATCH] leds: Add no-op gpio_led_register_device when LED subsystem is disabled

[PATCH v2 1/3] mmc: dw_mmc: remove the quirks flags
 2016-06-21  8:13 UTC  (5+ messages)
` [PATCH v2 2/3] mmc: dw_mmc: add the card write threshold for HS400 mode
` [PATCH v2 3/3] mmc: dw_mmc: prevent to set the wrong value

mmc: dw_mmc: warning with CONFIG_DMA_API_DEBUG
 2016-06-21  5:32 UTC  (5+ messages)

[PATCH] mmc: core: add auto bkops support
 2016-06-21  1:44 UTC  (6+ messages)

[PATCH v2] mmc: host: use the defined function to check whether card is removable
 2016-06-21  1:29 UTC  (2+ messages)

[PATCH v3 0/15] Changes to support 150 MHz eMMC on rk3399
 2016-06-20 19:38 UTC  (25+ messages)
  ` [PATCH v3 01/15] phy: rockchip-emmc: give DLL some extra time to be ready
  ` [PATCH v3 02/15] phy: rockchip-emmc: configure frequency range and drive impedance
  ` [PATCH v3 03/15] phy: rockchip-emmc: configure default output tap delay
  ` [PATCH v3 04/15] phy: rockchip-emmc: reindent the register definitions
  ` [PATCH v3 05/15] phy: rockchip-emmc: Increase lock time allowance
  ` [PATCH v3 06/15] mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes
  ` [PATCH v3 07/15] Documentation: mmc: sdhci-of-arasan: Add soc-ctl-syscon for corecfg regs
  ` [PATCH v3 08/15] mmc: sdhci-of-arasan: Properly set corecfg_baseclkfreq on rk3399
  ` [PATCH v3 10/15] Documentation: mmc: sdhci-of-arasan: Add ability to export card clock
  ` [PATCH v3 11/15] "
  ` [PATCH v3 12/15] Documentation: phy: Let the rockchip eMMC PHY get an exported "
  ` [PATCH v3 13/15] phy: rockchip-emmc: Minor code cleanup in rockchip_emmc_phy_power_on/off()
  ` [PATCH v3 14/15] phy: rockchip-emmc: Set phyctrl_frqsel based on card clock
  ` [PATCH v3 15/15] arm64: dts: rockchip: Provide emmcclk to PHY for rk3399
` [PATCH v3 09/15] arm64: dts: rockchip: Add soc-ctl-syscon to sdhci "

[PATCH 1/4] phy: rockchip-emmc: give DLL some extra time to be ready
 2016-06-20 16:50 UTC  (3+ messages)

[PATCH v2 0/11] Changes to support 150 MHz eMMC on rk3399
 2016-06-20 16:48 UTC  (30+ messages)
` [PATCH v2 01/11] phy: rockchip-emmc: Increase lock time allowance
` [PATCH v2 03/11] Documentation: mmc: sdhci-of-arasan: Add soc-ctl-syscon for corecfg regs
` [PATCH v2 04/11] mmc: sdhci-of-arasan: Properly set corecfg_baseclkfreq on rk3399
` [PATCH v2 05/11] arm64: dts: rockchip: Add soc-ctl-syscon to sdhci for rk3399
` [PATCH v2 06/11] Documentation: mmc: sdhci-of-arasan: Add ability to export card clock
` [PATCH v2 07/11] "
` [PATCH v2 08/11] Documentation: phy: Let the rockchip eMMC PHY get an exported "
` [PATCH v2 09/11] phy: rockchip-emmc: Minor code cleanup in rockchip_emmc_phy_power_on/off()
` [PATCH v2 10/11] phy: rockchip-emmc: Set phyctrl_frqsel based on card clock
` [PATCH v2 11/11] arm64: dts: rockchip: Provide emmcclk to PHY for rk3399

[PATCH] mmc: sdhci-esdhc-imx: implement reset quirks for i.MX6 DualLite/Solo
 2016-06-20 10:16 UTC  (4+ messages)

[PATCH 2/3] mmc: dw_mmc: add the card write threshold for HS400 mode
 2016-06-20  8:25 UTC  (3+ messages)

[PATCH] mmc: Change the enhanced area related sysfs output format
 2016-06-20  9:25 UTC  (5+ messages)

[PATCH] mmc: host: use the defined function to check whether card is removable
 2016-06-20  8:29 UTC  (3+ messages)

[PATCH 1/3] mmc: dw_mmc: remove the quirks flags
 2016-06-20  8:14 UTC  (2+ messages)

[PATCH 3/3] mmc: dw_mmc: prevent to set the wrong value
 2016-06-20  4:26 UTC 

[PATCH] mmc: dw_mmc: exynos: fix the NULL pointer dereference error
 2016-06-20  4:16 UTC 

[PATCH] mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()
 2016-06-20  4:09 UTC  (10+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH 0/2] mmc: remove sdhci-bcm2835
 2016-06-17 18:59 UTC  (5+ messages)
` [PATCH 1/2] DT: bindings: remove bcm2835-sdhci

[PATCH] [V3] mmc: mmci: add missing include of mmci_qcom_dml.h
 2016-06-17 11:41 UTC  (4+ messages)

[PATCH RFC 00/10] mmc: Add HW Command Queuing Support
 2016-06-17  8:51 UTC  (16+ messages)
` [PATCH RFC 01/10] mmc: core: Add support to read command queue parameters
` [PATCH RFC 02/10] mmc: queue: initialization of command queue
` [PATCH RFC 03/10] mmc: core: Add command queue initialzation support
` [PATCH RFC 04/10] mmc: card: add read/write support in command queue mode
` [PATCH RFC 05/10] mmc: core: add flush request support to command queue
` [PATCH RFC 06/10] mmc: host: sdhci: don't set SDMA buffer boundary in ADMA mode
` [PATCH RFC 07/10] mmc: cmdq: support for command queue enabled host
` [PATCH RFC 08/10] mmc: core: Add halt support
` [PATCH RFC 09/10] mmc: cmdq-host: add halt support to command queue host
` [PATCH RFC 10/10] mmc: sdhci: add command queue support to sdhci

[PATCH v2.1 07/11] mmc: sdhci-of-arasan: Add ability to export card clock
 2016-06-16 23:54 UTC  (2+ messages)

[PATCH] [V2] mmc: mmci: add missing include of mmci_qcom_dml.h
 2016-06-16 18:35 UTC  (2+ messages)

[PATCH V7 0/2] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's
 2016-06-16 16:47 UTC  (3+ messages)
` [PATCH V7 1/2] mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs
` [PATCH V7 2/2] mmc: DT: sdhci-brcmstb: Add device tree bindings

[PATCH V6 0/2] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's
 2016-06-16 16:46 UTC  (5+ messages)
` [PATCH V6 1/2] mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs
` [PATCH V6 2/2] mmc: DT: sdhci-brcmstb: Add device tree bindings

[PATCH] mmc: mmci: add missing include of mmci_qcom_dml.h
 2016-06-16 15:52 UTC  (6+ messages)
  ` [Linux-kernel] "

[PATCH] mmc: sdhci-msm: Add pm_runtime and system PM support
 2016-06-16 12:35 UTC 

[PATCH v4 1/2] mmc: API for accessing host supported maximum segment count and size
 2016-06-16  9:23 UTC  (2+ messages)
` [PATCH v4 2/2] mmc: sdio support external scatter gather list

[PATCH 0/11] Changes to support 150 MHz eMMC on rk3399
 2016-06-16  1:06 UTC  (14+ messages)
` [PATCH 04/11] mmc: sdhci-of-arasan: Properly set corecfg_baseclkfreq "
` [PATCH 09/11] phy: rockchip-emmc: Set phyctrl_frqsel based on card clock

[PATCH 06/12] hsi: Only descend into hsi directory when CONFIG_HSI is set
 2016-06-15 12:48 UTC  (4+ messages)
  ` [PATCH] hsi: Build hsi_boardinfo.c into hsi core if enabled

[PATCH] mmc: host: use pr_err for sdhci_dumpregs
 2016-06-15 11:28 UTC  (2+ messages)

[PATCH/RFC 0/4] mmc: renesas_sdhi: add R-Car Gen-3 DMA support
 2016-06-15  4:01 UTC  (5+ messages)
` [PATCH/RFC 1/4] mmc: renesas_sdhi: rename sh_mobile_sdhi as renesas_sdhi
` [PATCH/RFC 2/4] mmc: renesas_sdhi, tmio: make dma more modular
` [PATCH/RFC 3/4] mmc: renesas_sdhi: rename DMA source file as renesas_sdhi_dma.c
` [PATCH/RFC 4/4] mmc: renesas_sdhi: add support for R-Car Gen3 SDHI DMAC

[PATCH v4 0/8] Replay Protected Memory Block (RPMB) subsystem
 2016-06-15  2:39 UTC  (2+ messages)

[RESEND PATCH V5 0/2] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's
 2016-06-14 15:21 UTC  (4+ messages)
` [RESEND PATCH V5 1/2] mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs

[PATCH 00/12] Add SDHCI Xenon driver
 2016-06-14  8:36 UTC  (16+ messages)
` [PATCH 01/12] mmc: sdhci: add init_card callback to sdhci
` [PATCH 05/12] mmc: sdhci: add a pre voltage switch callback function
` [PATCH 08/12] dt-bindings: mmc: Add Xenon description
` [PATCH 09/12] mmc: sdhci-xenon: add initial Xenon eMMC driver

[PATCH 11/12] mmc: Only descend into mmc directory when CONFIG_MMC is set
 2016-06-14  1:33 UTC  (2+ messages)


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