org.kernel.vger.linux-pwm archive
540 archived articles, newest first (page 3 of 6). Latest articles →
Re: [PATCH v5 1/4] rust: clk: use the type-state pattern
Sat, 01 Aug 2026 23:33:30 +0900Re: [PATCH v5 3/4] rust: clk: add devres-managed clks
Sat, 1 Aug 2026 14:22:52 +0300Re: [PATCH v5 0/4] Clk improvements
Fri, 31 Jul 2026 18:32:48 -0300Re: [PATCH] pwm: ipq: fix period calculation
Sat, 1 Aug 2026 03:29:20 +0800Re: [PATCH v5 0/4] Clk improvements
Fri, 31 Jul 2026 20:37:33 +0200Re: [PATCH] pwm: ipq: fix period calculation
Fri, 31 Jul 2026 17:27:19 +0200Re: [PATCH v2 05/11] rust: net/phy: remove expansion from doc
Fri, 31 Jul 2026 19:45:09 +0900 (JST)Re: [PATCH v2 05/11] rust: net/phy: remove expansion from doc
Fri, 31 Jul 2026 19:17:02 +0900 (JST)[PATCH] pwm: ipq: fix period calculation
Fri, 31 Jul 2026 09:05:42 +0200Re: [PATCH v14 2/5] dt-bindings: pwm: dwc: Add eswin compatible
Fri, 31 Jul 2026 08:57:04 +0200Re: Re: [PATCH v14 5/5] clocksource: dw_apb_timer: Use reset array API to handle all resets
Fri, 31 Jul 2026 14:41:27 +0800 (GMT+08:00)Re: Re: [PATCH v14 3/5] pwm: dwc: add of/platform support
Fri, 31 Jul 2026 14:41:12 +0800 (GMT+08:00)Re: Re: [PATCH v14 2/5] dt-bindings: pwm: dwc: Add eswin compatible
Fri, 31 Jul 2026 14:41:00 +0800 (GMT+08:00)Re: [hwmon-next PATCH v3 1/4] dt-bindings: hwmon: adi,adt7470
Fri, 31 Jul 2026 07:39:26 +0200Re: [hwmon-next PATCH v3 1/4] dt-bindings: hwmon: adi,adt7470
Thu, 30 Jul 2026 14:37:01 -0700[hwmon-next PATCH v5 4/4] hwmon: (adt7470) Add thermal zone sensor support
Thu, 30 Jul 2026 18:29:59 -0300[hwmon-next PATCH v5 3/4] hwmon: (adt7470) Expose fan control via PWM framework
Thu, 30 Jul 2026 18:29:58 -0300[hwmon-next PATCH v5 2/4] hwmon: (adt7470) Add ADT7470_PWM_MAX macro
Thu, 30 Jul 2026 18:29:57 -0300[hwmon-next PATCH v5 1/4] dt-bindings: hwmon: add adi,adt7470
Thu, 30 Jul 2026 18:29:56 -0300[hwmon-next PATCH v5 0/4] hwmon: (adt7470) Add PWM provider and thermal sensor support
Thu, 30 Jul 2026 18:29:55 -0300Re: [hwmon-next PATCH v3 1/4] dt-bindings: hwmon: adi,adt7470
Thu, 30 Jul 2026 18:11:57 -0300Re: (subset) [PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
Thu, 30 Jul 2026 23:01:50 +0200Re: [PATCH v2 05/11] rust: net/phy: remove expansion from doc
Thu, 30 Jul 2026 23:01:18 +0200Re: [PATCH v2 11/11] RFC: rust: driver: support map-like syntax for ID table
Thu, 30 Jul 2026 23:00:37 +0200Re: [hwmon-next PATCH v3 1/4] dt-bindings: hwmon: adi,adt7470
Thu, 30 Jul 2026 08:38:55 -0700Re: [PATCH v2 4/5] rust: treewide: replace `__pinned_init` with `ptr_[try_]init`
Thu, 30 Jul 2026 16:03:39 +0200[PATCH v14 5/5] clocksource: dw_apb_timer: Use reset array API to handle all resets
Thu, 30 Jul 2026 19:16:28 +0800[PATCH v14 4/5] dt-bindings: timer: dwc: Update resets property items
Thu, 30 Jul 2026 19:16:08 +0800[PATCH v14 3/5] pwm: dwc: add of/platform support
Thu, 30 Jul 2026 19:15:53 +0800[PATCH v14 2/5] dt-bindings: pwm: dwc: Add eswin compatible
Thu, 30 Jul 2026 19:15:34 +0800[PATCH v14 1/5] dt-bindings: pwm: dwc: Document optional resets property
Thu, 30 Jul 2026 19:15:04 +0800[PATCH v14 0/5] Update designware pwm driver
Thu, 30 Jul 2026 19:14:25 +0800Re: [hwmon-next PATCH v3 1/4] dt-bindings: hwmon: adi,adt7470
Thu, 30 Jul 2026 08:17:57 +0200Re: [hwmon-next PATCH v4 3/4] hwmon: (adt7470) Expose fan control via PWM framework
Wed, 29 Jul 2026 23:34:37 +0200Re: [hwmon-next PATCH v4 3/4] hwmon: (adt7470) Expose fan control via PWM framework
Wed, 29 Jul 2026 13:23:31 -0700Re: [hwmon-next PATCH v4 3/4] hwmon: (adt7470) Expose fan control via PWM framework
Wed, 29 Jul 2026 16:05:56 -0300[PATCH v2 2/5] rust: pin-init: merge `__pinned_init` and `__init`
Wed, 29 Jul 2026 16:38:44 +0100[PATCH v2 5/5] rust: pin-init: remove `__pinned_init` method for `cfg(kernel)`
Wed, 29 Jul 2026 16:38:47 +0100[PATCH v2 4/5] rust: treewide: replace `__pinned_init` with `ptr_[try_]init`
Wed, 29 Jul 2026 16:38:46 +0100[PATCH v2 3/5] rust: pin-init: add `ptr_init` and `ptr_try_init` and recommend over `__init`
Wed, 29 Jul 2026 16:38:45 +0100[PATCH v2 1/5] rust: pin-init: examples: use `Wrapper::pin_init` instead of manual reimplementation
Wed, 29 Jul 2026 16:38:43 +0100[PATCH v2 0/5] rust: pin-init: merge `__init` and `__pinned_init`
Wed, 29 Jul 2026 16:38:42 +0100Re: [hwmon-next PATCH v4 3/4] hwmon: (adt7470) Expose fan control via PWM framework
Wed, 29 Jul 2026 07:22:10 -0700Re: [hwmon-next PATCH v4 3/4] hwmon: (adt7470) Expose fan control via PWM framework
Wed, 29 Jul 2026 13:49:38 +0200Re: [hwmon-next PATCH v4 3/4] hwmon: (adt7470) Expose fan control via PWM framework
Wed, 29 Jul 2026 13:47:25 +0200Re: [hwmon-next PATCH v4 3/4] hwmon: (adt7470) Expose fan control via PWM framework
Tue, 28 Jul 2026 22:56:04 -0700[hwmon-next PATCH v4 4/4] hwmon: (adt7470) Add thermal zone sensor support
Wed, 29 Jul 2026 01:46:12 -0300[hwmon-next PATCH v4 3/4] hwmon: (adt7470) Expose fan control via PWM framework
Wed, 29 Jul 2026 01:46:11 -0300[hwmon-next PATCH v4 2/4] hwmon: (adt7470) Add ADT7470_PWM_MAX macro
Wed, 29 Jul 2026 01:46:10 -0300[hwmon-next PATCH v4 1/4] dt-bindings: hwmon: add adi,adt7470
Wed, 29 Jul 2026 01:46:09 -0300[hwmon-next PATCH v4 0/4] hwmon: (adt7470) Add PWM provider and thermal sensor support
Wed, 29 Jul 2026 01:46:08 -0300Re: [hwmon-next PATCH v3 1/4] dt-bindings: hwmon: adi,adt7470
Wed, 29 Jul 2026 01:45:42 -0300Re: Re: Re: [PATCH v13 5/5] clocksource: dw_apb_timer: Use reset array API to handle all resets
Tue, 28 Jul 2026 13:43:03 +0200Re: Re: Re: [PATCH v13 5/5] clocksource: dw_apb_timer: Use reset array API to handle all resets
Tue, 28 Jul 2026 18:59:36 +0800 (GMT+08:00)Re: [hwmon-next PATCH v3 1/4] dt-bindings: hwmon: adi,adt7470
Tue, 28 Jul 2026 10:19:01 +0200Re: [hwmon-next PATCH v3 1/4] dt-bindings: hwmon: adi,adt7470
Tue, 28 Jul 2026 10:14:54 +0200Re: [hwmon-next PATCH v3 0/4] hwmon: (adt7470) Add PWM provider and thermal sensor support
Mon, 27 Jul 2026 20:52:50 -0700Re: [hwmon-next PATCH v3 0/4] hwmon: (adt7470) Add PWM provider and thermal sensor support
Tue, 28 Jul 2026 00:21:38 -0300[hwmon-next PATCH v3 4/4] hwmon: (adt7470) Add thermal zone sensor support
Tue, 28 Jul 2026 00:07:12 -0300[hwmon-next PATCH v3 3/4] hwmon: (adt7470) Expose fan control via PWM framework
Tue, 28 Jul 2026 00:07:11 -0300[hwmon-next PATCH v3 2/4] hwmon: (adt7470) Add ADT7470_PWM_MAX macro
Tue, 28 Jul 2026 00:07:10 -0300[hwmon-next PATCH v3 1/4] dt-bindings: hwmon: adi,adt7470
Tue, 28 Jul 2026 00:07:09 -0300[hwmon-next PATCH v3 0/4] hwmon: (adt7470) Add PWM provider and thermal sensor support
Tue, 28 Jul 2026 00:07:08 -0300Re: [PATCH v4 10/13] platform/x86: uniwill-wmi: use devm_blocking_notifier_chain_register()
Mon, 27 Jul 2026 20:48:09 +0200Re: Re: [PATCH v13 5/5] clocksource: dw_apb_timer: Use reset array API to handle all resets
Mon, 27 Jul 2026 16:44:01 +0200Re: [PATCH v4 12/13] gpio: gpiolib-kunit: use devm_blocking_notifier_chain_register()
Mon, 27 Jul 2026 06:05:32 -0700Re: [PATCH v3] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
Mon, 27 Jul 2026 13:15:14 +0200RE: [PATCH v6 06/11] pwm: rzg2l-gpt: Convert to waveform callbacks
Mon, 27 Jul 2026 10:12:42 +0000RE: [PATCH v6 03/11] pwm: rzg2l-gpt: Add support for gpt linking with poeg
Mon, 27 Jul 2026 10:08:43 +0000Re: Re: [PATCH v13 5/5] clocksource: dw_apb_timer: Use reset array API to handle all resets
Mon, 27 Jul 2026 17:26:14 +0800 (GMT+08:00)Re: Re: [PATCH v13 2/5] dt-bindings: pwm: dwc: Add eswin compatible
Mon, 27 Jul 2026 17:26:08 +0800 (GMT+08:00)Re: Re: [PATCH v13 3/5] pwm: dwc: add of/platform support
Mon, 27 Jul 2026 17:25:35 +0800 (GMT+08:00)Re: Re: [PATCH v13 1/5] dt-bindings: pwm: dwc: Document optional resets property
Mon, 27 Jul 2026 17:25:17 +0800 (GMT+08:00)Re: Re: [PATCH v13 2/5] dt-bindings: pwm: dwc: Add eswin compatible
Mon, 27 Jul 2026 17:25:27 +0800 (GMT+08:00)Re: [PATCH v4 00/13] notifier: add device-managed registration APIs and convert drivers
Mon, 27 Jul 2026 00:47:42 -0700RE: [PATCH v6 03/11] pwm: rzg2l-gpt: Add support for gpt linking with poeg
Mon, 27 Jul 2026 07:35:29 +0000Re: [PATCH v4 11/13] gpio: eic-sprd: use devm_atomic_notifier_chain_register()
Mon, 27 Jul 2026 11:12:58 +0800Re: [PATCH 10/12] gpio: eic-sprd: use devm_atomic_notifier_chain_register()
Mon, 27 Jul 2026 11:01:28 +0800Re: [PATCH v4 09/13] ACPI: APEI: GHES: use devm_blocking_notifier_chain_register()
Mon, 27 Jul 2026 02:59:46 +0100Re: [PATCH v4 08/13] ACPI: APEI: GHES: remove unused ghes_{,un}register_vendor_record_notifier()
Mon, 27 Jul 2026 02:57:13 +0100Re: [PATCH v3 6/9] dt-bindings: i2c: apple,i2c: Add t6030 and t6031 compatibles
Sun, 26 Jul 2026 17:04:47 +0200Re: [PATCH v4 00/13] notifier: add device-managed registration APIs and convert drivers
Sun, 26 Jul 2026 07:10:29 -0700[PATCH v4 13/13] reboot: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 10:17:39 +0000[PATCH v4 12/13] gpio: gpiolib-kunit: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 10:17:38 +0000[PATCH v4 11/13] gpio: eic-sprd: use devm_atomic_notifier_chain_register()
Sun, 26 Jul 2026 10:17:37 +0000[PATCH v4 10/13] platform/x86: uniwill-wmi: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 10:17:36 +0000[PATCH v4 09/13] ACPI: APEI: GHES: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 10:17:35 +0000[PATCH v4 08/13] ACPI: APEI: GHES: remove unused ghes_{,un}register_vendor_record_notifier()
Sun, 26 Jul 2026 10:17:34 +0000[PATCH v4 07/13] Input: adp5585: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 10:17:33 +0000[PATCH v4 06/13] platform/x86: bitland-mifs-wmi: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 10:17:32 +0000[PATCH v4 05/13] gpio: adp5585: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 10:17:31 +0000[PATCH v4 04/13] iio: position: iqs624: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 10:17:30 +0000[PATCH v4 03/13] iio: light: iqs621-als: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 10:17:29 +0000[PATCH v4 02/13] pwm: iqs620a: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 10:17:28 +0000[PATCH v4 01/13] notifier: add device-managed registration APIs
Sun, 26 Jul 2026 10:17:27 +0000[PATCH v4 00/13] notifier: add device-managed registration APIs and convert drivers
Sun, 26 Jul 2026 10:17:26 +0000[PATCH v3 12/12] reboot: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 06:37:27 +0000[PATCH v3 11/12] gpio: gpiolib-kunit: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 06:37:26 +0000[PATCH v3 10/12] gpio: eic-sprd: use devm_atomic_notifier_chain_register()
Sun, 26 Jul 2026 06:37:25 +0000[PATCH v3 09/12] platform/x86: uniwill-wmi: use devm_blocking_notifier_chain_register()
Sun, 26 Jul 2026 06:37:24 +0000
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.