messages from 2016-10-05 09:17:07 to 2016-10-18 10:47:54 UTC [more...]
[PATCH] mmc: sdhci-esdhc-imx: make sure usdhc clock enabled while doing suspend
2016-10-18 9:18 UTC (2+ messages)
[v12, 0/8] Fix eSDHC host version register bug
2016-10-18 10:47 UTC (3+ messages)
[PATCH v2 0/9] Init runtime PM support for dw_mmc
2016-10-18 10:45 UTC (14+ messages)
` [PATCH v2 1/9] mmc: dw_mmc: add runtime PM callback
` [PATCH v2 2/9] mmc: dw_mmc-rockchip: add runtime PM support
` [PATCH v2 3/9] mmc: core: expose the capability of gpio card detect
` [PATCH v2 4/9] mmc: dw_mmc: disable biu clk if possible
` [PATCH v2 5/9] mmc: dw_mmc-k3: deploy runtime PM facilities
` [PATCH v2 6/9] mmc: dw_mmc-exynos: "
` [PATCH v2 7/9] mmc: dw_mmc-pci: "
` [PATCH v2 8/9] mmc: dw_mmc-pltfm: "
` [PATCH v2 9/9] mmc: dw_mmc: remove system PM callback
[PATCH] mmc: block: Change MMC_IOC_MAX_BYTES
2016-10-18 10:39 UTC
[PATCH] mmc: core: Check regulator pointer
2016-10-18 10:28 UTC (5+ messages)
[PATCH v3 0/2] MMC: add driver for Amlogic GXBB SoCs
2016-10-18 10:25 UTC (3+ messages)
` [PATCH v3 1/2] MMC: meson: initial support for GXBB platforms
[PATCH v4] mmc: sdhci-msm: Add pm_runtime and system PM support
2016-10-18 10:16 UTC
Regression after "do not use CMD13 to get status after speed mode switch"
2016-10-18 8:36 UTC (3+ messages)
[PATCH] MAINTAINERS: mmc: Move the mmc tree to kernel.org
2016-10-18 7:17 UTC (6+ messages)
[RFC 0/2] Add device tree property and quirk for supporting sdhci
2016-10-17 21:49 UTC (12+ messages)
` [RFC 1/2] sdhci: Add device tree property sd-broken-highspeed
` [RFC 2/2] sdhci: Prevent SD from doing highspeed timing when sd-broken-highspeed property is set
linux-next: Moving mmc tree to kernel.org
2016-10-17 22:09 UTC (2+ messages)
[PATCH v2] mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error
2016-10-17 13:49 UTC (3+ messages)
[PATCH 0/6] mmc/memstick: rtsx_usb: Fix runtime PM issues
2016-10-17 16:34 UTC (9+ messages)
` [PATCH 1/6] mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unused
` [PATCH 2/6] mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the led
` [PATCH 3/6] memstick: rtsx_usb_ms: Runtime resume the device when polling for cards
` [PATCH 4/6] memstick: rtsx_usb_ms: Manage runtime PM when accessing the device
` [PATCH 5/6] mmc: rtsx_usb_sdmmc: Enable runtime PM autosuspend
` [PATCH 6/6] mmc: core: Don't power off the card when starting the host
[PATCH 1/2] mmc: mediatek: Fix module autoload
2016-10-17 16:13 UTC (2+ messages)
` [PATCH 2/2] mmc: sdhci-of-at91: "
[PATCH v3 0/3] mmc: sh_mobile_sdhi: Add r7s72100 support
2016-10-17 15:15 UTC (7+ messages)
` [PATCH v3 2/3] mmc: tmio-mmc: add support for 32bit data port
[PATCH] mmc: sdhci: put together into one condition checking
2016-10-17 13:49 UTC (3+ messages)
[PATCH 0/2] mmc: sdhci-iproc: Add byte register access support
2016-10-17 13:49 UTC (5+ messages)
` [PATCH 1/2] mmc: sdhci-iproc: Add brcm,sdhci-iproc compat string in bindings document
` [PATCH 2/2] mmc: sdhci-iproc: support standard byte register accesses
[PATCH 0/10] mmc: Add support to Marvell Xenon SD Host Controller
2016-10-17 8:14 UTC (28+ messages)
` [PATCH 1/10] mmc: sdhci: Export sdhci_set_ios() from sdhci.c
` [PATCH 5/10] dt: bindings: Add bindings for Marvell Xenon SD Host Controller
` [PATCH 6/10] mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionality
` [PATCH 8/10] arm64: dts: marvell: add eMMC support for Armada 37xx
` [PATCH 9/10] arm64: dts: marvell: add sdhci support for Armada 7K/8K
` [PATCH 10/10] arm64: configs: enable SDHCI driver for Xenon
` [PATCH 2/10] mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.c
` [PATCH 3/10] mmc: sdhci: Export sdhci_execute_tuning() "
` [PATCH 4/10] MAINTAINERS: add entry for Marvell Xenon MMC Host Controller drivers
` [PATCH 7/10] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC
[RFC v2 0/2] Add device tree property and driver behavior for supporting sdhci configurations with broken highspeed
2016-10-17 6:56 UTC (5+ messages)
` [RFC v2 1/2] sdhci: Add device tree property broken-highspeed
` [RFC v2 2/2] sdhci: Prevent SD from doing high-speed timing when broken-highspeed property is set
[PATCH] mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error
2016-10-14 9:53 UTC (4+ messages)
Detected aborted journal error in Kernel 3.12
2016-10-14 11:12 UTC (2+ messages)
[PATCH 0/3] mmc: Check BKOPS Level On Runtime Suspend
2016-10-13 8:30 UTC (10+ messages)
` [PATCH 1/3] mmc: replacing hardcoded value for runtime PM suspend
` [PATCH 2/3] mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS support
` [PATCH 3/3] mmc: Checking BKOPS status prior to Suspend
[PATCH 1/3] mmc: replacing hardcoded value for runtime PM suspend
2016-10-13 7:36 UTC
[PATCH v2] sdhci-esdhc-imx: Correct two register accesses
2016-10-13 7:01 UTC (3+ messages)
Enabling MMC BKOPs in kernel based on host caps
2016-10-12 11:30 UTC (9+ messages)
[PATCH v3] mmc: sunxi: Handle the 'New Timing' mode
2016-10-11 14:55 UTC (3+ messages)
[PATCH v5 00/12] mmc: sdhci-msm: Add clk-rates, DDR, HS400 support
2016-10-11 12:31 UTC (34+ messages)
` [PATCH v5 01/12] mmc: sdhci-msm: Change poor style writel/readl of registers
` [PATCH v5 02/12] mmc: sdhci-msm: Update DLL reset sequence
` [PATCH v5 10/12] mmc: sdhci-msm: Add HS400 platform support
` [PATCH v5 11/12] mmc: sdhci-msm: Add calibration tuning for CDCLP533 circuit
` [PATCH v5 03/12] mmc: sdhci-msm: add pltfm_data support to get clk-rates from DT
` [PATCH v5 04/12] ARM: dts: qcom: Add clk-rates to sdhc1 & sdhc2
` [PATCH v5 05/12] mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callback
` [PATCH v5 06/12] mmc: sdhci-msm: Enable few quirks
` [PATCH v5 07/12] mmc: sdhci-msm: Implement set_clock callback for sdhci-msm
` [PATCH v5 08/12] mmc: sdhci-msm: Add clock changes for DDR mode
` [PATCH v5 09/12] arm64: dts: qcom: msm8916: Add ddr support to sdhc1
` [PATCH v5 12/12] sdhci: sdhci-msm: update dll configuration
[PATCH 0/4] mmc: sdhci: Minor fixes
2016-10-10 12:38 UTC (3+ messages)
` [PATCH 4/4] mmc: sdhci-pci: Fix bus power failing to enable for some Intel controllers
[PATCH] mmc: core, annotate cmd_hdr as __le32
2016-10-10 12:38 UTC (2+ messages)
[PATCH v3 1/3] mmc: core: switch to 1V8 or 1V2 for hs400es mode
2016-10-10 12:38 UTC (6+ messages)
` [PATCH v3 2/3] mmc: core: changes frequency to hs_max_dtr when selecting hs400es
` [PATCH v3 3/3] mmc: sdhci-of-arasan: add sdhci_arasan_voltage_switch for arasan,5.1
[PATCH 1/2] mmc: block: add missing header dependencies
2016-10-10 12:37 UTC (2+ messages)
[PATCH -next] mmc: sdhci-of-arasan: Fix non static symbol warning
2016-10-10 12:37 UTC (2+ messages)
[PATCH] mmc: sdhci-pci-core: Tuning mode support for HS200 on AMD Platforms
2016-10-10 7:55 UTC (2+ messages)
[PATCH] ARM: dts: imx50: imx50-esdhc use imx53-esdhc
2016-10-10 6:47 UTC (4+ messages)
[RESEND PATCH 0/9] Init runtime PM support for dw_mmc
2016-10-10 2:30 UTC (12+ messages)
` [RESEND PATCH 1/9] mmc: dw_mmc: add runtime PM callback
` [RESEND PATCH 2/9] mmc: dw_mmc-rockchip: add runtime PM support
` [RESEND PATCH 3/9] mmc: core: expose the capability of gpio card detect
` [RESEND PATCH 4/9] mmc: dw_mmc-rockchip: disable biu clk if possible
` [RESEND PATCH 5/9] mmc: dw_mmc-k3: deploay runtime PM facilities
` [RESEND PATCH 6/9] mmc: dw_mmc-exynos: "
` [RESEND PATCH 7/9] mmc: dw_mmc-pci: "
` [RESEND PATCH 8/9] mmc: dw_mmc-pltfm: "
` [RESEND PATCH 9/9] mmc: dw_mmc: remove system PM callback
[PATCH 1/9] mmc: dw_mmc: add runtime PM callback
2016-10-09 13:51 UTC (9+ messages)
` [PATCH 2/9] mmc: dw_mmc-rockchip: add runtime PM support
` [PATCH 3/9] mmc: core: expose the capability of gpio card detect
` [PATCH 4/9] mmc: dw_mmc-rockchip: disable biu clk if possible
` [PATCH 5/9] mmc: dw_mmc-k3: deploay runtime PM facilities
` [PATCH 6/9] mmc: dw_mmc-exynos: "
` [PATCH 7/9] mmc: dw_mmc-pci: "
` [PATCH 8/9] mmc: dw_mmc-pltfm: "
` [PATCH 9/9] mmc: dw_mmc: remove system PM callback
[PATCH] sdhci-esdhc-imx: Correct two register accesses
2016-10-08 13:10 UTC (2+ messages)
[RFC PATCH v2 0/4] Init runtime PM support for dw_mmc
2016-10-07 9:19 UTC (7+ messages)
` [RFC PATCH v2 1/4] mmc: dw_mmc: add runtime PM callback
` [RFC PATCH v2 4/4] mmc: dw_mmc-rockchip: disable biu clk and genpd if possible
[GIT PULL] MMC for v.4.9
2016-10-05 10:36 UTC
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;
as well as URLs for NNTP newsgroup(s).