messages from 2026-04-28 10:04:51 to 2026-05-14 14:31:33 UTC [more...]
[PATCH v6 0/2] Update designware pwm driver
2026-05-14 14:31 UTC (9+ messages)
` [PATCH v6 1/2] dt-bindings: pwm: dwc: add optional reset
` "
[PATCH v10 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
2026-05-14 12:43 UTC (11+ messages)
` [PATCH v10 1/6] dt-bindings: iio: adc: add AD4691 family
` [PATCH v10 2/6] iio: adc: ad4691: add initial driver for "
` [PATCH v10 3/6] iio: adc: ad4691: add triggered buffer support
` [PATCH v10 4/6] iio: adc: ad4691: add SPI offload support
` [PATCH v10 5/6] iio: adc: ad4691: add oversampling support
` [PATCH v10 6/6] docs: iio: adc: ad4691: add driver documentation
[PATCH v5 0/6] Add Rockchip RK3576 PWM Support Through MFPWM
2026-05-14 11:41 UTC (3+ messages)
` [PATCH v5 2/6] mfd: Add Rockchip mfpwm driver
[PATCH v2] dt-bindings: pwm: stmpe: drop legacy binding
2026-05-13 23:33 UTC (2+ messages)
[PATCH v2 00/25] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-11 22:56 UTC (33+ messages)
` [PATCH v2 01/25] rust: driver core: drop drvdata before devres release
` [PATCH v2 02/25] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v2 03/25] rust: device: generalize drvdata methods over ForLt
` [PATCH v2 04/25] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH v2 05/25] rust: pci: implement Sync for Device<Bound>
` [PATCH v2 06/25] rust: platform: "
` [PATCH v2 07/25] rust: auxiliary: "
` [PATCH v2 08/25] rust: usb: "
` [PATCH v2 09/25] rust: device: "
` [PATCH v2 10/25] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v2 11/25] rust: platform: "
` [PATCH v2 12/25] rust: auxiliary: "
` [PATCH v2 13/25] rust: auxiliary: generalize Registration over ForLt
` [PATCH v2 14/25] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v2 15/25] rust: usb: make Driver trait lifetime-parameterized
` [PATCH v2 16/25] rust: i2c: "
` [PATCH v2 17/25] rust: pci: make Bar lifetime-parameterized
` [PATCH v2 18/25] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v2 19/25] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v2 20/25] rust: driver-core: rename 'a lifetime to 'bound
` [PATCH v2 21/25] gpu: nova-core: "
` [PATCH v2 22/25] gpu: nova-core: use HRT lifetime for Bar
` [PATCH v2 23/25] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH v2 24/25] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH v2 25/25] gpu: drm: tyr: use HRT lifetime for IoMem
[PATCH v3] dt-bindings: mfd: st,stmpe: fix PWM schema and drop legacy binding
2026-05-11 19:13 UTC (3+ messages)
[PATCH v3 0/5] Initial Apple silicon M3 device trees and dt-bindings
2026-05-11 14:07 UTC (10+ messages)
` [PATCH v3 1/5] dt-bindings: power: apple,pmgr-pwrstate: Add t8122 compatible
` [PATCH v3 2/5] dt-bindings: watchdog: apple,wdt: "
` [PATCH v3 3/5] dt-bindings: pwm: apple,s5l-fpwm: "
` [PATCH v3 4/5] dt-bindings: arm: apple: Add M3 based devices
` [PATCH v3 5/5] arm64: dts: apple: Initial t8122 (M3) device trees
[PATCH] pwm: ipq: Add missing module description
2026-05-10 15:08 UTC (2+ messages)
[PATCH v1 0/2] pwm: stm32: A rounding fix and a cleanup
2026-05-08 13:00 UTC (3+ messages)
` [PATCH v1 2/2] pwm: stm32: Make use of mul_u64_u64_div_u64_roundup()
[PATCH v9 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
2026-05-08 11:11 UTC (36+ messages)
` [PATCH v9 1/6] dt-bindings: iio: adc: add AD4691 family
` [PATCH v9 2/6] iio: adc: ad4691: add initial driver for "
` [PATCH v9 3/6] iio: adc: ad4691: add triggered buffer support
` [PATCH v9 4/6] iio: adc: ad4691: add SPI offload support
` [PATCH v9 5/6] iio: adc: ad4691: add oversampling support
` [PATCH v9 6/6] docs: iio: adc: ad4691: add driver documentation
[PATCH v3 0/3] Add RP1 PWM controller support
2026-05-08 8:15 UTC (2+ messages)
[PATCH] pwm: Consistently define pci_device_ids using named initializers
2026-05-07 15:10 UTC (3+ messages)
[PATCH 0/3] rust: devres: add DevresLt for ForLt-aware device resource access
2026-05-06 21:58 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH 3/3] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-05 23:12 UTC (19+ messages)
` [PATCH 01/24] rust: driver core: drop drvdata before devres release
` [PATCH 03/24] rust: devres: add ForLt support to Devres
` [PATCH 06/24] rust: pci: implement Sync for Device<Bound>
` [PATCH 17/24] rust: i2c: make Driver trait lifetime-parameterized
` [PATCH REF 24/24] gpu: drm: tyr: use HRT lifetime for IoMem
[PATCH v2 0/6] Initial Apple silicon M3 device trees and dt-bindings
2026-05-05 13:17 UTC (8+ messages)
` [PATCH v2 1/6] dt-bindings: arm: apple: apple,pmgr: Add t8122 compatible
` [PATCH v2 2/6] dt-bindings: power: apple,pmgr-pwrstate: "
` [PATCH v2 3/6] dt-bindings: watchdog: apple,wdt: "
` [PATCH v2 4/6] dt-bindings: pwm: apple,s5l-fpwm: "
` [PATCH v2 5/6] dt-bindings: arm: apple: Add M3 based devices
` [PATCH v2 6/6] arm64: dts: apple: Initial t8122 (M3) device trees
[PATCH] dt-bindings: pwm: stmpe: convert to DT schema
2026-05-04 10:28 UTC (2+ messages)
[PATCH 0/9] Initial Apple silicon M3 device trees and dt-bindings
2026-05-04 8:30 UTC (3+ messages)
` [PATCH 6/9] dt-bindings: i2c: apple,i2c: Add t8122 compatible
[PATCH v5 4/6] counter: Add rockchip-pwm-capture driver
2026-05-04 8:25 UTC (3+ messages)
[PATCH v5 4/6] counter: Add rockchip-pwm-capture driver
2026-05-03 11:06 UTC (2+ messages)
[PATCH v2 0/2] pwm: spacemit: Add Support for K3 SoC
2026-04-28 18:12 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support
` [PATCH v2 2/2] pwm: pxa: Add optional bus clock
[PATCH libpwm] pwmtestperf: Implement -I for inversed polarity requests
2026-04-28 16:54 UTC (2+ messages)
[PATCH] pwm: atmel-tcb: Remove unneeded semicolon
2026-04-28 13:36 UTC (2+ messages)
page: | 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