Show patches with: State = Action Required       |   91 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,v2] regulator: pwm-regulator: Make assumptions about disabled PWM consistent [RFC,v2] regulator: pwm-regulator: Make assumptions about disabled PWM consistent - - - - --- 2024-06-22 Martin Blumenstingl New
[2/2] pwm: meson: Fix computing counter register pwm: meson: fixes - - - - --- 2024-12-25 George Stark New
[v2,2/3] dt-bindings: pwm: marvell,pxa-pwm: Update to use #pwm-cells = <3> pwm: pxa: Use #pwm-cells = <3> 1 - 1 1 --- 2025-02-06 Uwe Kleine-König (The Capable Hub) New
[v2,3/3] ARM: dts: pxa: Use #pwm-cells = <3> for marvell,pxa-pwm devices pwm: pxa: Use #pwm-cells = <3> - - 1 1 --- 2025-02-06 Uwe Kleine-König (The Capable Hub) New
New default binding for PWM devices? [Was: Re: [PATCH] dt-bindings: timer: xlnx,xps-timer: Make PWM… New default binding for PWM devices? [Was: Re: [PATCH] dt-bindings: timer: xlnx,xps-timer: Make PWM… - - - - --- 2025-06-03 Uwe Kleine-König (The Capable Hub) New
[v3,1/2] dt-bindings: pwm: amlogic: Add new bindings for S6 S7 S7D Add PWM support Amlogic S7 S7D S6 - - 2 - --- 2026-05-21 Xianwei Zhao via B4 Relay New
[v3,2/2] pwm: meson: Add support for Amlogic S7 Add PWM support Amlogic S7 S7D S6 - - - - --- 2026-05-21 Xianwei Zhao via B4 Relay New
[v3] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed` [v3] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed` 1 - 1 - --- 2026-06-03 Francis Laniel mwilczynski New
[v6,02/11] dt-bindings: pwm: rzg2l-gpt: Document renesas,poegs property Add Renesas RZ/G3E GPT support - - 1 - --- 2026-06-04 Biju New
[v6,03/11] pwm: rzg2l-gpt: Add support for gpt linking with poeg Add Renesas RZ/G3E GPT support - - - - --- 2026-06-04 Biju New
[v6,06/11] pwm: rzg2l-gpt: Convert to waveform callbacks Add Renesas RZ/G3E GPT support - - - - --- 2026-06-04 Biju New
[v6,07/11] pwm: rzg2l-gpt: Add info variable to struct rzg2l_gpt_chip Add Renesas RZ/G3E GPT support - - 1 - --- 2026-06-04 Biju New
[v6,08/11] pwm: rzg2l-gpt: Add prescale_mult variable to struct rzg2l_gpt_info Add Renesas RZ/G3E GPT support - - 1 - --- 2026-06-04 Biju New
[v6,09/11] pwm: rzg2l-gpt: Add calculate_prescale() callback to struct rzg2l_gpt_info Add Renesas RZ/G3E GPT support - - 1 - --- 2026-06-04 Biju New
[v6,10/11] dt-bindings: pwm: Document RZ/G3E GPT support Add Renesas RZ/G3E GPT support - - 1 - --- 2026-06-04 Biju New
[v6,11/11] pwm: rzg2l-gpt: Add RZ/G3E support Add Renesas RZ/G3E GPT support - - 1 - --- 2026-06-04 Biju New
[v4,1/3] rust: clk: use the type-state pattern Clk improvements - - - - --- 2026-06-18 Daniel Almeida mwilczynski New
[v4,2/3] rust: clk: add devres-managed clks Clk improvements - - - - --- 2026-06-18 Daniel Almeida mwilczynski New
[v4,3/3] rust: clk: use 'kernel vertical style' for imports Clk improvements - - 1 - --- 2026-06-18 Daniel Almeida mwilczynski New
pwm: mc33xs2410: Initialize spi_device_id arrays using member names pwm: mc33xs2410: Initialize spi_device_id arrays using member names - - - - --- 2026-06-19 Uwe Kleine-König (The Capable Hub) New
[v6,1/3] dt-bindings: pwm: add support for AE350 PWM controller pwm: add support for Andes platform - - 1 - --- 2026-06-25 Ben Zong-You Xie via B4 Relay New
[v6,2/3] pwm: add Andes PWM driver support pwm: add support for Andes platform - - - - --- 2026-06-25 Ben Zong-You Xie via B4 Relay New
[v6,3/3] MAINTAINERS: add an entry for Andes PWM driver pwm: add support for Andes platform - - - - --- 2026-06-25 Ben Zong-You Xie via B4 Relay New
[v19,1/8] rust: alloc: add `KBox::into_non_null` rust: add `Ownable` trait and `Owned` type - - 2 - --- 2026-06-26 Andreas Hindborg mwilczynski New
[v19,2/8] rust: types: Add Ownable/Owned types rust: add `Ownable` trait and `Owned` type - - 4 - --- 2026-06-26 Andreas Hindborg mwilczynski New
[v19,3/8] rust: implement `ForeignOwnable` for `Owned` rust: add `Ownable` trait and `Owned` type - - 2 - --- 2026-06-26 Andreas Hindborg mwilczynski New
[v19,4/8] rust: page: convert to `Ownable` rust: add `Ownable` trait and `Owned` type - - 2 - --- 2026-06-26 Andreas Hindborg mwilczynski New
[v19,5/8] rust: rename `AlwaysRefCounted` to `RefCounted`. rust: add `Ownable` trait and `Owned` type 3 - 2 - --- 2026-06-26 Andreas Hindborg mwilczynski New
[v19,6/8] rust: Add missing SAFETY documentation for `ARef` example rust: add `Ownable` trait and `Owned` type - - 1 - --- 2026-06-26 Andreas Hindborg mwilczynski New
[v19,7/8] rust: Add `OwnableRefCounted` rust: add `Ownable` trait and `Owned` type - - - - --- 2026-06-26 Andreas Hindborg mwilczynski New
[v19,8/8] rust: page: add `from_raw()` rust: add `Ownable` trait and `Owned` type - - 1 - --- 2026-06-26 Andreas Hindborg mwilczynski New
[v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function [v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function - - 2 - --- 2026-06-28 Trevor Chan mwilczynski New
[v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function [v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function 1 - 1 - --- 2026-06-28 Trevor Chan mwilczynski New
[v2,01/11] rust: driver: remove `IdTable::id` rust: driver: use pointers instead of indices for ID info - - - - --- 2026-06-29 Gary Guo mwilczynski New
[v2,02/11] rust: driver: simplify `IdArray::new_without_index` rust: driver: use pointers instead of indices for ID info - - - - --- 2026-06-29 Gary Guo mwilczynski New
[v2,03/11] rust: pci: use `Option<&IdInfo>` for device ID info rust: driver: use pointers instead of indices for ID info - - - - --- 2026-06-29 Gary Guo mwilczynski New
[v2,04/11] rust: usb: use `Option<&IdInfo>` for device ID info rust: driver: use pointers instead of indices for ID info - - - - --- 2026-06-29 Gary Guo mwilczynski New
[v2,05/11] rust: net/phy: remove expansion from doc rust: driver: use pointers instead of indices for ID info - - - - --- 2026-06-29 Gary Guo mwilczynski New
[v2,06/11] rust: driver: centralize device ID handling rust: driver: use pointers instead of indices for ID info - - - - --- 2026-06-29 Gary Guo mwilczynski New
[v2,07/11] rust: driver: remove `$module_table_name` from `module_device_table` rust: driver: use pointers instead of indices for ID info - - - - --- 2026-06-29 Gary Guo mwilczynski New
[v2,08/11] rust: driver: store pointers in `DeviceId` rust: driver: use pointers instead of indices for ID info - - - - --- 2026-06-29 Gary Guo mwilczynski New
[v2,09/11] rust: driver: remove open-coded matching logic rust: driver: use pointers instead of indices for ID info - - - - --- 2026-06-29 Gary Guo mwilczynski New
[v2,10/11] rust: driver: remove duplicate ID table rust: driver: use pointers instead of indices for ID info - - - - --- 2026-06-29 Gary Guo mwilczynski New
[v2,11/11] RFC: rust: driver: support map-like syntax for ID table rust: driver: use pointers instead of indices for ID info - - - - --- 2026-06-29 Gary Guo mwilczynski New
[v5] dt-bindings: pwm: st,sti-pwm: convert to DT schema [v5] dt-bindings: pwm: st,sti-pwm: convert to DT schema - - 1 - --- 2026-06-29 Charan Pedumuru New
[v7,1/4] dt-bindings: pwm: allwinner: add h616 pwm compatible Introduce Allwinner H616 PWM controller 1 - - - --- 2026-07-03 Richard GENOUD New
[v7,2/4] pwm: sun8i: Add H616 PWM support Introduce Allwinner H616 PWM controller - - - 2 --- 2026-07-03 Richard GENOUD New
[v7,3/4] arm64: dts: allwinner: h616: add PWM controller Introduce Allwinner H616 PWM controller - - - 1 --- 2026-07-03 Richard GENOUD New
[v7,4/4] MAINTAINERS: Add entry on Allwinner sun8i/H616 PWM driver Introduce Allwinner H616 PWM controller - - - - --- 2026-07-03 Richard GENOUD New
pwm: th1520: use vertical import style pwm: th1520: use vertical import style - - - - --- 2026-07-06 Guru Das Srinagesh mwilczynski New
[v6,01/20] rust: io: add dynamically-sized `Region` type rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,02/20] rust: io: add missing safety requirement in `IoCapable` methods rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,03/20] rust: io: restrict untyped IO access and `register!` to `Region` rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,04/20] rust: io: implement `Io` on reference types instead rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,06/20] rust: io: rename `Mmio` to `MmioOwned` rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,07/20] rust: io: implement `Mmio` as view type rust: I/O type generalization and projection - - 2 1 --- 2026-07-06 Gary Guo mwilczynski New
[v6,08/20] rust: pci: io: make `ConfigSpace` a view rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,09/20] rust: io: use view types instead of addresses for `Io` rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,10/20] pwm: th1520: remove unnecessary `deref` rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,11/20] rust: io: remove `MmioOwned` rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,12/20] rust: io: move `Io` methods to extension trait rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,13/20] rust: io: add projection macro and methods rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,14/20] rust: io: add I/O backend for system memory with volatile access rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,15/20] rust: io: implement a view type for `Coherent` rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,16/20] rust: io: add `read_val` and `write_val` functions on `Io` rust: I/O type generalization and projection - - 2 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,17/20] gpu: nova-core: use I/O projection for cleaner encapsulation rust: I/O type generalization and projection - - 1 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,18/20] rust: dma: drop `dma_read!` and `dma_write!` API rust: I/O type generalization and projection - - 3 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,19/20] rust: io: add copying methods rust: I/O type generalization and projection - - 1 - --- 2026-07-06 Gary Guo mwilczynski New
[v6,20/20] rust: io: implement `IoSysMap` rust: I/O type generalization and projection - - 1 - --- 2026-07-06 Gary Guo mwilczynski New
[v5,1/4] rust: clk: use the type-state pattern Clk improvements - - - - --- 2026-07-06 Daniel Almeida mwilczynski New
[v5,2/4] rust: clk: implement Clone for Clk<T> Clk improvements - - - - --- 2026-07-06 Daniel Almeida mwilczynski New
[v5,3/4] rust: clk: add devres-managed clks Clk improvements - - - - --- 2026-07-06 Daniel Almeida mwilczynski New
[v5,4/4] rust: clk: use 'kernel vertical style' for imports Clk improvements - - - - --- 2026-07-06 Daniel Almeida mwilczynski New
[v11,1/3] dt-bindings: pwm: dwc: Document optional resets property Update designware pwm driver 1 - - - --- 2026-07-09 Xuyang Dong New
[v11,2/3] dt-bindings: pwm: dwc: Add eswin compatible Update designware pwm driver 1 - - - --- 2026-07-09 Xuyang Dong New
[v11,3/3] pwm: dwc: add of/platform support Update designware pwm driver - - - - --- 2026-07-09 Xuyang Dong New
[v4,1/2] rust: clk: Add `ExclusiveClk` wrapper for `clk_rate_exclusive_get` rust: clk: Add ExclusiveClk and use it in pwm-th1520 - - 1 - --- 2026-07-11 Maurice Hieronymus mwilczynski New
[v4,2/2] pwm: th1520: Lock clock rate with clk_rate_exclusive_get rust: clk: Add ExclusiveClk and use it in pwm-th1520 - - 2 - --- 2026-07-11 Maurice Hieronymus mwilczynski New
[v22,1/3] dt-bindings: pwm: opencores: Update compatibles, examples and maintainers Add OpenCores PTC PWM support 1 1 - - --- 2026-07-14 Hal Feng New
[v22,2/3] riscv: dts: starfive: Correct pwm nodes Add OpenCores PTC PWM support - 2 - - --- 2026-07-14 Hal Feng New
[v22,3/3] pwm: Add OpenCores PTC PWM driver Add OpenCores PTC PWM support - - - - --- 2026-07-14 Hal Feng New
[v1,1/6] pwm: tegra: Check for match_data being NULL pwm: tegra: Cleanups and .get_state() - - - - --- 2026-07-14 Uwe Kleine-König New
[v1,2/6] pwm: tegra: Make use of dev_err_probe() pwm: tegra: Cleanups and .get_state() - - 1 - --- 2026-07-14 Uwe Kleine-König New
[v1,3/6] pwm: tegra: Use devm function for pm_runtime_enable() pwm: tegra: Cleanups and .get_state() - - - - --- 2026-07-14 Uwe Kleine-König New
[v1,4/6] pwm: tegra: Simplify using devm_reset_control_get_exclusive_deasserted() pwm: tegra: Cleanups and .get_state() - - - - --- 2026-07-14 Uwe Kleine-König New
[v1,5/6] pwm: tegra: Simplify using devm_pwmchip_add() pwm: tegra: Cleanups and .get_state() - - - - --- 2026-07-14 Uwe Kleine-König New
[v1,6/6] pwm: tegra: Implement .get_state() pwm: tegra: Cleanups and .get_state() - - 1 1 --- 2026-07-14 Uwe Kleine-König New
[v3,1/2] pwm: loongson: Fix low pulse buffer register handling pwm: loongson: Fix PWM configuration handling - 1 - - --- 2026-07-15 Keguang Zhang via B4 Relay New
[v3,2/2] pwm: loongson: Reload PWM configuration through counter reset pwm: loongson: Fix PWM configuration handling - 1 - - --- 2026-07-15 Keguang Zhang via B4 Relay New
pwm: Use another seq_putc() call in pwm_dbg_show() pwm: Use another seq_putc() call in pwm_dbg_show() - - - - --- 2026-07-17 Markus Elfring New