linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-12 09:43:13 to 2019-02-14 13:10:36 UTC [more...]

[PATCH v10 0/9] support ROHM BD70528 PMIC
 2019-02-14 13:10 UTC  (7+ messages)
` [PATCH v10 1/9] mfd: regulator: clk: split rohm-bd718x7.h
` [PATCH v10 2/9] mfd: bd70528: Support ROHM bd70528 PMIC - core
` [PATCH v10 3/9] clk: bd718x7: Support ROHM BD70528 clk block
` [PATCH v10 4/9] devicetree: bindings: Document first ROHM BD70528 bindings
` [PATCH v10 5/9] gpio: Initial support for ROHM bd70528 GPIO block
` [PATCH v10 6/9] rtc: bd70528: Initial support for ROHM bd70528 RTC

[PATCH v9 0/8] support ROHM BD70528 PMIC
 2019-02-14 12:38 UTC  (16+ messages)
` [PATCH v9 1/8] mfd: regulator: clk: split rohm-bd718x7.h
` [PATCH v9 2/8] mfd: bd70528: Support ROHM bd70528 PMIC - core
` [PATCH v9 3/8] clk: bd718x7: Support ROHM BD70528 clk block
` [PATCH v9 4/8] devicetree: bindings: Document first ROHM BD70528 bindings
` [PATCH v9 5/8] gpio: Initial support for ROHM bd70528 GPIO block
` [PATCH v9 6/8] rtc: bd70528: Initial support for ROHM bd70528 RTC
` [PATCH v9 7/8] power: supply: Initial support for ROHM BD70528 PMIC charger block
` [PATCH v9 8/8] watchdog: bd70528: Initial support for ROHM BD70528 watchdog block

[PATCH v2] drivers: base: add support to skip power management in device/driver model
 2019-02-14 12:05 UTC  (7+ messages)

[PATCH 0/3] add support for SAM9X60's shutdown controller
 2019-02-14 11:24 UTC  (4+ messages)
` [PATCH 1/3] power: reset: at91-poweroff: add RTT wakeup capability
` [PATCH 2/3] power: reset: at91-poweroff: add support for SAM9X60
` [PATCH 3/3] dt-bindings: arm: atmel: add binding for SAM9X60 shutdown controller

[PATCH v2] PM / suspend: measure the time of filesystem syncing
 2019-02-14 11:15 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v5 00/11] mfd: add support for max77650 PMIC
 2019-02-14 10:51 UTC  (21+ messages)
` [PATCH v5 01/11] dt-bindings: mfd: add DT bindings for max77650
` [PATCH v5 02/11] dt-bindings: power: supply: "
` [PATCH v5 03/11] dt-bindings: leds: "
` [PATCH v5 04/11] dt-bindings: input: "
` [PATCH v5 05/11] mfd: core: document mfd_add_devices()
` [PATCH v5 06/11] mfd: max77650: new core mfd driver
` [PATCH v5 07/11] power: supply: max77650: add support for battery charger
` [PATCH v5 08/11] gpio: max77650: add GPIO support
` [PATCH v5 09/11] leds: max77650: add LEDs support
` [PATCH v5 10/11] input: max77650: add onkey support
` [PATCH v5 11/11] MAINTAINERS: add an entry for max77650 mfd driver

[PATCH] cpufreq: Replace double NOT (!!) with single NOT (!)
 2019-02-14 10:46 UTC 

[PATCH v6] cpufreq: intel_pstate: Reporting reasons why driver prematurely exit
 2019-02-14 10:22 UTC  (3+ messages)

[PATCH][RFC] ACPI: add "processor.broadcast_ppc" hook to broadcast _PPC to all online CPUs
 2019-02-14 10:21 UTC  (7+ messages)

[PATCH 00/13] mfd: add support for max77650 PMIC
 2019-02-14  9:42 UTC  (6+ messages)
` [PATCH 12/13] input: max77650: add onkey support

[RFC 0/6] Add support for Ettus Research E31x devices PMU
 2019-02-14  9:39 UTC  (14+ messages)
` [RFC 1/6] mfd: Support "
` [RFC 2/6] "
` [RFC 3/6] power: supply: Ettus Research E31x charger driver
` [RFC 4/6] "
` [RFC 5/6] power: supply: Ettus Research E31x battery driver
` [RFC 6/6] "

[PATCH v3 0/7] drivers: devfreq: fix and optimize workqueue mechanism
 2019-02-14  5:01 UTC  (21+ messages)
    ` [PATCH v3 1/7] drivers: devfreq: change deferred work into delayed
    ` [PATCH v3 2/7] drivers: devfreq: change devfreq workqueue mechanism
    ` [PATCH v3 3/7] Kconfig: drivers: devfreq: add default idle polling
    ` [PATCH v3 4/7] include: devfreq: add polling_idle_ms to 'profile'
    ` [PATCH v3 5/7] drivers: devfreq: add longer polling interval in idle
    ` [PATCH v3 6/7] trace: events: add devfreq trace event file
    ` [PATCH v3 7/7] drivers: devfreq: add tracing for scheduling work

