linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-30 02:00:31 to 2019-07-31 21:13:01 UTC [more...]

[PATCH v7 00/20] SC7 entry and exit support for Tegra210
 2019-07-31 21:11 UTC  (20+ messages)
` [PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support
` [PATCH v7 03/20] clk: tegra: divider: Save and restore divider rate
` [PATCH v7 04/20] clk: tegra: pllout: Save and restore pllout context
` [PATCH v7 05/20] clk: tegra: pll: Save and restore pll context
` [PATCH v7 06/20] clk: tegra: Support for OSC context save and restore
` [PATCH v7 07/20] clk: tegra: clk-periph: Add save and restore support
` [PATCH v7 08/20] clk: tegra: clk-super: Fix to enable PLLP branches to CPU
` [PATCH v7 09/20] clk: tegra: clk-super: Add save and restore support
` [PATCH v7 10/20] clk: tegra: clk-dfll: Add suspend and resume support
` [PATCH v7 11/20] cpufreq: tegra124: "
` [PATCH v7 12/20] clk: tegra210: Use fence_udelay during PLLU init
` [PATCH v7 13/20] clk: tegra210: Add suspend and resume support
` [PATCH v7 14/20] soc/tegra: pmc: Allow to support more tegras wake
` [PATCH v7 15/20] soc/tegra: pmc: Add pmc wake support for tegra210
` [PATCH v7 16/20] arm64: tegra: Enable wake from deep sleep on RTC alarm
` [PATCH v7 17/20] soc/tegra: pmc: Configure core power request polarity
` [PATCH v7 18/20] soc/tegra: pmc: Configure deep sleep control settings
` [PATCH v7 19/20] arm64: dts: tegra210-p2180: Jetson TX1 SC7 timings
` [PATCH v7 20/20] arm64: dts: tegra210-p3450: Jetson Nano "

[PATCH v2 00/26] ReST conversion of text files without .txt extension
 2019-07-31 20:02 UTC  (7+ messages)
` [PATCH v2 01/26] docs: power: add it to to the main documentation index

[PATCH v2 0/2] interconnect: Add path tagging support
 2019-07-31 19:06 UTC  (9+ messages)
` [PATCH v2 2/2] interconnect: qcom: Add tagging and wake/sleep support for sdm845

[PATCH] thermal: rcar_gen3_thermal: Use devm_add_action_or_reset() helper
 2019-07-31 18:44 UTC  (3+ messages)

[PATCH v2 0/6] Add support of New Amlogic temperature sensor for G12 SoCs
 2019-07-31 17:59 UTC  (8+ messages)
` [PATCH v2 1/6] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal
` [PATCH v2 2/6] thermal: amlogic: Add thermal driver to support G12 SoCs
` [PATCH v2 3/6] arm64: dts: amlogic: g12: add temperature sensor
` [PATCH v2 4/6] arm64: dts: meson: sei510: Add minimal thermal zone
` [PATCH v2 5/6] arm64: dts: amlogic: odroid-n2: add "
` [PATCH v2 6/6] MAINTAINERS: add entry for Amlogic Thermal driver

[RFC v4 0/8] TurboSched: A scheduler for sustaining Turbo Frequencies for longer durations
 2019-07-31 17:32 UTC  (4+ messages)

[PATCH v5] PM / wakeup: show wakeup sources stats in sysfs
 2019-07-31 17:17 UTC  (17+ messages)

[PATCH 0/6] Add support of New Amlogic temperature sensor for G12 SoCs
 2019-07-31 17:00 UTC  (12+ messages)
` [PATCH 1/6] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal
` [PATCH 2/6] thermal: amlogic: Add thermal driver to support G12 SoCs
` [PATCH 3/6] arm64: dts: amlogic: g12: add temperature sensor
` [PATCH 4/6] arm64: dts: meson: sei510: Add minimal thermal zone
` [PATCH 5/6] arm64: dts: amlogic: odroid-n2: add "
` [PATCH 6/6] MAINTAINERS: add entry for Amlogic Thermal driver

[bugzilla-daemon@bugzilla.kernel.org: [Bug 204385] New: Failed to resume from S3 with thunderbolt daisy chain]
 2019-07-31 16:58 UTC 

[Regression] Commit "ACPI: PM: Allow transitions to D0 to occur in special cases"
 2019-07-31 16:12 UTC  (2+ messages)

[RFC PATCH 00/11] Simple QoS for exynos-bus driver using interconnect
 2019-07-31 13:01 UTC  (10+ messages)
  ` [RFC PATCH 01/11] devfreq: exynos-bus: Extract exynos_bus_profile_init()
  ` [RFC PATCH 08/11] arm: dts: exynos: Add parents and #interconnect-cells to Exynos4412
  ` [RFC PATCH 09/11] devfreq: exynos-bus: Add interconnect functionality to exynos-bus

