Show patches with: none      |   7551 patches
« 1 2 3 475 76 »
Patch Series S/W/F Date Submitter Delegate State
mmc/sdio: remember new card RCA when redetecting card --- 2011-03-01 Linus Walleij Accepted
mmc: subtract boot sectors from disk size for eMMC 4.3+ devices --- 2011-03-05 Linus Walleij Rejected
mmc: export function mmc_do_release_host --- 2011-03-05 Linus Walleij Superseded
mmc: reset card voltage after power off --- 2011-03-05 Linus Walleij Accepted
mmc: export function mmc_do_release_host --- 2011-03-09 Linus Walleij Accepted
mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool' --- 2011-03-31 Shawn Guo Accepted
[v2,01/12] mmc: add none blocking mmc request function --- 2011-04-06 Per Forlin New
[v2,02/12] mmc: mmc_test: add debugfs file to list all tests --- 2011-04-06 Per Forlin New
[v2,03/12] mmc: mmc_test: add test for none blocking transfers --- 2011-04-06 Per Forlin New
[v2,04/12] mmc: add member in mmc queue struct to hold request data --- 2011-04-06 Per Forlin New
[v2,05/12] mmc: add a block request prepare function --- 2011-04-06 Per Forlin New
[v2,06/12] mmc: move error code in mmc_block_issue_rw_rq to a separate function. --- 2011-04-06 Per Forlin New
[v2,07/12] mmc: add a second mmc queue request member --- 2011-04-06 Per Forlin New
[v2,08/12] mmc: add handling for two parallel block requests in issue_rw_rq --- 2011-04-06 Per Forlin New
[v2,09/12] mmc: test: add random fault injection in core.c --- 2011-04-06 Per Forlin New
[v2,10/12] omap_hsmmc: use original sg_len for dma_unmap_sg --- 2011-04-06 Per Forlin Superseded
[v2,11/12] omap_hsmmc: add support for pre_req and post_req --- 2011-04-06 Per Forlin Superseded
[v2,12/12] mmci: implement pre_req() and post_req() --- 2011-04-06 Per Forlin New
mmc: sdhci: add support for pre_req and post_req --- 2011-04-16 Shawn Guo New
mmc: mxs-mmc: add support for pre_req and post_req --- 2011-04-17 Shawn Guo New
[v2] mmc: mxs-mmc: add support for pre_req and post_req --- 2011-04-20 Shawn Guo New
[1/6] mmc: block: Resume multi-block reads after transient read errors. --- 2011-04-23 John Stultz Deferred
[2/6] mmc_block: Allow more than 8 partitions per card --- 2011-04-23 John Stultz Deferred
[3/6] sdhci: Always pass clock request value zero to set_clock host op --- 2011-04-23 John Stultz Accepted
[4/6] mmc: sd: Add new CONFIG_MMC_PARANOID_SD_INIT for enabling retries during SD detection --- 2011-04-23 John Stultz Deferred
[5/6] mmc: sd: When resuming, try a little harder to init the card --- 2011-04-23 John Stultz Deferred
[6/6] mmc: sd: Add retries in re-detection --- 2011-04-23 John Stultz Deferred
mmc: sdhci: add support for pre_req and post_req --- 2011-04-27 Andrei Warkentin New
RFC: mmc: subtract boot sectors from disk size on quirky cards --- 2011-04-28 Linus Walleij Rejected
sdio: optimized SDIO IRQ handling for single function --- 2011-05-03 Per Forlin New
[resend] sdio: optimized SDIO IRQ handling for single function --- 2011-05-03 Per Forlin New
[v2] sdio: optimized SDIO IRQ handling for single irq --- 2011-05-04 Per Forlin New
[1/2] mmci: trigger card detect IRQs on falling and rising edges --- 2011-05-05 Linus Walleij Accepted
[2/2] mmci: fixup sg buffer handling in mmci_pio_irq. --- 2011-05-05 Linus Walleij Not Applicable
[v2,1/7] mmc: sdhci: make sdhci-pltfm device drivers self registered --- 2011-05-05 Shawn Guo New
[v2,2/7] mmc: sdhci: eliminate sdhci_of_host and sdhci_of_data --- 2011-05-05 Shawn Guo New
[v2,3/7] mmc: sdhci: make sdhci-of device drivers self registered --- 2011-05-05 Shawn Guo New
[v2,4/7] sdhci: rename sdhci-esdhc-imx.c to sdhci-esdhc.c --- 2011-05-05 Shawn Guo New
[v2,5/7] mmc: sdhci: consolidate sdhci-of-esdhc and sdhci-esdhc-imx --- 2011-05-05 Shawn Guo New
[v2,6/7] mmc: sdhci: merge two sdhci-pltfm.h into one --- 2011-05-05 Shawn Guo New
[v2,7/7] ARM: mxc: remove esdhc.h and use the public one --- 2011-05-05 Shawn Guo New
[v3] sdio: optimized SDIO IRQ handling for single irq --- 2011-05-05 Per Forlin Superseded
[v3,01/12] mmc: add none blocking mmc request function --- 2011-05-07 Per Forlin New
[v3,02/12] mmc: mmc_test: add debugfs file to list all tests --- 2011-05-07 Per Forlin New
[v3,03/12] mmc: mmc_test: add test for none blocking transfers --- 2011-05-07 Per Forlin New
[v3,04/12] mmc: add member in mmc queue struct to hold request data --- 2011-05-07 Per Forlin New
[v3,05/12] mmc: add a block request prepare function --- 2011-05-07 Per Forlin New
[v3,06/12] mmc: move error code in mmc_block_issue_rw_rq to a separate function. --- 2011-05-07 Per Forlin New
[v3,07/12] mmc: add a second mmc queue request member --- 2011-05-07 Per Forlin New
[v3,08/12] mmc: add handling for two parallel block requests in issue_rw_rq --- 2011-05-07 Per Forlin New
[v3,09/12] mmc: test: add random fault injection in core.c --- 2011-05-07 Per Forlin New
[v3,10/12] omap_hsmmc: use original sg_len for dma_unmap_sg --- 2011-05-07 Per Forlin Superseded
[v3,11/12] omap_hsmmc: add support for pre_req and post_req --- 2011-05-07 Per Forlin Superseded
[v3,12/12] mmci: implement pre_req() and post_req() --- 2011-05-07 Per Forlin New
[v4] sdio: optimized SDIO IRQ handling for single irq --- 2011-05-11 Per Forlin Accepted
[v5] sdio: optimized SDIO IRQ handling for single irq --- 2011-05-11 Per Forlin New
[v3,1/4] mmc: sdhci: make sdhci-pltfm device drivers self registered --- 2011-05-25 Shawn Guo New
[v3,2/4] mmc: sdhci: eliminate sdhci_of_host and sdhci_of_data --- 2011-05-25 Shawn Guo New
[v3,3/4] mmc: sdhci: make sdhci-of device drivers self registered --- 2011-05-25 Shawn Guo New
[v3,4/4] mmc: sdhci: merge two sdhci-pltfm.h into one --- 2011-05-25 Shawn Guo Superseded
[v4,01/12] mmc: add none blocking mmc request function --- 2011-05-25 Per Forlin New
[v4,02/12] omap_hsmmc: use original sg_len for dma_unmap_sg --- 2011-05-25 Per Forlin Superseded
[v4,03/12] omap_hsmmc: add support for pre_req and post_req --- 2011-05-25 Per Forlin Superseded
[v4,04/12] mmci: implement pre_req() and post_req() --- 2011-05-25 Per Forlin New
[v4,05/12] mmc: mmc_test: add debugfs file to list all tests --- 2011-05-25 Per Forlin Superseded
[v4,06/12] mmc: mmc_test: add test for none blocking transfers --- 2011-05-25 Per Forlin New
[v4,07/12] mmc: add member in mmc queue struct to hold request data --- 2011-05-25 Per Forlin New
[v4,08/12] mmc: add a block request prepare function --- 2011-05-25 Per Forlin New
[v4,09/12] mmc: move error code in mmc_block_issue_rw_rq to a separate function. --- 2011-05-25 Per Forlin New
[v4,10/12] mmc: add a second mmc queue request member --- 2011-05-25 Per Forlin New
[v4,11/12] mmc: test: add random fault injection in core.c --- 2011-05-25 Per Forlin New
[v4,12/12] mmc: add handling for two parallel block requests in issue_rw_rq --- 2011-05-25 Per Forlin New
[v4,1/4] mmc: sdhci: make sdhci-pltfm device drivers self registered --- 2011-05-27 Shawn Guo Accepted
[v4,2/4] mmc: sdhci: eliminate sdhci_of_host and sdhci_of_data --- 2011-05-27 Shawn Guo New
[v4,3/4] mmc: sdhci: make sdhci-of device drivers self registered --- 2011-05-27 Shawn Guo New
[v4,4/4] mmc: sdhci: merge two sdhci-pltfm.h into one --- 2011-05-27 Shawn Guo Accepted
[1/2] sdio: add function to enable and disable sdio_single_irq optimization --- 2011-05-31 Per Forlin New
[2/2] sdio: report error if pending IRQ but none function bits --- 2011-05-31 Per Forlin New
[v2,1/2] sdio: add quirk to handle pending IRQ in case of none CCCR_INTx bits --- 2011-06-01 Per Forlin New
[v2,2/2] sdio: report error if pending IRQ but none CCCR_INTx bits --- 2011-06-01 Per Forlin New
mmc: sdhci: change sdhci-pltfm into a module --- 2011-06-02 Shawn Guo Accepted
[1/4] mmc: sdhci: fix interrupt storm from card detection --- 2011-06-10 Shawn Guo New
[2/4] mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get cleared --- 2011-06-10 Shawn Guo Superseded
[3/4] mmc: sdhci-esdhc-imx: remove "WP" from flag ESDHC_FLAG_GPIO_FOR_CD_WP --- 2011-06-10 Shawn Guo Superseded
[4/4] mmc: sdhci-esdhc-imx: extend card_detect and write_protect support --- 2011-06-10 Shawn Guo New
[4/4] mmc: sdhci-esdhc-imx: extend card_detect and write_protect support --- 2011-06-11 Shawn Guo New
[v2,4/4] mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5 --- 2011-06-14 Shawn Guo New
[v2,1/4] mmc: sdhci: fix interrupt storm from card detection --- 2011-06-15 Shawn Guo New
[v2,2/4] mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get cleared --- 2011-06-15 Shawn Guo Superseded
[v2,3/4] mmc: sdhci-esdhc-imx: remove "WP" from flag ESDHC_FLAG_GPIO_FOR_CD_WP --- 2011-06-15 Shawn Guo Superseded
[v2,4/4] mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5 --- 2011-06-15 Shawn Guo Superseded
[v2,4/4,RESEND] mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5 --- 2011-06-17 Shawn Guo Superseded
[RESEND] omap_hsmmc: use original sg_len for dma_unmap_sg --- 2011-06-17 Per Forlin Superseded
[v5,01/12] mmc: add none blocking mmc request function --- 2011-06-18 Per Forlin New
[v5,02/12] omap_hsmmc: use original sg_len for dma_unmap_sg --- 2011-06-18 Per Forlin Accepted
[v5,03/12] omap_hsmmc: add support for pre_req and post_req --- 2011-06-18 Per Forlin Superseded
[v5,04/12] mmci: implement pre_req() and post_req() --- 2011-06-18 Per Forlin New
[v5,05/12] mmc: mmc_test: add debugfs file to list all tests --- 2011-06-18 Per Forlin Superseded
[v5,06/12] mmc: mmc_test: add test for none blocking transfers --- 2011-06-18 Per Forlin New
[v5,07/12] mmc: add member in mmc queue struct to hold request data --- 2011-06-18 Per Forlin New
« 1 2 3 475 76 »