Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2026-08-05 13:16:00 to 2026-09-04 02:56:41 UTC [more...]

[PATCH v5 00/13] notifier: add device-managed registration APIs and convert drivers
 2026-09-04  2:56 UTC  (23+ messages)
` [PATCH v5 01/13] notifier: add device-managed registration APIs
` [PATCH v5 02/13] pwm: iqs620a: use devm_blocking_notifier_chain_register()
` [PATCH v5 03/13] iio: light: iqs621-als: "
` [PATCH v5 04/13] iio: position: iqs624: "
` [PATCH v5 05/13] gpio: adp5585: "
` [PATCH v5 06/13] platform/x86: bitland-mifs-wmi: "
` [PATCH v5 07/13] Input: adp5585: "
` [PATCH v5 08/13] ACPI: APEI: GHES: remove unused ghes_{,un}register_vendor_record_notifier()
` [PATCH v5 09/13] ACPI: APEI: GHES: use devm_blocking_notifier_chain_register()
` [PATCH v5 10/13] platform/x86: uniwill-wmi: "
` [PATCH v5 11/13] gpio: eic-sprd: use devm_atomic_notifier_chain_register()
  ` [PATCH v5 12/13] gpio: gpiolib-kunit: use devm_blocking_notifier_chain_register()
` [GIT PULL] Base commit for devm_{atomic,blocking}_notifier_chain_register()
` (subset) [PATCH v5 00/13] notifier: add device-managed registration APIs and convert drivers

[PATCH v7 0/3] Add RP1 PWM controller support
 2026-09-03 20:36 UTC  (4+ messages)
` [PATCH v7 2/3] pwm: rp1: Add RP1 PWM controller driver

[RFC/PATCH] clk: add lockdep_ignore_clk_prepare_lock cmdline option
 2026-09-03 17:20 UTC  (3+ messages)

[PATCH] docs: pwm: Remove bracket
 2026-09-03 17:04 UTC  (2+ messages)

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-03 13:28 UTC  (18+ messages)
` [PATCH v20 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v20 2/8] rust: types: Add Ownable/Owned types
` [PATCH v20 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'
` [PATCH v20 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v20 7/8] rust: Add `OwnableRefCounted`
` [PATCH v20 8/8] rust: page: add `from_raw()`

[PATCH RFC 0/2] of: property: Make fw_devlink follow GPIO and PWM nexus maps
 2026-09-03 11:51 UTC  (10+ messages)
` [PATCH RFC 1/2] of: property: fw_devlink: Follow GPIO "
` [PATCH RFC 2/2] of: property: fw_devlink: Follow PWM "

[PATCH v2 0/2] hwmon: add Axiado AX3000 and AX3005 PWM fan support
 2026-09-03  8:38 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: add Axiado AX3000 and AX3005 PWM fan controller
` [PATCH v2 2/2] hwmon: add Axiado AX3000 and AX3005 PWM fan controller driver

[PATCH v3 0/9] Initial Apple Silicon M4 device trees and dt-bindings
 2026-08-31 14:39 UTC  (14+ messages)
` [PATCH v3 1/9] dt-bindings: arm: cpus: Add Apple M4 CPU core compatibles
` [PATCH v3 2/9] dt-bindings: interrupt-controller: apple,aic2: Add apple,t8132 compatible
` [PATCH v3 3/9] dt-bindings: arm: apple: apple,pmgr: Add t8132 compatible
` [PATCH v3 4/9] dt-bindings: power: apple,pmgr-pwrstate: "
` [PATCH v3 5/9] dt-bindings: pinctrl: apple,pinctrl: "
` [PATCH v3 6/9] dt-bindings: i2c: apple,i2c: "
` [PATCH v3 7/9] dt-bindings: pwm: apple,s5l-fpwm: "
` [PATCH v3 8/9] dt-bindings: arm: apple: Add M4 based devices
` [PATCH v3 9/9] arm64: dts: apple: Add minimal t8132 (M4) device trees

[PATCH AUTOSEL 6.18] pwm: mediatek: set mt7628 pwm45_fixup flag to false
 2026-08-31 13:27 UTC 

[PATCH v3] dt-bindings: pwm: Convert TI PWM Subsystem to DT schema
 2026-08-30 20:12 UTC  (2+ messages)

[PATCH] pwm: tegra: fail probe on reset deassert errors
 2026-08-30 12:58 UTC 

[PATCH] pwm: fsl-ftm: Unwind resume failures
 2026-08-28  9:20 UTC 

[PATCH] pwm: mtk-disp: Fix period readback
 2026-08-27 11:03 UTC  (2+ messages)

[PATCH v4 0/4] Add PWM support Amlogic S7 S7D S6
 2026-08-27  8:40 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: pwm: amlogic: Add new bindings for S6 S7 S7D
` [PATCH v4 2/4] pwm: meson: add the PWM count driver data
` [PATCH v4 3/4] pwm: meson: use bulk API for per-channel clocks
` [PATCH v4 4/4] pwm: meson: Add support for Amlogic S7

