linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-05 16:46:51 to 2017-01-10 13:06:00 UTC [more...]

[RFC PATCH 0/5] ARM: at91: sama5d2_xplained: Put the PMIC a proper suspend state
 2017-01-10 13:05 UTC  (6+ messages)
` [RFC PATCH 1/5] regulator: Extend the power-management APIs

[PATCH v4 0/4] thermal: add driver for R-Car Gen3
 2017-01-10 10:16 UTC  (2+ messages)

[PATCH v5 0/5] powernv:stop: Use psscr_val,mask provided by firmware
 2017-01-10  9:07 UTC  (6+ messages)
` [PATCH v5 1/5] powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macro
` [PATCH v5 2/5] powernv:stop: Uniformly rename power9 to arch300
` [PATCH v5 3/5] cpuidle:powernv: Add helper function to populate powernv idle states
` [PATCH v5 4/5] powernv: Pass PSSCR value and mask to power9_idle_stop
` [PATCH v5 5/5] Documentation:powerpc: Add device-tree bindings for power-mgt

[PATCH 00/10] power: supply: bq275xx: implement individual chip revision support
 2017-01-10  8:58 UTC  (36+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] power: supplies: bq275xx: rename BQ27500 allow for deprecation in future
  ` [PATCH v2 11/11] power: supplies: bq275xx: adds device tree binding documentation
` [PATCH v3 00/11] power: supply: bq275xx: implement individual chip revision support
  ` [PATCH v3 01/11] power: supplies: bq275xx: move overtemp tests to a switch statement
  ` [PATCH v3 02/11] power: supplies: bq275xx: rename BQ27500 allow for deprecation in future
  ` [PATCH v3 03/11] power: supplies: bq275xx: adds specific support for bq27500/1 revision
  ` [PATCH v3 04/11] power: supplies: bq275xx: adds specific support for bq27510-g1 revision
  ` [PATCH v3 05/11] power: supplies: bq275xx: adds specific support for bq27510-g2 revision
  ` [PATCH v3 06/11] power: supplies: bq275xx: adds specific support for bq27510-g3 revision
  ` [PATCH v3 07/11] power: supplies: bq275xx: adds specific support for bq27520-g1 revision
  ` [PATCH v3 08/11] power: supplies: bq275xx: adds specific support for bq27520-g2 revision
  ` [PATCH v3 09/11] power: supplies: bq275xx: adds specific support for bq27520-g3 revision
  ` [PATCH v3 10/11] power: supplies: bq275xx: adds specific support for bq27520-g4 revision
  ` [PATCH v3 11/11] power: supplies: bq27xxx: adds device tree binding documentation
` [PATCH v4 00/10] power: supply: bq27xxx: implement individual chip revision support
  ` [PATCH v4 01/10] power: supplies: bq27xxx: rename BQ27500 allow for deprecation in future
  ` [PATCH v4 02/10] power: supplies: bq27xxx: adds specific support for bq27500/1 revision
  ` [PATCH v4 03/10] power: supplies: bq27xxx: adds specific support for bq27510-g1 revision
  ` [PATCH v4 04/10] power: supplies: bq27xxx: adds specific support for bq27510-g2 revision
  ` [PATCH v4 05/10] power: supplies: bq27xxx: adds specific support for bq27510-g3 revision
  ` [PATCH v4 06/10] power: supplies: bq27xxx: adds specific support for bq27520-g1 revision
  ` [PATCH v4 07/10] power: supplies: bq27xxx: adds specific support for bq27520-g2 revision
  ` [PATCH v4 08/10] power: supplies: bq27xxx: adds specific support for bq27520-g3 revision
  ` [PATCH v4 09/10] power: supplies: bq27xxx: adds specific support for bq27520-g4 revision
  ` [PATCH v4 10/10] power: supplies: bq27xxx: adds device tree binding documentation

[PATCH 0/3] per cpu resume latency
 2017-01-10  8:02 UTC  (2+ messages)

[PATCH v3 0/4] DMA Engine: switch PL330 driver to non-irq-safe runtime PM
 2017-01-10  7:12 UTC  (5+ messages)
    ` [PATCH v3 1/4] dmaengine: pl330: remove pdata based initialization
    ` [PATCH v3 2/4] dmaengine: Forward slave device pointer to of_xlate callback
    ` [PATCH v3 3/4] dmaengine: pl330: Store pointer to slave device
    ` [PATCH v3 4/4] dmaengine: pl330: Don't require irq-safe runtime PM

[PATCH v11 0/8] power: add power sequence library
 2017-01-10  7:02 UTC  (12+ messages)
