linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-28 10:05:22 to 2023-03-05 10:47:15 UTC [more...]

[PATCH 00/10] Add RT5033 charger device driver
 2023-03-05 10:47 UTC  (14+ messages)
  ` [PATCH 01/10] mfd: rt5033: Drop rt5033-battery sub-device
  ` [PATCH 02/10] mfd: rt5033: Fix chip revision readout
  ` [PATCH 03/10] mfd: rt5033: Fix comments and style in includes
  ` [PATCH 04/10] mfd: rt5033: Fix STAT_MASK, HZ_MASK and AICR defines
  ` [PATCH 05/10] mfd: rt5033: Apply preparatory changes before adding rt5033-charger driver
  ` [PATCH 06/10] power: supply: rt5033_charger: Add RT5033 charger device driver
  ` [PATCH 07/10] power: supply: rt5033_charger: Add cable detection and USB OTG supply
  ` [PATCH 08/10] power: supply: rt5033_charger: Make use of high impedance mode
  ` [PATCH 09/10] power: supply: rt5033_battery: Adopt status property from charger
  ` [PATCH 10/10] dt-bindings: Add documentation for rt5033 mfd, regulator and charger

[PATCH 0/3] Fix BWMONv4 for <SDM845
 2023-03-04 15:39 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: interconnect: qcom,msm8998-bwmon: Add global registers
` [PATCH 2/3] soc: qcom: icc-bwmon: Handle global registers correctly
` [PATCH 3/3] soc: qcom: icc-bwmon: Remove unused struct member

[rafael-pm:bleeding-edge] BUILD SUCCESS 1362ac91d50346341026f84ff352f4b5504d07f9
 2023-03-04 11:57 UTC 

[PATCH RESEND] cpuidle: psci: Iterate backwards over list in psci_pd_remove()
 2023-03-04  7:41 UTC 

"proximity" attribute for input devices
 2023-03-04  1:37 UTC  (3+ messages)
    ` [PATCH] power: supply: qcom_battmgr: remove bogus do_div()

[GIT PULL] power-supply changes for 6.3 (part 2)
 2023-03-04  0:39 UTC  (2+ messages)

[PATCH 1/4] soc: qcom: socinfo: move SMEM item struct and defines to a header
 2023-03-03 23:52 UTC  (10+ messages)
` [PATCH 4/4] cpufreq: qcom-nvmem: make qcom_cpufreq_get_msm_id() return the SoC ID

[PATCH AUTOSEL 5.10 24/30] kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()
 2023-03-03 21:47 UTC 

[PATCH 00/15] SM6375 feature enablement (round one)
 2023-03-03 21:58 UTC  (16+ messages)
