linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-20 17:14:21 to 2017-03-23 08:37:42 UTC [more...]

[PATCH 0/7] power: supply: bq24190_charger: Various fixes + extcon support
 2017-03-23  8:37 UTC  (22+ messages)
` [PATCH v2 1/7] power: supply: bq24190_charger: Use i2c-core irq-mapping code
` [PATCH v2 2/7] power: supply: bq24190_charger: Add support for bq24192i
` [PATCH v2 3/7] power: supply: bq24190_charger: Use extcon to determine ilimit, 5v boost
` [PATCH v2 4/7] power: supply: bq24190_charger: Never reset the charger chip
` [PATCH v2 5/7] power: supply: bq24190_charger: Don't spam the logs on charger plug / unplug
` [PATCH v2 6/7] power: supply: bq24190_charger: Cleanup error-exit labels in probe()
` [PATCH v2 7/7] power: supply: bq24190_charger: Remove battery power_supply device

[PATCH v1 0/7] BQ24190 support for power_supply_battery_info and DT binding
 2017-03-23  8:18 UTC  (23+ messages)
` [PATCH v1 1/7] devicetree: power: battery: Add properties for pre-charge and end-charge current
` [PATCH v1 2/7] devicetree: power: Add docs for TI BQ24190 battery charger
` [PATCH v1 3/7] power: power_supply_core: Add *_battery_info fields for pre- and end-charge current
` [PATCH v1 4/7] power: bq24190_charger: Uniform pm_runtime_get() failure handling
` [PATCH v1 5/7] power: bq24190_charger: Reorder init sequence in probe()
` [PATCH v1 6/7] power: bq24190_charger: Add power_supply_battery_info and devicetree support
` [PATCH v1 7/7] power: bq24190_charger: Set bq24190-battery device .type=unknown

[RFC] linkage: new macros for functions and data
 2017-03-23  7:38 UTC  (18+ messages)
` [PATCH v2 01/10] linkage: new macros for assembler symbols
  ` [PATCH v2 02/10] x86: assembly, FUNC_START for fn, DATA_START for data
  ` [PATCH v2 03/10] x86: assembly, use SYM_FUNC_END for functions

[PATCH v11.1] power: bq27xxx_battery: un/seal in set_config()
 2017-03-23  7:36 UTC 

[RFC 0/8] ARM: imx: Upstream fsl,ldo-bypass
 2017-03-23  4:34 UTC  (15+ messages)
` [RFC 1/8] ARM: imx: gpc: Do not print error message for EPROBE_DEFER
` [RFC 2/8] cpufreq: imx6q: Fix handling EPROBE_DEFER from regulator
` [RFC 3/8] cpufreq: imx6q: Set max suspend_freq to avoid changes during suspend
` [RFC 4/8] regulator: core: Check enabling bypass respects constraints
` [RFC 5/8] regulator: anatop: fix min dropout for bypass mode
` [RFC 6/8] regulator: core: Add regulator_is_bypass function
` [RFC 7/8] cpufreq: imx6q: Initialize LDO bypass
` [RFC 8/8] ARM: dts: imx6qdl-sabresd: Enable fsl,ldo-bypass

[PATCH] cpufreq: schedutil: Always trace frequency if it does not change
 2017-03-23  4:32 UTC  (10+ messages)
` [PATCH v2] cpufreq: schedutil: Trace frequency only if it has changed

[RFC v0 0/2] Introduce on-chip interconnect API
 2017-03-23  3:32 UTC  (6+ messages)
` [RFC v0 1/2] interconnect: Add generic interconnect controller API

[PATCH] hibernation: on 32-bit x86, disabled in favor of KASLR
 2017-03-23  1:10 UTC  (2+ messages)

[PATCH 0/2] cpufreq: schedutil: Fix and optimization
 2017-03-23  1:04 UTC  (36+ messages)
` [RFC][PATCH 2/2] cpufreq: schedutil: Force max frequency on busy CPUs
  ` [RFC][PATCH v2 2/2] cpufreq: schedutil: Avoid decreasing frequency of "
    ` [RFC][PATCH v3 2/2] cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely

[RFC v3 0/5] Add capacity capping support to the CPU controller
 2017-03-23  0:28 UTC  (14+ messages)
` [RFC v3 1/5] sched/core: add capacity constraints to "

[PATCH 0/5] cpufreq: intel_pstate: HW support changes, limits rework and documentation
 2017-03-22 23:32 UTC  (6+ messages)
` [PATCH 1/5] cpufreq: intel_pstate: Support HWP processors in all operation modes
` [PATCH 2/5] cpufreq: intel_pstate: Use load-based P-state selection more widely
` [PATCH 3/5] cpufreq: intel_pstate: Active mode P-state limits rework
` [PATCH 4/5] cpufreq: intel_pstate: Avoid transient updates of cpuinfo.max_freq
` [PATCH 5/5] cpufreq: intel_pstate: Document the current behavior and user interface

[PATCHv2] power: supply: cpcap-charger: Add minimal CPCAP PMIC battery charger
 2017-03-22 23:42 UTC 

[PATCH] PM / runtime: Use synchronous runtime PM call in rpm_put_suppliers()
 2017-03-22 20:56 UTC  (3+ messages)

[PATCH v11 0/10] devicetree battery support and client bq27xxx_battery
 2017-03-22 19:56 UTC  (11+ messages)