[PATCH v5 00/20] More improvements for Tegra30 devfreq driver
 2019-07-31 10:55 UTC  (23+ messages)
` [PATCH v5 01/20] PM / devfreq: tegra30: Change irq type to unsigned int
` [PATCH v5 02/20] PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped
` [PATCH v5 03/20] PM / devfreq: tegra30: Handle possible round-rate error
` [PATCH v5 04/20] PM / devfreq: tegra30: Drop write-barrier
` [PATCH v5 05/20] PM / devfreq: tegra30: Set up watermarks properly
` [PATCH v5 06/20] PM / devfreq: tegra30: Tune up boosting thresholds
` [PATCH v5 07/20] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
` [PATCH v5 08/20] PM / devfreq: tegra30: Ensure that target freq won't overflow
` [PATCH v5 09/20] PM / devfreq: tegra30: Use kHz units uniformly in the code
` [PATCH v5 10/20] PM / devfreq: tegra30: Reduce unnecessary interrupts activity
` [PATCH v5 11/20] PM / devfreq: tegra30: Use CPUFreq notifier
` [PATCH v5 12/20] PM / devfreq: tegra30: Move clk-notifier's registration to governor's start
` [PATCH v5 13/20] PM / devfreq: tegra30: Reset boosting on startup
` [PATCH v5 14/20] PM / devfreq: tegra30: Don't enable consecutive-down interrupt "
` [PATCH v5 15/20] PM / devfreq: tegra30: Constify structs
` [PATCH v5 16/20] PM / devfreq: tegra30: Include appropriate header
` [PATCH v5 17/20] PM / devfreq: tegra30: Increase sampling period to 16ms
` [PATCH v5 18/20] PM / devfreq: tegra30: Define ACTMON_DEV_CTRL_STOP
` [PATCH v5 19/20] PM / devfreq: tegra30: Support variable polling interval
` [PATCH v5 20/20] PM / devfreq: tegra20/30: Add Dmitry as a maintainer

[PATCH 0/6] Optimize the Spreadtrum SC27xx fuel gauge
 2019-07-31 10:00 UTC  (7+ messages)
` [PATCH 1/6] power: supply: sc27xx: Add POWER_SUPPLY_PROP_ENERGY_FULL_DESIGN attribute
` [PATCH 2/6] power: supply: sc27xx: Fix conditon to enable the FGU interrupt
` [PATCH 3/6] power: supply: sc27xx: Fix the the accuracy issue of coulomb calculation
` [PATCH 4/6] power: supply: sc27xx: Optimize the battery capacity calibration
` [PATCH 5/6] power: supply: sc27xx: Make sure the alarm capacity is larger than 0
` [PATCH 6/6] power: supply: sc27xx: Add POWER_SUPPLY_PROP_CALIBRATE attribute

[PATCH] PM / devfreq: Drop the name check to request module in try_then_request_governor()
 2019-07-31  6:02 UTC  (6+ messages)

