messages from 2014-09-26 07:00:06 to 2014-10-16 16:10:38 UTC [more...]
[PATCH] mmc: dw_mmc: Remove old card detect infrastructure
2014-10-16 16:10 UTC (6+ messages)
[BUG] sdhci-acpi/adma/64-bit/3.17 data corruption
2014-10-16 15:26 UTC
question about block layer and dma alignment issue
2014-10-16 14:31 UTC (4+ messages)
[PATCH] mmc: Report firmware version for eMMC 5.0 devices
2014-10-16 13:28 UTC (2+ messages)
[PATCH v6] mmc: dw_mmc: Add IDMAC 64-bit address mode support
2014-10-16 12:01 UTC (8+ messages)
[PATCH] mmc: dw_mmc: rockchip: Don't recalc the clock when it goes off
2014-10-16 2:21 UTC (2+ messages)
[PATCH 0/1] sdhci-bcm2835: added quirk and removed udelay in write ops
2014-10-15 16:43 UTC (3+ messages)
` [PATCH 1/1] mmc: "
[PATCH] mmc: dw_mmc: Change signal voltage error to dev_dbg()
2014-10-15 1:40 UTC (5+ messages)
[PATCH] mmc: dw_mmc: Reset DMA before enabling IDMAC
2014-10-14 19:58 UTC (8+ messages)
[PATCH 0/7] mmc: Cleanup and modernize PM callbacks
2014-10-14 11:45 UTC (8+ messages)
` [PATCH 1/7] mmc: core: Remove superfluous ifdefs for SDIO bus' "
` [PATCH 2/7] mmc: core: Don't export the to_sdio_driver macro
` [PATCH 3/7] mmc: core: Convert the mmc_driver to use the modern PM ops
` [PATCH 4/7] mmc: core: Convert mmc_driver to device_driver
` [PATCH 5/7] mmc: msm_sdcc: Use platform_set|get_drvdata
` [PATCH 6/7] mmc: block: Use dev_set|get_drvdata()
` [PATCH 7/7] mmc: core: Remove unused mmc_list_to_card() macro
[PATCH] mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl states
2014-10-13 12:02 UTC (2+ messages)
[PATCH 0/5] mmc: Miscellaneous fixes for SDHCI and MMC core
2014-10-13 11:53 UTC (7+ messages)
` [PATCH 1/5] mmc: sdhci: Balance vmmc regulator_disable()
` [PATCH 2/5] mmc: sdhci: fix error conditions for controller reset
` [PATCH 3/5] mmc: core: Initialize SET_BLOCK_COUNT request fields
` [PATCH 4/5] mmc: core: Add debug message for SET_BLOCK_COUNT result
` [PATCH 5/5] mmc: core: Fix error paths and messages in mmc_init_card
[PATCH v5 07/11] mmc: sdio: Convert to dev_pm_domain_attach|detach()
2014-10-13 11:44 UTC (4+ messages)
[GIT PULL] MMC for v.3.18
2014-10-10 7:57 UTC
[PATCH v2 2/2] mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe
2014-10-10 7:51 UTC (2+ messages)
eMMC and "mkfs.ext3" hangs without "-E nodiscard"
2014-10-09 20:40 UTC (6+ messages)
Repost: PROBLEM: Broadcom Corporation BCM57765/57785 SDXC/MMC Card Reader - does not read SDHC
2014-10-09 15:08 UTC
[PATCH] ARM: dts: fix MMC2 regulators for Exynos5420 Arndale Octa board
2014-10-09 11:41 UTC (16+ messages)
[PATCH v5] mmc: dw_mmc: Add IDMAC 64-bit address mode support
2014-10-09 7:37 UTC (3+ messages)
[RFC PATCH 0/2] mmc: Fix prepared resource handling at bkops
2014-10-08 11:25 UTC (3+ messages)
` [RFC PATCH 1/2] mmc: core: fix prepared requests while doing bkops
` [RFC PATCH 2/2] mmc: mmci: fix mmci_post_request
[PATCH 2/2] mmc: Allow setting slot index via devicetree alias
2014-10-08 10:53 UTC
[PATCH] mmc: add new au6601 driver
2014-10-08 7:46 UTC (10+ messages)
` [PATCH v2] "
[PATCH 0/2] mxcmmc driver fixes
2014-10-08 6:49 UTC (6+ messages)
` [PATCH 1/2] mmc: mxcmmc: fix race condition when dma finish a data transfer
` [PATCH 2/2] mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe
[RFC PATCH] mmc: sdhci: switch from programmable clock mode to divided one if needed
2014-10-07 8:11 UTC
[PATCH 0/3] mmc: sdhci-acpi: Fix Braswell eMMC timeout clock frequency
2014-10-06 13:14 UTC (5+ messages)
` [PATCH 1/3] mmc: sdhci-acpi: Get UID directly from acpi_device
` [PATCH 2/3] mmc: sdhci-acpi: Pass HID and UID to probe_slot
` [PATCH 3/3] mmc: sdhci-acpi: Fix Braswell eMMC timeout clock frequency
[PATCH v2 0/9] unshare and simplify omap_hsmmc platform struct
2014-10-06 7:34 UTC (16+ messages)
` [PATCH v2 1/9] omap_hsmmc: use separate platform data for ompa3 and omap 1/2 driver
` [PATCH v2 2/9] omap_hsmmc: remove unused fields in platform_data
` [PATCH v2 3/9] omap_hsmmc: remove un-initialized callbacks from platform data
` [PATCH v2 4/9] omap_hsmmc: remove un-ready power_saving field in omap2_hsmmc_info
` [PATCH v2 5/9] omap_hsmmc: remove unused get_context_loss_count callback
` [PATCH v2 6/9] omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirection
` [PATCH v2 7/9] omap_hsmmc: pass mmc_priv struct to gpio init / free
` [PATCH v2 8/9] omap_hsmmc: Remove unnecessary callbacks from platform data
` [PATCH v2 9/9] omap_hsmmc: remove unused slot_id parameter
[PATCH v3 0/3] ARM: OMAP2+: MMC: use separate platform data for omap3 and omap 1/2 driver
2014-10-04 23:26 UTC (4+ messages)
` [PATCH v3 1/3] ARM: OMAP2+: remove unused defines from mach-omap2/mmc header
` [PATCH v3 2/3] ARM: OMAP2+: include mmc-omap platform directly in hwmod data files
` [PATCH v3 3/3] ARM: OMAP2+: use separate platform data for omap3 and omap 1/2 driver
PROBLEM: Broadcom Corporation BCM57765/57785 SDXC/MMC Card Reader - does not read SDHC
2014-10-03 21:39 UTC
[PATCH 00/12] SDHCI PXA cleanup and clocks
2014-10-03 15:55 UTC (13+ messages)
` [PATCH 01/12] mmc: sdhci-pxav2: Drop unused struct sdhci_pxa
` [PATCH 02/12] mmc: sdhci-pxav3: Respect MMC_DDR52 timing on uhs signaling
` [PATCH 03/12] mmc: sdhci-pxav3: Move private driver data to driver source
` [PATCH 04/12] mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxa
` [PATCH 05/12] mmc: sdhci-pxav3: Remove checks for mandatory host clock
` [PATCH 06/12] mmc: sdhci-pxav3: Move I/O clock to private data
` [PATCH 07/12] mmc: sdhci-pxav3: Try to get named I/O clock first
` [PATCH 08/12] mmc: sdhci-pxav3: Get optional core clock
` [PATCH 09/12] mmc: sdhci-pxav3: Document clocks and additional clock-names property
` [PATCH 10/12] ARM: dts: berlin: Add SDHCI controller nodes to BG2/BG2CD
` [PATCH 11/12] ARM: dts: berlin: Enable WiFi on Google Chromecast
` [PATCH 12/12] ARM: dts: berlin: Enable eMMC on Sony NSZ-GS7
[PATCH] mmc: sunxi: Remove unused includes of linux/clk-private.h
2014-10-03 15:53 UTC
[PATCH 0/7] mmc: Some Braswell patches
2014-10-03 12:58 UTC (5+ messages)
[PATCH v2 2/2] mmc, sdhci, bcm-kona, LLVMLinux: Remove use of __initconst
2014-10-03 12:59 UTC (3+ messages)
` [PATCH v3] "
[PATCH V2 1/3] mmc: dw_mmc: use mmc_regulator_get_supply to handle regulators
2014-10-02 16:06 UTC (3+ messages)
[PATCH v4] mmc: core: restore detect line inversion semantics
2014-10-02 10:11 UTC (2+ messages)
[PATCH V2 0/3] Adding UHS support for dw_mmc driver
2014-10-01 15:38 UTC (13+ messages)
` [PATCH V2 1/3] mmc: dw_mmc: use mmc_regulator_get_supply to handle regulators
` [PATCH V2 2/3] mmc: dw_mmc: Support voltage changes
[PATCH v3] mmc: core: restore detect line inversion semantics
2014-10-01 14:56 UTC (3+ messages)
[PATCH] mmc: card: not access RPMB partition for normal read and write
2014-10-01 13:53 UTC (2+ messages)
[PATCH 0/6] mmc: Some misc patches
2014-10-01 8:36 UTC (11+ messages)
` [PATCH 1/6] mmc: Fix use of wrong device in mmc_gpiod_free_cd()
` [PATCH 2/6] mmc: Fix incorrect warning when setting 0 Hz via debugfs
` [PATCH 5/6] mmc: block: Fix SD card stop cmd response type
[PATCH v2] mmc: core: restore detect line inversion semantics
2014-10-01 8:24 UTC (2+ messages)
[PATCH] mmc: core: restore detect line inversion semantics
2014-10-01 8:22 UTC (4+ messages)
[PATCH 1/4] mmc: slot-gpio: switch to use flags when getting GPIO
2014-09-30 14:01 UTC (4+ messages)
` [PATCH 3/4 v2] mmc: host: switch OF parser to use gpio descriptors
[PATCH v3 00/12] clk: sunxi: Improve MMC clocks support
2014-09-30 7:01 UTC (13+ messages)
` [PATCH v3 03/12] clk: Add a function to retrieve phase
` [PATCH v3 11/12] mmc: sunxi: Convert MMC driver to the standard clock phase API
"Card stuck in programming state! __mmc_switch" problem on i.MX6 + eMMC
2014-09-30 0:35 UTC (2+ messages)
[PATCH] mmc: sdhci-pxav3: Fix Sparse warning of duplicate set_uhs_signaling entry
2014-09-29 13:25 UTC
[PATCH v2 1/2] mmc: atmel-mci: Switch to using managed resource in probe
2014-09-29 9:43 UTC (7+ messages)
` [PATCH v2 2/2] mmc: atmel-mci: Release mmc resources on failure "
` [PATCH] mmc: atmel-mci: fix mismatched section on atmci_cleanup_slot
From Daniel Klimowicz
2014-09-29 9:42 UTC
[PATCH 00/27] add pm_runtime_last_busy_and_autosuspend() helper
2014-09-28 15:37 UTC (5+ messages)
[PATCH v2] mmc: add Toshiba PCI SD controller driver
2014-09-26 18:01 UTC
[PATCH] mmc: davinci: Fix and simplify probe failure path
2014-09-26 10:11 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