messages from 2016-04-12 18:15:38 to 2016-04-20 02:15:57 UTC [more...]
[PATCH v2 0/7] mmc: sdhci-pltfm: fix and tidy up sdhci_pltfm_init()
2016-04-20 2:16 UTC (4+ messages)
` [PATCH v2 1/7] mmc: sdhci-pltfm: drop error message for too small MMIO resource size
` [PATCH v2 2/7] mmc: sdhci-pltfm: check return value of platform_get_irq()
` [PATCH v2 3/7] mmc: sdhci-pltfm: use devm_request_mem_region()
[RESEND PATCH v7 1/2] mmc: OCTEON: Add DT bindings for OCTEON MMC controller
2016-04-20 0:02 UTC (21+ messages)
` [RESEND PATCH v7 2/2] mmc: OCTEON: Add host driver "
[PATCH v3 0/1] mmc: omap_hsmmc: devm_pinctrl_get returns ERR_PTR
2016-04-19 22:19 UTC (6+ messages)
` [PATCH v3 1/1] mmc: omap_hsmmc: devm_pinctrl_get returns ERR_PTR upon error
[PATCH V4 2/2] mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs
2016-04-19 20:03 UTC (3+ messages)
[PATCHv1 0/2] mmc: Move broken-hpi also to the chipset level
2016-04-19 19:20 UTC (15+ messages)
` [PATCH 1/2] mmc: core: Improve marking broken HPI through devicetree
` [PATCH 2/2] mmc: sunxi: Mark the HPI of the mmc controller broken by default
[PATCH] mmc: bcm2835: fix platform_no_drv_owner.cocci warnings
2016-04-19 18:19 UTC (2+ messages)
[PATCH 0/7] mmc: sdhci-pltfm: fix and tidy up sdhci_pltfm_init()
2016-04-19 13:28 UTC (11+ messages)
` [PATCH 1/7] mmc: sdhci-pltfm: bail out if register resource is too small
` [PATCH 2/7] mmc: sdhci-pltfm: check return value of platform_get_irq()
` [PATCH 3/7] mmc: sdhci-pltfm: use devm_request_mem_region()
` [PATCH 4/7] mmc: sdhci-pltfm: use devm_ioremap()
` [PATCH 5/7] mmc: sdhci-pltfm: use devm_ioremap_resource()
` [PATCH 6/7] mmc: sdhci-pltfm: move devm_ioremap_resource() up
` [PATCH 7/7] mmc: sdhci-pltfm: call platform_get_irq() before sdhci_alloc_host()
[PATCH v2] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP
2016-04-19 11:00 UTC (4+ messages)
[PATCH v2 0/3] mmc: usdhi6rol0: UHS support
2016-04-19 10:10 UTC (7+ messages)
` [PATCH v2 1/3] mmc: dt: usdhi6rol0: add optional pinctrl binding
` [PATCH v2 2/3] mmc: usdhi6rol0: add support for UHS modes
` [PATCH v2 3/3] mmc: usdhi6rol0: add pinctrl to set pin drive strength
[PATCH 0/6] mmc: tmio/sdhi: clean up cruft
2016-04-19 9:37 UTC (4+ messages)
` [PATCH 2/6] mmc: sh_mobile_sdhi: remove obsolete irq_by_name registration
[PATCH 1/1] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP
2016-04-19 5:17 UTC (3+ messages)
Greetings!!!
2016-04-18 20:12 UTC
Greetings!!!
2016-04-18 17:43 UTC
[PATCH v2 0/2] ARM: dts: r8a7793/gose: enable SDHI
2016-04-18 16:02 UTC (3+ messages)
` [PATCH v2 1/2] ARM: dts: r8a7793: Add SDHI controllers
` [PATCH v2 2/2] ARM: dts: gose: Enable "
[PATCH v2] ARM: dts: r8a7793: Add MMCIF0
2016-04-18 16:02 UTC
[PATCH 1/3] mmc: core: Convert from IDR to IDA for host indexes
2016-04-18 11:43 UTC (3+ messages)
` [PATCH 2/3] mmc: block: Release index in partition allocation error path
` [PATCH 3/3] mmc: block: Convert to IDA for partition device indexes
[PATCH 0/1] mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
2016-04-18 11:21 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] mmc: drop unnecessary bit checking
2016-04-18 11:21 UTC (2+ messages)
[PATCH v4 0/3] mmc: pwrseq: convert to proper driver
2016-04-18 11:21 UTC (5+ messages)
` [PATCH v4 1/3] mmc: pwrseq_simple: add to_pwrseq_simple() macro
` [PATCH v4 2/3] mmc: pwrseq_emmc: add to_pwrseq_emmc() macro
` [PATCH v4 3/3] mmc: pwrseq: convert to proper platform device
[PATCH 0/3] mmc: usdhi6rol0: UHS support
2016-04-18 11:18 UTC (5+ messages)
` [PATCH 1/3] mmc: dt: usdhi6rol0: add optional pinctrl binding
` [PATCH 2/3] mmc: usdhi6rol0: add support for UHS modes
` [PATCH 3/3] mmc: usdhi6rol0: add pinctrl to set pin drive strength
[PATCH v2 0/9] r8a7790: add UHS-I (SDR50) support to Lager
2016-04-18 7:33 UTC (8+ messages)
` [PATCH v2 2/9] mmc: tmio, sh_mobile_sdhi: Add support for variable input clock frequency
[PATCH] mmc: mediatek: fix request blocked by cancel_delayed_work
2016-04-18 7:13 UTC
[PATCH] mmc/sdio: utilize runtime PM to speed up SDIO card's resume process
2016-04-18 3:59 UTC (2+ messages)
[PATCH 00/23] a few sdhci/imx clean up and fix patches
2016-04-15 17:29 UTC (24+ messages)
` [PATCH 01/23] mmc: sdhci: removed unneeded function wrappers
` [PATCH 02/23] mmc: sdhci: move sdhci_get_cd() forward to avoid declaration
` [PATCH 03/23] mmc: core: fix a comment typo
` [PATCH 04/23] mmc: sdhci: re-factor sdhci_start_signal_voltage()
` [PATCH 05/23] mmc: core: mmc_regulator_set_vqmmc not return error if vqmmc/vmmc not exist
` [PATCH 06/23] mmc: sdhci: using common mmc_regulator_set_vqmmc()
` [PATCH 07/23] mmc: sdhci: check SDHCI_QUIRK2_NO_1_8_V when do voltage switch
` [PATCH 08/23] mmc: sdhci: rename quirk SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12
` [PATCH 09/23] mmc: sdhci: fix incorrect get data interrupt during no data transfer
` [PATCH 10/23] mmc: core: disable auto retune during card detection process
` [PATCH 11/23] mmc: sdhci-esdhci-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VAL
` [PATCH 12/23] mmc: sdhci-esdhc-imx: add esdhc specific suspend resume callback
` [PATCH 13/23] mmc: sdhci-esdhc-imx: restore watermark level setting after resume
` [PATCH 14/23] mmc: sdhci-esdhci-imx: disable DLL delay line settings explicitly
` [PATCH 15/23] mmc: sdhci-esdhc-imx: support setting tuning start point
` [PATCH 16/23] doc: dt: fsl-imx-esdhc: add set tuning start point binding
` [PATCH 17/23] mmc: sdhci: add standard hw auto retuning support
` [PATCH 18/23] mmc: sdhci-esdhc-imx: enable hw auto retuning for STD_TUNING
` [PATCH 19/23] mmc: sdhci-esdhc-imx: enable hw auto retuning for MAN_TUNING
` [PATCH 20/23] mmc: sdhci-esdhc-imx: fix strobe DLL lock wrong clock issue
` [PATCH 21/23] mmc: sdhci-esdhc-imx: factor out hw related intialization into function
` [PATCH 22/23] mmc: sdhci-esdhc-imx: move tuning static configuration into hwinit function
` [PATCH 23/23] mmc: sdhci-esdhc-imx: clear tuning bits during hwinit
'error -110 sending stop command' on Zynq platform
2016-04-15 16:04 UTC (4+ messages)
[PATCH] mmc: reduce nesting and join error strings into one line
2016-04-15 11:03 UTC (7+ messages)
[GIT PULL] MMC fixes for v.4.6 rc4
2016-04-15 9:52 UTC
[PATCH 0/5] mmc: tmio: make CTL_STATUS handling consistent
2016-04-15 9:11 UTC (8+ messages)
` [PATCH 1/5] mmc: tmio: give read32/write32 functions more descriptive names
` [PATCH 2/5] mmc: tmio: use BIT() within defines
` [PATCH 3/5] mmc: tmio: use CTL_STATUS consistently
` [PATCH 4/5] mmc: tmio/sdhi: distinguish between SCLKDIVEN and ILL_FUNC
` [PATCH 5/5] mmc: tmio: document CTL_STATUS handling
[PATCH v3 0/3] mmc: pwrseq: convert to proper driver
2016-04-14 12:07 UTC (6+ messages)
` [PATCH v3 1/3] mmc: pwrseq_simple: add to_pwrseq_simple() macro
` [PATCH v3 2/3] mmc: pwrseq_emmc: add to_pwrseq_emmc() macro
` [PATCH v3 3/3] mmc: pwrseq: convert to proper platform device
[PATCH] mmc: tegra: Disable UHS-I modes for tegra124
2016-04-14 9:48 UTC (3+ messages)
[next] Failing Odroid XU3 boot due to missing MMC device
2016-04-14 9:07 UTC (7+ messages)
[PATCH 0/6] mmc: Add in-kernel firmware upgrade support
2016-04-14 8:48 UTC (9+ messages)
` [PATCH 1/6] mmc: core: in _init, exclude FW revision from CID check
` [PATCH 2/6] mmc: core: resecan [EXT_]CSD at card init
` [PATCH 3/6] FROMLIST: mmc: core: Support FFU for eMMC v5.0
` [PATCH 4/6] mmc: add FFU support to card/block.c
` [PATCH 5/6] mmc: ffu: Hack for Hynix eMMC
` [PATCH 6/6] mmc: ffu: Hack for Samsung part
[RFC 0/6] mmc: Field Firmware Update
2016-04-14 8:35 UTC (10+ messages)
[PATCH] mmc: block: Use the mmc host device index as the mmcblk device index
2016-04-14 7:26 UTC (11+ messages)
[PATCH] mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED code
2016-04-14 4:26 UTC (4+ messages)
[PATCH v2 1/2] mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED code
2016-04-14 4:19 UTC (2+ messages)
` [PATCH v2 2/2] mmc: sdhci: use IS_ENABLE(CONFIG_LEDS_CLASS) to enable LED struct members
[PATCH 0/5] mmc: sdhci: Misc patches
2016-04-13 13:45 UTC (11+ messages)
` [PATCH 4/5] mmc: sdhci: Fix error paths in sdhci_add_host()
` [PATCH 5/5] mmc: sdhci: Tidy together LED code
[PATCH] mmc: block: Correct response type of stop command for sdcard
2016-04-13 11:41 UTC (4+ messages)
[PATCH v3 0/3] SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST removal
2016-04-13 11:40 UTC (2+ messages)
[PATCH] qcom: sdhci-msm: enable the DLL clock
2016-04-13 11:40 UTC (4+ messages)
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).