` [PATCH 01/15] dt-bindings: thermal: qcom-tsens: Add compatible for SM6375
` [PATCH 02/15] dt-bindings: interconnect: OSM L3: Add SM6375 CPUCP compatible
` [PATCH 03/15] dt-bindings: sram: qcom,imem: document SM6375 IMEM
` [PATCH 04/15] arm64: dts: qcom: sm6375: Add RPM sleep stats
` [PATCH 05/15] arm64: dts: qcom: sm6375: Add IMEM
` [PATCH 06/15] arm64: dts: qcom: sm6375: Add RMTFS
` [PATCH 07/15] arm64: dts: qcom: sm6375: Add wifi node
` [PATCH 08/15] arm64: dts: qcom: sm6375: Add modem nodes
` [PATCH 09/15] arm64: dts: qcom: sm6375: Add CPUCP L3 node
` [PATCH 10/15] arm64: dts: qcom: sm6375: Add TSENS
` [PATCH 11/15] arm64: dts: qcom: sm6375: Configure TSENS thermal zones
` [PATCH 12/15] arm64: dts: qcom: sm6375: Introduce MPM support
` [PATCH 13/15] arm64: dts: qcom: sm6375: Bump CPU rail power collapse index
` [PATCH 14/15] arm64: dts: qcom: sm6375: Introduce C3 power state for both ARM clusters
` [PATCH 15/15] arm64: dts: qcom: sm6375-pdx225: Add volume down GPIO key

[PATCH AUTOSEL 5.15 44/50] kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()
 2023-03-03 21:45 UTC 

[PATCH AUTOSEL 6.1 51/60] kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()
 2023-03-03 21:43 UTC 

[PATCH AUTOSEL 6.2 55/64] kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()
 2023-03-03 21:40 UTC 

[RFC PATCH] thermal/drivers/intel_menlow: Remove add_one_attribute
 2023-03-03 19:59 UTC 

[PATCH v5 00/18] Self-encapsulate the thermal zone device structure
 2023-03-03 19:48 UTC  (29+ messages)
` [PATCH v5 01/18] thermal/core: Add a thermal zone 'devdata' accessor
` [PATCH v5 02/18] thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
` [PATCH v5 03/18] thermal/core: Use the thermal zone 'devdata' accessor in hwmon "
` [PATCH v5 04/18] thermal/core: Use the thermal zone 'devdata' accessor in remaining drivers
` [PATCH v5 05/18] thermal/core: Show a debug message when get_temp() fails
` [PATCH v5 06/18] thermal: Remove debug or error messages in get_temp() ops
` [PATCH v5 07/18] thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()
` [PATCH v5 08/18] thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()
` [PATCH v5 09/18] thermal: Don't use 'device' internal thermal zone structure field
` [PATCH v5 10/18] thermal/core: Add thermal_zone_device structure 'type' accessor
` [PATCH v5 11/18] thermal/drivers/spear: Don't use tz->device but pdev->dev
` [PATCH v5 12/18] thermal: Add a thermal zone id accessor
` [PATCH v5 13/18] thermal: Use thermal_zone_device_type() accessor
` [PATCH v5 14/18] thermal/drivers/da9062: Don't access the thermal zone device fields
` [PATCH v5 15/18] thermal/hwmon: Use the thermal_core.h header
` [PATCH v5 16/18] thermal/drivers/tegra: Remove unneeded lock when setting a trip point
` [PATCH v5 17/18] thermal/drivers/acerhdf: Make interval setting only at module load time
` [PATCH v5 18/18] thermal/drivers/acerhdf: Remove pointless governor test

[PATCH] thermal: int340x: processor_thermal: Fix deadlock
 2023-03-03 19:36 UTC  (4+ messages)

[PATCH v1 0/4] thermal: core/ACPI: Fix processor cooling device regression
 2023-03-03 19:23 UTC  (5+ messages)
` [PATCH v1 1/4] ACPI: processor: Reorder acpi_processor_driver_init()
` [PATCH v1 2/4] thermal: core: Introduce thermal_cooling_device_present()
` [PATCH v1 3/4] thermal: core: Introduce thermal_cooling_device_update()
` [PATCH v1 4/4] ACPI: processor: thermal: Update CPU cooling devices on cpufreq policy changes

[GIT PULL] More ACPI updates for v6.3-rc1
 2023-03-03 18:44 UTC  (2+ messages)

[GIT PULL] More power management updates for v6.3-rc1
 2023-03-03 18:44 UTC  (2+ messages)

[GIT PULL] More thermal control updates for v6.3-rc1
 2023-03-03 18:44 UTC  (2+ messages)

[RFC PATCH] interconnect: qcom: icc-rpm: Don't call __qcom_icc_set twice on the same node
 2023-03-03 12:35 UTC  (11+ messages)

[PATCH 01/10] cpuidle/poll: Ensure IRQs stay disabled after cpuidle_state::enter() calls
 2023-03-03  9:23 UTC  (7+ messages)
` [PATCH 02/10] cpuidle, riscv: Push RCU-idle into driver
` [PATCH 03/10] cpuidle, tegra: "
` [PATCH 04/10] cpuidle, psci: "
` [PATCH 07/10] cpuidle, armada: "
` [PATCH 09/10] cpuidle, dt: "
` [PATCH 10/10] cpuidle: Fix ct_idle_*() usage

[rafael-pm:bleeding-edge] BUILD SUCCESS a922b2afa144b354c914ade31bd5b0df258f1c94
 2023-03-03  6:53 UTC 

[PATCH v2] PM/hibernation: set the default image size for large memory
 2023-03-03  5:51 UTC 

[PATCH] cpufreq: intel_pstate: Enable HWP IO boost for all servers
 2023-03-03  4:14 UTC 

[PATCH v2] PM/hibernation: set the default image size for large memory
 2023-03-03  2:47 UTC 

[PATCH v2] cpuidle: psci: Iterate backwards over list in psci_pd_remove()
 2023-03-03  0:37 UTC  (3+ messages)

[Regression] cached max_state breaks ACPI processor cooling device
 2023-03-02 19:29 UTC  (2+ messages)

[PATCH] PM: hibernate: don't store zero pages in the image file
 2023-03-02 17:25 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] dt-bindings: Fix SPI and I2C bus node names in examples
 2023-03-02 16:45 UTC  (8+ messages)

[bug report] thermal/drivers/mediatek: Add the Low Voltage Thermal Sensor driver
 2023-03-02 14:23 UTC  (2+ messages)

[PATCH v4 00/19] Self-encapsulate the thermal zone device structure
 2023-03-02 10:11 UTC  (27+ messages)
` [PATCH v4 01/19] thermal/core: Add a thermal zone 'devdata' accessor
` [PATCH v4 02/19] thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
` [PATCH v4 03/19] thermal/core: Use the thermal zone 'devdata' accessor in hwmon "
` [PATCH v4 04/19] thermal/core: Use the thermal zone 'devdata' accessor in remaining drivers
` [PATCH v4 05/19] thermal/core: Show a debug message when get_temp() fails
` [PATCH v4 06/19] thermal: Remove debug or error messages in get_temp() ops
` [PATCH v4 07/19] thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()
` [PATCH v4 08/19] thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()
` [PATCH v4 09/19] thermal: Don't use 'device' internal thermal zone structure field
` [PATCH v4 10/19] thermal/core: Add thermal_zone_device structure 'type' accessor
` [PATCH v4 11/19] thermal/drivers/spear: Don't use tz->device but pdev->dev
` [PATCH v4 12/19] thermal: Add a thermal zone id accessor
` [PATCH v4 13/19] thermal: Use thermal_zone_device_type() accessor
` [PATCH v4 14/19] thermal/drivers/da9062: Don't access the thermal zone device fields
` [PATCH v4 15/19] thermal/hwmon: Use the thermal_core.h header
` [PATCH v4 16/19] thermal/drivers/tegra: Remove unneeded lock when setting a trip point
` [PATCH v4 17/19] thermal/tegra: Do not enable the thermal zone, it is already enabled
` [PATCH v4 18/19] thermal/drivers/acerhdf: Make interval setting only at module load time
` [PATCH v4 19/19] thermal/drivers/acerhdf: Remove pointless governor test

[rafael-pm:bleeding-edge] BUILD SUCCESS 3a6fe66936a0761d48cf4f4c62885abebeafea22
 2023-03-02  7:12 UTC 

[PATCH] PM/hibernation: set the default image size for large memory
 2023-03-02  6:00 UTC 

[PATCH v3] ACPI: cpufreq: use a platform device to load ACPI PPC and PCC drivers
 2023-03-01 23:48 UTC  (2+ messages)

[RFC PATCH v2 1/2] PM: domains: Skip disabling unused domains if provider has sync_state
 2023-03-01 22:40 UTC  (11+ messages)

[PATCH] power: supply: qcom_battmgr: remove bogus do_div()
 2023-03-01 18:50 UTC  (3+ messages)

[PATCH] cpufreq: apple-soc: Fix an IS_ERR() vs NULL check
 2023-03-01 18:36 UTC  (3+ messages)

[PATCH 0/8] drivers: select REGMAP instead of depending on it
 2023-03-01 18:34 UTC  (6+ messages)
` [PATCH 7/8] thermal: intel: BXT_PMIC: "

[PATCH] thermal: intel: quark_dts: fix error pointer dereference
 2023-03-01 18:30 UTC  (2+ messages)

[PATCH 0/3] OPP: Simplify set_required_opp handling
 2023-03-01 13:06 UTC  (5+ messages)
` [PATCH 1/3] OPP: Handle all genpd cases together in _set_required_opps()
` [PATCH 2/3] OPP: Move required opps configuration to specialized callback

[rafael-pm:bleeding-edge] BUILD SUCCESS 020c69c7d16fa3fafeaf05b78967e71baf96154a
 2023-03-01 10:57 UTC 

[PATCH 0/2] Suppress warning on resume attempt of explicitly frozen processes
 2023-03-01 10:55 UTC  (5+ messages)

next: qemu-x86_64: RIP: 0010:sched_clock_cpu+0xe/0x1a0 - Kernel panic - not syncing: Fatal exception in interrupt
 2023-03-01  8:12 UTC 

[PATCH 4/6] PM: domains: Export genpd_dev_pm_attach_by_name()
 2023-03-01  3:00 UTC  (3+ messages)
  ` [EXT] "

[PATCH 1/3] [RFC] PM: domains: Introduce .power_pre/post_on/off callbacks
 2023-03-01  0:52 UTC  (11+ messages)

[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
 2023-02-28 20:33 UTC  (6+ messages)
` [PATCH 06/20] powercap: remove MODULE_LICENSE in non-modules
` [PATCH 07/20] power: supply: "
` [PATCH 19/20] power: reset: "

[PATCH 05/27] cpufreq: intel_pstate: remove MODULE_LICENSE in non-modules
 2023-02-28 20:30 UTC  (2+ messages)

[PATCH v2] ACPI: cpufreq: use a platform device to load ACPI PPC and PCC drivers
 2023-02-28 13:50 UTC  (4+ messages)

[PATCH v6 0/9] The great interconnecification fixation
 2023-02-28 13:44 UTC  (10+ messages)
` [PATCH v6 1/9] interconnect: qcom: rpm: make QoS INVALID default
` [PATCH v6 2/9] interconnect: qcom: rpm: Add support for specifying channel num
` [PATCH v6 3/9] interconnect: qcom: Sort kerneldoc entries
` [PATCH v6 4/9] interconnect: qcom: rpm: Rename icc desc clocks to bus_blocks
` [PATCH v6 5/9] interconnect: qcom: rpm: Rename icc provider num_clocks to num_bus_clocks
` [PATCH v6 6/9] interconnect: qcom: rpm: Handle interface clocks
` [PATCH v6 7/9] interconnect: qcom: icc-rpm: Enforce 2 or 0 bus clocks
` [PATCH v6 8/9] interconnect: qcom: rpm: Don't use clk_get_optional for bus clocks anymore
` [PATCH v6 9/9] interconnect: qcom: msm8996: Promote to core_initcall

[PATCH v10 0/6] Add support for Core Power Reduction v3, v4 and Hardened
 2023-02-28 13:01 UTC  (8+ messages)
` [PATCH v10 5/6] soc: qcom: "

[PATCH v3 00/20] Self-encapsulate the thermal zone device structure
 2023-02-28 11:01 UTC  (5+ messages)
` [PATCH v3 14/20] thermal/drivers/da9062: Don't access the thermal zone device fields


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