Show patches with: State = Action Required       |    Archived = No       |   5166 patches
« 1 2 ... 9 10 1151 52 »
Patch Series S/W/F Date Submitter Delegate State
[10/16] mmc: queue: simplify queue logic multiqueue for MMC/SD third try --- 2017-02-09 Linus Walleij New
[11/16] mmc: block: shuffle retry and error handling multiqueue for MMC/SD third try --- 2017-02-09 Linus Walleij New
[12/16] mmc: queue: stop flushing the pipeline with NULL multiqueue for MMC/SD third try --- 2017-02-09 Linus Walleij New
[13/16] mmc: queue: issue struct mmc_queue_req items multiqueue for MMC/SD third try --- 2017-02-09 Linus Walleij New
[14/16] mmc: queue: get/put struct mmc_queue_req multiqueue for MMC/SD third try --- 2017-02-09 Linus Walleij New
[15/16] mmc: queue: issue requests in massive parallel multiqueue for MMC/SD third try --- 2017-02-09 Linus Walleij New
[16/16] RFC: mmc: switch MMC/SD to use blk-mq multiqueueing v3 multiqueue for MMC/SD third try --- 2017-02-09 Linus Walleij New
mmc: block: return errorcode and not 0 --- 2017-02-13 Linus Walleij New
mmc: core: make block layer non-optional --- 2017-02-15 Linus Walleij New
[1/3] mmc: core: move some code in mmc_start_areq() The uncontroversial patches --- 2017-03-28 Linus Walleij New
[2/3] mmc: core: refactor asynchronous request finalization The uncontroversial patches --- 2017-03-28 Linus Walleij New
[3/3] mmc: core: refactor mmc_request_done() The uncontroversial patches --- 2017-03-28 Linus Walleij New
[1/3] mmc: sdio: Add API to manage SDIO IRQs from a workqueue mmc: Improve/fix support for SDIO IRQs --- 2017-04-18 Ulf Hansson New
[2/3] mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs mmc: Improve/fix support for SDIO IRQs --- 2017-04-18 Ulf Hansson New
[v2,4/5] mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled mmc: Improve/fix support for SDIO IRQs --- 2017-04-19 Ulf Hansson New
[v2,5/5] Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards" mmc: Improve/fix support for SDIO IRQs --- 2017-04-19 Ulf Hansson New
[1/4] mmc: core: Export API to allow hosts to get the card address [1/4] mmc: core: Export API to allow hosts to get the card address --- 2017-04-24 Steven J. Hill New
[1/2] mmc: pwrseq: Add reset callback to the struct mmc_pwrseq_ops mmc: core: Fix the behaviour of pwrseq_emmc --- 2017-05-08 Ulf Hansson New
[2/2] mmc: core: Don't do eMMC HW reset when resuming the eMMC card mmc: core: Fix the behaviour of pwrseq_emmc --- 2017-05-08 Ulf Hansson New
[v3,1/5] mmc: core: Prevent processing SDIO IRQs when none is claimed mmc: Improve/fix support for SDIO IRQs --- 2017-05-09 Ulf Hansson New
[v3,2/5] mmc: sdio: Add API to manage SDIO IRQs from a workqueue mmc: Improve/fix support for SDIO IRQs --- 2017-05-09 Ulf Hansson New
[v3,3/5] mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs mmc: Improve/fix support for SDIO IRQs --- 2017-05-09 Ulf Hansson New
[v3,4/5] mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled mmc: Improve/fix support for SDIO IRQs --- 2017-05-09 Ulf Hansson New
[v3,5/5] Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards" mmc: Improve/fix support for SDIO IRQs --- 2017-05-09 Ulf Hansson New
[1/5] mmc: core: Delete bounce buffer Kconfig option mmc: core: modernize ioctl() requests --- 2017-05-10 Linus Walleij New
[4/5] mmc: block: move single ioctl() commands to block requests mmc: core: modernize ioctl() requests --- 2017-05-10 Linus Walleij New
[RFC,1/3] mmc: sdio: Don't use abort-able claim host method from SDIO IRQ thread mmc: core: Prepare mmc host locking for blk-mq --- 2017-05-11 Ulf Hansson New
[RFC,2/3] mmc: core: Remove redundant abort-able claim host API mmc: core: Prepare mmc host locking for blk-mq --- 2017-05-11 Ulf Hansson New
[RFC,3/3] mmc: core: Allow mmc block device to re-claim the host mmc: core: Prepare mmc host locking for blk-mq --- 2017-05-11 Ulf Hansson New
[1/6,v2] mmc: core: Delete bounce buffer Kconfig option [1/6,v2] mmc: core: Delete bounce buffer Kconfig option --- 2017-05-18 Linus Walleij New
[2/6,v2] mmc: core: Allocate per-request data using the block layer core [1/6,v2] mmc: core: Delete bounce buffer Kconfig option --- 2017-05-18 Linus Walleij New
[3/6,v2] mmc: block: Tag is_rpmb as bool [1/6,v2] mmc: core: Delete bounce buffer Kconfig option --- 2017-05-18 Linus Walleij New
[4/6,v2] mmc: block: move single ioctl() commands to block requests [1/6,v2] mmc: core: Delete bounce buffer Kconfig option --- 2017-05-18 Linus Walleij New
[5/6,v2] mmc: block: move multi-ioctl() to use block layer [1/6,v2] mmc: core: Delete bounce buffer Kconfig option --- 2017-05-18 Linus Walleij New
[6/6,v2] mmc: queue: delete mmc_req_is_special() [1/6,v2] mmc: core: Delete bounce buffer Kconfig option --- 2017-05-18 Linus Walleij New
[1/6] mmc: block: remove req back pointer More MMC block core refactorings --- 2017-05-19 Linus Walleij New
[2/6] mmc: block: Tag DRV_OPs with a driver operation type More MMC block core refactorings --- 2017-05-19 Linus Walleij New
[3/6] mmc: block: Move DRV OP issue function More MMC block core refactorings --- 2017-05-19 Linus Walleij New
[4/6] mmc: block: Move boot partition locking into a driver op More MMC block core refactorings --- 2017-05-19 Linus Walleij New
[5/6] mmc: debugfs: Move card status retrieveal into the block layer More MMC block core refactorings --- 2017-05-19 Linus Walleij New
[6/6] mmc: debugfs: Move EXT CSD debugfs acces to block layer More MMC block core refactorings --- 2017-05-19 Linus Walleij New
mmc: block: Use mmc_send_status() and drop get_card_status() --- 2017-05-22 Ulf Hansson New
[V2] mmc: block: Use __mmc_send_status() and drop get_card_status() --- 2017-05-22 Ulf Hansson New
mmc: renesas-sdhi: export renesas_sdhi_probe --- 2017-05-22 Arnd Bergmann New
[2/6,v3] mmc: debugfs: No blocklayer = no card status and extcsd Untitled series #2230 --- 2017-06-08 Linus Walleij New
[4/6,v3] mmc: debugfs: Move card status retrieveal into the block layer Untitled series #2232 --- 2017-06-08 Linus Walleij New
[5/6,v3] mmc: debugfs: Move EXT CSD debugfs access to block layer Untitled series #2233 --- 2017-06-08 Linus Walleij New
[6/6,v3] mmc: debugfs: Move block debugfs into block module Untitled series #2234 --- 2017-06-08 Linus Walleij New
[1/9] mmc: core: Don't export some eMMC specific functions from core.c mmc: core: Some trivial re-factoring and cleanups --- 2017-06-08 Ulf Hansson New
[3/9] mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.c mmc: core: Some trivial re-factoring and cleanups --- 2017-06-08 Ulf Hansson New
[4/9] mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.c mmc: core: Some trivial re-factoring and cleanups --- 2017-06-08 Ulf Hansson New
[5/9] mmc: core: Make mmc_can_reset() static mmc: core: Some trivial re-factoring and cleanups --- 2017-06-08 Ulf Hansson New
[6/9] mmc: core: Remove redundant code in mmc_send_cid() mmc: core: Some trivial re-factoring and cleanups --- 2017-06-08 Ulf Hansson New
[7/9] mmc: core: Re-factor code for sending CID mmc: core: Some trivial re-factoring and cleanups --- 2017-06-08 Ulf Hansson New
[8/9] mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() instead mmc: core: Some trivial re-factoring and cleanups --- 2017-06-08 Ulf Hansson New
[9/9] mmc: core: Clarify code for sending CSD mmc: core: Some trivial re-factoring and cleanups --- 2017-06-08 Ulf Hansson New
[V2,2/9] mmc: core: Move mmc bkops functions from core.c to mmc_ops.c Untitled series #2253 --- 2017-06-09 Ulf Hansson New
[V2] mmc: core: Remove MMC_CAP2_HC_ERASE_SZ --- 2017-06-12 Ulf Hansson New
mmc: queue: Drop call to blk_cleanup_queue() --- 2017-06-13 Linus Walleij New
[v3,08/21] arm64: dts: hikey960: add WL1837 Bluetooth device node Untitled series #2420 --- 2017-06-14 Guodong Xu New
[v3,09/21] arm64: dts: hi3660: Add pl031 rtc node Untitled series #2420 --- 2017-06-14 Guodong Xu New
[v3,11/21] arm64: dts: hikey960: add LED nodes Untitled series #2420 --- 2017-06-14 Guodong Xu New
[v3,16/21] arm64: dts: hisi: add kirin pcie node Untitled series #2420 --- 2017-06-14 Guodong Xu New
[v3,17/21] dt-bindings: mfd: hi6421: Add hi6421v530 compatible string Untitled series #2420 --- 2017-06-14 Guodong Xu New
mmc: block: Move duplicate check --- 2017-06-14 Linus Walleij New
[v5,15/20] arm64: dts: hisi: add kirin pcie node Untitled series #2464 --- 2017-06-16 Guodong Xu New
[RFC,2/2] mmc: sdhci-msm: enable SDHCI_QUIRK2_BROKEN_SDMA_BOUNDARY_BUFFER Untitled series #2642 --- 2017-06-28 Srinivas Kandagatla New
[v2,1/2] mmc: sdhci-of-at91: factor out clks and presets setting [v2,1/2] mmc: sdhci-of-at91: factor out clks and presets setting --- 2017-07-12 Quentin Schulz New
[v3,2/2] mmc: sdhci-of-at91: set clocks and presets after resume from deepest PM Untitled series #2824 --- 2017-07-13 Quentin Schulz New
mmc: block: Block new req entering queue after its cleanup --- 2017-07-13 Linus Walleij New
mmc: Convert to using %pOF instead of full_name --- 2017-07-18 Rob Herring New
[v2,4/4] mmc: sdhci-cadence: add suspend / resume support [v2,1/4] mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume --- 2017-08-03 Masahiro Yamada New
[v2] mmc: mmci_qcom_dml: include mmci_qcom_dml.h and fix #ifdef --- 2017-08-04 Masahiro Yamada New
mmc: mmci: stop building qcom dml as module --- 2017-08-10 Srinivas Kandagatla New
[v3,2/4] mmc: sdhci-pxav2: switch to managed clk and sdhci_pltfm_unregister() Untitled series #3358 --- 2017-08-15 Masahiro Yamada New
[1/8,v5] mmc: block: Anonymize the drv op data pointer [1/8,v5] mmc: block: Anonymize the drv op data pointer --- 2017-08-20 Linus Walleij New
[2/8,v5] mmc: ops: export mmc_get_status() Untitled series #3428 --- 2017-08-20 Linus Walleij New
[3/8,v5] mmc: debugfs: Move block debugfs into block module Untitled series #3429 --- 2017-08-20 Linus Walleij New
[4/8,v5] mmc: block: Move duplicate check Untitled series #3430 --- 2017-08-20 Linus Walleij New
[5/8,v5] mmc: block: Refactor mmc_blk_part_switch() Untitled series #3431 --- 2017-08-20 Linus Walleij New
[6/8,v5] mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd() Untitled series #3432 --- 2017-08-20 Linus Walleij New
[v2,01/16] mmc: meson-gx: fix mux mask definition [v2,01/16] mmc: meson-gx: fix mux mask definition --- 2017-08-21 Jerome Brunet New
[v2,04/16] mmc: meson-gx: use _irqsave variant of spinlock [v2,01/16] mmc: meson-gx: fix mux mask definition --- 2017-08-21 Jerome Brunet New
[v2,10/16] mmc: meson-gx: work around clk-stop issue [v2,01/16] mmc: meson-gx: fix mux mask definition --- 2017-08-21 Jerome Brunet New
[v2,12/16] mmc: meson-gx: implement card_busy callback [v2,01/16] mmc: meson-gx: fix mux mask definition --- 2017-08-21 Jerome Brunet New
[v4,3/4] mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume Untitled series #3475 --- 2017-08-23 Masahiro Yamada New
[v3,01/13] mmc: meson-gx: initialize sane clk default before clock register mmc: meson-gx: driver fixups and upgrades --- 2017-08-28 Jerome Brunet New
[v3,04/13] mmc: meson-gx: rework clk_set function mmc: meson-gx: driver fixups and upgrades --- 2017-08-28 Jerome Brunet New
[v3,08/13] mmc: meson-gx: simplify interrupt handler mmc: meson-gx: driver fixups and upgrades --- 2017-08-28 Jerome Brunet New
[v3,11/13] mmc: meson-gx: implement voltage switch callback mmc: meson-gx: driver fixups and upgrades --- 2017-08-28 Jerome Brunet New
[v3,12/13] mmc: meson-gx: change default tx phase mmc: meson-gx: driver fixups and upgrades --- 2017-08-28 Jerome Brunet New
mmc: meson-gx: fix __ffsdi2 undefined on arm32 mmc: meson-gx: fix __ffsdi2 undefined on arm32 --- 2017-08-31 Jerome Brunet New
[v2,1/2] mmc: sdhci-msm: Utilize bulk clock API Support SDHCI on 8974pro devices --- 2017-09-15 Bjorn Andersson New
[PATCH/RFT] mmc: meson-gx: include tx phase in the tuning process [PATCH/RFT] mmc: meson-gx: include tx phase in the tuning process --- 2017-09-18 Jerome Brunet New
[1/2,v6] mmc: block: Convert RPMB to a character device [1/2,v6] mmc: block: Convert RPMB to a character device --- 2017-09-20 Linus Walleij New
[2/2,v6] mmc: block: Delete mmc_access_rpmb() [1/2,v6] mmc: block: Convert RPMB to a character device --- 2017-09-20 Linus Walleij New
mmc: Delete bounce buffer handling mmc: Delete bounce buffer handling --- 2017-09-20 Linus Walleij New
mmc: block: Fix bug when removing RPMB chardev mmc: block: Fix bug when removing RPMB chardev --- 2017-10-02 Linus Walleij New
[1/3] mmc: meson-gx: make sure the clock is rounded down mmc: meson-gx: fixes for v4.14 --- 2017-10-02 Jerome Brunet New
[v2] mmc: block: Fix bug when removing RPMB chardev [v2] mmc: block: Fix bug when removing RPMB chardev --- 2017-10-03 Linus Walleij New
« 1 2 ... 9 10 1151 52 »