[PATCH] PM/sleep: Expose suspend stats in sysfs
 2019-07-31  5:05 UTC  (2+ messages)

[PATCH] Introducing the mask_cstate to disable specific c-states during bootup
 2019-07-31  4:31 UTC 

[PATCH] cpufreq: schedutil: Don't skip freq update when limits change
 2019-07-31  2:58 UTC 

[PATCH v6 09/57] devfreq: Remove dev_err() usage after platform_get_irq()
 2019-07-31  0:21 UTC  (3+ messages)
` [PATCH v6 43/57] thermal: "

[PATCH v3 0/6] Introduce Bandwidth OPPs for interconnect paths
 2019-07-30 23:20 UTC  (11+ messages)
` [PATCH v3 2/6] OPP: Add support for bandwidth OPP tables

[PATCH v3 0/5] Add required-opps support to devfreq passive gov
 2019-07-30 23:05 UTC  (4+ messages)
` [PATCH v3 3/5] OPP: Improve require-opps linking

[Regression] Commit "nvme/pci: Use host managed power state for suspend" has problems
 2019-07-30 21:31 UTC  (10+ messages)

[PATCH v9 00/11] x86: PIE support to extend KASLR randomization
 2019-07-30 19:12 UTC  (3+ messages)
` [PATCH v9 07/11] x86/acpi: Adapt assembly for PIE support
` [PATCH v9 09/11] x86/power/64: "

[PATCH v8 00/11] x86: PIE support to extend KASLR randomization
 2019-07-30 19:09 UTC  (3+ messages)

[PATCH 03/11] MIPS: configs: LB60: update defconfig
 2019-07-30 17:43 UTC  (2+ messages)

[PATCH 04/11] ASoC: jz4740: Drop lb60 board code
 2019-07-30 17:43 UTC  (2+ messages)

[PATCH 07/11] mtd: rawnand: Drop obsolete JZ4740 NAND driver
 2019-07-30 17:44 UTC  (2+ messages)

[PATCH 11/11] MIPS: jz4740: Drop dead code
 2019-07-30 17:44 UTC  (2+ messages)

[PATCH 09/11] hwmon: Drop obsolete JZ4740 driver
 2019-07-30 17:44 UTC  (2+ messages)

[PATCH 08/11] power/supply: Drop obsolete JZ4740 driver
 2019-07-30 17:44 UTC  (2+ messages)

[PATCH 06/11] dma: Drop JZ4740 driver
 2019-07-30 17:44 UTC  (2+ messages)

[PATCH 05/11] video/fbdev: Drop JZ4740 driver
 2019-07-30 17:43 UTC  (2+ messages)

[PATCH 02/11] MIPS: qi_lb60: Migrate to devicetree
 2019-07-30 17:43 UTC  (2+ messages)

[PATCH 01/11] MIPS: DTS: jz4740: Add missing nodes
 2019-07-30 17:43 UTC  (2+ messages)

[PATCH V2 2/4] drivers: qcom: rpmh-rsc: avoid locking in the interrupt handler
 2019-07-30 17:29 UTC  (11+ messages)

[PATCH v4 00/13] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-07-30 17:09 UTC  (14+ messages)
` [PATCH v4 01/13] ARM: tegra: Remove cpuidle drivers to replace them with a new driver
` [PATCH v4 02/13] ARM: tegra: Change tegra_set_cpu_in_lp2() type to void
` [PATCH v4 03/13] ARM: tegra: Propagate error from tegra_idle_lp2_last()
` [PATCH v4 04/13] ARM: tegra: Compile sleep-tegra20/30.S unconditionally
` [PATCH v4 05/13] ARM: tegra: Expose PM functions required for new cpuidle driver
` [PATCH v4 06/13] ARM: tegra: Rename some of the newly exposed PM functions
` [PATCH v4 07/13] ARM: tegra: Add tegra_pm_park_secondary_cpu()
` [PATCH v4 08/13] clk: tegra: Add missing stubs for the case of !CONFIG_PM_SLEEP
` [PATCH v4 09/13] cpuidle: Introduce unified driver for NVIDIA Tegra SoCs
` [PATCH v4 10/13] cpuidle: tegra: Support CPU cluster power-down state on Tegra30
` [PATCH v4 11/13] ARM: tegra: Create simple platform device for cpuidle driver
` [PATCH v4 12/13] ARM: multi_v7_defconfig: Enable Tegra "
` [PATCH v4 13/13] ARM: tegra: Enable Tegra cpuidle driver in tegra_defconfig

