linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-01 17:56:11 to 2016-12-07 17:25:09 UTC [more...]

[PATCH 0/3] make kurobox-pro be able to shutdown after device-tree migration
 2016-12-07 17:24 UTC  (9+ messages)
` [PATCH 1/3] power: reset: make qnap-poweroff flexible on hello magic command to uart1
` [PATCH 2/3] power: reset: make qnap-poweroff flexible on length of power-off command
` [PATCH 3/3] power: reset: make qnap-poweroff support kurobox-pro
  ` [PATCH v1 0/3] make kurobox-pro be able to shutdown after device-tree migration
    ` [PATCH v1 1/3] power: reset: make qnap-poweroff flexible on hello magic command to uart1
    ` [PATCH v1 2/3] power: reset: make qnap-poweroff flexible on length of power-off command
    ` [PATCH v1 3/3] power: reset: make qnap-poweroff support kurobox-pro

(unknown),
 2016-12-07 15:52 UTC 

[PATCH v4 0/4] ARM: da850: fix pll0 rate setting
 2016-12-07 15:22 UTC  (5+ messages)
` [PATCH v4 1/4] ARM: da850: fix infinite loop in clk_set_rate()
` [PATCH v4 2/4] ARM: da850: don't add the emac clock to the clock lookup table twice
` [PATCH v4 3/4] ARM: da850: coding style fix
` [PATCH v4 4/4] ARM: da850: fix da850_set_pll0rate()

[PATCH] PM: Fix bug in the error handling of async suspend
 2016-12-07 14:40 UTC 

[PATCH 00/12] PM / OPP: Use kref and move away from RCU locking
 2016-12-07 13:23 UTC  (14+ messages)
` [PATCH 01/12] PM / OPP: Add per OPP table mutex
` [PATCH 02/12] PM / OPP: Add 'struct kref' to OPP table
` [PATCH 03/12] PM / OPP: Return opp_table from dev_pm_opp_set_*() routines
` [PATCH 04/12] PM / OPP: Take reference of the OPP table while adding/removing OPPs
` [PATCH 05/12] PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()
` [PATCH 06/12] PM / OPP: Add 'struct kref' to struct dev_pm_opp
` [PATCH 07/12] PM / OPP: Update OPP users to put reference
` [PATCH 08/12] PM / OPP: Take kref from _find_opp_table()
` [PATCH 09/12] PM / OPP: Move away from RCU locking
` [PATCH 10/12] PM / OPP: Simplify _opp_set_availability()
` [PATCH 11/12] PM / OPP: Simplify dev_pm_opp_get_max_volt_latency()
` [PATCH 12/12] PM / OPP: Update Documentation to remove RCU specific bits

[PATCH 0/2] Device links documentation
 2016-12-07 11:50 UTC  (13+ messages)
  ` [PATCH 1/2] Documentation/core-api/device_link: Add initial documentation
  ` [PATCH 2/2] driver core: Silence device links sphinx warning

[PATCH] PM / Sleep: Print active wakeup sources when reading wakeup events blocked
 2016-12-07 11:31 UTC 

[PATCH] power: supply: smb347_charger: Use device managed API's
 2016-12-07 11:18 UTC 

[PATCH] Revert "PM / OPP: Don't assume platform doesn't have regulators"
 2016-12-07 10:31 UTC 

[PATCH v4 0/4] thermal: add driver for R-Car Gen3
 2016-12-07  9:06 UTC  (11+ messages)
` [PATCH v4 1/4] thermal: rcar_gen3_thermal: Document the "
` [PATCH v4 2/4] thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driver
` [PATCH v4 3/4] arm64: dts: r8a7795: Add R-Car Gen3 thermal support
` [PATCH v4 4/4] arm64: dts: r8a7796: "
` [PATCH v4 5/4] thermal: rcar_gen3_thermal: restrict to 64BIT

[PATCH v3 0/3] ARM: da850: fix pll0 rate setting
 2016-12-07  6:30 UTC  (13+ messages)