` [PATCH v11 1/8] binding-doc: power: pwrseq-generic: add binding doc for generic "
` [PATCH v11 2/8] power: add "
` [PATCH v11 3/8] binding-doc: usb: usb-device: add optional properties for power sequence
` [PATCH v11 4/8] usb: core: add power sequence handling for USB devices

[PATCH v2 0/4] DMA Engine: switch PL330 driver to non-irq-safe runtime PM
 2017-01-10  6:55 UTC  (11+ messages)
    ` [PATCH v2 1/4] dmaengine: pl330: remove pdata based initialization
    ` [PATCH v2 2/4] dmaengine: Forward slave device pointer to of_xlate callback
    ` [PATCH v2 3/4] dmaengine: pl330: Store pointer to slave device
    ` [PATCH v2 4/4] dmaengine: pl330: Don't require irq-safe runtime PM

[PATCH v1 1/3] dt: bindings: add thermal device driver for zx2967
 2017-01-10  5:35 UTC  (8+ messages)
` [PATCH v1 2/3] MAINTAINERS: add zx2967 thermal drivers to ARM ZTE architecture
` [PATCH v1 3/3] thermal: zx2967: add thermal driver for ZTE's zx2967 family

[PATCH 00/12] PM / OPP: Use kref and move away from RCU locking
 2017-01-10  4:39 UTC  (27+ 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 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/3] PM / docs: linux/pm.h kerneldocs update and conversion of two docs to reST
 2017-01-10  1:41 UTC  (6+ messages)
` [Resend][PATCH 1/3] PM / core: Update kerneldoc comments in pm.h
` [Resend][PATCH 2/3] PM / core / docs: Convert sleep states API document to reST
` [PATCH 3/3] PM / sleep / docs: Convert PM notifiers "

[PATCHv3 0/6] sh_eth: add wake-on-lan support via magic packet
 2017-01-09 21:55 UTC  (10+ messages)
` [PATCHv3 1/6] sh_eth: use correct name for ECMR_MPDE bit
` [PATCHv3 2/6] sh_eth: add generic wake-on-lan support via magic packet
` [PATCHv3 3/6] sh_eth: enable wake-on-lan for R-Car Gen2 devices
` [PATCHv3 4/6] sh_eth: enable wake-on-lan for r8a7740/armadillo
` [PATCHv3 5/6] sh_eth: enable wake-on-lan for sh7734
` [PATCHv3 6/6] sh_eth: enable wake-on-lan for sh7763

[PATCH v2 0/3] bq24735-charger: allow gpio polling and sharing
 2017-01-09 18:55 UTC  (8+ messages)
` [PATCH v2 3/3] power: supply: bq24735-charger: allow chargers to share the ac-detect gpio

[PATCH 0/4] ARM: exynos: Fix Odroid U3 USB/LAN when TFTP booting (power sequence)
 2017-01-09 18:35 UTC  (16+ messages)
` [PATCH 1/4] ARM: dts: exynos: Fix indentation of EHCI and OHCI ports
` [PATCH 3/4] ARM: exynos_defconfig: Enable power sequence for Odroid U3
  ` [PATCH 2/4] ARM: dts: exynos: Fix LAN9730 on Odroid U3 after tftpboot
  ` [PATCH 4/4] ARM: multi_v7_defconfig: Enable power sequence for Odroid U3
    ` [PATCH v1.1] "

[PATCH v3 0/4] ARM: K2G: Add support for TI-SCI Generic PM Domains
 2017-01-09 17:57 UTC  (4+ messages)
` [PATCH v3 2/4] dt-bindings: Add TI SCI "

[PATCH v2 0/3] power: bq27xxx: add support for NVRAM R/W access
 2017-01-09 17:53 UTC  (13+ messages)
` [PATCH v2 1/3] devicetree: property-units: add mWh and mAh units
` [PATCH v2 2/3] devicetree: bq27425: add documentation for bq27425 fuel gauge
` [PATCH v2 3/3] power: bq27xxx: add support for NVRAM R/W access

Preventing PM from suspending device
 2017-01-09 17:22 UTC 

[PATCH v2] power: reset: add linkstation-reset driver
 2017-01-09  5:43 UTC  (11+ messages)
` [PATCH v3 0/3] make kurobox-pro be able to shutdown after device-tree migration
  ` [PATCH v3 2/3] DT: bingdings: power: reset: add linkstation-reset doc
  ` [PATCH v4 0/2] make kurobox-pro be able to shutdown after device-tree migration
      ` [PATCH v4 1/2] power: reset: add linkstation-reset driver
      ` [PATCH v4 2/2] ARM: DT: add power-off support to linkstation lsgl and kuroboxpro

[vireshk:opp/genpd-performance-state 14/18] include/linux/pm_qos.h:199:19: warning: 'dev_pm_qos_add_notifier' declared 'static' but never defined
 2017-01-09  3:24 UTC  (2+ messages)

