linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-13 15:55:12 to 2017-03-16 08:13:22 UTC [more...]

[PATCH 01/10] x86: assembly, ENTRY for fn, GLOBAL for data
 2017-03-16  8:13 UTC  (4+ messages)
` [RFC] linkage: new macros for functions and data

[PATCH v7 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-16  8:10 UTC  (7+ messages)
` [PATCH v7 2/3] x86: Remap GDT tables in the Fixmap section
` [PATCH v7 3/3] x86: Make the GDT remapping read-only on 64-bit

[PATCH v4 00/18] add support for AXP20X and AXP22X power supply drivers
 2017-03-16  7:42 UTC  (34+ messages)
  ` [PATCH v4 01/18] dt-bindings: power: battery: add constant-charge-current property
  ` [PATCH v4 02/18] power: supply: power_supply_core: add constant-charge-current optional property
  ` [PATCH v4 03/18] mfd: axp20x: correct name of temperature data ADC registers
  ` [PATCH v4 04/18] iio: adc: add support for X-Powers AXP20X and AXP22X PMICs ADCs
  ` [PATCH v4 05/18] mfd: axp20x: add ADC cells for AXP20X and AXP22X PMICs
  ` [PATCH v4 06/18] mfd: axp20x: add AC power supply cells for "
  ` [PATCH v4 07/18] ARM: dtsi: axp209: add AC power supply subnode
  ` [PATCH v4 08/18] ARM: dtsi: axp22x: "
  ` [PATCH v4 09/18] ARM: dts: sun8i: sina33: enable ACIN "
  ` [PATCH v4 10/18] ARM: sun5i: chip: "
  ` [PATCH v4 11/18] dt-bindings: power: supply: add AXP20X/AXP22X battery DT binding
  ` [PATCH v4 12/18] mfd: axp20x: add CHRG_CTRL1/2/3 to writeable regs for AXP20X/AXP22X
  ` [PATCH v4 13/18] power: supply: add battery driver for AXP20X and AXP22X PMICs
  ` [PATCH v4 14/18] mfd: axp20x: add MFD cells for AXP20X and AXP22X battery driver
  ` [PATCH v4 15/18] ARM: dtsi: axp209: add battery power supply subnode
  ` [PATCH v4 16/18] ARM: dtsi: axp22x: "
  ` [PATCH v4 17/18] ARM: dts: sun8i: sina33: enable "
  ` [PATCH v4 18/18] ARM: sun5i: chip: "

[PATCH v8 0/9] devicetree battery support and client bq27xxx_battery
 2017-03-16  6:45 UTC  (8+ messages)
` [PATCH v8 1/9] devicetree: power: Add battery.txt

[PATCH 00/17] thermal: cpu_cooling: improve interaction with cpufreq core
 2017-03-16  5:29 UTC  (18+ messages)
` [PATCH 01/17] thermal: cpu_cooling: Avoid accessing potentially freed structures
` [PATCH 02/17] thermal: cpu_cooling: rearrange globals
` [PATCH 03/17] thermal: cpu_cooling: Replace cpufreq_device with cpufreq_dev
` [PATCH 04/17] thermal: cpu_cooling: replace cool_dev with cdev
` [PATCH 05/17] thermal: cpu_cooling: remove cpufreq_cooling_get_level()
` [PATCH 06/17] thermal: cpu_cooling: get rid of a variable in cpufreq_set_cur_state()
` [PATCH 07/17] thermal: cpu_cooling: use cpufreq_policy to register cooling device
` [PATCH 08/17] cpufreq: create cpufreq_table_count_valid_entries()
` [PATCH 09/17] thermal: cpu_cooling: store cpufreq policy
` [PATCH 10/17] thermal: cpu_cooling: OPPs are registered for all CPUs
` [PATCH 11/17] thermal: cpu_cooling: get rid of 'allowed_cpus'
` [PATCH 12/17] thermal: cpu_cooling: merge frequency and power tables
` [PATCH 13/17] thermal: cpu_cooling: create structure for idle time stats
` [PATCH 14/17] thermal: cpu_cooling: get_level() can't fail
` [PATCH 15/17] thermal: cpu_cooling: don't store cpu_dev in cpufreq_dev
` [PATCH 16/17] thermal: cpu_cooling: 'freq' can't be zero in cpufreq_state2power()
` [PATCH 17/17] thermal: cpu_cooling: Rearrange struct cpufreq_cooling_device

[RFC v3 0/5] Add capacity capping support to the CPU controller
 2017-03-16  3:15 UTC  (21+ messages)
` [RFC v3 1/5] sched/core: add capacity constraints to "
` [RFC v3 5/5] sched/{core,cpufreq_schedutil}: add capacity clamping for RT/DL tasks

[RFC 0/9] cpufreq: schedutil: Allow remote wakeups
 2017-03-16  3:09 UTC  (3+ messages)

[PATCH 0/6] cpufreq: schedutil: fixes for flags updates
 2017-03-15 23:32 UTC  (13+ messages)
` [PATCH 1/6] cpufreq: schedutil: reset sg_cpus's flags at IDLE enter
` [PATCH 2/6] cpufreq: schedutil: ignore the sugov kthread for frequencies selections
` [PATCH 3/6] cpufreq: schedutil: ensure max frequency while running RT/DL tasks

