messages from 2026-05-21 23:42:19 to 2026-06-09 10:02:40 UTC [more...]
[PATCH v7 0/2] Update designware pwm driver
2026-06-09 10:02 UTC (6+ messages)
` [PATCH v7 1/2] dt-bindings: pwm: dwc: Add eswin compatible and resets property
` "
` [PATCH v7 2/2] pwm: dwc: add of/platform support
[PATCH v2 0/2] rust: clk: Add ExclusiveClk and use it in pwm-th1520
2026-06-08 20:59 UTC (7+ messages)
` [PATCH v2 1/2] rust: clk: Add ExclusiveClk wrapper for clk_rate_exclusive_get
` [PATCH v2 2/2] pwm: th1520: Lock clock rate with clk_rate_exclusive_get
[PATCH 0/2] pwm: More efficient data output in pwm_dbg_show()
2026-06-05 14:25 UTC (3+ messages)
` [PATCH 1/2] pwm: Simplify "
` [PATCH 2/2] pwm: Use seq_putc() calls "
[PATCH v2] pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup
2026-06-05 12:07 UTC (2+ messages)
[PATCH 0/2] rust: clk: Add ExclusiveClk and use it in pwm-th1520
2026-06-04 11:17 UTC (6+ messages)
` [PATCH 1/2] rust: clk: Add ExclusiveClk wrapper for clk_rate_exclusive_get
` [PATCH 2/2] pwm: th1520: Lock clock rate with clk_rate_exclusive_get
[PATCH v6 00/11] Add Renesas RZ/G3E GPT support
2026-06-04 9:56 UTC (12+ messages)
` [PATCH v6 01/11] pwm: rzg2l-gpt: Fix period_ticks type from u32 to u64
` [PATCH v6 02/11] dt-bindings: pwm: rzg2l-gpt: Document renesas,poegs property
` [PATCH v6 03/11] pwm: rzg2l-gpt: Add support for gpt linking with poeg
` [PATCH v6 04/11] pwm: rzg2l-gpt: Add missing newlines to dev_err_probe() messages
` [PATCH v6 05/11] pwm: rzg2l-gpt: Drop unused rzg2l_gpt_chip parameter from rzg2l_gpt_calculate_prescale()
` [PATCH v6 06/11] pwm: rzg2l-gpt: Convert to waveform callbacks
` [PATCH v6 07/11] pwm: rzg2l-gpt: Add info variable to struct rzg2l_gpt_chip
` [PATCH v6 08/11] pwm: rzg2l-gpt: Add prescale_mult variable to struct rzg2l_gpt_info
` [PATCH v6 09/11] pwm: rzg2l-gpt: Add calculate_prescale() callback "
` [PATCH v6 10/11] dt-bindings: pwm: Document RZ/G3E GPT support
` [PATCH v6 11/11] pwm: rzg2l-gpt: Add RZ/G3E support
[PATCH v3] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
2026-06-03 16:09 UTC
[PATCH v4 0/3] Add RP1 PWM controller support
2026-06-03 15:27 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: pwm: Add Raspberry Pi RP1 PWM controller
` [PATCH v4 2/3] pwm: rp1: Add RP1 PWM controller driver
` [PATCH v4 3/3] arm64: dts: broadcom: rpi-5: Add RP1 PWM node
[PATCH v5 4/9] pwm: rzg2l-gpt: Convert to waveform callbacks
2026-06-03 13:12 UTC (6+ messages)
[PATCH v2 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
2026-06-03 12:05 UTC (11+ messages)
` [PATCH v2 1/7] rust: types: rename ForLt to CovariantForLt
` [PATCH v2 2/7] rust: types: introduce ForLt base trait for CovariantForLt
` [PATCH v2 3/7] rust: auxiliary: add registration_data_with() for ForLt types
` [PATCH v2 4/7] rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
` [PATCH v2 5/7] rust: devres: add DevresLt for ForLt-aware device resource access
` [PATCH v2 6/7] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH v2 7/7] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[PATCH v2] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
2026-06-02 15:11 UTC (2+ messages)
[PATCH v5 0/7] Tegra264 PWM support
2026-06-02 9:16 UTC (9+ messages)
` [PATCH v5 1/7] dt-bindings: pwm: Document Tegra264 controller
` [PATCH v5 2/7] pwm: tegra: Prefix driver-local macros and functions
` [PATCH v5 3/7] pwm: tegra: Avoid hard-coded max clock frequency
` [PATCH v5 4/7] pwm: tegra: Modify read/write accessors for multi-register channel
` [PATCH v5 5/7] pwm: tegra: Parametrize duty and scale field widths
` [PATCH v5 6/7] pwm: tegra: Add support for Tegra264
` [PATCH v5 7/7] arm64: tegra: Add PWM controllers on Tegra264
[PATCH] nios2: remove the architecture
2026-06-02 8:00 UTC (10+ messages)
[PATCH v1] rust: pwm: use pin_init::zeroed() to initialize pwm_ops
2026-06-02 7:04 UTC (5+ messages)
[PATCH v2 0/6] Initial Apple silicon M3 device trees and dt-bindings
2026-06-01 19:27 UTC (2+ messages)
` (subset) "
[PATCH v14 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
2026-05-31 10:15 UTC (9+ messages)
` [PATCH v14 1/6] dt-bindings: iio: adc: add AD4691 family
` [PATCH v14 2/6] iio: adc: ad4691: add initial driver for "
` [PATCH v14 3/6] iio: adc: ad4691: add triggered buffer support
` [PATCH v14 4/6] iio: adc: ad4691: add SPI offload support
` [PATCH v14 5/6] iio: adc: ad4691: add oversampling support
` [PATCH v14 6/6] docs: iio: adc: ad4691: add driver documentation
[PATCH RESEND] pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup
2026-05-30 17:45 UTC (7+ messages)
[PATCH v3 0/5] Initial Apple silicon M3 device trees and dt-bindings
2026-05-30 9:02 UTC (3+ messages)
` (subset) "
[PATCH v13 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
2026-05-29 10:06 UTC (12+ messages)
` [PATCH v13 1/6] dt-bindings: iio: adc: add AD4691 family
` [PATCH v13 2/6] iio: adc: ad4691: add initial driver for "
` [PATCH v13 3/6] iio: adc: ad4691: add triggered buffer support
` [PATCH v13 4/6] iio: adc: ad4691: add SPI offload support
` [PATCH v13 5/6] iio: adc: ad4691: add oversampling support
` [PATCH v13 6/6] docs: iio: adc: ad4691: add driver documentation
[PATCH v1 0/3] gpio: Use named initializers for platform_device_id arrays
2026-05-29 7:57 UTC (6+ messages)
` [PATCH v1 2/3] "
[PATCH v3 0/3] Add RP1 PWM controller support
2026-05-28 18:09 UTC (5+ messages)
[PATCH v5 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-27 21:24 UTC (45+ messages)
` [PATCH v5 01/24] rust: pci: use 'static lifetime for PCI BAR resource names
` [PATCH v5 02/24] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v5 03/24] rust: driver: move 'static bounds to constructor
` [PATCH v5 04/24] rust: driver: decouple driver private data from driver type
` [PATCH v5 05/24] rust: driver core: drop drvdata before devres release
` [PATCH v5 06/24] rust: pci: implement Sync for Device<Bound>
` [PATCH v5 07/24] rust: platform: "
` [PATCH v5 08/24] rust: auxiliary: "
` [PATCH v5 09/24] rust: usb: "
` [PATCH v5 10/24] rust: device: "
` [PATCH v5 11/24] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v5 12/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v5 13/24] rust: platform: "
` [PATCH v5 14/24] rust: auxiliary: "
` [PATCH v5 15/24] rust: usb: "
` [PATCH v5 16/24] rust: i2c: "
` [PATCH v5 17/24] rust: driver: update module documentation for GAT-based Data type
` [PATCH v5 18/24] rust: pci: make Bar lifetime-parameterized
` [PATCH v5 19/24] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v5 20/24] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v5 21/24] gpu: nova-core: separate driver type from driver data
` [PATCH v5 22/24] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v5 23/24] rust: auxiliary: generalize Registration over ForLt
` [PATCH v5 24/24] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
[PATCH v4 0/2] dt-bindings: mfd/pwm: Split st,stmpe cleanup into separate patches
2026-05-27 16:21 UTC (5+ messages)
` [PATCH v4 1/2] dt-bindings: mfd: st,stmpe: Add missing properties for PWM subnode
` [PATCH v4 2/2] dt-bindings: pwm: stmpe: drop legacy binding
[PATCH v2] dt-bindings: pwm: stmpe: drop legacy binding
2026-05-27 13:23 UTC (2+ messages)
[PATCH v5 0/3] pwm: add support for Andes platform
2026-05-27 8:55 UTC (3+ messages)
` [PATCH v5 2/3] pwm: add Andes PWM driver support
[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-26 2:10 UTC (31+ messages)
` [PATCH v4 10/27] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v4 14/27] rust: usb: make Driver trait lifetime-parameterized
` [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 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 v2] pwm: imx27: Fix variable truncation in .apply()
2026-05-26 0:14 UTC (4+ messages)
[PATCH v6 0/4] Introduce Allwinner H616 PWM controller
2026-05-25 21:15 UTC (4+ messages)
` [PATCH v6 2/4] pwm: sun8i: Add H616 PWM support
[PATCH] pwm: atmel-tcb: Remove unneeded semicolon
2026-05-23 17:09 UTC (3+ messages)
[PATCH 0/2] pwm: mediatek: fix mt7628 register offset and clock source
2026-05-23 16:57 UTC (3+ messages)
[PATCH v12 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
2026-05-22 13:38 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 5/6] iio: adc: ad4691: add oversampling support
[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
page: next (older) | 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