[PATCH v4 0/8] Runtime PM for Thunderbolt on Macs
 2017-01-08 13:47 UTC  (11+ messages)
` [PATCH v4 2/8] PCI: Allow runtime PM on Thunderbolt ports
` [PATCH v4 1/8] PCI: Recognize Thunderbolt devices
` [PATCH v4 7/8] thunderbolt: Power down controller when idle
` [PATCH v4 6/8] PM / sleep: Define constant for direct_complete
` [PATCH v4 5/8] PM: Make requirements of dev_pm_domain_set() more precise
` [PATCH v4 8/8] thunderbolt: Runtime suspend NHI when idle
` [PATCH v4 3/8] PCI: Don't block runtime PM for Thunderbolt host hotplug ports
` [PATCH v4 4/8] Revert "PM / Runtime: Remove the exported function pm_children_suspended()"

[PATCH 00/22] add support for AXP20X and AXP22X power supply drivers
 2017-01-08 10:59 UTC  (30+ messages)
` [PATCH 03/22] iio: adc: add support for X-Powers AXP20X and AXP22X PMICs ADCs
` [PATCH 07/22] dt-bindings: power: supply: add AXP20X/AXP22X AC power supply
` [PATCH 08/22] power: supply: add AC power supply driver for AXP20X and AXP22X PMICs
` [PATCH 14/22] dt-bindings: power: supply: add AXP20X/AXP22X battery DT binding
` [PATCH 17/22] power: supply: add battery driver for AXP20X and AXP22X PMICs

[PATCH V9] thermal: bcm2835: add thermal driver for bcm2835 soc
 2017-01-07 16:55 UTC 

[PATCH v4 0/2] cpufreq: brcmstb-cpufreq: CPUfreq driver for older Broadcom STB SoCs
 2017-01-06 18:26 UTC  (4+ messages)
` [PATCH v4 2/2] "

[GIT PULL] Power management fixes for v4.10-rc3
 2017-01-06 14:35 UTC 

[vireshk:opp/genpd-performance-state 14/18] include/linux/pm_qos.h:202:4: error: expected identifier or '(' before '{' token
 2017-01-06 11:49 UTC 

[PATCH V2 0/2] PM / Domains / OPP: Introduce domain-performance-state binding
 2017-01-06 11:09 UTC  (8+ messages)
` [PATCH V2 1/2] PM / Domains: Introduce domain-performance-states binding

Immutable branch for axp288 power-supply/mfd
 2017-01-06  9:51 UTC  (4+ messages)

[PATCH 0/3] QorIQ TMU bindings and device tree update
 2017-01-06  6:56 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: Update QorIQ TMU thermal bindings

[PATCH 0/2] thermal: omap: dra752: Remove TSHUT configuration
 2017-01-06  6:01 UTC  (3+ messages)
` [PATCH 1/2] thermal: arm: "
` [PATCH 2/2] thermal: arm: dra752: Remove all TSHUT related definitions

[PATCH 1/2] cpufreq: Documentation: Minor reformatting
 2017-01-06  5:38 UTC  (2+ messages)
` [PATCH 2/2] cpufreq: Documentation: Updates based on current code

[PATCH 0/2] cpufreq: brcmstb-avs-cpufreq: properly retrieve P-state upon suspend
 2017-01-06  4:11 UTC  (5+ messages)
` [PATCH 1/2] cpufreq: brcmstb-avs-cpufreq: extend sysfs entry brcm_avs_pmap
` [PATCH 2/2] cpufreq: brcmstb-avs-cpufreq: properly retrieve P-state upon suspend

[PATCH] PM / domains: Fix 'may be used uninitialized' build warning
 2017-01-06  1:28 UTC  (2+ messages)

[PATCH] cpufreq: dt: Add support for APM X-Gene 2
 2017-01-06  1:28 UTC  (3+ messages)

[PATCH v1 1/1] power: Remove Intel Moorestown battery support
 2017-01-06  0:08 UTC  (2+ messages)

[RFC][PATCH 0/2] cpufreq: intel_pstate: Make it possible to change operation mode on the fly
 2017-01-05 21:29 UTC  (2+ messages)

[PATCH v2] ARM: dts: Add missing CPU frequencies for Exynos5422/5800
 2017-01-05 19:40 UTC  (6+ messages)

[PATCH] cpufreq: Remove CONFIG_CPU_FREQ_STAT_DETAILS config option
 2017-01-05 18:32 UTC  (2+ messages)

[PATCH] thermal: core: move tz->device.groups cleanup to thermal_release
 2017-01-05 17:06 UTC  (2+ messages)

[PATCH] thermal: add thermal_zone_remove_device_groups()
 2017-01-05 16:58 UTC  (4+ 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).