messages from 2021-10-27 14:52:09 to 2021-11-01 01:57:36 UTC [more...]
[PATCH v2 00/45] Introduce power-off+restart call chain API
2021-11-01 1:57 UTC (58+ messages)
` [PATCH v2 01/45] notifier: Remove extern annotation from function prototypes
` [PATCH v2 02/45] notifier: Add blocking_notifier_call_chain_empty()
` [PATCH v2 03/45] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v2 04/45] reboot: Correct typo in a comment
` [PATCH v2 05/45] reboot: Warn if restart handler has duplicated priority
` [PATCH v2 06/45] reboot: Warn if unregister_restart_handler() fails
` [PATCH v2 07/45] reboot: Remove extern annotation from function prototypes
` [PATCH v2 08/45] kernel: Add combined power-off+restart handler call chain API
` [PATCH v2 09/45] xen/x86: Use do_kernel_power_off()
` [PATCH v2 10/45] ARM: "
` [PATCH v2 11/45] arm64: "
` [PATCH v2 12/45] csky: "
` [PATCH v2 13/45] ia64: "
` [PATCH v2 14/45] mips: "
` [PATCH v2 15/45] nds32: "
` [PATCH v2 16/45] parisc: "
` [PATCH v2 17/45] powerpc: "
` [PATCH v2 18/45] riscv: "
` [PATCH v2 19/45] sh: "
` [PATCH v2 20/45] x86: "
` [PATCH v2 21/45] m68k: Switch to new power-handler API
` [PATCH v2 22/45] memory: emif: Use kernel_can_power_off()
` [PATCH v2 23/45] ACPI: power: Switch to power-handler API
` [PATCH v2 24/45] regulator: pfuze100: Use devm_register_power_handler()
` [PATCH v2 25/45] reboot: Remove pm_power_off_prepare()
` [PATCH v2 26/45] soc/tegra: pmc: Utilize power-handler API to power off Nexus 7 properly
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()
` [PATCH v2 28/45] mfd: rn5t618: "
` [PATCH v2 29/45] mfd: acer-a500: "
` [PATCH v2 30/45] mfd: ene-kb3930: "
` [PATCH v2 31/45] mfd: axp20x: Use register_simple_power_off_handler()
` [PATCH v2 32/45] mfd: retu: Use devm_register_simple_power_off_handler()
` [PATCH v2 33/45] mfd: rk808: "
` [PATCH v2 34/45] mfd: palmas: "
` [PATCH v2 35/45] mfd: max8907: "
` [PATCH v2 36/45] mfd: tps6586x: "
` [PATCH v2 37/45] mfd: tps65910: "
` [PATCH v2 38/45] mfd: max77620: "
` [PATCH v2 39/45] mfd: dm355evm_msp: Use devm_register_trivial_power_off_handler()
` [PATCH v2 40/45] mfd: twl4030: "
[RFC 0/5] ACPI/power-suppy add fuel-gauge support on cht-wc PMIC without USB-PD support devs
2021-10-31 20:01 UTC (9+ messages)
` [RFC 1/5] ACPI / x86: Add 3 devices on the Xiaomi Mi Pad 2 to the always_present list
` [RFC 2/5] gpiolib: acpi: Make acpi_gpio_in_ignore_list() more generic
` [RFC 3/5] gpiolib: acpi: Add a new "ignore" module option
` [RFC 4/5] power: supply: bq27xxx: Add dev helper variable to bq27xxx_battery_i2c_probe()
` [RFC 5/5] power: supply: bq27xxx: Add support for ACPI enumeration
[PATCH v2] power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
2021-10-31 19:34 UTC (2+ messages)
[PATCH 00/13] power-suppy/i2c/extcon: Add support for cht-wc PMIC without USB-PD support
2021-10-31 17:58 UTC (21+ messages)
` [PATCH 01/13] platform/x86: Rename touchscreen_dmi to dmi_device_properties
` [PATCH 02/13] platform/x86: dmi_device_properties: Add setup info for boards with a CHT Whiskey Cove PMIC
` [PATCH 03/13] power: supply: bq25890: Fix race causing oops at boot
` [PATCH 04/13] power: supply: bq25890: Fix initial setting of the F_CONV_RATE field
` [PATCH 05/13] power: supply: bq25890: Add a bq25890_rw_init_data() helper
` [PATCH 06/13] power: supply: bq25890: Add support for skipping initialization
` [PATCH 07/13] power: supply: bq25890: Enable charging on boards where we skip reset
` [PATCH 08/13] power: supply: bq25890: Drop dev->platform_data == NULL check
` [PATCH 09/13] power: supply: bq25890: Add bq25890_set_otg_cfg() helper
` [PATCH 10/13] power: supply: bq25890: Add support for registering the Vbus boost converter as a regulator
` [PATCH 11/13] i2c: cht-wc: Add support for devices using a bq25890 charger
` [PATCH 12/13] extcon: intel-cht-wc: Check new "intel,cht-wc-setup" device-property
` [PATCH 13/13] extcon: intel-cht-wc: Add support for devices with an USB-micro-B connector
[PATCH] power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
2021-10-31 12:57 UTC (2+ messages)
[PATCH v3 0/2] Add a generic virtual thermal sensor
2021-10-30 23:33 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: Add DT bindings for the DT-based virtual sensor driver
` [PATCH v3 2/2] thermal: add a virtual sensor to aggregate temperatures
[rafael-pm:bleeding-edge] BUILD SUCCESS 5f6ba0ff183c91ef793c5db5da532357e7b0ba5e
2021-10-30 15:31 UTC
[PATCH v14 00/39] NVIDIA Tegra power management patches for 5.17
2021-10-30 1:04 UTC (18+ messages)
` [PATCH v14 01/39] soc/tegra: Enable runtime PM during OPP state-syncing
` [PATCH v14 20/39] pwm: tegra: Add runtime PM and OPP support
` [PATCH v14 29/39] soc/tegra: regulators: Prepare for suspend
[PATCH] cpuidle: fix unmet dependencies on ARCH_SUSPEND_POSSIBLE for ARM_CPU_SUSPEND
2021-10-29 21:52 UTC
pm/testing baseline: 82 runs, 1 regressions (v5.15-rc7-122-g5f6ba0ff183c)
2021-10-29 21:20 UTC
pm/testing build: 7 builds: 0 failed, 7 passed, 1 warning (v5.15-rc7-122-g5f6ba0ff183c)
2021-10-29 20:36 UTC
problem in changing from active to passive mode
2021-10-29 20:29 UTC (16+ messages)
[PATCH] PM / hibernate: Fix snapshot partial write lengths
2021-10-29 19:24 UTC
[PATCH] PM: runtime: Allow rpm_resume() to succeed when runtime PM is disabled
2021-10-29 18:26 UTC (6+ messages)
[GIT PULL] ACPI fixes for v5.15-rc7
2021-10-29 17:51 UTC (3+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS ff77b4a23e470f82642897284e6140ad581c714a
2021-10-29 17:22 UTC
[PATCH v9 0/8] RISC-V CPU Idle Support
2021-10-29 16:24 UTC (4+ messages)
[PATCH] thermal: Fix implicit type conversion
2021-10-29 16:08 UTC (4+ messages)
[PATCH] cpufreq: Fix implicit type conversion
2021-10-29 16:07 UTC (2+ messages)
[PATCH v3 00/21] cpufreq: introduce a new AMD CPU frequency control mechanism
2021-10-29 14:39 UTC (27+ messages)
` [PATCH v3 01/21] x86/cpufreatures: add AMD Collaborative Processor Performance Control feature flag
` [PATCH v3 02/21] x86/msr: add AMD CPPC MSR definitions
` [PATCH v3 03/21] ACPI: CPPC: implement support for SystemIO registers
` [PATCH v3 04/21] ACPI: CPPC: Check present CPUs for determining _CPC is valid
` [PATCH v3 05/21] ACPI: CPPC: add cppc enable register function
` [PATCH v3 06/21] cpufreq: amd: introduce a new amd pstate driver to support future processors
` [PATCH v3 07/21] cpufreq: amd: add fast switch function for amd-pstate
` [PATCH v3 08/21] cpufreq: amd: add acpi cppc function as the backend for legacy processors
` [PATCH v3 09/21] cpufreq: amd: add trace for amd-pstate module
` [PATCH v3 10/21] cpufreq: amd: add boost mode support for amd-pstate
` [PATCH v3 11/21] cpufreq: amd: add amd-pstate frequencies attributes
` [PATCH v3 12/21] cpufreq: amd: add amd-pstate performance attributes
` [PATCH v3 13/21] cpupower: add AMD P-state capability flag
` [PATCH v3 14/21] cpupower: add the function to check amd-pstate enabled
` [PATCH v3 15/21] cpupower: initial AMD P-state capability
` [PATCH v3 16/21] cpupower: add the function to get the sysfs value from specific table
` [PATCH v3 17/21] cpupower: add amd-pstate sysfs definition and access helper
` [PATCH v3 18/21] cpupower: enable boost state support for amd-pstate module
` [PATCH v3 19/21] cpupower: move print_speed function into misc helper
` [PATCH v3 20/21] cpupower: print amd-pstate information on cpupower
` [PATCH v3 21/21] Documentation: amd-pstate: add amd-pstate driver introduction
[PATCH v1] cpufreq: mediatek-hw: Fix double devm_remap in hotplug case
2021-10-29 11:42 UTC (2+ messages)
` [PATCH v1 1/1] "
[PATCH v2] PM: sleep: Fix runtime PM based cpuidle support
2021-10-29 12:38 UTC
[PATCH v2 0/8] Apple SoC PMGR device power states driver
2021-10-29 7:09 UTC (7+ messages)
` [PATCH v2 2/8] dt-bindings: arm: apple: Add apple,pmgr binding
[v8 0/3] Add L3 provider support for SC7280
2021-10-28 23:27 UTC (9+ messages)
` [v8 1/3] dt-bindings: interconnect: Add EPSS L3 DT binding on SC7280
` [v8 2/3] interconnect: qcom: Add EPSS L3 support "
` [v8 3/3] arm64: dts: qcom: sc7280: Add EPSS L3 interconnect provider
[PATCH v2 0/5] Refactor thermal pressure update to avoid code duplication
2021-10-28 23:12 UTC (7+ messages)
` [PATCH v2 1/5] arch_topology: Introduce thermal pressure update function
[PATCH v4] dt-bindings: opp: Allow multi-worded OPP entry name
2021-10-28 22:15 UTC
[PATCH v3] dt-bindings: opp: Allow multi-worded OPP entry names
2021-10-28 21:12 UTC (3+ messages)
[PATCH 0/8] Add support for MSM8996 Pro
2021-10-28 18:18 UTC (4+ messages)
` [PATCH 4/8] cpufreq: qcom_cpufreq_nvmem: Simplify reading kryo speedbin
pm/testing baseline: 82 runs, 1 regressions (v5.15-rc7-120-g1eb4f10091ca)
2021-10-28 16:59 UTC
[PATCH v3] dt-bindings: power: reset: gpio-poweroff: Convert txt bindings to yaml
2021-10-28 16:50 UTC
pm/testing build: 7 builds: 0 failed, 7 passed, 1 warning (v5.15-rc7-120-g1eb4f10091ca)
2021-10-28 16:15 UTC
[PATCH 1/5] thermal: tegra-bpmp: Handle errors in BPMP response
2021-10-28 11:54 UTC (3+ messages)
` [PATCH 2/5] reset: "
pm/testing baseline: 48 runs, 2 regressions (v5.15-rc7-108-gba9410801460)
2021-10-28 0:22 UTC
pm/testing build: 7 builds: 0 failed, 7 passed, 1 warning (v5.15-rc7-108-gba9410801460)
2021-10-27 23:39 UTC
[PATCH RESEND v5 0/5] interconnect: qcom: Add MSM8996 interconnect driver
2021-10-27 20:36 UTC (5+ messages)
` [PATCH RESEND v5 1/5] dt-bindings: interconnect: Combine SDM660 bindings into RPM schema
` [PATCH RESEND v5 3/5] dt-bindings: interconnect: Add Qualcomm MSM8996 DT bindings
[PATCH v4 1/3] PM / wakeirq: support enabling wake-up irq after runtime_suspend called
2021-10-27 19:00 UTC (4+ messages)
[GIT PULL] devfreq next for 5.16
2021-10-27 18:44 UTC (2+ messages)
dt-bindings: treewide: Update @st.com email address to @foss.st.com
2021-10-27 16:57 UTC (6+ messages)
[PATCH V2 0/3] thermal: qcom: Add support for PMIC5 Gen2 ADC_TM
2021-10-27 18:05 UTC (7+ messages)
` [PATCH V2 1/3] dt-bindings: thermal: qcom: add PMIC5 Gen2 ADC_TM bindings
` [PATCH V2 2/3] iio: adc: qcom-vadc-common: add reverse scaling for PMIC5 Gen2 ADC_TM
` [PATCH V2 3/3] thermal: qcom: add support for PMIC5 Gen2 ADCTM
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).