[PATCH v10 0/8] devicetree battery support and client bq27xxx_battery
 2017-03-15 23:03 UTC  (17+ messages)
` [PATCH v10 2/8] devicetree: property-units: Add uWh and uAh units
  ` [PATCH v10 1/8] devicetree: power: Add battery.txt
  ` [PATCH v10 3/8] devicetree: power: bq27xxx: Add monitored-battery documentation
` [PATCH v10 4/8] power: power_supply: Add power_supply_battery_info and API
` [PATCH v10 5/8] power: bq27xxx_battery: Define access methods to write chip registers
` [PATCH v10 6/8] power: bq27xxx_battery: Keep track of specific chip id
` [PATCH v10 7/8] power: bq27xxx_battery: Add power_supply_battery_info support
` [PATCH v10 8/8] power: bq27xxx_battery_i2c: Add I2C bulk read/write functions

[PATCH 1/2] power: Add support for the Toby Churchill SBS battery monitor driver
 2017-03-15 21:54 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: power/supply: Add support for xmega16d4-battery

[PATCH v3 1/2] power: supply: ltc2941-battery-gauge: Add OF device ID table
 2017-03-15 21:25 UTC  (7+ messages)
` [PATCH v3 2/2] power: supply: max17040: "

[PATCH v2] Power: supply: sbs-charger: simplified bool function
 2017-03-15 21:23 UTC  (2+ messages)

[PATCH] power: Replaced spaces with tabs in indent
 2017-03-15 21:21 UTC 

[PATCH v1] power: supply: bq25890: Use gpiod_get()
 2017-03-15 21:18 UTC  (2+ messages)

[PATCH] power: supply: twl4030_charger: remove incorrect __exit markups
 2017-03-15 21:12 UTC  (2+ messages)

[PATCH] dt-bindings: power/supply: rename max8925_batter.txt to max8925_battery.txt
 2017-03-15 21:13 UTC  (2+ messages)

[PATCH 2/2 RESEND] power: reset: Add a driver for the Gemini poweroff
 2017-03-15 21:11 UTC  (2+ messages)

[PATCHv4 0/2] Two bq24190 PM improvments
 2017-03-15 20:46 UTC  (2+ messages)

[PATCH 0/2] imx: Fix power-up on RTC alarm
 2017-03-15 20:45 UTC  (3+ messages)
` [PATCH 1/2] power: reset: syscon-poweroff: add a mask property

[PATCH v4 0/5] ARM: K2G: Add support for TI-SCI Generic PM Domains
 2017-03-15 20:14 UTC  (4+ messages)
` [PATCH v4 3/5] dt-bindings: Add TI SCI "

[PATCH v9.4 7/8] power: bq27xxx_battery: Add power_supply_battery_info support
 2017-03-15 16:01 UTC  (2+ messages)

[PATCH][RFC v4] ACPI throttling: Disable the MSR T-state if enabled after resumed
 2017-03-15 15:11 UTC  (7+ messages)

[PATCH 0/3] soc/tegra: bpmp: Generic PM domains for Tegra186
 2017-03-15 15:00 UTC  (11+ messages)
  ` [PATCH 1/3] PM / Domains: Allow overriding the ->xlate() callback
  ` [PATCH 2/3] soc/tegra: bpmp: Update ABI header
` [PATCH 3/3] soc/tegra: bpmp: Implement generic PM domains