[PATCH v3 0/2] Add PWM support Amlogic S7 S7D S6
 2026-08-27  8:38 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: pwm: amlogic: Add new bindings for S6 S7 S7D
` [PATCH v3 2/2] pwm: meson: Add support for Amlogic S7

[PATCH v8 0/9] Add Renesas RZ/G3E GPT support
 2026-08-25 15:48 UTC  (10+ messages)
` [PATCH v8 1/9] pwm: rzg2l-gpt: Fix macro used for period/duty cycle conversion
` [PATCH v8 2/9] pwm: rzg2l-gpt: Convert to waveform callbacks
` [PATCH v8 3/9] pwm: rzg2l-gpt: Add info variable to struct rzg2l_gpt_chip
` [PATCH v8 4/9] pwm: rzg2l-gpt: Add prescale_mult variable to struct rzg2l_gpt_info
` [PATCH v8 5/9] pwm: rzg2l-gpt: Add calculate_prescale() callback "
` [PATCH v8 6/9] dt-bindings: pwm: Document RZ/G3E GPT support
` [PATCH v8 7/9] pwm: rzg2l-gpt: Add RZ/G3E support
` [PATCH v8 8/9] dt-bindings: pwm: rzg2l-gpt: Document renesas,poegs property
` [PATCH v8 9/9] pwm: rzg2l-gpt: Add support for gpt linking with poeg

[PATCH v7 0/9] Add Renesas RZ/G3E GPT support
 2026-08-25 13:10 UTC  (12+ messages)
` [PATCH v7 1/9] pwm: rzg2l-gpt: Fix macro used for period/duty cycle conversion
` [PATCH v7 2/9] pwm: rzg2l-gpt: Convert to waveform callbacks
` [PATCH v7 3/9] pwm: rzg2l-gpt: Add info variable to struct rzg2l_gpt_chip
` [PATCH v7 4/9] pwm: rzg2l-gpt: Add prescale_mult variable to struct rzg2l_gpt_info
` [PATCH v7 5/9] pwm: rzg2l-gpt: Add calculate_prescale() callback "
` [PATCH v7 6/9] dt-bindings: pwm: Document RZ/G3E GPT support
` [PATCH v7 7/9] pwm: rzg2l-gpt: Add RZ/G3E support
` [PATCH v7 8/9] dt-bindings: pwm: rzg2l-gpt: Document renesas,poegs property
` [PATCH v7 9/9] pwm: rzg2l-gpt: Add support for gpt linking with poeg

[PATCH v6 02/11] dt-bindings: pwm: rzg2l-gpt: Document renesas,poegs property
 2026-08-24  8:37 UTC  (6+ messages)

[PATCH 00/25] ARM: rockchip: Add peripheral support for RV1106
 2026-08-20 11:47 UTC  (9+ messages)
` [PATCH 24/25] dt-bindings: pwm: rockchip: Add RV1106 compatible

[GIT PULL] pwm: Changes for 7.3-rc1
 2026-08-19 17:20 UTC  (2+ messages)

[PATCH v7 0/4] Introduce Allwinner H616 PWM controller
 2026-08-18 21:36 UTC  (6+ messages)