[PATCH v4 0/3] Introduce Bandwidth OPPs for interconnects
 2019-07-30 16:43 UTC  (7+ messages)

[RFC PATCH 17/40] soundwire: bus: use runtime_pm_get_sync/pm when enabled
 2019-07-30 15:59 UTC  (7+ messages)
      ` [alsa-devel] "

[PATCH] cpuidle: teo: Get rid of redundant check in teo_update()
 2019-07-30 10:11 UTC 

[RESEND v2 0/2] power/supply/sbs-battery: Add ability to force load a battery via the devicetree
 2019-07-30 10:10 UTC  (3+ messages)
` [RESEND v2 1/2] dt-binding docs: sbs_sbs-battery: Addition of force_load binding
` [RESEND v2 2/2] power/supply/sbs-battery: Add ability to force load a battery via the devicetree

[PATCH v2 0/8] PM / ACPI: sleep: Additional changes related to suspend-to-idle
 2019-07-30 10:04 UTC  (9+ messages)
` [PATCH v2 1/8] ACPI: PM: Set up EC GPE for system wakeup from drivers that need it
` [PATCH v2 2/8] ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devices
` [PATCH v2 3/8] PM: s2idle: Rearrange lps0_device_attach()
` [PATCH v2 4/8] ACPI: PM: s2idle: Add acpi.sleep_no_lps0 module parameter
` [PATCH v2 5/8] ACPI: PM: s2idle: Switch EC over to polling during "noirq" suspend
` [PATCH v2 6/8] ACPI: PM: s2idle: Eliminate acpi_sleep_no_ec_events()
` [PATCH v2 7/8] ACPI: EC: PM: Consolidate some code depending on PM_SLEEP
` [PATCH v2 8/8] ACPI: EC: PM: Make acpi_ec_dispatch_gpe() print debug message

[PATCH v2 1/1] power/supply/sbs-battery: Add ability to force load a battery via the devicetree
 2019-07-30 10:04 UTC 

[PATCH] driver core: Fix creation of device links with PM-runtime flags
 2019-07-30  9:56 UTC  (3+ messages)

[PATCH v2] driver core: Remove device link creation limitation
 2019-07-30  8:54 UTC  (5+ messages)

[PATCH v3] PM / devfreq: Remove list_for_each_entry() in devfreq_add_governor()
 2019-07-30  8:10 UTC 

[PATCH 1/1] power: supply: sbs-battery: Add ability to force load a battery via the devicetree
 2019-07-30  5:49 UTC  (4+ messages)

[PATCH V2 1/4] thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()
 2019-07-30  3:56 UTC  (4+ messages)
` [PATCH V2 4/4] thermal: qoriq: Add clock operations

[PATCH] cpufreq: ti-cpufreq: Mark expected switch fall-through
 2019-07-30  2:41 UTC  (2+ messages)

[PATCH V3 1/5] thermal: qoriq: Add clock operations
 2019-07-30  2:21 UTC  (5+ messages)
` [PATCH V3 2/5] thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone fail
` [PATCH V3 3/5] thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()
` [PATCH V3 4/5] thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
` [PATCH V3 5/5] dt-bindings: thermal: qoriq: Add optional clocks property

[PATCH v4 1/1] power/supply/sbs-battery: Fix confusing battery status when idle or empty
 2019-07-30  2:00 UTC 


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