[PATCH] cpufreq: dbx500: Manage cooling device from cpufreq driver
 2017-03-15 13:37 UTC  (2+ messages)

[PATCH V3 0/7] PM / Domains: Implement domain performance states
 2017-03-15 10:49 UTC  (4+ messages)

[RFC PATCH 0/3] PM / Domains: Add support for devices that require multiple domains
 2017-03-15  9:03 UTC  (10+ messages)

Hello Beautiful
 2017-03-15  8:45 UTC 

[v2 PATCH] powernv-cpuidle: Validate DT property array size
 2017-03-15  8:15 UTC 

[PATCH v3 0/5] Subject: The power allocator thermal governor
 2017-03-15  4:26 UTC  (3+ messages)
` [PATCH v3 2/5] thermal: add trace events to the power allocator governor

[PATCH] cpufreq: Fix and clean up show_cpuinfo_cur_freq()
 2017-03-15  3:00 UTC  (2+ messages)

[PATCH] PCI: For d3_delay and d3cold_delay, zero means zero
 2017-03-14 20:04 UTC  (6+ messages)

[PATCH 00/14] cpufreq: intel_pstate: Fixes, cleanups and optimizations
 2017-03-14 16:41 UTC  (5+ messages)
` [PATCH 07/14] cpufreq: intel_pstate: Skip unnecessary PID resets on init
` [PATCH 10/14] cpufreq: intel_pstate: Use different utilization update callbacks

[RFC v0 0/2] Introduce on-chip interconnect API
 2017-03-14 15:45 UTC  (10+ messages)
` [RFC v0 1/2] interconnect: Add generic interconnect controller API

[PATCH 0/3] intel_pstate: More fixes related to limits
 2017-03-14 15:19 UTC  (4+ messages)
` [PATCH 1/3] cpufreq: intel_pstate: Do not squash policy limits between global ones
` [PATCH 2/3] cpufreq: intel_pstate: Avoid percentages in limits-related computations
` [PATCH 3/3] cpufreq: intel_pstate: Simplify coordination of P-state limits

[PATCH v3] devfreq_cooling: let the driver supply the real power every time we need it
 2017-03-14 13:44 UTC  (5+ messages)
` [PATCH v3 1/3] thermal: devfreq_cooling: refactor code and add get_voltage function
` [PATCH v3 2/3] thermal: devfreq_cooling: add new interface for direct power read
` [PATCH v3 3/3] trace: thermal: add another parameter *power to the tracing function

[PATCH v3 01/18] dt-bindings: power: battery: add constant-charge-current property
 2017-03-14 13:44 UTC  (4+ messages)

[PATCH v6 0/8] Runtime PM for Thunderbolt on Macs
 2017-03-14 12:31 UTC  (2+ messages)

[PATCH v19 0/4] Introduce usb charger framework to deal with the usb gadget power negotation
 2017-03-14 12:14 UTC  (18+ messages)

[PATCH V5 0/9] CPU PM domains
 2017-03-14 11:36 UTC  (10+ messages)
` [PATCH V5 1/9] PM / Domains: Ignore domain-idle-states that are not compatible
` [PATCH V5 2/9] drivers: cpu: Setup CPU devices to do runtime PM
` [PATCH V5 3/9] kernel/cpu_pm: Add runtime PM support for CPUs
` [PATCH V5 4/9] PM / cpu_domains: Setup PM domains for CPUs/clusters

[PATCH] PM / QOS: Remove the global notifiers
 2017-03-14  3:05 UTC  (5+ messages)

[PATCH] cpufreq: intel_pstate: Correct frequency setting in the HWP mode
 2017-03-14  1:30 UTC 

[PATCH] cpufreq: User/admin documentation update and consolidation
 2017-03-13 23:12 UTC  (4+ messages)

[PATCH 00/14] cpufreq: intel_pstate: Fixes, cleanups and optimizations
 2017-03-13 21:48 UTC  (2+ messages)

[PATCH v9.3 6/8] power: bq27xxx_battery: Keep track of specific chip id
 2017-03-13 19:57 UTC  (7+ messages)
` [PATCH v9.3 7/8] power: bq27xxx_battery: Add power_supply_battery_info support

[PATCH v5 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-13 19:24 UTC  (12+ messages)
` [PATCH v5 2/3] x86: Remap GDT tables in the Fixmap section
      ` [Xen-devel] "


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