Show patches with: Archived = No       |   7698 patches
« 1 2 ... 71 72 7376 77 »
Patch Series S/W/F Date Submitter Delegate State
[2/3] mmc: dw_mmc: add dw_mmc-k3 for k3 platform --- 2013-12-11 Zhangfei Gao Changes Requested
[1/3] mmc: dw_mmc: use slot-gpio to handle cd pin --- 2013-12-11 Zhangfei Gao Superseded
[1/2] mmc: dw_mmc: add dw_mci_of_get_cd_gpio to handle cd pin --- 2013-12-02 Zhangfei Gao Superseded
[8/8] mmc: tmio: Handle clock gating from runtime PM functions --- 2013-11-08 Ulf Hansson New
[7/8] mmc: tmio: Restructure .set_ios and adapt probe sequence to it --- 2013-11-08 Ulf Hansson New
[6/8] mmc: tmio: Extract bus_width modifications to a function --- 2013-11-08 Ulf Hansson New
[5/8] mmc: tmio: Keep host active while serving requests --- 2013-11-08 Ulf Hansson New
[4/8] mmc: tmio: Keep host active while SDIO irq is enabled --- 2013-11-08 Ulf Hansson New
[3/8] mmc: tmio: Adapt to proper PM configs for exported functions --- 2013-11-08 Ulf Hansson Accepted
[2/8] mmc: tmio_mmc: Convert from legacy to modern PM ops --- 2013-11-08 Ulf Hansson Accepted
[1/8] mmc: sh_mobile_sdhi: Use modern PM macros to define pm callbacks --- 2013-11-08 Ulf Hansson Accepted
[2/2] mmc: dw_mmc: add dw_mmc-k3 for k3 platform --- 2013-11-08 Zhangfei Gao Changes Requested
[1/2] mmc: dw_mmc: add dw_mci_of_get_cd_gpio to handle cd pin --- 2013-11-08 Zhangfei Gao Changes Requested
[v2,2/3] mmc: tmio_mmc: Convert from legacy to modern PM ops --- 2013-11-06 Ulf Hansson Superseded
[3/3] mmc: tmio: Adapt to proper PM configs for exported functions --- 2013-11-05 Ulf Hansson Superseded
[2/3] mmc: tmio_mmc: Convert from legacy to modern PM ops --- 2013-11-05 Ulf Hansson New
[1/3] mmc: sh_mobile_sdhi: Use modern PM macros to define pm callbacks --- 2013-11-05 Ulf Hansson Superseded
[v2] mmc: core: Remove MMC_CLKGATE --- 2013-10-31 Ulf Hansson New
mmc: core: Use MMC_UNSAFE_RESUME as default behavior --- 2013-10-30 Ulf Hansson Accepted
[2/2] mmc: wbsd: Silence compiler warning --- 2013-10-28 Ulf Hansson Accepted
[1/2] mmc: core: Silence compiler warning in __mmc_switch --- 2013-10-28 Ulf Hansson Accepted
[2/2] mmc: dw_mmc: add dw_mmc-k3 for k3 platform --- 2013-10-23 Zhangfei Gao Changes Requested
[v2,7/7] mmc: sh_mmcif: Extend clock gating routine for runtime suspend --- 2013-10-22 Ulf Hansson New
[v2,6/7] mmc: sh_mmcif: Simplify clock and power setup in set_ios --- 2013-10-22 Ulf Hansson New
[v2,5/7] mmc: sh_mmcif: Move clock handling into runtime PM callbacks --- 2013-10-22 Ulf Hansson New
[v2,4/7] mmc: sh_mmcif: Use runtime PM to keep resourses active during I/O --- 2013-10-22 Ulf Hansson New
[v2,3/7] mmc: sh_mmcif: Convert to clk_prepare|unprepare --- 2013-10-22 Ulf Hansson Accepted
[v2,2/7] mmc: sh_mmcif: Convert to PM macros when defining dev_pm_ops --- 2013-10-22 Ulf Hansson Accepted
[v2,1/7] mmc: sh_mmcif: Move away from using deprecated APIs --- 2013-10-22 Ulf Hansson Accepted
[v2] mmc: core: Do not poll for busy with status cmd for all switch cmds --- 2013-10-22 Ulf Hansson Accepted
[2/2] mmc: dw_mmc: add dw_mmc-k3 for k3 platform --- 2013-10-21 Zhangfei Gao Changes Requested
[1/2] mmc: dw_mmc: add dw_mci_of_get_cd_gpio to handle cd pin --- 2013-10-21 Zhangfei Gao Changes Requested
[4/4] mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resume --- 2013-10-11 Ulf Hansson Accepted
[3/4] mmc: core: Improve runtime PM support during suspend/resume for sd/mmc --- 2013-10-11 Ulf Hansson Accepted
[2/4] mmc: core: Remove redundant mmc_power_up|off at runtime callbacks --- 2013-10-11 Ulf Hansson Accepted
[1/4] mmc: Don't force card to active state when entering suspend/shutdown --- 2013-10-11 Ulf Hansson Accepted
[2/2] mmc: add dw-mmc-k3 --- 2013-10-10 Zhangfei Gao Changes Requested
[1/2] mmc: dw_mmc: change definition of get_cd --- 2013-10-10 Zhangfei Gao Changes Requested
[2/2] mmc: core: Use autosuspend when applicable at runtime idle --- 2013-10-10 Ulf Hansson New
[1/2] PM / Runtime: Add helper function to get value of use_autosuspend --- 2013-10-10 Ulf Hansson New
mmc: Don't force card to active state when entering suspend --- 2013-10-03 Ulf Hansson New
mmc: core: Remove redundant mmc_power_up|off at runtime callbacks --- 2013-10-03 Ulf Hansson Accepted
[7/7] mmc: sh_mmcif: Extend clock gating routine for runtime suspend --- 2013-10-02 Ulf Hansson New
[6/7] mmc: sh_mmcif: Simplify clock and power setup in set_ios --- 2013-10-02 Ulf Hansson New
[5/7] mmc: sd_mmcif: Move clock handling into runtime PM callbacks --- 2013-10-02 Ulf Hansson New
[4/7] mmc: sh_mmcif: Use runtime PM to keep resourses active during I/O --- 2013-10-02 Ulf Hansson New
[3/7] mmc: sh_mmcif: Convert to clk_prepare|unprepare --- 2013-10-02 Ulf Hansson Superseded
[2/7] mmc: sh_mmcif: Convert to PM macros when defining dev_pm_ops --- 2013-10-02 Ulf Hansson Superseded
[1/7] mmc: sh_mmcif: Move away from using deprecated APIs --- 2013-10-02 Ulf Hansson Superseded
[2/2] mmc: core: Remove MMC_CLKGATE --- 2013-09-30 Ulf Hansson New
[1/2] MIPS: db1235: Don't use MMC_CLKGATE --- 2013-09-30 Ulf Hansson Accepted
[RFC/PATCH] mmc: core: Signal wakeup event at card insert/removal --- 2013-09-20 Ulf Hansson Accepted
[7/7] mmc: core: Collect common code for card ocr validation --- 2013-09-16 Ulf Hansson Accepted
[6/7] mmc: core: Prevent violation of specs while initializing cards --- 2013-09-16 Ulf Hansson Accepted
[5/7] mmc: core: Move cached value of the negotiated ocr mask to card struct --- 2013-09-16 Ulf Hansson Accepted
[4/7] mmc: core: Cleanup code for setting ocr mask for SDIO --- 2013-09-16 Ulf Hansson Accepted
[3/7] mmc: core: Remove unnecessary retry mechanism at SDIO attach --- 2013-09-16 Ulf Hansson Accepted
[2/7] mmc: core: Let mmc_set_signal_voltage take ocr as parameter --- 2013-09-16 Ulf Hansson Accepted
[1/7] mmc: core: Let mmc_power_up|cycle take ocr as parameter --- 2013-09-16 Ulf Hansson Accepted
mmc: core: Do not poll for busy with status cmd for all switch cmds --- 2013-09-11 Ulf Hansson Accepted
mmc: sdhci-bcm-kona: make linker-section warning go away --- 2013-08-07 Markus Mayer Accepted
[3/3] mmc: sdhci-bcm-kona: Staticize sdhci_bcm_kona_card_event --- 2013-07-08 Sachin Kamat Accepted
[2/3] mmc: sdhci-bcm-kona: Remove redundant use of_match_ptr --- 2013-07-08 Sachin Kamat Accepted
[1/3] mmc: sdhci-bcm-kona: Remove unneeded version.h inclusion --- 2013-07-08 Sachin Kamat Accepted
mmc: core: Fixup Oops for SDIO shutdown --- 2013-07-02 Ulf Hansson Accepted
[12/12] mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLE --- 2013-06-10 Ulf Hansson Accepted
[11/12] mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLE --- 2013-06-10 Ulf Hansson Accepted
[10/12] mmc: core: Enable power_off_notify for eMMC shutdown sequence --- 2013-06-10 Ulf Hansson Accepted
[09/12] mmc: core: Add shutdown callback for (e)MMC bus_ops --- 2013-06-10 Ulf Hansson Accepted
[08/12] mmc: core: Handle both poweroff notification types for eMMC --- 2013-06-10 Ulf Hansson Accepted
[07/12] mmc: core: Add shutdown callback for SD bus_ops --- 2013-06-10 Ulf Hansson Accepted
[06/12] mmc: core: Extend shutdown sequence to handle bus operations --- 2013-06-10 Ulf Hansson Accepted
[05/12] mmc: core: Handle card shutdown from mmc_bus --- 2013-06-10 Ulf Hansson Accepted
[04/12] mmc: core: Initiate suspend|resume from mmc bus instead of mmc host --- 2013-06-10 Ulf Hansson Accepted
[03/12] mmc: core: Push common suspend|resume code into each bus_ops --- 2013-06-10 Ulf Hansson Accepted
[02/12] mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPARE --- 2013-06-10 Ulf Hansson Accepted
[01/12] mmc: core: Remove unnecessary check for the remove callback --- 2013-06-10 Ulf Hansson Accepted
[4/4] mmc: core: Initiate suspend|resume from mmc bus instead of mmc host --- 2013-05-30 Ulf Hansson New
[3/4] mmc: core: Push common suspend|resume code into each bus_ops --- 2013-05-30 Ulf Hansson Superseded
[2/4] mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPARE --- 2013-05-30 Ulf Hansson Superseded
[1/4] mmc: core: Remove unnecessary check for the remove callback --- 2013-05-30 Ulf Hansson Superseded
[V4,4/4] mmc: core: Support aggressive power management for (e)MMC/SD --- 2013-05-02 Ulf Hansson Accepted
[V4,3/4] mmc: block: Enable runtime pm for mmc blkdevice --- 2013-05-02 Ulf Hansson Accepted
[V4,2/4] mmc: core: Add bus_ops for runtime pm callbacks --- 2013-05-02 Ulf Hansson Accepted
[V4,1/4] mmc: core: Stop bkops for eMMC only from mmc suspend --- 2013-05-02 Ulf Hansson Accepted
[v2] mmc: core: Fix select power class after resume --- 2013-04-23 Fredrik Soderstedt Accepted
mmc: core: Fix select power class after resume --- 2013-04-22 Fredrik Soderstedt Accepted
mmc: core: Restructure and simplify code for mmc sleep|awake --- 2013-04-19 Ulf Hansson Accepted
[RESEND] mmc: core: Re-use code for MMC_CAP2_DETECT_ON_ERR in polling mode --- 2013-04-18 Ulf Hansson Accepted
mmc: core: Only execute tuning for SDR50 and SDR104 --- 2013-04-17 Fredrik Soderstedt Accepted
[RESEND,V3,4/4] mmc: core: Support aggressive power management for (e)MMC/SD --- 2013-04-16 Ulf Hansson New
[V3,4/4] mmc: core: Support aggressive power management for (e)MMC/SD --- 2013-04-16 Ulf Hansson New
[V3,3/4] mmc: block: Enable runtime pm for mmc blkdevice --- 2013-04-16 Ulf Hansson Superseded
[V3,2/4] mmc: core: Add bus_ops for runtime pm callbacks --- 2013-04-16 Ulf Hansson Superseded
[V3,1/4] mmc: core: Stop bkops for eMMC only from mmc suspend --- 2013-04-16 Ulf Hansson Superseded
[v5] mmc: dw_mmc: let device core setup the default pin configuration --- 2013-04-11 thomas.abraham@linaro.org Accepted
[v4] mmc: dw_mmc: let device core setup the default pin configuration --- 2013-04-09 thomas.abraham@linaro.org New
[V2,2/2] mmc: block: Enable runtime pm for mmc blkdevice --- 2013-04-08 Ulf Hansson New
[V2,1/2] mmc: core: Add bus_ops for runtime pm callbacks --- 2013-04-08 Ulf Hansson New
[V2,2/2] mmc: block: Enable runtime pm for mmc blkdevice --- 2013-04-04 Ulf Hansson New
« 1 2 ... 71 72 7376 77 »