` [PATCH v11 04/10] power: power_supply: Add power_supply_battery_info and API
` [PATCH v11 05/10] power: bq27xxx_battery: Make error reporting consistent
` [PATCH v11 06/10] power: bq27xxx_battery: Define access methods to write chip registers
` [PATCH v11 10/10] power: bq27xxx_battery: Remove duplicate register arrays
    ` Fwd: "

[PATCH V11 0/6] thermal: bcm2835: add thermal driver for bcm2835 SoC
 2017-03-22 19:30 UTC  (2+ messages)

[PATCH] power: supply: cpcap-charger: Add minimal CPCAP PMIC battery charger
 2017-03-22 17:22 UTC  (3+ messages)

[PATCH 00/15] Add Intel Cherry Trail Whiskey Cove PMIC support
 2017-03-22 17:03 UTC  (20+ messages)
` [PATCH 03/15] extcon: cht-wc: Add Intel Cherry Trail Whiskey Cove PMIC extcon driver
` [PATCH 10/15] power: supply: bq24190_charger: Use extcon to determine ilimit, 5v boost
` [PATCH 12/15] i2c: core: Add new i2c_acpi_new_device helper function
` [PATCH 14/15] power: supply: Add driver for Cherry Trail Whiskey Cove PMIC Fuel Gauge

[RFC][PATCH 3/4] kernel, power: disable printk_kthread in unsafe places
 2017-03-22 15:38 UTC 

[PATCH] power: supply: Add driver for TI BQ2416X battery charger
 2017-03-22 13:53 UTC  (3+ messages)

[PATCH v6 0/4] Add runtime PM support for clocks (on Exynos SoC example)
 2017-03-22 13:32 UTC  (8+ messages)
    ` [PATCH v6 1/4] clk: Add support for runtime PM
    ` [PATCH v6 2/4] clk: samsung: "
    ` [PATCH v6 3/4] clk: samsung: exynos5433: Add runtime PM support
    ` [PATCH v6 4/4] clk: samsung: exynos-audss: Use runtime PM

[PATCH v5 0/4] Add runtime PM support for clocks (on Exynos SoC example)
 2017-03-22  8:26 UTC  (4+ messages)
  ` [PATCH v5 3/4] clk: samsung: exynos5433: Add runtime PM support

[PATCH v8 0/3] DMA Engine: switch PL330 driver to non-irq-safe runtime PM
 2017-03-22  8:22 UTC  (3+ messages)
  ` [PATCH v8 2/3] dmaengine: pl330: remove pdata based initialization

[RESEND PATCH v4 0/9] add support for AXP20X and AXP22X power supply drivers
 2017-03-22  7:11 UTC  (5+ messages)
` [RESEND PATCH v4 2/9] iio: adc: add support for X-Powers AXP20X and AXP22X PMICs ADCs

[PATCH v2 0/8] thermal: ti-soc-thermal: Migrate slope/offset data to device tree
 2017-03-22  3:42 UTC  (2+ messages)

44373 linux-pm
 2017-03-21 15:45 UTC 

[PATCH 0/7] thermal: rcar_gen3_thermal: add support for interrupt triggerd trip points
 2017-03-21 13:50 UTC  (5+ messages)
` [PATCH 5/7] thermal: rcar_gen3_thermal: enable hardware interrupts for "

[PATCH V3] cpufreq: Restore policy min/max limits on CPU online
 2017-03-21  6:06 UTC 

[vireshk:opp/genpd-performance-state 10/11] drivers/soc/tegra/pmc.c:577:1: warning: the frame size of 1176 bytes is larger than 1024 bytes
 2017-03-21  5:26 UTC  (2+ messages)

[PATCH] power: bq24190_charger: mark PM functions as __maybe_unused
 2017-03-21  3:55 UTC  (4+ messages)

[PATCH] cpufreq: intel_pstate: Fix policy data management in passive mode
 2017-03-21  0:56 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[04/15] power: supply: bq24190_charger: Add no_register_reset pdata flag
 2017-03-20 22:01 UTC  (18+ messages)

[PATCH 0/4] Avoid duplicate registering of ACPI and native power-supplies
 2017-03-20 21:55 UTC  (3+ messages)

[PATCH v2 0/7] thermal: rcar_gen3_thermal: add support for interrupt triggerd trip points
 2017-03-20 20:27 UTC  (9+ messages)
` [PATCH v2 3/7] thermal: rcar_gen3_thermal: check that TSC exists before memory allocation
` [PATCH v2 4/7] thermal: rcar_gen3_thermal: record and check number of TSCs found
` [PATCH v2 5/7] thermal: rcar_gen3_thermal: enable hardware interrupts for trip points
` [PATCH v2 7/7] thermal: rcar_gen3_thermal: add suspend and resume support

[PATCH v4 00/18] add support for AXP20X and AXP22X power supply drivers
 2017-03-20 19:11 UTC  (6+ messages)

[PATCH v10 0/8] devicetree battery support and client bq27xxx_battery
 2017-03-20 18:26 UTC  (11+ messages)
` [PATCH v10 1/8] devicetree: power: Add battery.txt

[PATCH 0/4] PM / Domains: Add support for always on PM domains in genpd
 2017-03-20 17:14 UTC  (9+ messages)
` [PATCH 1/4] PM / Domains: Clean up code validating genpd's status
` [PATCH 2/4] PM / Domains: Enable users of genpd to specify always on PM domains
` [PATCH 3/4] PM / Domains: Respect errors from genpd's ->power_off() callback
` [PATCH 4/4] PM / Domains: Don't warn about IRQ safe device for an always on PM domain

[PATCH RFC 1/3] thermal: allow hwmon devices to be created for of-thermal zones
 2017-03-20 17:15 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).