` [PATCH v3 1/3] ARM: da850: fix infinite loop in clk_set_rate()
` [PATCH v3 2/3] ARM: da850: coding style fix
` [PATCH v3 3/3] ARM: da850: fix da850_set_pll0rate()

[PATCH V2 00/10] PM / OPP: Fixes and cleanups
 2016-12-07  4:42 UTC  (11+ messages)
` [PATCH V2 01/10] PM / OPP: Fix memory leak while adding duplicate OPPs
` [PATCH V2 02/10] PM / OPP: Remove useless TODO
` [PATCH V2 03/10] PM / OPP: Rename _allocate_opp() to _opp_allocate()
` [PATCH V2 04/10] PM / OPP: Error out on failing to add static OPPs for v1 bindings
` [PATCH V2 05/10] PM / OPP: Add light weight _opp_free() routine
` [PATCH V2 06/10] PM / OPP: Rename and split _dev_pm_opp_remove_table()
` [PATCH V2 07/10] PM / OPP: Don't allocate OPP table from _opp_allocate()
` [PATCH V2 08/10] PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate
` [PATCH V2 09/10] PM / OPP: Don't expose srcu_head to register notifiers
` [PATCH V2 10/10] PM / OPP: Split out part of _add_opp_table() and _remove_opp_table()

[PATCH 00/10] PM / OPP: Fixes and cleanups
 2016-12-07  4:25 UTC  (28+ messages)
` [PATCH 01/10] PM / OPP: Fix memory leak while adding duplicate OPPs
` [PATCH 02/10] PM / OPP: Remove useless TODO
` [PATCH 03/10] PM / OPP: Rename _allocate_opp() to _opp_allocate()
` [PATCH 04/10] PM / OPP: Error out on failing to add static OPPs for v1 bindings
` [PATCH 05/10] PM / OPP: Add light weight _opp_free() routine
` [PATCH 06/10] PM / OPP: Rename and split _dev_pm_opp_remove_table()
` [PATCH 07/10] PM / OPP: Don't allocate OPP table from _opp_allocate()
` [PATCH 08/10] PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate
` [PATCH 09/10] PM / OPP: Don't expose srcu_head to register notifiers
` [PATCH 10/10] PM / OPP: Split out part of _add_opp_table() and _remove_opp_table()

[PATCH 00/12] extcon: Replace the deprecated extcon API
 2016-12-07  3:45 UTC  (21+ messages)
` [PATCH 05/12] usb: chipdata: Replace the "
` [PATCH 06/12] usb: dwc3: omap: "
` [PATCH 07/12] usb: sunxi: Uses the resource-managed extcon API when registering extcon notifier
` [PATCH 12/12] usb: renesas_usbhs: Replace the deprecated extcon API
  ` [PATCH 03/12] power_supply: axp288_charger: Replace the "
  ` [PATCH 01/12] phy: rcar-gen3-usb2: Replace the deprecated "

[PATCH V7 00/10] PM / OPP: Multiple regulator support
 2016-12-07  0:39 UTC  (7+ messages)
` [PATCH V7 06/10] PM / OPP: Add infrastructure to manage multiple regulators

[PATCH V2] devfreq: rk3399_dmc: Don't use OPP structures outside of RCU locks
 2016-12-06 22:40 UTC  (2+ messages)

[PATCH v2 0/3] Support of Energy Performance hints
 2016-12-06 21:32 UTC  (4+ messages)
` [PATCH v2 1/3] cpufreq: intel_pstate: Lock HWP requests
` [PATCH v2 2/3] cpufreq: intel_pstate: Support of energy performance hint using HWP
` [PATCH v2 3/3] Documentation: intel_pstate: Add energy performance hint

[PATCH] PM / Sleep: Print active wakeup sources when reading wakeup events blocked
 2016-12-06 21:07 UTC 

[PATCH 1/1] cpufreq: Fix NULL pointer comparison warning
 2016-12-06 21:03 UTC  (3+ messages)

[PATCH 0/9] AC97 device/driver model revamp
 2016-12-06 11:13 UTC  (7+ messages)
` [PATCH 8/9] mfd: wm97xx-core: core support for wm97xx Codec

[PATCH] PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend
 2016-12-06  0:38 UTC 

[PATCH 0/3] dev_pm_qos improvements
 2016-12-05 11:19 UTC  (3+ messages)
