messages from 2017-02-15 23:58:11 to 2017-03-02 01:12:52 UTC [more...]
[PATCH v3 1/10] mmc: meson-gx: simplify bounce buffer setting in meson_mmc_start_cmd
2017-03-01 20:20 UTC (17+ messages)
` [PATCH v3 2/10] mmc: meson-gx: make two functions return void
` [PATCH v3 3/10] mmc: meson-gx: remove unused members irq, ocr_mask from struct meson_host
` [PATCH v3 4/10] mmc: meson-gx: remove unneeded variable in meson_mmc_clk_init
` [PATCH v3 5/10] mmc: meson-gx: remove member parent_mux from struct meson_host
` [PATCH v3 6/10] mmc: meson-gx: fix error path in meson_mmc_clk_init / meson_mmc_probe
` [PATCH v3 7/10] mmc: meson-gx: remove unneeded devm_kstrdup in meson_mmc_clk_init
` [PATCH v3 8/10] mmc: meson-gx: improve initial configuration
` [PATCH v3 9/10] mmc: meson-gx: remove member mrq from struct meson_host
` [PATCH v3 10/10] mmc: meson-gx: replace magic timeout numbers with constants
[PATCH] mmc: core: Fix access to HS400-ES devices
2017-03-02 1:12 UTC (3+ messages)
[PATCH 0/4] mmc: pwrseq: post_ios power sequence
2017-03-01 22:43 UTC (6+ messages)
` [PATCH 1/4] mmc: core: Add post_ios_power_on callback for power sequences
` [PATCH 2/4] mmc: pwrseq-simple: Add optional op. for post_ios_power_on callback
` [PATCH 3/4] mmc: pwrseq_simple: Add an optional pre-power-on-delay
` [PATCH 4/4] arm: dts: rockchip: Enable post_ios_power_on and pre-power-on-delay-ms
[PATCH 0/4] mmc: add pwrseq-based hw_reset
2017-03-01 18:01 UTC (2+ messages)
[PATCH v3 0/7] mmc: bcm2835: Add new driver for the sdhost controller
2017-03-01 19:41 UTC (14+ messages)
` [PATCH v3 1/7] dt-bindings: Add binding for brcm,bcm2835-sdhost
` [PATCH v3 2/7] mmc: bcm2835: Add new driver for the sdhost controller
` [PATCH v3 3/7] mmc: bcm2835: add sdhost controller to devicetree
` [PATCH v3 4/7] arm: set CONFIG_MMC_BCM2835=y in bcm2835_defconfig and multi_v7_defconfig
` [PATCH v3 5/7] arm64: set CONFIG_MMC_BCM2835=y in defconfig
` [PATCH v3 6/7] ARM: dts: bcm283x: switch from &sdhci to &sdhost
` [PATCH v3 7/7] ARM: dts: bcm2837: add &sdhci and &sdhost
[PATCH 00/16] multiqueue for MMC/SD third try
2017-03-01 17:48 UTC (34+ messages)
` [PATCH 06/16] mmc: core: replace waitqueue with worker
` [PATCH 01/16] mmc: core: move some code in mmc_start_areq()
` [PATCH 02/16] mmc: core: refactor asynchronous request finalization
` [PATCH 03/16] mmc: core: refactor mmc_request_done()
` [PATCH 05/16] mmc: core: add a kthread for completing requests
` [PATCH 07/16] mmc: core: do away with is_done_rcv
` [PATCH 08/16] mmc: core: do away with is_new_req
` [PATCH 09/16] mmc: core: kill off the context info
` [PATCH 10/16] mmc: queue: simplify queue logic
` [PATCH 11/16] mmc: block: shuffle retry and error handling
` [PATCH 12/16] mmc: queue: stop flushing the pipeline with NULL
` [PATCH 13/16] mmc: queue: issue struct mmc_queue_req items
` [PATCH 14/16] mmc: queue: get/put struct mmc_queue_req
` [PATCH 15/16] mmc: queue: issue requests in massive parallel
[PATCH] mmc: core: Fix power sequence ordering in mmc_power_up
2017-03-01 10:00 UTC (3+ messages)
[PATCH v1] Fixed bug where clock frequency could be set wrong
2017-03-01 9:56 UTC (6+ messages)
` [PATCH v1] mmc: mediatek: "
[RFC PATCH v2 0/4] fix some incorrect timeout clock getting from sdhci variant drivers
2017-02-28 13:43 UTC (8+ messages)
` [RFC PATCH v2 1/4] mmc: sdhci: add comment for get_timeout_clock callback
` [RFC PATCH v2 2/4] mmc: sdhci: get the timeout_clk from callback in Hz
` [RFC PATCH v2 3/4] mmc: sdhci-of-arasan: fix incorrect timeout clock
` [RFC PATCH v2 4/4] mmc: sdhci-cadence: fix the return value of sdhci_cdns_get_timeout_clock
[PATCH] mmc: sdhci-pxav2: add error handling of clk_prepare_enable()
2017-02-28 11:55 UTC (2+ messages)
[PATCH] mmc: meson-gx: fix error path when driver initialization fails before enabling clocks
2017-02-28 3:09 UTC (4+ messages)
` [PATCH v2] mmc: meson-gx: remove mmc host on device removal
[RFC PATCH 0/4] mmc: core: Provide CMD5 awake and partial_init support
2017-02-27 19:04 UTC (11+ messages)
` [RFC PATCH 1/4] Documentation: mmc: add mmc-sleep-awake
` [RFC PATCH 2/4] mmc: core: add mmc-sleep-awake caps
` [RFC PATCH 3/4] mmc: mmc: add support for CMD5 awake
` [RFC PATCH 4/4] mmc: core: Implement mmc_partial_init during resume
[PATCH] mmc: block: Fix cmd error reset failure path
2017-02-27 14:08 UTC (2+ messages)
[PATCH 0/7] Some cleanup for dwmmc
2017-02-27 11:41 UTC (9+ messages)
` [PATCH 1/7] mmc: dw_mmc: improve the timeout polling code
` [PATCH 2/7] mmc: dw_mmc: move dw_mci_reset forward to avoid declaration
` [PATCH 3/7] mmc: dw_mmc: move dw_mci_ctrl_reset "
` [PATCH 4/7] mmc: dw_mmc: move dw_mci_get_cd "
` [PATCH 5/7] mmc: dw_mmc: remove declaration of dw_mci_card_busy
` [PATCH 6/7] mmc: dw_mmc: move mci_send_cmd forward to avoid declaration
` [PATCH 7/7] mmc: dw_mmc: improve dw_mci_reset a bit
[PATCH v6 00/14] mmc: Add support to Marvell Xenon SD Host Controller
2017-02-27 9:41 UTC (7+ messages)
` [PATCH v6 07/14] dt: bindings: Add bindings for "
[RFC PATCH 0/4] fix some incorrect timeout clock getting from sdhci variant drivers
2017-02-27 6:57 UTC (7+ messages)
` [RFC PATCH 1/4] mmc: sdhci: add comment for get_timeout_clock callback
` [RFC PATCH 2/4] mmc: sdhci: add new helper to get timeout clock
` [RFC PATCH 3/4] mmc: sdhci-bcm-kona: reuse sdhci_pltfm_clk_get_timeout_clock
` [RFC PATCH 4/4] mmc: sdhci-of-arasan: fix incorrect timeout clock
[PATCH 0/3] Allow setting dmi-product-name on the cmdline + dmi sdhci quirk
2017-02-25 18:31 UTC (5+ messages)
` [PATCH 1/3] firmware: dmi_scan: Add dmi_product_name kernel cmdline option
` [PATCH 2/3] mmc: sdhci-acpi: Check device status before calling fix_up_power()
` [PATCH 3/3] mmc: sdhci-acpi: Add a quirk to not break wifi on GPD WIN I55 machines
[PATCH v4 0/3] mmc: mediatek: Use data tune for CMD line tune
2017-02-24 22:47 UTC (5+ messages)
` [PATCH v4 1/3] mmc: dt-bindings: update Mediatek MMC bindings
SDIO bus hang on BayTrail machines
2017-02-24 15:27 UTC (5+ messages)
RE:
2017-02-23 15:09 UTC
Acer ES1-432 eMMC not detected, mmc_select_hs200 fails
2017-02-23 17:15 UTC (2+ messages)
[PATCH v2 1/2] mmc: tegra: Support module reset
2017-02-23 16:23 UTC (2+ messages)
` [PATCH v2 2/2] mmc: tegra: Add Tegra186 support
[PATCH 1/7] dt-bindings: rockchip-dw-mshc: rename RK1108 to RV1108
2017-02-23 14:59 UTC (4+ messages)
[PATCH RFC 00/39] mmc: Add Command Queue support
2017-02-23 14:54 UTC (7+ messages)
` [PATCH RFC 05/39] mmc: mmc: Add functions to enable / disable the Command Queue
` [PATCH RFC 25/39] mmc: sdhci: Improve debug print format
[PATCH] Add HS400 enhanced strobe support
2017-02-23 12:49 UTC (2+ messages)
[PATCH 1/2] [1/2] mmc: sdhci-cadence: Fix writing PHY delay
2017-02-23 11:47 UTC (7+ messages)
` [PATCH 2/2] [2/2] mmc: sdhci-cadence: Update PHY delay configuration
[PATCH 00/13] Ingenic JZ4740 / JZ4780 pinctrl driver
2017-02-23 9:59 UTC (10+ messages)
` [PATCH v3 00/14] "
` [PATCH v3 01/14] Documentation: dt/bindings: Document pinctrl-ingenic
[GIT PULL] MMC for v.4.11
2017-02-21 12:19 UTC
Some throughput tests with MQ and BFQ on MMC/SD
2017-02-20 15:32 UTC (11+ messages)
[PATCH 02/18] mmc: meson-gx: remove code for unsupported CMD23
2017-02-19 19:41 UTC (17+ messages)
` [PATCH 04/18] mmc: meson-gx: improve meson_mmc_start_cmd
` [PATCH 13/18] mmc: meson-gx: remove unneeded meson_mmc_clk_set in meson_mmc_clk_init
[PATCH 1/4] ARM64: Prepare Marvell IAP140 aka PXA1908
2017-02-19 3:19 UTC
[PATCH v2 1/9] mmc: meson-gx: simplify bounce buffer setting in meson_mmc_start_cmd
2017-02-18 11:26 UTC (13+ messages)
` [PATCH v2 2/9] mmc: meson-gx: make two functions return void
` [PATCH v2 3/9] mmc: meson-gx: remove unused members irq, ocr_mask from struct meson_host
` [PATCH v2 4/9] mmc: meson-gx: remove unneeded variable in meson_mmc_clk_init
` [PATCH v2 5/9] mmc: meson-gx: remove member parent_mux from struct meson_host
` [PATCH v2 6/9] mmc: meson-gx: remove unneeded meson_mmc_clk_set in meson_mmc_clk_init
` [PATCH v2 7/9] mmc: meson-gx: remove unneeded devm_kstrdup "
` [PATCH v2 8/9] mmc: meson-gx: improve initial configuration
` [PATCH v2 9/9] mmc: meson-gx: remove member mrq from struct meson_host
[RFC] mmc: core: check also R1 response for stop commands
2017-02-17 23:13 UTC
[PATCH 0/2] mmc: meson-gx: fix module unloading
2017-02-17 23:03 UTC (8+ messages)
` [PATCH 1/2] mmc: meson-gx: prevent cfg_div_clk from being disabled on init
` [PATCH 2/2] mmc: meson-gx: remove mmc host on device removal
[PATCH v2] mmc: host: tmio: ensure end of DMA and SD access are in sync
2017-02-17 18:22 UTC
[GIT PULL] MMC fixes for v.4.10 rc9
2017-02-17 7:37 UTC
[PATCH v2 0/9] mmc: meson-gx: series with smaller improvements
2017-02-16 19:38 UTC
[PATCH 0/2] mmc: meson-gx: fix mmc module unloading
2017-02-16 14:48 UTC (2+ messages)
[PATCH v2 0/4] mmc: host: tmio: properly report status from autocmd12
2017-02-16 15:03 UTC (11+ messages)
` [PATCH v2 2/4] mmc: host: tmio: fix minor typos in comments
` [PATCH v2 4/4] mmc: host: tmio: fill in response from auto cmd12
[RFC] mmc: host: tmio: ensure end of DMA and SD access are in sync
2017-02-16 8:44 UTC (3+ messages)
[PATCH] mmc: core: use eMMC lifetime info to warn user
2017-02-16 2:21 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