Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2025-12-28 22:49:11 to 2026-02-03 09:17:33 UTC [more...]

[PATCH v3 0/3] Clk improvements
 2026-02-03  9:17 UTC  (32+ messages)
` [PATCH v3 1/3] rust: clk: use the type-state pattern
` [PATCH v3 2/3] rust: clk: add devres-managed clks
` [PATCH v3 3/3] rust: clk: use 'kernel vertical style' for imports

[PATCH v2] pwm: imx-tpm: keep channel state instead of counting
 2026-02-02 10:47 UTC 

[PATCH] pwm: imx-tpm: keep channel state instead of counting
 2026-02-02 10:46 UTC  (5+ messages)

[PATCH 0/5] Renesas MTU3 PWM / counter fixes
 2026-01-30 12:23 UTC  (6+ messages)
` [PATCH 1/5] pwm: rz-mtu3: fix prescale check when enabling 2nd channel
` [PATCH 2/5] pwm: rz-mtu3: impose period restrictions
` [PATCH 3/5] pwm: rz-mtu3: correctly enable HW channel 4 and 7
` [PATCH 4/5] counter: rz-mtu3-cnt: prevent counter from being toggled multiple times
` [PATCH 5/5] counter: rz-mtu3-cnt: do not use struct rz_mtu3_channel's dev member

[PATCH] drivers: pwm: remove redundant check in pwm_ops_check()
 2026-01-30 10:12 UTC  (4+ messages)

[PATCH 5/8] dt-bindings: pinctrl: realtek: add RTD1625 pinctrl binding
 2026-01-30  2:22 UTC  (4+ messages)
  ` [PATCH 6/8] pinctrl: realtek: add support for slew rate, input voltage and high VIL

[GIT PULL] pwm: Two fixes and a maintainer update
 2026-01-28 17:25 UTC  (9+ messages)
      ` "immediate fixes" for user-reported regressions (was: Re: [GIT PULL] pwm: Two fixes and a maintainer update)

[PATCH v12 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2026-01-28 16:52 UTC  (3+ messages)

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-26  5:08 UTC  (6+ messages)
` [PATCH v2 14/27] rust: pwm: add __rust_helper to helpers

[PATCH v4] pwm: tiehrpwm: Enable pwmchip's parent device before setting configuration
 2026-01-24  4:57 UTC  (6+ messages)

[PATCH v3 0/4] Introduce Allwinner H616 PWM controller
 2026-01-23 19:56 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: pwm: allwinner: add h616 pwm compatible
` [PATCH v3 2/4] pwm: sun50i: Add H616 PWM support
` [PATCH v3 3/4] arm64: dts: allwinner: h616: add PWM controller
` [PATCH v3 4/4] MAINTAINERS: Add entry on Allwinner H616 PWM driver

[PATCH v2 0/4] Introduce Allwinner H616 PWM controller
 2026-01-22 16:19 UTC  (7+ messages)
` [PATCH v2 2/4] pwm: sun50i: Add H616 PWM support

[PATCH] drivers: pwm: replace `kernel::c_str!` with C-Strings
 2026-01-21 11:05 UTC  (10+ messages)

[PATCH v3] regulator: rpi-panel-v2: Convert to new PWM waveform ops
 2026-01-21 10:24 UTC  (12+ messages)

[PATCH v3] pwm: tiehrpwm: Enable EHRPWM controller before setting configuration
 2026-01-20 18:17 UTC  (2+ messages)

[PATCH 0/2] arm: dts: lpc32xx: Add Motor Control PWM interrupt
 2026-01-20 18:10 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: pwm: nxp,lpc32xx-pwm: Add optional "
` [PATCH 2/2] arm: dts: lpc32xx: add interrupts property to Motor Control PWM

[PATCH] pwm: Update MAINTAINER entry
 2026-01-20 18:06 UTC  (3+ messages)

[PATCH v2 0/2] rust: pwm: Fix init error handling and tidy style
 2026-01-20 17:59 UTC  (6+ messages)
` [PATCH v2 1/2] rust: pwm: Fix potential memory leak on init error
` [PATCH v2 2/2] rust: pwm: Simplify to_result call sites and unsafe blocks

[PATCH 0/2] arm: dts: lpc32xx: Set motor control PWM clock as required one
 2026-01-20 17:42 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: pwm: nxp,lpc32xx-pwm: Specify clocks property as mandatory
` [PATCH 2/2] arm: dts: lpc32xx: add clocks property to Motor Control PWM device tree node

[PATCH v2] regulator: rpi-panel-v2: Convert to new PWM waveform ops
 2026-01-20 13:45 UTC  (5+ messages)

[PATCH v19 0/6] Add PWM support for IPQ chipsets
 2026-01-20 10:16 UTC  (10+ messages)
` [PATCH v19 1/6] dt-bindings: pwm: add IPQ6018 binding
` [PATCH v19 2/6] pwm: driver for qualcomm ipq6018 pwm block

[PATCH v4 0/3] Implement Send and Sync for clk
 2026-01-20  8:48 UTC  (6+ messages)
` [PATCH v4 1/3] rust: clk: implement Send and Sync
` [PATCH v4 2/3] tyr: remove impl Send/Sync for TyrData
` [PATCH v4 3/3] pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData

[PATCH v2] pwm: tiehrpwm: Enable EHRPWM controller before setting configuration
 2026-01-20  8:34 UTC  (25+ messages)

[PATCH] MAINTAINERS: Add myself as reviewer for PWM rust drivers
 2026-01-19 21:29 UTC  (2+ messages)

[PATCH] pwm: Ensure ioctl return a negative errno on error
 2026-01-19 18:21 UTC  (2+ messages)

[PATCH v4] pwm: rzg2l-gpt: Implementation of the waveform callbacks
 2026-01-16  9:34 UTC  (3+ messages)

[PATCH v7 0/9] pwm: tiehrpwm: prepare for waveform callbacks
 2026-01-15  9:36 UTC  (5+ messages)
` [PATCH v7 2/9] pwm: tiehrpwm: drop _MASK suffix from TBCTL PRDLD field
` [PATCH v7 6/9] pwm: tiehrpwm: factor out AQ force codes and polarity presets

[PATCH] pwm: max7360: populate missing .sizeof_wfhw in max7360_pwm_ops
 2026-01-14 11:09 UTC  (2+ messages)

[PATCH v1] pwm: dwc: Use size macro
 2026-01-12  7:59 UTC  (6+ messages)

[PATCH v2] pwm: stm32: Always program polarity
 2026-01-08 16:01 UTC  (2+ messages)

[PATCH] pwm: stm32: handle polarity change when PWM is enabled
 2026-01-08 12:10 UTC  (9+ messages)

[PATCH v3 0/3] Implement Send and Sync for clk
 2026-01-07 17:35 UTC  (2+ messages)

[PATCH] pwm: tiehrpwm: Enable EHRPWM controller before setting configuration
 2026-01-07  5:38 UTC  (3+ messages)


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