` [PATCH 1/3] dev_pm_qos: Improve sysfs pm_qos_latency_tolerance validation

[PATCH v3 1/3] powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macro
 2016-12-05  9:22 UTC  (2+ messages)

[PATCH v2 0/3] ARM: da850: fix pll0 rate setting
 2016-12-05  9:07 UTC  (9+ messages)
` [PATCH v2 1/3] ARM: da850: fix infinite loop in clk_set_rate()
` [PATCH v2 2/3] ARM: da850: coding style fix
` [PATCH v2 3/3] ARM: da850: fix da850_set_pll0rate()

[vireshk:opp/redesign 24/33] drivers/cpufreq/sti-cpufreq.c:228:3: error: too many arguments to function 'dev_pm_opp_put_prop_name'
 2016-12-05  3:28 UTC  (2+ messages)

[vireshk:opp/redesign 12/33] drivers/devfreq/rk3399_dmc.c:432:2: error: 'dmcfreq' undeclared
 2016-12-05  3:28 UTC  (2+ messages)

[PATCH] PM / OPP: fix odd_ptr_err.cocci warnings
 2016-12-05  3:14 UTC  (2+ messages)

(unknown),
 2016-12-03 20:56 UTC 

[PATCH v5] PM/devfreq: add suspend frequency support
 2016-12-03 20:15 UTC  (2+ messages)

[PATCH 1/1] cpuidle: fix improper return value on error
 2016-12-03 15:02 UTC 

(unknown),
 2016-12-03 10:16 UTC 

[PATCH] x86/suspend: fix false positive KASAN warning on suspend/resume
 2016-12-02 21:57 UTC  (27+ messages)
                        ` [PATCH v2] "
                              ` [PATCH v3] "
                                    ` [PATCH v4] "

[vireshk:opp/redesign 20/33] fair_share.c:(.text+0x2b5): multiple definition of `dev_pm_opp_unregister_notifier'
 2016-12-02 14:13 UTC  (2+ messages)

[RFC PATCH 0/5] ARM: at91: sama5d2_xplained: Put the PMIC a proper suspend state
 2016-12-02 13:57 UTC  (6+ messages)
` [RFC PATCH 1/5] regulator: Extend the power-management APIs
` [RFC PATCH 2/5] regulator: Document the regulator-allow-changes-at-runtime DT property
` [RFC PATCH 3/5] ARM: at91: Call regulator_suspend_{begin, end}() in the platform pm ops
` [RFC PATCH 4/5] regulator: act8945: Implement PM functionalities
` [RFC PATCH 5/5] ARM: at91/dt: sama5d2_xplained: Add proper regulator states for suspend-to-mem

[PATCH] devfreq: rk3399_dmc: Don't use OPP structures outside of RCU locks
 2016-12-02 13:53 UTC  (6+ messages)

[vireshk:opp/redesign 23/33] fair_share.c:(.text+0x2b5): multiple definition of `dev_pm_opp_get_opp_table'
 2016-12-02 12:46 UTC 

[PATCH 1/2] PM / Domains: Introduce domain-performance-state binding
 2016-12-02 10:47 UTC  (11+ messages)

[PATCH] devfreq: rk3399_dmc: Remove dangling rcu_read_unlock()
 2016-12-02  8:43 UTC  (2+ messages)

[PATCH] devfreq: exynos: Don't use OPP structures outside of RCU locks
 2016-12-02  8:39 UTC  (2+ messages)

[PATCH v10 0/8] power: add power sequence library
 2016-12-02  6:51 UTC  (6+ messages)
` [PATCH v10 2/8] "

[PATCH v3] cpufreq: brcmstb-cpufreq: CPUfreq driver for older Broadcom STB SoCs
 2016-12-02  0:50 UTC  (3+ messages)

[PATCH 1/3] cpufreq: intel_pstate: Support of energy performance hint using HWP
 2016-12-01 23:39 UTC  (3+ messages)
` [PATCH 2/3] cpufreq: intel_pstate: Lock HWP requests
` [PATCH 3/3] Documentation: intel_pstate: Add energy performance hint

[PATCH] cpuidle: Add a kerneldoc comment to cpuidle_use_deepest_state()
 2016-12-01 22:31 UTC 

[PATCH] PM / Domains: Fix for domain idle state
 2016-12-01 21:21 UTC  (4+ messages)
` [PATCH] PM / Domains: Fix compatible "

[PATCH v15] acpi, apei, arm64: APEI initial support for aarch64
 2016-12-01 21:19 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).