[PATCH v2 0/2] drivers: devfreq: fix and optimize workqueue mechanism
 2019-02-14  4:00 UTC  (19+ messages)
    ` [PATCH v2 2/2] drivers: devfreq: change deferred work into delayed
    ` [PATCH v2 1/2] drivers: devfreq: change devfreq workqueue mechanism

[PATCH] devfreq: Use of_node_name_eq for node name comparisons
 2019-02-14  3:49 UTC  (3+ messages)

[PATCH 0/4] PM / devfreq: Refactor load monitoring
 2019-02-14  1:30 UTC  (5+ messages)
` [PATCH 1/4] PM / devfreq: Track overall load monitor state instead of 'stop_polling'
` [PATCH 2/4] PM / devfreq: Handle monitor suspend/resume in the devfreq core
` [PATCH 3/4] PM / devfreq: Add devfreq_governor_start/stop()
` [PATCH 4/4] PM / devfreq: Handle monitor start/stop in the devfreq core

[PATCH v3 00/11] mfd: add support for max77650 PMIC
 2019-02-13 22:08 UTC  (23+ messages)
` [PATCH v3 02/11] dt-bindings: power: supply: add DT bindings for max77650
` [PATCH v3 06/11] mfd: max77650: new core mfd driver
` [PATCH v3 07/11] power: supply: max77650: add support for battery charger
` [PATCH v3 09/11] leds: max77650: add LEDs support
` [PATCH v3 10/11] input: max77650: add onkey support

[PATCH v4 0/8] Exynos5 Dynamic Memory Controller driver
 2019-02-13 21:07 UTC  (3+ messages)
  ` [PATCH v4 1/8] clk: samsung: add needed IDs for DMC clocks in Exynos5420

[PATCH] thermal/qcom/tsens-common : fix possible object reference leak
 2019-02-13 14:53 UTC 

[PATCH] drm/msm/a6xx: Add support for an interconnect path
 2019-02-13 12:51 UTC 

[PATCH v4] cpufreq: intel_pstate: Reporting reasons why driver prematurely exit
 2019-02-13 12:19 UTC  (5+ messages)

[PATCH v4 00/10] mfd: add support for max77650 PMIC
 2019-02-13 11:02 UTC  (18+ messages)
` [PATCH v4 05/10] mfd: max77650: new core mfd driver

[PATCH 3/3] cpufreq: imx-sc: add i.mx system controller cpufreq support
 2019-02-13 10:35 UTC  (6+ messages)

[PATCH v5] cpufreq: intel_pstate: Reporting reasons why driver prematurely exit
 2019-02-13  8:58 UTC 

[PATCH] PM / suspend: measure the time of filesystem syncing
 2019-02-12 23:35 UTC  (5+ messages)

[PATCH v2] power: supply: ds2782: fix possible use-after-free on remove
 2019-02-12 22:30 UTC  (2+ messages)

[PATCH 0/2] driver core: Fixes related to device links
 2019-02-12 22:08 UTC  (15+ messages)
` [PATCH 1/2] PM-runtime: Fix __pm_runtime_set_status() race with runtime resume
` [PATCH 2/2] driver core: Fix possible supplier PM-usage counter imbalance

[PATCH] drivers: base: add support to skip power management in device/driver model
 2019-02-12 18:59 UTC  (12+ messages)

[PATCH] power: supply: ds2782: fix possible use-after-free on remove
 2019-02-12 16:16 UTC  (2+ messages)

[PATCH 0/2] driver core: Two more updates related to device links
 2019-02-12 16:02 UTC  (3+ messages)
` [PATCH 1/2] PM-runtime: Take suppliers into account in __pm_runtime_set_status()

[PATCH] tools/power turbostat: return the exit status of a command
 2019-02-12 14:34 UTC 

[PATCH 1/2] cpufreq: Add i.mx8mq support
 2019-02-12 12:44 UTC  (5+ messages)
` [PATCH 2/2] soc: imx8: Add cpufreq registering and speed grading check for i.MX8MQ

[PATCH V2 1/2] cpufreq: Allow light-weight tear down and bring up of CPUs
 2019-02-12 11:06 UTC  (4+ messages)
` [PATCH V3 "
` [PATCH V4 "

[PATCH] drivers: devfreq: change devfreq workqueue mechanism
 2019-02-12 11:01 UTC  (5+ messages)

[PATCH V2 0/2] cpufreq: Allow light-weight tear down and bring up of CPUs
 2019-02-12 10:26 UTC  (5+ messages)
` [PATCH V2 2/2] cpufreq: dt: Implement online/offline() callbacks

[PATCH 0/7] Add Mediatek thermal dirver for mt8183
 2019-02-12  9:55 UTC  (4+ messages)
` [PATCH 4/7] thermal: mediatek: add thermal controller offset


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).