messages from 2025-09-15 16:26:35 to 2025-09-17 14:57:55 UTC [more...]
[PATCH v4 0/7] SPMI: Implement sub-devices and migrate drivers
2025-09-17 14:57 UTC (18+ messages)
` [PATCH v4 1/7] spmi: Implement spmi_subdevice_alloc_and_add() and devm variant
` [PATCH v4 2/7] nvmem: qcom-spmi-sdam: Migrate to devm_spmi_subdevice_alloc_and_add()
` [PATCH v4 3/7] power: reset: qcom-pon: "
` [PATCH v4 4/7] phy: qualcomm: eusb2-repeater: "
` [PATCH v4 5/7] misc: qcom-coincell: "
` [PATCH v4 6/7] iio: adc: qcom-spmi-iadc: "
` [PATCH v4 7/7] iio: adc: qcom-spmi-iadc: Remove regmap R/W wrapper functions
[PATCH v5 0/6] initialize SCTRL2_ELx
2025-09-17 14:56 UTC (7+ messages)
` [PATCH v5 1/6] arm64: make SCTLR2_EL1 accessible
` [PATCH v5 2/6] arm64: initialise SCTLR2_ELx register at boot time
` [PATCH v5 3/6] arm64: save/restore SCTLR2_EL1 when cpu_suspend()/resume()
` [PATCH v5 4/6] arm64: initialise SCTLR2_EL1 at cpu_soft_restart()
` [PATCH v5 5/6] arm64: make the per-task SCTLR2_EL1
` [PATCH v5 6/6] docs: arm64: Document booting requirements for FEAT_SCTLR2
[PATCH v4 0/4] Marvell PXA1908 power domains
2025-09-17 14:32 UTC (2+ messages)
[PATCH v4 0/4] enable ROCKCHIP_PM_DOMAINS
2025-09-17 14:32 UTC (2+ messages)
[PATCH] pmdomain: mediatek: airoha: convert from round_rate() to determine_rate()
2025-09-17 14:32 UTC (3+ messages)
[PATCH v4 0/5] initialize SCTRL2_ELx
2025-09-17 14:28 UTC (4+ messages)
` [PATCH v4 2/5] arm64: initialise SCTLR2_ELx register at boot time
[RFC PATCH v1 0/5] x86/boot, KVM: Move VMXON/VMXOFF handling from KVM to CPU lifecycle
2025-09-17 13:48 UTC (10+ messages)
` [RFC PATCH v1 5/5] KVM: Remove kvm_rebooting and its references
[PATCH] devreq: move governor.h to a public header location
2025-09-17 13:39 UTC (3+ messages)
[PATCH v3 00/10] MT8196 GPU Frequency/Power Control Support
2025-09-17 13:28 UTC (16+ messages)
` [PATCH v3 01/10] dt-bindings: gpu: mali-valhall-csf: add mediatek,mt8196-mali variant
` [PATCH v3 02/10] dt-bindings: devfreq: add mt8196-gpufreq binding
` [PATCH v3 03/10] dt-bindings: sram: Add compatible for mediatek,mt8196-gpufreq-sram
` [PATCH v3 04/10] dt-bindings: mailbox: Add MT8196 GPUEB Mailbox
` [PATCH v3 05/10] mailbox: add MediaTek GPUEB IPI mailbox
` [PATCH v3 06/10] drm/panthor: call into devfreq for current frequency
` [PATCH v3 07/10] drm/panthor: devfreq: make get_dev_status use get_cur_freq
` [PATCH v3 08/10] drm/panthor: devfreq: add pluggable devfreq providers
` [PATCH v3 09/10] drm/panthor: add no_clocks soc_data member for MT8196
` [PATCH v3 10/10] drm/panthor: add support for MediaTek MFlexGraphics
[PATCH] cpufreq: mediatek: fix device leak on probe failure
2025-09-17 12:50 UTC (2+ messages)
[PATCH v2 0/6] ACPI: DPTF: Move INT340X enumeration from DPTF core to thermal drivers
2025-09-17 12:07 UTC (7+ messages)
` [PATCH v2 1/6] ACPI: DPTF: Ignore SoC DTS thermal while scanning
` [PATCH v2 2/6] ACPI: DPTF: Move INT340X device IDs to header
` [PATCH v2 3/6] ACPI: DPTF: Move PCH FIVR "
` [PATCH v2 4/6] ACPI: DPTF: Remove not supported INT340X IDs
` [PATCH v2 5/6] ACPI: platform: Add macro for acpi platform driver
` [PATCH v2 6/6] ACPI: DPTF: Move INT340X enumeration to modules
[PATCH v5 0/9] power: supply: Add several features support in qcom-battmgr driver
2025-09-17 11:14 UTC (11+ messages)
` [PATCH v5 1/9] power: supply: core: Add resistance power supply property
` [PATCH v5 2/9] power: supply: core: Add state_of_health "
` [PATCH v5 3/9] power: supply: qcom_battmgr: Add resistance "
` [PATCH v5 4/9] power: supply: qcom_battmgr: Add state_of_health property
` [PATCH v5 5/9] power: supply: qcom_battmgr: update compats for SM8550 and X1E80100
` [PATCH v5 6/9] dt-bindings: soc: qcom,pmic-glink: Add charge limit nvmem properties
` [PATCH v5 7/9] power: supply: qcom_battmgr: Add charge control support
` [PATCH v5 8/9] arm64: dts: qcom: x1e80100-crd: Add charge limit nvmem
` [PATCH v5 9/9] power: supply: qcom_battmgr: handle charging state change notifications
[PATCH 00/25] RDA8810PL Clock, RTC and MMC driver
2025-09-17 10:03 UTC (37+ messages)
` [PATCH 01/25] ARM: dts: unisoc: rda8810pl: Add label to GPIO nodes
` [PATCH 02/25] drivers: gpio: rda: Make IRQ optional
` [PATCH 03/25] dt-bindings: gpio: rda: Make interrupts optional
` [PATCH 04/25] rtc: Add timestamp for the end of 2127
` [PATCH 05/25] dt-bindings: rtc: Add RDA Micro RDA8810PL RTC
` [PATCH 06/25] rtc: Add driver for RDA Micro SoC
` [PATCH 07/25] ARM: dts: unisoc: rda8810pl: Enable Real-Time Clock
` [PATCH 08/25] ARM: dts: unisoc: rda8810pl: Enable ARM PMU
` [PATCH 09/25] dt-bindings: clock: Add RDA Micro RDA8810PL clock/reset controller
` [PATCH 10/25] drivers: clk: Add Clock and Reset Driver for RDA Micro RDA8810PL SoC
` [PATCH 11/25] dts: unisoc: rda8810pl: Enable clock/reset driver
` [PATCH 12/25] dts: unisoc: rda8810pl: Add OPP for CPU and define L2 cache
` [PATCH 13/25] dts: unisoc: orangepi: Disable UART with no users
` [PATCH 14/25] dt-bindings: power: reset: Add RDA Micro Modem Reset
` [PATCH 15/25] power: reset: Add basic power reset driver for RDA8810PL
` [PATCH 16/25] dts: unisoc: rda8810pl: Enable modem reset
` [PATCH 17/25] drivers: gpio: rda: Make direction register unreadable
` [PATCH 18/25] dt-bindings: dma: Add RDA IFC DMA
` [PATCH 19/25] dmaengine: Add RDA IFC driver
` [PATCH 20/25] dts: unisoc: rda8810pl: Enable IFC
` [PATCH 21/25] dt-bindings: mmc: Add RDA SDMMC controller
` [PATCH 22/25] mmc: host: Add RDA Micro SD/MMC driver
` [PATCH 23/25] dts: unisoc: rda8810pl: Add SDMMC controllers
` [PATCH 24/25] dts: unisoc: orangepi-2g: Enable SD Card
` [PATCH 25/25] dts: unisoc: orangepi-i96: "
[PATCH v2 0/4] Add support for MT8189 clock/power controller
2025-09-17 9:40 UTC (3+ messages)
` [PATCH v2 4/4] pmdomain: mediatek: Add power domain driver for MT8189 SoC
[PATCH 0/4] Add watchdog support for bcm2712
2025-09-17 6:32 UTC (5+ messages)
` [PATCH 1/4] pmdomain: bcm: bcm2835-power: Prepare to support BCM2712
` [PATCH 2/4] dt-bindings: soc: bcm: Add bcm2712 compatible
` [PATCH 3/4] mfd: bcm2835-pm: Add support for BCM2712
` [PATCH 4/4] arm64: dts: broadcom: bcm2712: Add watchdog DT node
[PATCH] PM: dpm: add module param to backtrace all CPUs
2025-09-17 5:13 UTC (4+ messages)
[PATCH] tools/cpupower: Fix incorrect size in cpuidle_state_disable()
2025-09-17 5:13 UTC (3+ messages)
[PATCH v2] tools/cpupower: Fix incorrect size in cpuidle_state_disable()
2025-09-17 5:08 UTC
[PATCH v14 00/10] Implement vendor resets for PSCI SYSTEM_RESET2
2025-09-17 2:56 UTC (10+ messages)
` [PATCH v14 01/10] power: reset: reboot-mode: Synchronize list traversal
` [PATCH v14 02/10] power: reset: reboot-mode: Add device tree node-based registration
` [PATCH v14 04/10] Documentation: ABI: Add sysfs-class-reboot-mode-reboot_modes
` [PATCH v14 05/10] power: reset: reboot-mode: Expose sysfs for registered reboot_modes
[PATCH RESEND v2 0/3] Add Richtek RT9756 Smart-Cap divider charger
2025-09-17 2:19 UTC (3+ messages)
[PATCH v4 0/8] power: supply: Add several features support in qcom-battmgr driver
2025-09-17 2:27 UTC (19+ messages)
` [PATCH v4 2/8] power: supply: core: Add state_of_health power supply property
` [PATCH v4 3/8] power: supply: qcom_battmgr: Add resistance "
` [PATCH v4 5/8] power: supply: qcom_battmgr: update compats for SM8550 and X1E80100
` [PATCH v4 8/8] arm64: dts: qcom: x1e80100-crd: Add charge limit nvmem
[PATCH v5 00/10] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
2025-09-17 0:35 UTC (7+ messages)
` [PATCH v5 02/10] dt-bindings: clock: Add required "interconnect-cells" property
[PATCH V7 0/5] Add support for QCOM SPMI PMIC5 Gen3 ADC
2025-09-17 0:29 UTC (7+ messages)
` [PATCH V7 3/5] dt-bindings: iio: adc: Add support for QCOM "
[PATCH] cpupower: fix memory leak in print_{on,off}line_cpus()
2025-09-16 22:27 UTC (2+ messages)
[PATCH] tools/cpupower: fix error return value in cpupower_write_sysfs()
2025-09-16 22:24 UTC (2+ messages)
[PATCH 00/25] RDA8810PL Clock, RTC and MMC driver
2025-09-16 20:33 UTC (12+ messages)
` [PATCH 01/25] ARM: dts: unisoc: rda8810pl: Add label to GPIO nodes
` [PATCH 02/25] drivers: gpio: rda: Make IRQ optional
` [PATCH 03/25] dt-bindings: gpio: rda: Make interrupts optional
` [PATCH 04/25] rtc: Add timestamp for the end of 2127
` [PATCH 05/25] dt-bindings: rtc: Add RDA Micro RDA8810PL RTC
` [PATCH 06/25] rtc: Add driver for RDA Micro SoC
` [PATCH 07/25] ARM: dts: unisoc: rda8810pl: Enable Real-Time Clock
` [PATCH 08/25] ARM: dts: unisoc: rda8810pl: Enable ARM PMU
` [PATCH 09/25] dt-bindings: clock: Add RDA Micro RDA8810PL clock/reset controller
[PATCH v1 00/12] ACPI: DPTF: Move INT340X enumeration from DPTF core to thermal drivers
2025-09-16 20:06 UTC (7+ messages)
` [PATCH v1 11/12] ACPI: platform: Add macro for acpi platform driver
[PATCH v2 0/3] AT91 Low Power Mode adjustments
2025-09-16 19:50 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: power: reset: atmel,sama5d2-shdwc: add lpm binding
` [PATCH v2 2/3] ARM: at91: PM: implement selection of LPM
` [PATCH v2 3/3] ARM: dts: at91: sama7g5ek: add microchip,lpm-connection on shdwc node
[PATCH 0/2] Poweroff/reboot support for TH1520 via AON
2025-09-16 19:28 UTC (4+ messages)
` [PATCH 1/2] driver: reset: th1520-aon: add driver for poweroff/reboot via AON FW
[PATCH] platform/x86:intel/pmc: Replace dev_warn() with dev_dbg()
2025-09-16 19:13 UTC
[PATCH v10 0/6] add support for pf1550 PMIC MFD-based drivers
2025-09-16 18:15 UTC (3+ messages)
` [PATCH v10 5/6] power: supply: pf1550: add battery charger support
[PATCH v3 0/3] power: supply: add charger for BD71828
2025-09-16 17:39 UTC (3+ messages)
` [PATCH v3 2/3] power: supply: Add bd718(15/28/78) charger driver
[PATCH v1 0/1] dt-bindings: power: supply: bq24190: document charge enable pin
2025-09-16 17:16 UTC (5+ messages)
` [PATCH v1 1/1] "
[PATCH v6 0/2] MAX77759 Fuel Gauge driver support
2025-09-16 16:51 UTC (5+ messages)
` [PATCH v6 1/2] power: supply: add support for MAX77759 fuel gauge
` [PATCH v6 2/2] dt-bindings: "
[PATCH 0/4] AT91 Low Power Mode adjustments
2025-09-16 14:48 UTC (3+ messages)
` [PATCH 3/4] ARM: at91: pm: Remove 2.5V regulator
[PATCH v1] smp: Fix up and expand the smp_call_function_many() kerneldoc
2025-09-16 14:13 UTC (2+ messages)
[PATCH v10 0/2] Improvements to Victim Process Thawing and OOM Reaper Traversal Order
2025-09-16 13:42 UTC (4+ messages)
` [PATCH v10 1/2] mm/oom_kill: Thaw the entire OOM victim process
` [PATCH v10 2/2] mm/oom_kill: The OOM reaper traverses the VMA maple tree in reverse order
[PATCH] PM / devfreq: tegra30: use min to simplify actmon_cpu_to_emc_rate
2025-09-16 12:40 UTC
[PATCH v3] PM: sleep: Don't wait for SYNC_STATE_ONLY device links
2025-09-16 9:26 UTC (3+ messages)
[PATCH v3 00/11] rust: use `core::ffi::CStr` method names
2025-09-16 9:25 UTC (2+ messages)
[PATCH RFC v2] pmdomain: ti-sci: Set PD on/off state according to the HW state
2025-09-16 9:14 UTC (3+ messages)
[PATCH v2 00/10] MT8196 GPU Frequency/Power Control Support
2025-09-16 9:11 UTC (13+ messages)
` [PATCH v2 04/10] dt-bindings: mailbox: Add MT8196 GPUEB Mailbox
` [PATCH v2 05/10] mailbox: add MediaTek GPUEB IPI mailbox
` [PATCH v2 09/10] drm/panthor: devfreq: add pluggable devfreq providers
[PATCH v3 0/9] power: supply: fixes and improvements for max77(705,976) chargers
2025-09-16 8:45 UTC (5+ messages)
` [PATCH v3 1/9] power: supply: max77705_charger: move active discharge setting to mfd parent
` [PATCH v3 1/9] mfd: max77705: "
[PATCH] thermal/drivers/rcar_gen3: Document Gen4 support in Kconfig entry
2025-09-16 8:17 UTC (3+ messages)
[PATCH v2 0/2] cpufreq: CPPC: Rework FIE warning prints and cppc_scale_freq_tick()
2025-09-16 2:58 UTC (2+ messages)
[PATCH] cpufreq: cap the default transition delay at 10 ms
2025-09-16 1:52 UTC (7+ messages)
[PATCH] PM / devfreq: hisi: Fix potential UAF in OPP handling
2025-09-16 1:10 UTC (2+ messages)
[GIT PULL] power-supply changes for 6.17-rc
2025-09-15 22:19 UTC (2+ messages)
[PATCH 0/3] block: device frequency PM QoS tuning
2025-09-15 21:26 UTC (8+ messages)
` [PATCH 1/3] block/genhd: add sysfs knobs for the device frequency PM QoS
` [PATCH 2/3] block: add support for device frequency PM QoS tuning
` [PATCH 3/3] scsi: ufs: core: Add support for "
[PATCH] power: supply: intel_dc_ti_battery: Drop no longer relevant comment
2025-09-15 21:17 UTC (2+ messages)
[PATCH v2] cpuidle: sysfs: Use sysfs_emit/sysfs_emit_at instead of sprintf/scnprintf
2025-09-15 17:41 UTC
[PATCH v9 2/2] mm/oom_kill: The OOM reaper traverses the VMA maple tree in reverse order
2025-09-15 16:26 UTC (2+ 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