` [PATCH v7 2/4] pwm: sun8i: Add H616 PWM support

[PATCH] pwm: renesas-tpu: Fix runtime PM reference leak
 2026-08-16  7:22 UTC  (2+ messages)

[PATCH v4 00/13] notifier: add device-managed registration APIs and convert drivers
 2026-08-16  6:47 UTC  (12+ messages)
` [PATCH v4 01/13] notifier: add device-managed registration APIs
` [PATCH v4 02/13] pwm: iqs620a: use devm_blocking_notifier_chain_register()
` [PATCH v4 10/13] platform/x86: uniwill-wmi: "

[PATCH v3 0/2] pwm: add Axiado AX3000 PWM support
 2026-08-14  7:18 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: pwm: add Axiado AX3000 PWM
` [PATCH v3 2/2] pwm: add Axiado AX3000 PWM driver

[PATCH v3] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
 2026-08-13 15:01 UTC  (9+ messages)

[PATCH v2] dt-bindings: pwm: Convert TI PWM Subsystem to DT schema
 2026-08-12 19:44 UTC  (4+ messages)

[PATCH v14 0/5] Update designware pwm driver
 2026-08-12  9:23 UTC  (2+ messages)

[RESEND v22 0/3] Add OpenCores PTC PWM support
 2026-08-12  8:52 UTC  (5+ messages)
` [RESEND v22 1/3] dt-bindings: pwm: opencores: Update compatibles, examples and maintainers
` [RESEND v22 2/3] riscv: dts: starfive: Correct pwm nodes
` [RESEND v22 3/3] pwm: Add OpenCores PTC PWM driver

[PATCH v7 0/3] pwm: add support for Andes platform
 2026-08-12  3:24 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: pwm: add support for AE350 PWM controller
` [PATCH v7 2/3] pwm: add Andes PWM driver support
` [PATCH v7 3/3] MAINTAINERS: add an entry for Andes PWM driver

[PATCH] dt-bindings: pwm: Convert TI PWM Subsystem to DT schema
 2026-08-11 22:58 UTC  (3+ messages)

[PATCH v2 0/9] Initial Apple Silicon M4 device trees and dt-bindings
 2026-08-11 13:54 UTC  (9+ messages)
` [PATCH v2 5/9] dt-bindings: pinctrl: apple,pinctrl: Add t8132 compatible
` [PATCH v2 6/9] dt-bindings: i2c: apple,i2c: "
` [PATCH v2 7/9] dt-bindings: pwm: apple,s5l-fpwm: "
` [PATCH v2 8/9] dt-bindings: arm: apple: Add M4 based devices

[PATCH v6 0/3] pwm: add support for Andes platform
 2026-08-11 10:11 UTC  (4+ messages)
` [PATCH v6 2/3] pwm: add Andes PWM driver support

[PATCH v2] pwm: th1520: use vertical import style
 2026-08-11  5:06 UTC  (3+ messages)

[PATCH] dt-bindings: Correct white-space style
 2026-08-10 11:26 UTC  (2+ messages)

[PATCH v5] dt-bindings: pwm: st,sti-pwm: convert to DT schema
 2026-08-10 11:03 UTC  (4+ messages)

[PATCH] pwm: meson: Convert to waveform API
 2026-08-09  8:51 UTC  (2+ messages)

[PATCH 0/2] hwmon: add Axiado AX3000 and AX3005 PWM fan support
 2026-08-06 15:34 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: hwmon: add Axiado AX3000 and AX3005 PWM fan controller
` [PATCH 2/2] hwmon: add Axiado AX3000 and AX3005 PWM fan controller driver

[PATCH v5 0/4] Clk improvements
 2026-08-06 13:54 UTC  (6+ messages)
` [PATCH v5 1/4] rust: clk: use the type-state pattern

[PATCH v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-08-05 18:29 UTC  (2+ messages)

[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-08-05 17:20 UTC  (3+ messages)

[hwmon-next PATCH v6 0/4] hwmon: (adt7470) Add PWM provider and thermal sensor support
 2026-08-05 15:01 UTC  (9+ messages)
` [hwmon-next PATCH v6 1/4] dt-bindings: hwmon: add adi,adt7470
` [hwmon-next PATCH v6 2/4] hwmon: (adt7470) Add ADT7470_PWM_MAX macro
` [hwmon-next PATCH v6 3/4] hwmon: (adt7470) Expose fan control via PWM framework
` [hwmon-next PATCH v6 4/4] hwmon: (adt7470) Add thermal zone sensor support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox