messages from 2017-11-15 13:08:14 to 2017-11-27 09:57:52 UTC [more...]
[PATCH 0/4] R-Car D3 (r8a77995) SDHI (eMMC) integration
2017-11-27 9:57 UTC (16+ messages)
` [PATCH 1/4] mmc: renesas_sdhi: enable R-Car D3 (r8a77995) support
` [PATCH 2/4] arm64: dts: r8a77995: Add SDHI (MMC) support
` [PATCH 3/4] arm64: dts: r8a77995: draak: enable SDHI2
` [PATCH 4/4] dt-bindings: mmc: renesas_sdhi: Add r8a77995 support
[PATCH RFT] mmc: core: use usleep_range rather than HZ magic in mmc_delay()
2017-11-27 9:57 UTC (9+ messages)
[PATCH RFT] mmc: tmio: use usleep_range consistently
2017-11-27 9:57 UTC (2+ messages)
[PATCH v2] mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
2017-11-27 9:57 UTC (3+ messages)
[PATCH] mmc: slot-gpio: call gpiod_to_irq() only when MMC_CAP_NEEDS_POLL is unset
2017-11-27 9:57 UTC (2+ messages)
[PATCH] mmc: usdhi6rol0: Handle return value of platform_get_irq_byname for card detect
2017-11-27 9:34 UTC (3+ messages)
[PATCH v2 00/22] mmc: tmio: various fixes and cleanups
2017-11-26 9:02 UTC (24+ messages)
` [PATCH v2 01/22] mmc: renesas_sdhi: consolidate DMAC CONFIG options
` [PATCH v2 02/22] mmc: renesas_sdhi: remove wrong depends on to enable compile test
` [PATCH v2 03/22] mmc: renesas_sdhi: remove eprobe jump label
` [PATCH v2 04/22] mmc: tmio: set tmio_mmc_host to driver data
` [PATCH v2 05/22] mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()
` [PATCH v2 06/22] mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static data
` [PATCH v2 07/22] mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directly
` [PATCH v2 08/22] mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()
` [PATCH v2 09/22] mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CD
` [PATCH v2 10/22] mmc: tmio: support IP-builtin card detection logic
` [PATCH v2 11/22] mmc: renesas_sdhi: remove always false condition
` [PATCH v2 12/22] mmc: tmio,renesas_sdhi: move struct tmio_mmc_dma to renesas_sdhi.h
` [PATCH v2 13/22] mmc: tmio,renesas_sdhi: move Renesas-specific DMA data "
` [PATCH v2 14/22] mmc: tmio,renesas_sdhi: move ssc_tappos "
` [PATCH v2 15/22] mmc: tmio: change bus_shift to unsigned int
` [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] mmc: renesas_sdhi: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
2017-11-24 15:42 UTC (2+ messages)
[GIT PULL] MMC fixes for v.4.14-rc4
2017-11-24 15:20 UTC (7+ messages)
` sdhci broke in 4.14 [was: MMC fixes for v.4.14-rc4]
[PATCH v4] mmc: sdhci-acpi: Add support for ACPI HID of AMD Controller with HS400
2017-11-24 10:22 UTC
[PATCH V14 00/24] mmc: Add Command Queue support
2017-11-24 10:12 UTC (40+ messages)
` [PATCH V14 01/24] mmc: block: Fix missing blk_put_request()
` [PATCH V14 02/24] mmc: block: Check return value of blk_get_request()
` [PATCH V14 03/24] mmc: core: Do not leave the block driver in a suspended state
` [PATCH V14 04/24] mmc: block: Ensure that debugfs files are removed
` [PATCH V14 05/24] mmc: block: No need to export mmc_cleanup_queue()
` [PATCH V14 06/24] mmc: block: Simplify cleaning up the queue
` [PATCH V14 07/24] mmc: block: Use data timeout in card_busy_detect()
` [PATCH V14 08/24] mmc: block: Check for transfer state "
` [PATCH V14 09/24] mmc: block: Make card_busy_detect() accumulate all response error bits
` [PATCH V14 10/24] mmc: core: Make mmc_pre_req() and mmc_post_req() available
` [PATCH V14 11/24] mmc: block: Add error-handling comments
` [PATCH V14 12/24] mmc: core: Add parameter use_blk_mq
` [PATCH V14 13/24] mmc: block: Add blk-mq support
` [PATCH V14 14/24] mmc: block: Add CQE support
` [PATCH V14 15/24] mmc: cqhci: support for command queue enabled host
` [PATCH V14 16/24] mmc: sdhci-pci: Add CQHCI support for Intel GLK
` [PATCH V14 17/24] mmc: block: blk-mq: Add support for direct completion
` [PATCH V14 18/24] mmc: block: blk-mq: Separate card polling from recovery
` [PATCH V14 19/24] mmc: block: blk-mq: Check error bits and save the exception bit when polling card busy
` [PATCH V14 20/24] mmc: block: blk-mq: Stop using legacy recovery
` [PATCH V14 21/24] mmc: mmc_test: Do not use mmc_start_areq() anymore
` [PATCH V14 22/24] mmc: core: Remove option not to use blk-mq
` [PATCH V14 23/24] mmc: block: Remove code no longer needed after the switch to blk-mq
` [PATCH V14 24/24] mmc: core: "
[PATCH v5 2/2] mmc: sdio support external scatter gather list
2017-11-24 7:12 UTC (3+ messages)
[PATCH] mmc: sdhci-msm: Optionally wait for signal level changes
2017-11-23 18:13 UTC (5+ messages)
` [PATCH v2] "
` [v2] "
[PATCH] mmc: core: prepend 0x to hex numbers in sysfs
2017-11-23 18:12 UTC (3+ messages)
[PATCH v2] mmc : implement REQ_OP_WRITE_ZEROES
2017-11-23 13:57 UTC (2+ messages)
More TMIO MMC variant. What is a preferred name?
2017-11-23 7:04 UTC (14+ messages)
[PATCH 0/6] mmc: tmio, renesas_shci: cleanups, core code change for new driver
2017-11-23 4:18 UTC (22+ messages)
` [PATCH 1/6] mmc: renesas_sdhc: remove eprobe jump label
` [PATCH 2/6] mmc: tmio: set tmio_mmc_host to driver data
` [PATCH 3/6] mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()
` [PATCH 4/6] mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static data
` [PATCH 5/6] mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directly
` [PATCH 6/6] mmc: tmio: move mmc_of_parse() out of tmio_mmc_host_probe()
[tegra186]: emmc resume failing after booting from snapshot image
2017-11-22 16:39 UTC (6+ messages)
[PATCH 1/6 v3] mmc: meson-gx-mmc: Fix platform_get_irq's error checking
2017-11-22 12:02 UTC (7+ messages)
` [PATCH 2/6 v3] mmc: s3cmci: "
` [PATCH 3/6 v3] mmc: sdhci-acpi: Handle return value of platform_get_irq
` [PATCH 4/6 v3] mmc: sdhci-spear: "
` [PATCH 6/6 v3] mmc: sunxi-mmc: "
[PATCH v3] mmc: sdhci-acpi: Add support for ACPI HID of AMD Controller with HS400
2017-11-22 9:21 UTC (2+ messages)
[PATCH v5 1/2] mmc: API for accessing host supported maximum segment count and size
2017-11-22 7:49 UTC
[PATCH v4 1/2] mmc: API for accessing host supported maximum segment count and size
2017-11-22 1:58 UTC (7+ messages)
` [EXT] "
[PATCH v4 1/2] mmc: API for accessing host supported maximum segment count and size
2017-11-22 0:52 UTC
[PATCH] mmc: card: increase wait time
2017-11-21 11:38 UTC (6+ messages)
[PATCH 0/3] mmc: tmio: fix card detection
2017-11-20 20:54 UTC (8+ messages)
` [PATCH 2/3] mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CD
` [PATCH 3/3] mmc: tmio: support IP-builtin card detection logic
[PATCH] mfd: tmio: move register macros to tmio_core.c
2017-11-20 20:52 UTC (2+ messages)
[PATCH 0/2] mmc: renesas_sdhi: clean-up and fix CONFIG stuff for renesas_sdhi
2017-11-20 20:40 UTC (7+ messages)
` [PATCH 1/2] mmc: renesas_sdhi: consilidate DMAC CONFIG options
` [PATCH 2/2] mmc: renesas_shci: remove wrong depends on to enable compile test
[PATCH 1/6 v2] mmc: meson-gx-mmc: Fix platform_get_irq's error checking
2017-11-20 6:45 UTC (8+ messages)
` [PATCH 2/6 v2] mmc: s3cmci: "
` [PATCH 3/6 v2] mmc: sdhci-acpi: Handle return value of platform_get_irq
` [PATCH 4/6 v2] mmc: sdhci-spear: "
` [PATCH 5/6 v2] mmc: sh_mmcif: "
` [PATCH 6/6 v2] mmc: sunxi-mmc: "
[PATCH 0/6] mmc: Handle platform_get_irq's error checking and return
2017-11-20 6:43 UTC (10+ messages)
` [PATCH 1/6] mmc: meson-gx-mmc: Fix platform_get_irq's error checking
` [PATCH 2/6] mmc: s3cmci: "
` [PATCH 3/6] mmc: sdhci-acpi: Handle return value of platform_get_irq
` [PATCH 4/6] mmc: sdhci-spear: "
` [PATCH 5/6] mmc: sh_mmcif: "
` [PATCH 6/6] mmc: sunxi-mmc: "
[PATCH] mmc: core/block.c: fix comment typos
2017-11-19 2:01 UTC
[PATCH] mmc: core: Send SLEEP_NOTIFICATION for eMMC 5.x device
2017-11-18 1:06 UTC
[PATCH V13 00/10] mmc: Add Command Queue support
2017-11-16 9:46 UTC (11+ messages)
` [PATCH V13 03/10] mmc: block: Add blk-mq support
[PATCH v1] mmc: sdhci-of-esdhc: Workaround for reducing the maximum speed on ls1021atwr
2017-11-16 7:34 UTC (2+ messages)
[PATCH 00/12 v5] Multiqueue for MMC/SD
2017-11-15 13:50 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