[PATCH v3 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-19 11:48 UTC (61+ 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] nios2: remove the architecture
2026-05-19 11:40 UTC (16+ messages)
[PATCH v1] pwm: pca9685: Use named initializers for struct i2c_device_id
2026-05-19 10:03 UTC (2+ messages)
[PATCH v11 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
2026-05-18 18:26 UTC (30+ 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 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)
[PATCH v3] dt-bindings: mfd: st,stmpe: fix PWM schema and drop legacy binding
2026-05-17 15:05 UTC (4+ messages)
[PATCH v18 0/3] Add OpenCores PTC PWM support
2026-05-15 13:09 UTC (6+ 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 v18 3/3] pwm: Add OpenCores PTC PWM driver
[PATCH v2 0/2] pwm: spacemit: Add Support for K3 SoC
2026-05-15 8:59 UTC (3+ messages)
[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 (25+ messages)
` [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 12/25] rust: auxiliary: make Driver "
` [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 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 (17+ messages)
` [PATCH v9 2/6] iio: adc: ad4691: add initial driver for AD4691 family
` [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 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 (2+ 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()
page: next (older)
- 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).