Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2026-05-15 13:06:26 to 2026-05-22 11:46:35 UTC [more...]

[PATCH v12 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-05-22 11:46 UTC  (13+ messages)
` [PATCH v12 1/6] dt-bindings: iio: adc: add AD4691 family
` [PATCH v12 2/6] iio: adc: ad4691: add initial driver for "
` [PATCH v12 3/6] iio: adc: ad4691: add triggered buffer support
` [PATCH v12 4/6] iio: adc: ad4691: add SPI offload support
` [PATCH v12 5/6] iio: adc: ad4691: add oversampling support
` [PATCH v12 6/6] docs: iio: adc: ad4691: add driver documentation

[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-22 10:14 UTC  (29+ messages)
` [PATCH v4 01/27] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v4 02/27] rust: driver: move 'static bounds to constructor
` [PATCH v4 03/27] rust: driver: decouple driver private data from driver type
` [PATCH v4 04/27] rust: driver core: drop drvdata before devres release
` [PATCH v4 05/27] rust: pci: implement Sync for Device<Bound>
` [PATCH v4 06/27] rust: platform: "
` [PATCH v4 07/27] rust: auxiliary: "
` [PATCH v4 08/27] rust: usb: "
` [PATCH v4 09/27] rust: device: "
` [PATCH v4 10/27] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v4 11/27] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v4 12/27] rust: platform: "
` [PATCH v4 13/27] rust: auxiliary: "
` [PATCH v4 14/27] rust: usb: "
` [PATCH v4 15/27] rust: i2c: "
` [PATCH v4 16/27] rust: driver: update module documentation for GAT-based Data type
` [PATCH v4 17/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v4 18/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v4 19/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v4 20/27] gpu: nova-core: separate driver type from driver data
` [PATCH v4 21/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v4 22/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v4 23/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH REF v4 24/27] gpu: nova-core: use lifetime for Bar
` [PATCH REF v4 25/27] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF v4 26/27] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH REF v4 27/27] gpu: drm: tyr: use lifetime for IoMem

[PATCH v18 0/3] Add OpenCores PTC PWM support
 2026-05-22  6:47 UTC  (7+ messages)
` [PATCH v18 1/3] dt-bindings: pwm: opencores: Drop starfive compatibles and update maintainers
` [PATCH v18 2/3] riscv: dts: starfive: Correct pwm nodes

[PATCH] pwm: imx27: Fix variable truncation in .apply()
 2026-05-21 18:56 UTC  (2+ messages)

[PATCH] nios2: remove the architecture
 2026-05-21 15:37 UTC  (18+ messages)

[PATCH] pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup
 2026-05-21  9:53 UTC 

[PATCH v3 0/2] Add PWM support Amlogic S7 S7D S6
 2026-05-21  8:26 UTC  (3+ 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 v6 0/2] Update designware pwm driver
 2026-05-21  7:14 UTC  (11+ messages)
` [PATCH v6 1/2] dt-bindings: pwm: dwc: add optional reset
    `  "

[PATCH v3] dt-bindings: mfd: st,stmpe: fix PWM schema and drop legacy binding
 2026-05-21  5:47 UTC  (3+ messages)

[PATCH v3 0/3] Add RP1 PWM controller support
 2026-05-20 23:31 UTC  (3+ messages)

[PATCH v5 0/6] Add Rockchip RK3576 PWM Support Through MFPWM
 2026-05-20 15:38 UTC  (4+ messages)
` [PATCH v5 2/6] mfd: Add Rockchip mfpwm driver

[PATCH v11 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-05-20 10:36 UTC  (31+ messages)
` [PATCH v11 1/6] dt-bindings: iio: adc: add AD4691 family
` [PATCH v11 2/6] iio: adc: ad4691: add initial driver for "
` [PATCH v11 3/6] iio: adc: ad4691: add triggered buffer support
` [PATCH v11 4/6] iio: adc: ad4691: add SPI offload support
` [PATCH v11 5/6] iio: adc: ad4691: add oversampling support
` [PATCH v11 6/6] docs: iio: adc: ad4691: add driver documentation

[PATCH v3 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-20  9:34 UTC  (80+ messages)
` [PATCH v3 01/27] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v3 02/27] rust: driver: move 'static bounds to constructor
` [PATCH v3 03/27] rust: driver: decouple driver private data from driver type
` [PATCH v3 04/27] rust: driver core: drop drvdata before devres release
` [PATCH v3 05/27] rust: pci: implement Sync for Device<Bound>
` [PATCH v3 06/27] rust: platform: "
` [PATCH v3 07/27] rust: auxiliary: "
` [PATCH v3 08/27] rust: usb: "
` [PATCH v3 09/27] rust: device: "
` [PATCH v3 10/27] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v3 11/27] rust: platform: "
` [PATCH v3 12/27] rust: auxiliary: "
` [PATCH v3 13/27] rust: usb: "
` [PATCH v3 14/27] rust: i2c: "
` [PATCH v3 15/27] rust: driver: update module documentation for GAT-based Data type
` [PATCH v3 16/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v3 17/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v3 18/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v3 19/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v3 20/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v3 21/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v3 22/27] rust: driver-core: rename 'a lifetime to 'bound
` [PATCH REF v3 23/27] gpu: nova-core: "
` [PATCH REF v3 24/27] gpu: nova-core: use lifetime for Bar
` [PATCH REF v3 25/27] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF v3 26/27] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH REF v3 27/27] gpu: drm: tyr: use lifetime for IoMem

[PATCH v1] pwm: pca9685: Use named initializers for struct i2c_device_id
 2026-05-19 10:03 UTC  (2+ messages)

[PATCH v4 0/7] Tegra264 PWM support
 2026-05-18  2:31 UTC  (7+ messages)
` [PATCH v4 3/7] pwm: tegra: Modify read/write accessors for multi-register channel
` [PATCH v4 4/7] pwm: tegra: Parametrize enable register offset

[PATCH v2 0/2] Add PWM support Amlogic S7 S7D S6
 2026-05-18  3:05 UTC  (5+ messages)
` [PATCH v2 2/2] pwm: meson: Add support for Amlogic S7

[PATCH] pwm: atmel-tcb: Remove unneeded semicolon
 2026-05-18  2:21 UTC  (4+ messages)

[PATCH 0/5] Renesas MTU3 PWM / counter fixes
 2026-05-17 20:15 UTC  (8+ messages)
` [PATCH 1/5] pwm: rz-mtu3: fix prescale check when enabling 2nd channel

[PATCH v5 4/9] pwm: rzg2l-gpt: Convert to waveform callbacks
 2026-05-17 16:57 UTC  (5+ messages)


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