messages from 2024-01-21 06:56:34 to 2024-01-23 18:20:08 UTC [more...]
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2024-01-23 18:19 UTC (50+ messages)
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
[PATCH] interconnect: qcom: sm8550: Enable sync_state
2024-01-23 17:57 UTC (2+ messages)
[PATCH v2] power: supply: qcom_battmgr: Ignore notifications before initialization
2024-01-23 17:53 UTC (3+ messages)
[PATCH v4 0/3] Small runtime PM API changes
2024-01-23 17:24 UTC (5+ messages)
` [PATCH v4 1/3] pm: runtime: Simplify pm_runtime_get_if_active() usage
` [PATCH v4 3/3] pm: runtime: Add pm_runtime_put_autosuspend() replacement
` [PATCH v4 2/3] pm: runtime: Make pm_runtime_get_if_conditional() private
[PATCH 0/4] Deprecate register_restart_handler()
2024-01-23 16:44 UTC (5+ messages)
` [PATCH 1/4] kernel/reboot: "
` [PATCH 2/4] drivers/soc/litex: Use devm_register_restart_handler()
` [PATCH 3/4] firmware: psci: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)
` [PATCH 4/4] firmware: ti_sci: Use devm_register_restart_handler()
[PATCH 00/21] Power supply register with devm
2024-01-23 16:36 UTC (22+ messages)
` [PATCH 01/21] power: supply: da9030: Use devm_power_supply_register() helper
` [PATCH 02/21] power: supply: da9052: "
` [PATCH 03/21] power: supply: ds2760: "
` [PATCH 04/21] power: supply: goldfish: "
` [PATCH 05/21] power: supply: lp8727: "
` [PATCH 06/21] power: supply: lp8788: "
` [PATCH 07/21] power: supply: max14577: "
` [PATCH 08/21] power: supply: max77693: "
` [PATCH 09/21] power: supply: max8925: "
` [PATCH 10/21] power: supply: pcf50633: "
` [PATCH 11/21] power: supply: rt5033: "
` [PATCH 12/21] power: supply: tps65090: "
` [PATCH 13/21] power: supply: wm831x: "
` [PATCH 14/21] "
` [PATCH 15/21] power: supply: wm8350: "
` [PATCH 16/21] power: supply: da9150: Use devm_iio_channel_get() helper
` [PATCH 17/21] power: supply: da9150: Use devm_power_supply_register() helper
` [PATCH 18/21] power: supply: rx51: Use devm_iio_channel_get() helper
` [PATCH 19/21] power: supply: rx51: Use devm_power_supply_register() helper
` [PATCH 20/21] power: supply: twl4030_madc: Use devm_iio_channel_get() helper
` [PATCH 21/21] power: supply: twl4030_madc: Use devm_power_supply_register() helper
[PATCH] Revert "power: supply: qcom_battmgr: Register the power supplies after PDR is up"
2024-01-23 16:00 UTC
[PATCH v4 0/6] reset: gpio: ASoC: shared GPIO resets
2024-01-23 15:58 UTC (12+ messages)
` [PATCH v4 1/6] of: Add of_phandle_args_equal() helper
` [PATCH v4 2/6] cpufreq: do not open-code of_phandle_args_equal()
` [PATCH v4 3/6] reset: gpio: Add GPIO-based reset controller
` [PATCH v4 4/6] reset: Instantiate reset GPIO controller for shared reset-gpios
` [PATCH v4 5/6] ASoC: dt-bindings: qcom,wsa8840: Add reset-gpios for shared line
` [PATCH v4 6/6] ASoC: codecs: wsa884x: Allow sharing reset GPIO
[PATCH v7 0/7] consolidate and cleanup CPU capacity
2024-01-23 15:14 UTC (5+ messages)
` [PATCH v7 3/7] cpufreq/schedutil: Use a fixed reference frequency
[PATCH 1/5] power: supply: bq27xxx: Switch to a simpler IDA interface
2024-01-23 15:09 UTC (5+ messages)
` [PATCH 2/5] power: supply: bq27xxx: Add devm action to free IDA
` [PATCH 3/5] power: supply: bq27xxx: Use devm to free device mutex
` [PATCH 4/5] power: supply: bq27xxx: Use devm_power_supply_register() helper
` [PATCH 5/5] power: supply: bq27xxx: Move one time design full read out of poll
[PATCH v4 0/5] PM: domains: Add control for switching back and forth to HW control
2024-01-23 13:00 UTC (8+ messages)
` [PATCH v4 1/5] PM: domains: Allow devices attached to genpd to be managed by HW
` [PATCH v4 2/5] PM: domains: Add the domain HW-managed mode to the summary
` [PATCH v4 3/5] clk: qcom: gdsc: Add set and get hwmode callbacks to switch GDSC mode
` [PATCH v4 4/5] clk: qcom: Use HW_CTRL_TRIGGER flag to switch video GDSC to HW mode
` [PATCH v4 5/5] venus: pm_helpers: Use dev_pm_genpd_set_hwmode to switch GDSC mode
[PATCH v2 0/5] PM: domains: Add helpers for multi PM domains to avoid open-coding
2024-01-23 12:37 UTC (8+ messages)
` [PATCH v2 2/5] remoteproc: imx_dsp_rproc: Convert to dev_pm_domain_attach|detach_list()
` [PATCH v2 3/5] remoteproc: imx_rproc: "
[PATCH] pmdomain: mediatek: fix race conditions with genpd
2024-01-23 12:22 UTC (2+ messages)
[RFC PATCH 00/26] Add thermal zones names and new registration func
2024-01-23 10:58 UTC (8+ messages)
` [RFC PATCH 01/26] thermal: Introduce thermal_zone_device_register() and params structure
Using scmi performance domains and scmi power domains together
2024-01-23 10:33 UTC (2+ messages)
[PATCH 0/3] cpufreq: scmi: Add boost frequency support
2024-01-23 10:15 UTC (4+ messages)
[PATCH v1] PM: sleep: Use bool for all 1-bit fields in struct dev_pm_info
2024-01-23 9:14 UTC (3+ messages)
[RFC] PCI/AER: Block runtime suspend when handling errors
2024-01-23 9:00 UTC
[PATCH v3 0/2] Small runtime PM API changes
2024-01-23 7:45 UTC (6+ messages)
` [PATCH v3 1/2] pm: runtime: Simplify pm_runtime_get_if_active() usage
` [PATCH v3 2/2] pm: runtime: Add pm_runtime_put_autosuspend() replacement
[PATCH] cpufreq: Move dev_pm_opp_{init|free}_cpufreq_table() to pm_opp.h
2024-01-23 6:39 UTC
[PATCH v2] Documentation: power: Use kcalloc() instead of kzalloc()
2024-01-23 6:11 UTC (4+ messages)
[PATCH v2 0/2] Fixes for hang on MT8195-Tomato during mediatek-cpufreq-hw init
2024-01-23 6:09 UTC (4+ messages)
` [PATCH v2 2/2] cpufreq: mediatek-hw: Wait for CPU supplies before probing
[PATCH] cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value
2024-01-23 6:07 UTC (2+ messages)
[PATCH] cpufreq: imx6: use regmap to read ocotp register
2024-01-23 6:06 UTC (2+ messages)
[rafael-pm:bleeding-edge 5/6] drivers/base/power/runtime.c:1815:24: warning: increment of a boolean expression
2024-01-23 3:28 UTC
[PATCH 0/3] power: supply: axp20x_usb_power: prepare for external power delivery negotiation
2024-01-23 2:41 UTC (12+ messages)
` [PATCH 1/3] power: supply: axp20x_usb_power: add input current limit
` "
` [PATCH 2/3] power: supply: axp20x_usb_power: enable usb_type reporting
` [PATCH 3/3] power: supply: axp20x_usb_power: set input current limit in probe
[PATCH v7 0/1] PM: sleep: Expose last succeeded resumed timestamp in sysfs
2024-01-23 2:08 UTC (5+ messages)
` [PATCH v7] "
[PATCH] cpufreq/amd-pstate: Fix setting scaling max/min freq values
2024-01-22 23:52 UTC (4+ messages)
[GIT PULL] cpupower update for Linux 6.8-rc2
2024-01-22 22:35 UTC
[1/4] interconnect: qcom: icc-rpmh: Add QoS config support
2024-01-22 22:29 UTC (8+ messages)
` [2/4] interconnect: qcom: sc7280: enable qos programming
` [3/4] dt-bindings: interconnect: Add clock property to enable QOS on SC7280
[Bug 218171] New: amd-pstate not loading on zen2 threadripper 3960x (trx40
2024-01-22 22:10 UTC (4+ messages)
` [Bug 218171] "
[Bug 217931] New: amd-pstate lacks crucial features: CPU frequency and boost control
2024-01-22 21:46 UTC (2+ messages)
` [Bug 217931] "
[PATCH 0/9] Mediatek thermal sensor driver support for MT8186 and MT8188
2024-01-22 16:13 UTC (8+ messages)
` [PATCH 8/9] thermal/drivers/mediatek/lvts_thermal: allow early empty sensor slots
[PATCH] pmdomain: core: Move the unused cleanup to a _sync initcall
2024-01-22 15:29 UTC (3+ messages)
[PATCH] pmdomain: renesas: rcar-gen4-sysc: Remove unneeded includes
2024-01-22 15:26 UTC (3+ messages)
[PATCH v2] pmdomain: imx8m-blk-ctrl: imx8mp-blk-ctrl: Error out if domains are missing in DT
2024-01-22 15:21 UTC (2+ messages)
[PATCH] pmdomain: Add a null pointer check to the omap_prm_domain_init
2024-01-22 15:21 UTC (2+ messages)
[PATCH] pmdomain: renesas: r8a77980-sysc: CR7 must be always on
2024-01-22 15:21 UTC (2+ messages)
[PATCH] pmdomain: core: Print a message when unused power domains are disabled
2024-01-22 15:21 UTC (2+ messages)
[PATCH] pmdomain: qcom: rpmpd: Keep one RPM handle for all RPMPDs
2024-01-22 15:21 UTC (2+ messages)
[PATCH v2] PM: domains: Scale down parent performance states in reverse order
2024-01-22 15:21 UTC (2+ messages)
pm/testing build: 8 builds: 2 failed, 6 passed, 2 errors, 32 warnings (acpi-6.8-rc1-2-8775-gd8e6ba025f5e4)
2024-01-22 15:07 UTC
[PATCH] thermal/drivers/tsens: Add suspend to RAM support for tsens
2024-01-22 14:32 UTC (3+ messages)
PS/2 keyboard of laptop Dell XPS 13 9360 goes missing after S3
2024-01-22 13:43 UTC (5+ messages)
[PATCH RESEND v2 0/4] PM: hibernate: LZ4 compression support
2024-01-22 13:18 UTC (6+ messages)
[PATCH v3 0/4] PM: hibernate: LZ4 compression support
2024-01-22 13:15 UTC (5+ messages)
` [PATCH v3 1/4] PM: hibernate: Rename lzo* to make it generic
` [PATCH v3 2/4] PM: hibernate: Move to crypto APIs for LZO compression
` [PATCH v3 3/4] PM: hibernate: Add support for LZ4 compression for hibernation
` [PATCH v3 4/4] PM: hibernate: Support to select compression algorithm
[PATCH v3 0/4] dt-bindings: xilinx: Add missing firmware child nodes
2024-01-22 13:06 UTC (2+ messages)
[PATCH] cpufreq: intel_pstate: Directly use stored ratios for max frequencies
2024-01-22 12:45 UTC (5+ messages)
[PATCH v1 00/12] PM: sleep: Fix up suspend stats handling and clean up core code
2024-01-22 11:44 UTC (13+ messages)
` [PATCH v1 01/12] PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()
` [PATCH v1 02/12] PM: sleep: Relocate two device PM core functions
` [PATCH v1 03/12] PM: sleep: stats: Use array of suspend step names
` [PATCH v1 04/12] PM: sleep: stats: Use an array of step failure counters
` [PATCH v1 05/12] PM: sleep: stats: Use step_failures[0] as a counter of successful cycles
` [PATCH v1 06/12] PM: sleep: stats: Define suspend_stats next to the code using it
` [PATCH v1 07/12] PM: sleep: stats: Call dpm_save_failed_step() at most once per phase
` [PATCH v1 08/12] PM: sleep: stats: Use locking in dpm_save_failed_dev()
` [PATCH v1 09/12] PM: sleep: stats: Log errors right after running suspend callbacks
` [PATCH v1 10/12] PM: sleep: Move some assignments from under a lock
` [PATCH v1 11/12] PM: sleep: Move devices to new lists earlier in each suspend phase
` [PATCH v1 12/12] PM: sleep: Call dpm_async_fn() directly "
[PATCH] thermal: intel: powerclamp: Remove dead code for target mwait value
2024-01-22 11:01 UTC (2+ messages)
[PATCH] thermal/sysfs: Always enable hysteresis write support
2024-01-22 10:19 UTC (7+ messages)
[PATCH] dt-bindings: power: support NXP i.MX95
2024-01-22 10:01 UTC (2+ messages)
[PATCH] Documentation: power: Use kcalloc() instead of kzalloc()
2024-01-21 11:44 UTC (2+ messages)
[RFC PATCH v1 0/7] Introduction of PSCR Framework and Related Components
2024-01-21 6:56 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).