Linux MMC Development
[Prev Page][Next Page]
- [PATCH v3 10/12] omap_hsmmc: use original sg_len for dma_unmap_sg
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- [PATCH v3 12/12] mmci: implement pre_req() and post_req()
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- [PATCH v3 11/12] omap_hsmmc: add support for pre_req and post_req
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- [PATCH v3 09/12] mmc: test: add random fault injection in core.c
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- [PATCH v3 04/12] mmc: add member in mmc queue struct to hold request data
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- [PATCH v3 00/12] mmc: use nonblock mmc requests to minimize latency
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH 0/4] mmc: tmio / sdhi: support multiple IRQs
- From: Simon Horman <horms@xxxxxxxxxxxx>
- Re: [PATCH v4] mmc: add runtime and system power-management support to the MMCIF driver
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- Re: [PATCH v2 4/4] mmc_spi.c: add support for the regulator framework
- From: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx>
- Re: [PATCH V2 16/16] mmc: omap_hsmmc: add a hardware reset before initialization
- From: "Varadarajan, Charulatha" <charu@xxxxxx>
- Re: [PATCH V2 04/16] mmc: omap_hsmmc: reduce a bit the error handlers in probe()
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- Re: [PATCH V2 04/16] mmc: omap_hsmmc: reduce a bit the error handlers in probe()
- From: "Varadarajan, Charulatha" <charu@xxxxxx>
- [PATCH 4/4] mmc: sdhi: support up to 3 interrupt sources
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH 3/4] mmc: sdhi: print out something useful
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH 0/4] mmc: tmio / sdhi: support multiple IRQs
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH 2/4] mmc: sdhi: no need for special interrupt flags
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH 1/4] mmc: tmio / sdhi: break out interrupt request/free
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH v4 05/15] mmc: sd: add support for uhs bus speed mode selection
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH v4 11/15] mmc: sdhci: add support for retuning mode 1
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH v4 10/15] mmc: sdhci: add support for programmable clock mode
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH v4 09/15] mmc: sdhci: enable preset value after uhs initialization
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH v4 08/15] mmc: sd: add support for tuning during uhs initialization
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH v4 07/15] mmc: sd: report correct speed and capacity of uhs cards
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH v4 06/15] mmc: sd: set current limit for uhs cards
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH v4 04/15] mmc: sdhci: reset sdclk before setting high speed enable
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH v4 03/15] mmc: sd: add support for driver type selection
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH v4 02/15] mmc: sd: query function modes for uhs cards
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH v4 01/15] mmc: sd: add support for signal voltage switch procedure
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- [PATCH] mmc: fixed wrong SD card detection
- From: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
- [PATCH V2 14/16] mmc: omap_hsmmc: adjust host controller clock in regard to current OPP
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 16/16] mmc: omap_hsmmc: add a hardware reset before initialization
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 13/16] OMAP: hsmmc: implement clock switcher
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 08/16] mmc: omap_hsmmc: split same pieces of code to separate functions
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 09/16] OMAP: hsmmc: Do not mux the slot if non default muxing is already done
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 03/16] mmc: omap_hsmmc: move hardcoded frequency constants to definition block
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 15/16] OMAP: hsmmc: add platform data for eMMC hardware reset gpio
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 01/16] mmc: omap_hsmmc: fix missing mmc_release_host() in no_off case
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 02/16] mmc: omap_hsmmc: correct debug report error status mnemonics
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 00/16] omap_hsmmc patches
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 05/16] mmc: omap_hsmmc: split duplicate code to calc_divisor() function
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 06/16] mmc: omap_hsmmc: introduce start_clock and re-use stop_clock
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 10/16] OMAP: board-rm680: set MMC nomux flag
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 07/16] mmc: omap_hsmmc: fix few bugs when set the clock divisor
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 12/16] mmc: omap_hsmmc: fix oops in omap_hsmmc_dma_cb
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 11/16] mmc: omap_hsmmc: ensure pbias configuration is always done
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH V2 04/16] mmc: omap_hsmmc: reduce a bit the error handlers in probe()
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- Re: [PATCH v4] mmc: add runtime and system power-management support to the MMCIF driver
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH v2 7/7] ARM: mxc: remove esdhc.h and use the public one
- From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
- Re: [PATCH 08/22] mmc: omap_hsmmc: correct debug report error status mnemonics
- From: "S, Venkatraman" <svenkatr@xxxxxx>
- Re: [PATCH 01/22] OMAP: sDMA: descriptor autoloading feature
- From: Tony Lindgren <tony@xxxxxxxxxxx>
- Re: Patch "mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume" has been added to the 2.6.32-longterm tree
- From: Ohad Ben-Cohen <ohad@xxxxxxxxxx>
- Re: [PATCH v2 3/7] mmc: sdhci: make sdhci-of device drivers self registered
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- [106/143] mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume
- From: Greg KH <gregkh@xxxxxxx>
- [107/143] mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
- From: Greg KH <gregkh@xxxxxxx>
- Patch "mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume" has been added to the 2.6.32-longterm tree
- Re: [PATCH v4] mmc: add runtime and system power-management support to the MMCIF driver
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- Re: Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
- From: Andreas Dilger <adilger@xxxxxxxxx>
- [PATCH v3] sdio: optimized SDIO IRQ handling for single irq
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- [PATCH v3] sdio: optimized SDIO IRQ handling for single irq
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
- From: Matthew Wilcox <matthew@xxxxxx>
- [PATCH v4] mmc: add runtime and system power-management support to the MMCIF driver
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH v2] mmc: Add runtime and system-wide PM to the TMIO MMC driver
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH v2 1/7] mmc: sdhci: make sdhci-pltfm device drivers self registered
- From: Anton Vorontsov <cbouatmailru@xxxxxxxxx>
- Re: [PATCH v2 2/7] mmc: sdhci: eliminate sdhci_of_host and sdhci_of_data
- From: Anton Vorontsov <cbouatmailru@xxxxxxxxx>
- Re: [PATCH v2 3/7] mmc: sdhci: make sdhci-of device drivers self registered
- From: Anton Vorontsov <cbouatmailru@xxxxxxxxx>
- Re: [PATCH v2 5/7] mmc: sdhci: consolidate sdhci-of-esdhc and sdhci-esdhc-imx
- From: Anton Vorontsov <cbouatmailru@xxxxxxxxx>
- Re: [PATCH v2 6/7] mmc: sdhci: merge two sdhci-pltfm.h into one
- From: Anton Vorontsov <cbouatmailru@xxxxxxxxx>
- Re: [PATCH 19/22] OMAP: hsmmc: implement clock switcher
- From: Grazvydas Ignotas <notasas@xxxxxxxxx>
- [PATCH v2 7/7] ARM: mxc: remove esdhc.h and use the public one
- From: Shawn Guo <shawn.guo@xxxxxxxxxx>
- [PATCH v2 6/7] mmc: sdhci: merge two sdhci-pltfm.h into one
- From: Shawn Guo <shawn.guo@xxxxxxxxxx>
- [PATCH v2 5/7] mmc: sdhci: consolidate sdhci-of-esdhc and sdhci-esdhc-imx
- From: Shawn Guo <shawn.guo@xxxxxxxxxx>
- [PATCH v2 4/7] sdhci: rename sdhci-esdhc-imx.c to sdhci-esdhc.c
- From: Shawn Guo <shawn.guo@xxxxxxxxxx>
- [PATCH v2 3/7] mmc: sdhci: make sdhci-of device drivers self registered
- From: Shawn Guo <shawn.guo@xxxxxxxxxx>
- [PATCH v2 2/7] mmc: sdhci: eliminate sdhci_of_host and sdhci_of_data
- From: Shawn Guo <shawn.guo@xxxxxxxxxx>
- [PATCH v2 1/7] mmc: sdhci: make sdhci-pltfm device drivers self registered
- From: Shawn Guo <shawn.guo@xxxxxxxxxx>
- [PATCH v2 0/7] Consolidate sdhci pltfm & OF drivers and get them self registered
- From: Shawn Guo <shawn.guo@xxxxxxxxxx>
- Re: [PATCH 07/22] mmc: omap_hsmmc: fix missing mmc_release_host() in no_off case
- From: Sergei Shtylyov <sshtylyov@xxxxxxxxxx>
- Re: [PATCH 13/22] mmc: omap_hsmmc: fix few bugs when set the clock divisor
- From: Grazvydas Ignotas <notasas@xxxxxxxxx>
- [PATCH 22/22] mmc: omap_hsmmc: add a hardware reset before initialization
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 17/22] mmc: omap_hsmmc: ensure pbias configuration is always done
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 18/22] mmc: omap_hsmmc: fix oops in omap_hsmmc_dma_cb
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 21/22] OMAP: hsmmc: add platform data for eMMC hardware reset gpio
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 19/22] OMAP: hsmmc: implement clock switcher
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 20/22] mmc: omap_hsmmc: adjust host controller clock in regard to current OPP
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 10/22] mmc: omap_hsmmc: reduce a bit the error handlers in probe()
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 14/22] mmc: omap_hsmmc: split same pieces of code to separate functions
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 13/22] mmc: omap_hsmmc: fix few bugs when set the clock divisor
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 09/22] mmc: omap_hsmmc: move hardcoded frequency constants to definition block
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 08/22] mmc: omap_hsmmc: correct debug report error status mnemonics
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 11/22] mmc: omap_hsmmc: split duplicate code to calc_divisor() function
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 07/22] mmc: omap_hsmmc: fix missing mmc_release_host() in no_off case
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 06/22] mmc: omap_hsmmc: limit scatterlist size for sDMA autoloading
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 12/22] mmc: omap_hsmmc: introduce start_clock and re-use stop_clock
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 15/22] OMAP: hsmmc: Do not mux the slot if non default muxing is already done
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 16/22] OMAP: board-rm680: set MMC nomux flag
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 00/22] omap_hsmmc patches
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 03/22] OMAP: DMA: Ensure the sglist registers are cleared
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 01/22] OMAP: sDMA: descriptor autoloading feature
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 04/22] mmc: omap hsmmc: adaptation of sdma descriptor
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 02/22] OMAP: DMA: add omap_dma_has_sglist()
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 05/22] mmc: omap_hsmmc: fix dma sglist use
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- [PATCH 2/2] mmci: fixup sg buffer handling in mmci_pio_irq.
- From: Linus Walleij <linus.walleij@xxxxxxxxxxxxxx>
- [PATCH 1/2] mmci: trigger card detect IRQs on falling and rising edges
- From: Linus Walleij <linus.walleij@xxxxxxxxxxxxxx>
- RE: [PATCH v4 00/15] add support for host controller v3.00
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- Re: [PATCH v2 1/4]enable background operations for supported eMMC card
- From: Per Forlin <per.lkml@xxxxxxxxx>
- [PATCH v4 15/15] mmc add support for eMMC Dual Data Rate
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 14/15] sdhci add hooks for UHS setting by platform specific code
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 13/15] mmc eMMC signal voltage does not use CMD11
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 12/15] sdhci pxa add platform specific code for UHS signaling
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 11/15] mmc: sdhci: add support for retuning mode 1
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 10/15] mmc: sdhci: add support for programmable clock mode
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 09/15] mmc: sdhci: enable preset value after uhs initialization
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 08/15] mmc: sd: add support for tuning during uhs initialization
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 07/15] mmc: sd: report correct speed and capacity of uhs cards
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 06/15] mmc: sd: set current limit for uhs cards
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 05/15] mmc: sd: add support for uhs bus speed mode selection
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 04/15] mmc: sdhci: reset sdclk before setting high speed enable
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 03/15] mmc: sd: add support for driver type selection
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 02/15] mmc: sd: query function modes for uhs cards
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 01/15] mmc: sd: add support for signal voltage switch procedure
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v4 00/15] add support for host controller v3.00
- From: Arindam Nath <arindam.nath@xxxxxxx>
- Re: DRIVERS MMC card freezes at Jmicron controllers.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v2] sdio: optimized SDIO IRQ handling for single irq
- From: Nicolas Pitre <nicolas.pitre@xxxxxxxxxx>
- Re: [PATCH v2] sdio: optimized SDIO IRQ handling for single irq
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH v2] sdio: optimized SDIO IRQ handling for single irq
- From: Nicolas Pitre <nicolas.pitre@xxxxxxxxxx>
- Re: [PATCH v2] sdio: optimized SDIO IRQ handling for single irq
- From: Nicolas Pitre <nicolas.pitre@xxxxxxxxxx>
- Re: [PATCH v2] sdio: optimized SDIO IRQ handling for single irq
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH] mmc: mmc_add_card(): fix missing break in switch statement
- From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
- Re: [PATCH] mmc: mmc_add_card(): fix missing break in switch statement
- From: Prashanth Bhat <prashanth.bhat@xxxxxxxxxxx>
- Re: [PATCH v2] sdio: optimized SDIO IRQ handling for single irq
- From: Michał Mirosław <mirqus@xxxxxxxxx>
- [PATCH v2] sdio: optimized SDIO IRQ handling for single irq
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- [PATCH v2] sdio: optimized SDIO IRQ handling for single irq
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH] sdio: optimized SDIO IRQ handling for single function
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH] sdio: optimized SDIO IRQ handling for single function
- From: Nicolas Pitre <nicolas.pitre@xxxxxxxxxx>
- Re: Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
- From: Andreas Dilger <adilger@xxxxxxxxx>
- Re: mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
- From: Arnd Bergmann <arnd@xxxxxxxx>
- RE: Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
- From: "Gao, Yunpeng" <yunpeng.gao@xxxxxxxxx>
- Re: [PATCH] mmc: mmc_add_card(): fix missing break in switch statement
- From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
- [PATCH] mmc: add a new quirk for NONREMOVABLE_CARD useful for sdhci-pltfm
- From: Giuseppe CAVALLARO <peppe.cavallaro@xxxxxx>
- RE: Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
- From: "Gao, Yunpeng" <yunpeng.gao@xxxxxxxxx>
- Re: [PATCH] sdio: optimized SDIO IRQ handling for single function
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH] sdio: optimized SDIO IRQ handling for single function
- From: Nicolas Pitre <nicolas.pitre@xxxxxxxxxx>
- [PATCH resend] sdio: optimized SDIO IRQ handling for single function
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- [PATCH] sdio: optimized SDIO IRQ handling for single function
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH] mmc: mmc_add_card(): fix missing break in switch statement
- From: Prashanth Bhat <prashanth.bhat@xxxxxxxxxxx>
- Re: [PATCH] mmc: mmc_add_card(): fix missing break in switch statement
- From: Prashanth Bhat <prashanth.bhat@xxxxxxxxxxx>
- [GIT PULL] MMC fixes for 2.6.39-rc6
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
- From: Kyungmin Park <kmpark@xxxxxxxxxxxxx>
- Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
- From: "Gao, Yunpeng" <yunpeng.gao@xxxxxxxxx>
- Re: [PATCH v2 1/4]enable background operations for supported eMMC card
- From: Per Forlin <per.lkml@xxxxxxxxx>
- [PATCH V2 7/7] mmc: msm_sdcc: Handle dma resource not present case
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH V2 6/7] mmc: msm_sdcc: Change initialization order of busclk_timer in probe
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH V2 5/7] mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interrupts
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH V2 4/7] msm: mmc: Remove "pio_irq" resource
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH V2 3/7] mmc: msm_sdcc: Enable SDC host->clk only after setting the rate.
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH V2 2/7] mmc: msm_sdcc: Handle error cases in probe
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH V2 1/7] mmc: msm_sdcc: handle the platform gpio_data not present case
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- Re: [PATCH] dw_mmc: fixed regulator control
- From: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
- Re: hard wired wifi chip on sdio
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH] dw_mmc: fixed regulator control
- From: Chris Ball <cjb@xxxxxxxxxx>
- hard wired wifi chip on sdio
- From: zamek <zamek@xxxxxxxxxxxx>
- Re: [PATCH] mmc: sdhci: Conditionalize regulator_get() on CONFIG_REGULATOR
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] mmc: sdhci: Conditionalize regulator_get() on CONFIG_REGULATOR
- From: Lars-Peter Clausen <lars@xxxxxxxxxx>
- [PATCH] mmc: sdhci: Conditionalize regulator_get() on CONFIG_REGULATOR
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: cjb traveling May 1 - May 10
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: CMD23 plumbing patchset.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- cjb traveling May 1 - May 10
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH V2] mmc: sdhci add explicit callback to set f_max
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- RE: [PATCH v3 00/11] add support for host controller v3.00
- From: "Subhash Jadavani" <subhashj@xxxxxxxxxxxxxx>
- Re: [PATCH v7] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH] mmc: tmio: fix PM in DMA mode
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH] dw_mmc: fixed regulator control
- From: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
- RE: [PATCH] mmc: eMMC signal voltage does not use CMD11
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- RE: [[v4] 5/5] MMC: SDHCI AutoCMD23 support.
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- [PATCH 2/2] sdhci-pxa: add call back interface to share sdhci-pxa
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- [PATCH 1/2] mmc: move sdhci_ops and sdhci_priv to header
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- [PATCH 0/2] add call backs in sdhci-pxa.c
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH] mmc: eMMC signal voltage does not use CMD11
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [linux-pm] [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- [PATCH v2] arm: mach-mmp: brownstone.c support multiple sd slots
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [PATCH] sdhci-pxa: add platform specific code for UHS signaling
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [[v4] 5/5] MMC: SDHCI AutoCMD23 support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] RFC: mmc: subtract boot sectors from disk size on quirky cards
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] mmc: subtract boot sectors from disk size for eMMC 4.3+ devices
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- mmc blkqueue is empty even if there are pending reads in do_generic_file_read()
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH] mmc: subtract boot sectors from disk size for eMMC 4.3+ devices
- From: Colin Cross <ccross@xxxxxxxxxx>
- [PATCH] RFC: mmc: subtract boot sectors from disk size on quirky cards
- From: Linus Walleij <linus.walleij@xxxxxxxxxxxxxx>
- Re: [PATCH] mmc: subtract boot sectors from disk size for eMMC 4.3+ devices
- From: Linus Walleij <linus.walleij@xxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx>
- Re: [PATCH] plat-pxa: Enable ability to adjust SD/MMC clocks
- From: Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx>
- Question about timer in struct sdhci_host
- From: "Ryan Liu" <RyanLiu@xxxxxxxx>
- RE: [[v4] 5/5] MMC: SDHCI AutoCMD23 support.
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- Re: SD Patches
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- RE: [PATCH v3 08/11] mmc: sd: add support for tuning during uhs initialization
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- RE: [PATCH v3 09/11] mmc: sdhci: enable preset value after uhs initialization
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- RE: [PATCH v3 01/11] mmc: sd: add support for signal voltage switch procedure
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- Re: [PATCH v3 09/11] mmc: sdhci: enable preset value after uhs initialization
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH v3 01/11] mmc: sd: add support for signal voltage switch procedure
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- RE: SD Patches
- From: "Subhash Jadavani" <subhashj@xxxxxxxxxxxxxx>
- Re: [PATCH] mmc:sdhci:add support to request/free pins for controllers sharing hardware bus
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [PATCH] mmc:sdhci:add support to request/free pins for controllers sharing hardware bus
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [PATCH 0/2] Race fixes in sdhci
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH 0/2] Race fixes in sdhci
- From: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] plat-pxa: Enable ability to adjust SD/MMC clocks
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [PATCH 0/2] Race fixes in sdhci
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH 0/2] Race fixes in sdhci
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH v3 08/11] mmc: sd: add support for tuning during uhs initialization
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [PATCH 5/7] mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interrupts
- From: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
- Re: [PATCH] plat-pxa: Enable ability to adjust SD/MMC clocks
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [PATCH 2/2] MMC: SDHCI: Check mrq != NULL in sdhci_tasklet_finish
- From: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH 1/2] MMC: SDHCI: Check mrq->cmd in sdhci_tasklet_finish
- From: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH 0/2] Race fixes in sdhci
- From: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- RE: [PATCH v3 01/11] mmc: sd: add support for signal voltage switch procedure
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- Re: [PATCH v3 01/11] mmc: sd: add support for signal voltage switch procedure
- From: zhangfei gao <zhangfei.gao@xxxxxxxxx>
- Re: [PATCH] plat-pxa: Enable ability to adjust SD/MMC clocks
- From: Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx>
- Re: [PATCH 1/6] mmc: block: Resume multi-block reads after transient read errors.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH 1/6] mmc: block: Resume multi-block reads after transient read errors.
- From: Adrian Hunter <adrian.hunter@xxxxxxxxx>
- Re: [[v4] 5/5] MMC: SDHCI AutoCMD23 support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- RE: [[v4] 5/5] MMC: SDHCI AutoCMD23 support.
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- Re: [[v4] 5/5] MMC: SDHCI AutoCMD23 support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- RE: [[v4] 5/5] MMC: SDHCI AutoCMD23 support.
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- SD Patches
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [[v4] 5/5] MMC: SDHCI AutoCMD23 support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [[v4] 4/5] MMC: Block CMD23 support for UHS104/SDXC cards.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [[v4] 3/5] MMC: Implement MMC_CAP_CMD23 for SDHCI.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [[v4] 2/5] MMC: Use CMD23 for multiblock transfers when we can.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [[v4] 1/5] MMC: Add/remove quirks conditional support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- CMD23 plumbing patchset.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] mmc: sdhci: add support for pre_req and post_req
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: CMD23 plumbing and support patchset.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH v7] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH v7] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v7] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [RESEND PATCH 4/4] mmc_spi.c: add support for the regulator framework
- From: Daniel Ribeiro <drwyrm@xxxxxxxxx>
- RE: [PATCH] mmc: eMMC signal voltage does not use CMD11
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- Re: [PATCH 2/6] mmc_block: Allow more than 8 partitions per card
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 2/6] mmc_block: Allow more than 8 partitions per card
- From: Colin Cross <ccross@xxxxxxxxxxx>
- Re: [PATCH v3 00/12] add support for host controller v3.00
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v3 00/12] add support for host controller v3.00
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [PATCH] mmc:sdhci:add support to request/free pins for controllers sharing hardware bus
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [PATCH] mmc: eMMC signal voltage does not use CMD11
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [PATCH] sdhci-pxa: add platform specific code for UHS signaling
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [PATCH v2 01/12] mmc: add none blocking mmc request function
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH v7] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 6/6] mmc: sd: Add retries in re-detection
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 5/6] mmc: sd: When resuming, try a little harder to init the card
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 4/6] mmc: sd: Add new CONFIG_MMC_PARANOID_SD_INIT for enabling retries during SD detection
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v2 01/12] mmc: add none blocking mmc request function
- From: David Vrabel <david.vrabel@xxxxxxx>
- Re: [PATCH 2/6] mmc_block: Allow more than 8 partitions per card
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 0/5] consolidate sdhci pltfm & OF drivers and get them self registered
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH 1/6] mmc: block: Resume multi-block reads after transient read errors.
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v3 00/12] add support for host controller v3.00
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v3 00/12] add support for host controller v3.00
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH] mmc:sdhci:add support to request/free pins for controllers sharing hardware bus
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v3 00/12] add support for host controller v3.00
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [linux-pm] [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- Re: [linux-pm] [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH] mmc: sdhci: add support for pre_req and post_req
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH] mmc:sdhci:add support to request/free pins for controllers sharing hardware bus
- From: Barry Song <21cnbao@xxxxxxxxx>
- RE: [PATCH] mmc: Add support for eMMC Dual Data Rate
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- Re: [PATCH] mmc:sdhci:add support to request/free pins for controllers sharing hardware bus
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- RE: [PATCH v3 00/12] add support for host controller v3.00
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- [PATCH 7/7] mmc: msm_sdcc: Handle dma resource not present case
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH 6/7] mmc: msm_sdcc: Change initialization order of busclk_timer in probe
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH 5/7] mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interrupts
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH 4/7] msm: mmc: Remove "pio_irq" resource
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH 3/7] mmc: msm_sdcc: Enable SDC host->clk only after setting the rate.
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH 2/7] mmc: msm_sdcc: Handle error cases in probe
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- [PATCH 1/7] mmc: msm_sdcc: handle the platform gpio_data not present case
- From: Sahitya Tummala <stummala@xxxxxxxxxxxxxx>
- Re: [PATCH] mmc:sdhci:add support to request/free pins for controllers sharing hardware bus
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [PATCH] mmc:sdhci:add support to request/free pins for controllers sharing hardware bus
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [PATCH] mmc:sdhci:add support to request/free pins for controllers sharing hardware bus
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH] mmc:sdhci:add support to request/free pins for controllers sharing hardware bus
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [PATCH] mmc: sdhci: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- Re: [PATCH] mmc: sdhci: add support for pre_req and post_req
- From: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
- Re: [PATCH] sdhci: add quirk to support shared bus controller
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] sdhci: add quirk to support shared bus controller
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [PATCH] sdhci: add quirk to support shared bus controller
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [linux-pm] [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- Re: [PATCH] sdhci: add quirk to support shared bus controller
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [PATCH] mmc: block: init force_ro sysfs attribute
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] mmc: block: init force_ro sysfs attribute
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] [PATCH v2] mmc: Fix read-only detection with JMicron 388 chip
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH] mmc: block: init force_ro sysfs attribute
- From: Rabin Vincent <rabin@xxxxxx>
- Send CMD12 to terminate the mmc writing request?
- From: Michael Meng <michael.h.meng@xxxxxxxxx>
- Re: CMD23 plumbing and support patchset.
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH 1/6] mmc: block: Resume multi-block reads after transient read errors.
- From: John Stultz <john.stultz@xxxxxxxxxx>
- [PATCH 6/6] mmc: sd: Add retries in re-detection
- From: John Stultz <john.stultz@xxxxxxxxxx>
- [PATCH 5/6] mmc: sd: When resuming, try a little harder to init the card
- From: John Stultz <john.stultz@xxxxxxxxxx>
- [PATCH 3/6] sdhci: Always pass clock request value zero to set_clock host op
- From: John Stultz <john.stultz@xxxxxxxxxx>
- [PATCH 2/6] mmc_block: Allow more than 8 partitions per card
- From: John Stultz <john.stultz@xxxxxxxxxx>
- [PATCH 0/6] Trivial MMC patches from Android
- From: John Stultz <john.stultz@xxxxxxxxxx>
- [PATCH 4/6] mmc: sd: Add new CONFIG_MMC_PARANOID_SD_INIT for enabling retries during SD detection
- From: John Stultz <john.stultz@xxxxxxxxxx>
- Re: [PATCH] MMC: Block: Ensure hardware partitions don't mess with mmcblk device naming.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
- [PATCH] mmc: Add support for eMMC Dual Data Rate
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [PATCH] mmc: eMMC signal voltage does not use CMD11
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [PATCH] sdhci: add hooks for UHS setting by platform specific code
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [PATCH] sdhci-pxa: add platform specific code for UHS signaling
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- sdhci: Kconfig: Restrict PLAT_PXA to MMP2 only. Other processors not supported
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [PATCH sdhci: sdhci-pxa.c: Add QUIRKS for DMA/ADMA to match h/w
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [PATCH] sdhci: sdhci-pxa.c enable CAP support for cards marked permanent
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [PATCH] sdhci: sdhci-pxa.c: Add post reset processing for chip specific registers
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [PATCH] sdhci: sdhci-pxa.c ensure clocks are enabled on all SD controllers
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Subject: [PATCH] sdhci: sdhci-pxa.c: Enable BUS WIDTH testing for MMC/eMMC cards
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [PATCH] plat-pxa: add missing define for PERMANENT CARDS
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [PATCH] sdhci: sdhci-pxa.c: delete clk gating code - not correct
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- [PATCH] plat-pxa: Enable ability to adjust SD/MMC clocks
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [PATCH] sdhci: Add pre and post reset processing for chip specific reset
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
- [PATCH v2 4/4] mmc_spi.c: add support for the regulator framework
- From: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] MMC: tmio: fix a recent regression: restore .set_ios(MMC_POWER_UP) handling
- From: Paul Parsons <lost.distance@xxxxxxxxx>
- Re: [PATCH] mmc: sdhci: add support for pre_req and post_req
- From: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
- Re: [PATCH 1/2] Add OF binding helpers for MMC drivers
- From: Domenico Andreoli <cavokz@xxxxxxxxx>
- Re: [PATCH] MMC: TMIO: add runtime PM calls to global suspend() / redume() methods
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH] MMC: tmio: fix a recent regression: restore .set_ios(MMC_POWER_UP) handling
- From: Paul Parsons <lost.distance@xxxxxxxxx>
- Re: CMD23 plumbing and support patchset.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] MMC: Block: Ensure hardware partitions don't mess with mmcblk device naming.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [PATCH] MMC: Block: Ensure hardware partitions don't mess with mmcblk device naming.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH v7] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH] MMC: TMIO: add runtime PM calls to global suspend() / redume() methods
- From: Simon Horman <horms@xxxxxxxxxxxx>
- [PATCH v7] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- v7 changelog for mmc ioctl patch
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [RFC] MMC: Block: Ensure hardware partitions don't mess with mmcblk device naming.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
- [PATCH] [PATCH v2] mmc: Fix read-only detection with JMicron 388 chip
- From: Takashi Iwai <tiwai@xxxxxxx>
- Re: [PATCH] mmc: Fix read-only detection with JMicron 388 chip
- From: Takashi Iwai <tiwai@xxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- Re: [PATCH] mmc: Fix read-only detection with JMicron 388 chip
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] mmc: Fix read-only detection with JMicron 388 chip
- From: Takashi Iwai <tiwai@xxxxxxx>
- Re: [PATCH] mmc: Fix read-only detection with JMicron 388 chip
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH] mmc: Fix read-only detection with JMicron 388 chip
- From: Takashi Iwai <tiwai@xxxxxxx>
- Re: [PATCH] MMC: tmio: fix a recent regression: restore .set_ios(MMC_POWER_UP) handling
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [RFC] MMC: Block: Ensure hardware partitions don't mess with mmcblk device naming.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH 1/2] Add OF binding helpers for MMC drivers
- From: Grant Likely <grant.likely@xxxxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Michał Mirosław <mirqus@xxxxxxxxx>
- [PATCH 1/2] Add OF binding helpers for MMC drivers
- From: Domenico Andreoli <dr.domenico.andreoli@xxxxxxxxx>
- [PATCH 2/2] Add GPIO DT support to s3c24xx
- From: Domenico Andreoli <dr.domenico.andreoli@xxxxxxxxx>
- [PATCH 0/2] OF: add MMC binding helpers
- From: Domenico Andreoli <dr.domenico.andreoli@xxxxxxxxx>
- Re: [RESEND PATCH 4/4] mmc_spi.c: add support for the regulator framework
- From: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx>
- Re: [RESEND PATCH 4/4] mmc_spi.c: add support for the regulator framework
- From: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [RESEND PATCH 1/4] mmc_spi.c: factor out the check for power capability
- From: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx>
- [RESEND PATCH 4/4] mmc_spi.c: add support for the regulator framework
- From: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx>
- [RESEND PATCH 2/4] mmc_spi.c: factor out the SD card shutdown sequence
- From: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx>
- [RESEND PATCH 3/4] mmc_spi.c: factor out a mmc_spi_setpower() function
- From: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx>
- [RESEND PATCH 0/4] mmc_spi: Add support for regulator framework
- From: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Michał Mirosław <mirqus@xxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH] MMC: TMIO: add runtime PM calls to global suspend() / redume() methods
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Michał Mirosław <mirqus@xxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH 1/5] mmc: sdhci: make sdhci-pltfm device drivers self registered
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- Re: [PATCH] sdhci: add quirk to support shared bus controller
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- [PATCH] sdhci: add quirk to support shared bus controller
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [PATCH 4/5] mmc: sdhci: consolidate sdhci-of-esdhc and sdhci-esdhc-imx
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [RFC] MMC: Block: Ensure hardware partitions don't mess with mmcblk device naming.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH 3/5] mmc: sdhci: make sdhci-of device drivers self registered
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- [RFC] MMC: Block: Ensure hardware partitions don't mess with mmcblk device naming.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH 2/5] mmc: sdhci: eliminate sdhci_of_host and sdhci_of_data
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- Re: [PATCH 1/5] mmc: sdhci: make sdhci-pltfm device drivers self registered
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- Re: [PATCH 0/5] consolidate sdhci pltfm & OF drivers and get them self registered
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- [PATCH 2/2] MMC: add runtime and system power-management support to the TMIO MMCI driver
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH 1/2] MMC: protect the tmio_mmc driver against a theoretical race
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH 0/2] MMC TMIO: power management, locking
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH] MMC: tmio: fix a recent regression: restore .set_ios(MMC_POWER_UP) handling
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH 2/3 v3] MMC: add runtime and system power-management support to the MMCIF driver
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: CMD23 plumbing and support patchset.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: CMD23 plumbing and support patchset.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Philip Rakity <prakity@xxxxxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
- Re: CMD23 plumbing and support patchset.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: "Rafael J. Wysocki" <rjw@xxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Michał Mirosław <mirqus@xxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- [PATCH] mmc: tmio: Fix tmio MMC_POWER_UP
- From: "Paul Parsons" <lost.distance@xxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Michał Mirosław <mirqus@xxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Michał Mirosław <mirqus@xxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Michał Mirosław <mirqus@xxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- [PATCH v2] mmc: mxs-mmc: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxx>
- Re: [PATCH v2 08/12] mmc: add handling for two parallel block requests in issue_rw_rq
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- [PATCH v3 11/11] mmc: sdhci: add support for retuning mode 1
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 10/11] mmc: sdhci: add support for programmable clock mode
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 09/11] mmc: sdhci: enable preset value after uhs initialization
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 08/11] mmc: sd: add support for tuning during uhs initialization
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 07/11] mmc: sd: report correct speed and capacity of uhs cards
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 06/11] mmc: sd: set current limit for uhs cards
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 05/11] mmc: sd: add support for uhs bus speed mode selection
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 04/11] mmc: sdhci: reset sdclk before setting high speed enable
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 03/11] mmc: sd: add support for driver type selection
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 02/11] mmc: sd: query function modes for uhs cards
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 01/11] mmc: sd: add support for signal voltage switch procedure
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 00/11] add support for host controller v3.00
- From: Arindam Nath <arindam.nath@xxxxxxx>
- Re: [PATCH v2 00/12] mmc: use nonblock mmc requests to minimize latency
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH v2 03/12] mmc: mmc_test: add test for none blocking transfers
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH v2 03/12] mmc: mmc_test: add test for none blocking transfers
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH v2 01/12] mmc: add none blocking mmc request function
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH 0/5] consolidate sdhci pltfm & OF drivers and get them self registered
- From: Kyungmin Park <kmpark@xxxxxxxxxxxxx>
- Re: [PATCH] mmc: USB SDIO/SD/MMC Host Controller (VUB300) driver Re-Re-Resubmission
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH] mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH 0/5] consolidate sdhci pltfm & OF drivers and get them self registered
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- [PATCH] mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK
- From: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH] mmc: USB SDIO/SD/MMC Host Controller (VUB300) driver Re-Re-Resubmission
- From: Tony Olech <tony.olech@xxxxxxxxxxxxxxxxxxxxxx>
- Re: [patchv3 2/5] MMC: Use CMD23 for multiblock transfers when we can.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH v2 00/12] mmc: use nonblock mmc requests to minimize latency
- From: Jae hoon Chung <jh80.chung@xxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Ohad Ben-Cohen <ohad@xxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH] mmc: USB SDIO/SD/MMC Host Controller (VUB300) driver Re-Resubmission
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 0/5] consolidate sdhci pltfm & OF drivers and get them self registered
- From: Kyungmin Park <kmpark@xxxxxxxxxxxxx>
- Re: [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Ohad Ben-Cohen <ohad@xxxxxxxxxx>
- Re: [PATCH] mmc: USB SDIO/SD/MMC Host Controller (VUB300) driver Re-Resubmission
- From: Tony Olech <tony.olech@xxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] mmc: USB SDIO/SD/MMC Host Controller (VUB300) driver Re-Resubmission
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 2/3 v2] MMC: add runtime and system power-management support to the MMCIF driver
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH/RFC] MMC: remove unbalanced pm_runtime_suspend()
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH 5/5] mmc: sdhci: merge two sdhci-pltfm.h into one
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH 4/5] mmc: sdhci: consolidate sdhci-of-esdhc and sdhci-esdhc-imx
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH 3/5] mmc: sdhci: make sdhci-of device drivers self registered
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH 2/5] mmc: sdhci: eliminate sdhci_of_host and sdhci_of_data
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH 1/5] mmc: sdhci: make sdhci-pltfm device drivers self registered
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH 0/5] consolidate sdhci pltfm & OF drivers and get them self registered
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH] mmc: USB SDIO/SD/MMC Host Controller (VUB300) driver Re-Resubmission
- From: Tony Olech <tony.olech@xxxxxxxxxxxxxxxxxxxxxx>
- Re: [patchv3 2/5] MMC: Use CMD23 for multiblock transfers when we can.
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [patchv3 2/5] MMC: Use CMD23 for multiblock transfers when we can.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [patchv3 5/5] MMC: SDHCI AutoCMD23 support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- RE: [patchv3 5/5] MMC: SDHCI AutoCMD23 support.
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- Re: [patchv3 5/5] MMC: SDHCI AutoCMD23 support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- MMC Quirks Clarification and Shared Data Pins SDHCI Host Controller Driver
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [PATCH] MMC: fix a race between card-detect rescan and clock-gate work instances
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] MMC: fix a race between card-detect rescan and clock-gate work instances
- From: Linus Walleij <linus.walleij@xxxxxxxxxx>
- Re: [PATCH v4] mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH v4] mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH v4] mmc: Add ioctl to let userspace apps send ACMDs
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v4] mmc: Add ioctl to let userspace apps send ACMDs
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH] dw_mmc: add support for pre_req and post_req
- From: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
- Re: [PATCH] dw_mmc: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- Re: [PATCH] dw_mmc: add support for pre_req and post_req
- From: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
- Re: [patchv3 5/5] MMC: SDHCI AutoCMD23 support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [patchv3 2/5] MMC: Use CMD23 for multiblock transfers when we can.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [patchv3 5/5] MMC: SDHCI AutoCMD23 support.
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [patchv3 2/5] MMC: Use CMD23 for multiblock transfers when we can.
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- [PATCH] mmc: mxs-mmc: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxx>
- Re: [PATCH v2 03/12] mmc: mmc_test: add test for none blocking transfers
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- RE: [PATCH v2 03/12] mmc: mmc_test: add test for none blocking transfers
- From: Lin Tony-B19295 <B19295@xxxxxxxxxxxxx>
- Re: [PATCH] mmc: sdhci: add support for pre_req and post_req
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [PATCH] MMC: Block CMD23 support for UHS104/SDXC cards.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [patchv3 4/5] MMC: Block CMD23 support for UHS104/SDXC cards.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: 2.6.38.3 ss boot problem and crash
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: 2.6.38.3 ss boot problem and crash
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH] mmc: sdhci: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxx>
- Re: [PATCH] dw_mmc: add support for pre_req and post_req
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- RE: [patchv3 4/5] MMC: Block CMD23 support for UHS104/SDXC cards.
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- Re: [PATCH v2 00/12] mmc: use nonblock mmc requests to minimize latency
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- Re: [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv3 5/5] MMC: SDHCI AutoCMD23 support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv3 4/5] MMC: Block CMD23 support for UHS104/SDXC cards.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv3 3/5] MMC: Implement MMC_CAP_CMD23 for SDHCI.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv3 2/5] MMC: Use CMD23 for multiblock transfers when we can.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv3 1/5] MMC: Add/remove quirks conditional support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- CMD23 plumbing and support patchset.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- RE: [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- Re: [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- RE: [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- RE: [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: "Subhash Jadavani" <subhashj@xxxxxxxxxxxxxx>
- RE: [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- RE: [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: "Subhash Jadavani" <subhashj@xxxxxxxxxxxxxx>
- RE: [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- [patchv2 3/3] MMC: Block CMD23 support for UHS104/SDXC cards.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv2 2/3] MMC: Implement MMC_CAP_CMD23 for SDHCI.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv2 1/3] MMC: Use CMD23 for multiblock transfers when we can.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH 1/3] mmc: initialize struct mmc_command at declaration time
- From: Nicolas Pitre <nico@xxxxxxxxxxx>
- Re: [patchv3 2/4] MMC: SDHCI R1B command handling + MMC_CAP_ERASE.
- From: Cyril Hrubis <metan@xxxxxx>
- Re: zaurus: mmcblk0: error -110
- From: Cyril Hrubis <metan@xxxxxx>
- Re: [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] MMC: fix a race between card-detect rescan and clock-gate work instances
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [PATCH 3/3] sh: add MMCIF runtime PM support on ecovec
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH 2/3] MMC: add runtime and system power-management support to the MMCIF driver
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH 1/3] MMC: protect the sh_mmcif driver against a theoretical race
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH 0/3] MMCIF: power-management, locking
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- [PATCH] MMC: fix a race between card-detect rescan and clock-gate work instances
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH 1/3] mmc: initialize struct mmc_command at declaration time
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: SET_BLOCK_COUNT-bounded multiblock transfers
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- RE: [PATCH v3 00/12] add support for host controller v3.00
- From: "Nath, Arindam" <Arindam.Nath@xxxxxxx>
- Re: [PATCH v3 00/12] add support for host controller v3.00
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH v3 12/12] mmc: sdhci: add support for retuning mode 1
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 11/12] mmc: sdhci: add support for programmable clock mode
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 10/12] mmc: sdhci: enable preset value after uhs initialization
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 09/12] mmc: sd: add support for tuning during uhs initialization
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 08/12] mmc: sd: report correct speed and capacity of uhs cards
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 07/12] mmc: sd: set current limit for uhs cards
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 06/12] mmc: sd: add support for uhs bus speed mode selection
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 05/12] mmc: sdhci: reset sdclk before setting high speed enable
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 04/12] mmc: sd: add support for driver type selection
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 03/12] mmc: sd: query function modes for uhs cards
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 02/12] mmc: sd: add support for signal voltage switch procedure
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23
- From: Arindam Nath <arindam.nath@xxxxxxx>
- [PATCH v3 00/12] add support for host controller v3.00
- From: Arindam Nath <arindam.nath@xxxxxxx>
- Re: [PATCH v2 01/12] mmc: add none blocking mmc request function
- From: David Vrabel <david.vrabel@xxxxxxx>
- Re: SET_BLOCK_COUNT-bounded multiblock transfers
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH 1/3] mmc: initialize struct mmc_command at declaration time
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH 1/3] mmc: initialize struct mmc_command at declaration time
- From: Nicolas Pitre <nico@xxxxxxxxxxx>
- Re: SET_BLOCK_COUNT-bounded multiblock transfers
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: SET_BLOCK_COUNT-bounded multiblock transfers
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- RE: SET_BLOCK_COUNT-bounded multiblock transfers
- From: "Gao, Yunpeng" <yunpeng.gao@xxxxxxxxx>
- Re: [RACE] between rescan thread and clock-gate work
- From: Linus Walleij <linus.walleij@xxxxxxxxxx>
- [PATCHv2 1/3] mmc: initialize struct mmc_command at declaration time
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH 3/3] mmc: initialize struct mmc_request at declaration time
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH 2/3] mmc: initialize struct mmc_data at declaration time
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH 1/3] mmc: initialize struct mmc_command at declaration time
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH v6] mmc: Add mmc CMD+ACMD passthrough ioctl
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- v6 changelog for mmc ioctl patch
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: SET_BLOCK_COUNT-bounded multiblock transfers
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [RFC 3/3] MMC: Block CMD23 support for UHS104/SDXC cards.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [RFC 2/3] MMC: Implement MMC_CAP_CMD23 for SDHCI.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [RFC 1/3] MMC: use CMD23 for multiblock transfers when we can.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- SET_BLOCK_COUNT-bounded multiblock transfers
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] MMC: Fix use of uninitialized data in mmc_cmd_app.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] MMC: Fix use of uninitialized data in mmc_cmd_app.
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- [PATCH 2/2] mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH 1/2] mmc: core: Fix use of uninitialized data in mmc_send_if_cond.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] MMC: Fix use of uninitialized data in mmc_cmd_app.
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH] MMC: Fix use of uninitialized data in mmc_cmd_app.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- RE: Problem when using SDIO interrupts on Nexus One
- From: "Subhash Jadavani" <subhashj@xxxxxxxxxxxxxx>
- Re: [RFC] mmc: sdhci: work around broken dma boundary behavior
- From: Mikko Vinni <mmvinni@xxxxxxxxx>
- Re: [PATCH 0/5] consolidate sdhci pltfm & OF drivers and get them self registered
- From: Shawn Guo <shawn.guo@xxxxxxxxxxxxx>
- Re: [patchv3 2/4] MMC: SDHCI R1B command handling + MMC_CAP_ERASE.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- RE: [patchv3 2/4] MMC: SDHCI R1B command handling + MMC_CAP_ERASE.
- From: "Dong, Chuanxiao" <chuanxiao.dong@xxxxxxxxx>
- Re: [PATCH v4] mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH v5] mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH v4] mmc: Add ioctl to let userspace apps send ACMDs
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v4] mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH v4] mmc: Add ioctl to let userspace apps send ACMDs
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v5] mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- v5 changelog - mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: zaurus: mmcblk0: error -110
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: zaurus: mmcblk0: error -110
- From: Cyril Hrubis <metan@xxxxxx>
- Re: [PATCH v4] mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: zaurus: mmcblk0: error -110
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: zaurus: mmcblk0: error -110
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: zaurus: mmcblk0: error -110
- From: Cyril Hrubis <metan@xxxxxx>
- Re: zaurus: mmcblk0: error -110
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: zaurus: mmcblk0: error -110
- From: Cyril Hrubis <metan@xxxxxx>
- Re: [PatchRebased] MMC: Fix erase/trim for certain SanDisk cards.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] MMC: Fix erase/trim for certain SanDisk cards.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] MMC: Fix erase/trim for certain SanDisk cards.
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PatchRebased] MMC: Fix erase/trim for certain SanDisk cards.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] MMC: Fix erase/trim for certain SanDisk cards.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [PATCH] MMC: Fix erase/trim for certain SanDisk cards.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: zaurus: mmcblk0: error -110
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: SanDisk 4.3+ iNAND eMMC devices TRIM bug workaround.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [patchv3 2/4] MMC: SDHCI R1B command handling + MMC_CAP_ERASE.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [RFC] mmc: sdhci: work around broken dma boundary behavior
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH -next] mmc quirks: fix truncation warnings
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: SanDisk 4.3+ iNAND eMMC devices TRIM bug workaround.
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH -next] mmc quirks: fix truncation warnings
- From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
- Re: [PATCH v4] mmc: Add ioctl to let userspace apps send ACMDs
- From: Michał Mirosław <mirqus@xxxxxxxxx>
- RE: [patchv3 2/4] MMC: SDHCI R1B command handling + MMC_CAP_ERASE.
- From: "Dong, Chuanxiao" <chuanxiao.dong@xxxxxxxxx>
- Re: [PATCH] mmc: sdhci-pci: Fix checkpatch.pl errors
- From: Ameya Palande <2ameya@xxxxxxxxx>
- Re: [RFC] mmc: sdhci: work around broken dma boundary behavior
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH v3] mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Chris Ball <cjb@xxxxxxxxxx>
- [patchv4 2/2] MMC: MMC boot partitions support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv4 1/2] MMC: block.c cleanup for host claim/release.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [PATCH v4] mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [patchv3 4/4] MMC: MMC boot partitions support.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] MMC: Extends card quicks with MMC/SD quirks matching the CID.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH] MMC: Extends card quicks with MMC/SD quirks matching the CID.
- From: Chris Ball <cjb@xxxxxxxxxx>
- [PATCH 2/2] MMC: Fix erase/trim for certain SanDisk cards.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [PATCH 1/2] MMC: Support for block quirks.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- SanDisk 4.3+ iNAND eMMC devices TRIM bug workaround.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH 1/2] MMC: Extends card quicks with MMC/SD quirks matching the CID.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [PATCH] MMC: Extends card quicks with MMC/SD quirks matching the CID.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH] mmc: host: fix memory leak in mmc_add_host
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v3] mmc: Add ioctl to let userspace apps send ACMDs
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] mmc: sdhci-pci: Fix checkpatch.pl errors
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [RFC] mmc: sdhci: work around broken dma boundary behavior
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH] omap-mmc: Fix possible NULL pointer deref
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH 1/2] MMC: Extends card quicks with MMC/SD quirks matching the CID.
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH 1/4] MMC: Rename erase_timeout to cmd_timeout.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv3 4/4] MMC: MMC boot partitions support.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv3 3/4] MMC: Allow setting CMD timeout for CMD6 (SWITCH).
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv3 2/4] MMC: SDHCI R1B command handling + MMC_CAP_ERASE.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- [patchv3 1/4] MMC: Rename erase_timeout to cmd_timeout_ms.
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH 1/4] MMC: Rename erase_timeout to cmd_timeout.
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- [RACE] between rescan thread and clock-gate work
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH] mmc: sdhci-pci: Fix checkpatch.pl errors
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- RE: Problem when using SDIO interrupts on Nexus One
- From: "Subhash Jadavani" <subhashj@xxxxxxxxxxxxxx>
- Re: [PATCH v2 00/12] mmc: use nonblock mmc requests to minimize latency
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH v2 00/12] mmc: use nonblock mmc requests to minimize latency
- From: Per Forlin <per.forlin@xxxxxxxxxx>
- Re: [PATCH v4] mmc: sdhci: add error checking for mmc_add_host
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH v4] mmc: sdhci: add error checking for mmc_add_host
- From: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
- Re: [PATCH v4] mmc: sdhci: add error checking for mmc_add_host
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH v4] mmc: sdhci: add error checking for mmc_add_host
- From: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
- [PATCH] mmc: host: fix memory leak in mmc_add_host
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH v4] mmc: sdhci: add error checking for mmc_add_host
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- [PATCH v4] mmc: sdhci: add error checking for mmc_add_host
- From: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
- Re: [PATCH v3 2/2] mmc: sdhci: add regulator disable/put when control error
- From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
- Re: [PATCH] mmc: mmc_add_card(): fix missing break in switch statement
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v2 00/12] mmc: use nonblock mmc requests to minimize latency
- From: Jae hoon Chung <jh80.chung@xxxxxxxxx>
- Re: [PATCH v3 1/2] mmc: sdhci: add error checking for mmc_add_host
- From: Jae hoon Chung <jh80.chung@xxxxxxxxx>
- Re: [PATCH v3 2/2] mmc: sdhci: add regulator disable/put when control error
- From: Jae hoon Chung <jh80.chung@xxxxxxxxx>
- Re: [PATCH] mmc: sdhci: fixed regulator control when suspend/resume
- From: Jae hoon Chung <jh80.chung@xxxxxxxxx>
- [PATCH] mmc: mmc_add_card(): fix missing break in switch statement
- From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
- Potential Bug in drivers/mmc/
- From: Prashanth Bhat <prashanth.bhat@xxxxxxxxxxx>
- Re: [PATCH v3] mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
- Re: [PATCH v3] mmc: Add ioctl to let userspace apps send ACMDs
- From: Chris Ball <cjb@xxxxxxxxxx>
- Re: [PATCH v3] mmc: Add ioctl to let userspace apps send ACMDs
- From: Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Re: [PATCH v3] mmc: Add ioctl to let userspace apps send ACMDs
- From: John Calixto <john.calixto@xxxxxxxxxxxxxx>
[Index of Archives]
[Linux Memonry Technology]
[Linux Media]
[Linux USB Devel]
[Video for Linux]
[Scanner]
[Linux SCSI]
[Samba]
[Yosemite Trails]