linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-07 09:49:34 to 2025-08-04 23:09:43 UTC [more...]

[PATCH v12 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-08-04 23:09 UTC  (9+ messages)
    ` [PATCH v12 1/3] pwm: Export `pwmchip_release` for external use
    ` [PATCH v12 2/3] rust: pwm: Add Kconfig and basic data structures
    ` [PATCH v12 3/3] rust: pwm: Add complete abstraction layer

[PATCH v2 0/8] pwm: mediatek: Convert to waveform API
 2025-08-04 13:29 UTC  (20+ messages)
` [PATCH v2 1/8] pwm: mediatek: Simplify representation of channel offsets
` [PATCH v2 2/8] pwm: mediatek: Introduce and use a few more register defines
` [PATCH v2 3/8] pwm: mediatek: Rework parameters for clk helper function
` [PATCH v2 4/8] pwm: mediatek: Initialize clks when the hardware is enabled at probe time
` [PATCH v2 5/8] pwm: mediatek: Implement .get_state() callback
` [PATCH v2 6/8] pwm: mediatek: Fix various issues in the .apply() callback
` [PATCH v2 7/8] pwm: mediatek: Lock and cache clock rate
` [PATCH v2 8/8] pwm: mediatek: Convert to waveform API

[PATCH AUTOSEL 6.6 28/59] pwm: sifive: Fix PWM algorithm and clarify inverted compare behavior
 2025-08-04 13:27 UTC  (3+ messages)

[PATCH AUTOSEL 6.16 41/85] pwm: sifive: Fix PWM algorithm and clarify inverted compare behavior
 2025-08-04 10:42 UTC  (2+ messages)

[PATCH AUTOSEL 6.15 40/80] pwm: sifive: Fix PWM algorithm and clarify inverted compare behavior
 2025-08-04 10:40 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 24/51] pwm: sifive: Fix PWM algorithm and clarify inverted compare behavior
 2025-08-04 10:38 UTC  (2+ messages)

[PATCH AUTOSEL 6.12 34/69] pwm: sifive: Fix PWM algorithm and clarify inverted compare behavior
 2025-08-04  0:30 UTC 

[PATCH] pwm: Provide a gpio device for waveform drivers
 2025-08-01 10:21 UTC  (4+ messages)

[PATCH] pwm: tiecap: Document behaviour of hardware disable
 2025-08-01 10:15 UTC  (3+ messages)

[PATCH v12 00/10] Add support for MAX7360
 2025-08-01 10:11 UTC  (13+ messages)
` [PATCH v12 01/10] dt-bindings: mfd: gpio: Add MAX7360
` [PATCH v12 02/10] mfd: Add max7360 support
` [PATCH v12 03/10] pinctrl: Add MAX7360 pinctrl driver
` [PATCH v12 04/10] pwm: max7360: Add MAX7360 PWM support
` [PATCH v12 05/10] gpio: regmap: Allow to allocate regmap-irq device
` [PATCH v12 06/10] gpio: regmap: Allow to provide init_valid_mask callback
` [PATCH v12 07/10] gpio: max7360: Add MAX7360 gpio support
` [PATCH v12 08/10] input: keyboard: Add support for MAX7360 keypad
` [PATCH v12 09/10] input: misc: Add support for MAX7360 rotary
` [PATCH v12 10/10] MAINTAINERS: Add entry on MAX7360 driver

[PATCH v2] pwm: Provide a gpio device for waveform drivers
 2025-08-01 10:03 UTC  (4+ messages)

[PATCH 0/2] pwm: Improvements for PWM_DEBUG checks
 2025-08-01  9:31 UTC  (4+ messages)
` [PATCH 1/2] pwm: Disable PWM_DEBUG check for disabled states
` [PATCH 2/2] pwm: Check actual period and duty_cycle for ignored polarity test

[PATCH v23] pwm: airoha: Add support for EN7581 SoC
 2025-08-01  9:15 UTC  (2+ messages)

[PATCH] backlight: pwm_bl: apply the initial backlight state with sane defaults
 2025-08-01  6:32 UTC  (2+ messages)

[GIT PULL] pwm: Two fixes for 6.17-rc1
 2025-07-31 20:50 UTC  (2+ messages)

[PATCH] dt-bindings: timer: renesas,rz-mtu3: Use #pwm-cells = <3>
 2025-07-31 13:50 UTC  (4+ messages)

[PATCH v12 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2025-07-31 10:00 UTC  (6+ messages)
` [PATCH v12 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller

[PATCH 0/2] backlight: mp3309c: Drop pwm_apply_args()
 2025-07-29 20:17 UTC  (7+ messages)
` [PATCH 1/2] "
  ` EXTERNAL: "
` [PATCH 2/2] backlight: mp3309c: Initialize backlight properties without memset
  ` EXTERNAL: "
` EXTERNAL: [PATCH 0/2] backlight: mp3309c: Drop pwm_apply_args()

[PATCH] Input: max77693 - Convert to atomic pwm operation
 2025-07-29 20:04 UTC  (6+ messages)

[PATCH libpwm] Fix error messages to contain the correct chip and pwm ids
 2025-07-29 17:09 UTC  (2+ messages)

[PATCH v3 0/2] pwm: mediatek: Fix duty and period setting
 2025-07-29 16:11 UTC  (5+ messages)
` [PATCH v3 1/2] pwm: mediatek: Handle hardware enable and clock enable separately
` [PATCH v3 2/2] pwm: mediatek: Fix duty and period setting

[PATCH v3] pwm: imx-tpm: reset counter if CMOD is 0
 2025-07-29 16:10 UTC  (2+ messages)

[PATCH 0/5] pwm: pca9586: Convert to waveform API
 2025-07-29 10:36 UTC  (6+ messages)
` [PATCH 1/5] pwm: pca9685: Don't disable hardware in .free()
` [PATCH 2/5] pwm: pca9685: Use bulk write to atomicially update registers
` [PATCH 3/5] pwm: pca9685: Make use of register caching in regmap
` [PATCH 4/5] pwm: pca9685: Drop GPIO support
` [PATCH 5/5] pwm: pca9586: Convert to waveform API

[GIT PULL] pwm: Changes for v6.17-rc1
 2025-07-29  6:50 UTC  (2+ messages)

[PATCH v2] pwm: mediatek: Fix duty and period setting
 2025-07-28 10:31 UTC  (2+ messages)

[PATCH v5 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-26 16:56 UTC  (4+ messages)
  ` [PATCH v5 8/9] riscv: dts: thead: Add PVT node

Umowa vPPA - termin spotkania
 2025-07-25  8:15 UTC 

[PATCH][next] pwm: Fix spelling mistake "Firwmware" -> "Firmware"
 2025-07-24 21:06 UTC  (2+ messages)

[PATCH v5 0/2] hwmon: add support for MC33XS2410 hardware
 2025-07-24 12:59 UTC  (6+ messages)
` [PATCH v5 1/2] pwm: mc33xs2410: add hwmon support
` [PATCH v5 2/2] hwmon: add support for MC33XS2410 hardware monitoring

libpwm 1.0-rc2
 2025-07-21 15:56 UTC 

[PATCH libpwm] pwmround/pwmset: Fix check for invalid duty_offset
 2025-07-21 11:11 UTC  (2+ messages)

[PATCH libpwm 0/4] sysfs: Various fixes and an improvement
 2025-07-21 11:11 UTC  (7+ messages)
` [PATCH libpwm 1/4] sysfs: Fix a wrong condition for duty_cycle writing
` [PATCH libpwm 2/4] sysfs: Fix polarity handling
` [PATCH libpwm 3/4] sysfs: Keep polarity for constant waveforms
` [PATCH libpwm 4/4] sysfs: Implement fine grained cache control

[PATCH v2] pwm: imx-tpm: reset counter if CMOD is 0
 2025-07-21 11:03 UTC  (2+ messages)

[PATCH v2 6/7] counter: Add rockchip-pwm-capture driver
 2025-07-20  0:20 UTC  (2+ messages)

Wsparcie programistyczne - termin spotkania
 2025-07-18  7:40 UTC 

[PATCH v11 00/10] Add support for MAX7360
 2025-07-16  7:46 UTC  (13+ messages)
` [PATCH v11 01/10] dt-bindings: mfd: gpio: Add MAX7360
` [PATCH v11 02/10] mfd: Add max7360 support
` [PATCH v11 03/10] pinctrl: Add MAX7360 pinctrl driver
` [PATCH v11 04/10] pwm: max7360: Add MAX7360 PWM support
` [PATCH v11 05/10] gpio: regmap: Allow to allocate regmap-irq device
` [PATCH v11 06/10] gpio: regmap: Allow to provide init_valid_mask callback
` [PATCH v11 07/10] gpio: max7360: Add MAX7360 gpio support
` [PATCH v11 08/10] input: keyboard: Add support for MAX7360 keypad
` [PATCH v11 09/10] input: misc: Add support for MAX7360 rotary
` [PATCH v11 10/10] MAINTAINERS: Add entry on MAX7360 driver

[PATCH v4 0/2] hwmon: add support for MC33XS2410 hardware
 2025-07-16  7:06 UTC  (7+ messages)
` [PATCH v4 1/2] pwm: mc33xs2410: add hwmon support
` [PATCH v4 2/2] hwmon: add support for MC33XS2410 hardware monitoring

[PATCH v10 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-11 15:19 UTC  (21+ messages)
    ` [PATCH v10 1/7] pwm: Export `pwmchip_release` for external use
    ` [PATCH v10 4/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
    ` [PATCH v10 5/7] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
    ` [PATCH v10 6/7] riscv: dts: thead: Add PWM controller node
    ` [PATCH v10 7/7] riscv: dts: thead: Add PWM fan and thermal control

[PATCH v11 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-11  9:25 UTC  (6+ messages)
    ` [PATCH v11 1/3] pwm: Export `pwmchip_release` for external use
    ` [PATCH v11 2/3] rust: pwm: Add Kconfig and basic data structures
    ` [PATCH v11 3/3] rust: pwm: Add complete abstraction layer

[PATCH] pwm: mediatek: Fix duty and period setting
 2025-07-10 16:37 UTC 

[PATCH] pwm: imx-tpm: reset counter if CMOD is 0
 2025-07-10  6:49 UTC  (6+ messages)

[PATCH v3 0/6] pwm: Update PWM_PXA driver for SpacemiT K1
 2025-07-10  6:33 UTC  (7+ messages)
` [PATCH v3 6/6] riscv: defconfig: Enable PWM support for SpacemiT K1 SoC
` (subset) [PATCH v3 0/6] pwm: Update PWM_PXA driver for SpacemiT K1

[PATCH 56/80] pwm: img: Remove redundant pm_runtime_mark_last_busy() calls
 2025-07-09  8:55 UTC  (2+ messages)

[PATCH] pwm: mediatek: Ensure to disable clocks in error path
 2025-07-09  8:01 UTC  (3+ messages)

[PATCH v4 0/3] Add initial support for TTC PWM driver
 2025-07-09  7:26 UTC  (6+ messages)
` [PATCH v4 2/3] clocksource: timer-cadence-ttc: Support TTC device configured as PWM

[PATCH v2 0/7] Add Rockchip RK3576 PWM Support Through MFPWM
 2025-07-09  7:22 UTC  (3+ messages)
` [PATCH v2 4/7] soc: rockchip: add mfpwm driver

[GIT PULL] pwm: Fixes for 6.16-rc6
 2025-07-08 20:40 UTC  (2+ messages)

[PATCH 0/8] pwm: mediatek: Convert to waveform API
 2025-07-08 17:18 UTC  (9+ messages)
` [PATCH 1/8] pwm: mediatek: Simplify representation of channel offsets
` [PATCH 2/8] pwm: mediatek: Introduce and use a few more register defines
` [PATCH 3/8] pwm: mediatek: Rework parameters for clk helper function
` [PATCH 4/8] pwm: mediatek: Initialize clks when the hardware is enabled at probe time
` [PATCH 5/8] pwm: mediatek: Implement .get_state() callback
` [PATCH 6/8] pwm: mediatek: Fix various issues in the .apply() callback
` [PATCH 7/8] pwm: mediatek: Lock and cache clock rate
` [PATCH 8/8] pwm: mediatek: Convert to waveform API

[PATCH v10 00/11] Add support for MAX7360
 2025-07-08 11:31 UTC  (13+ messages)
` [PATCH v10 04/11] pwm: max7360: Add MAX7360 PWM support
` [PATCH v10 08/11] gpio: max7360: Add MAX7360 gpio support
` [PATCH v10 09/11] input: keyboard: Add support for MAX7360 keypad
` [PATCH v10 10/11] input: misc: Add support for MAX7360 rotary


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 NNTP newsgroup(s).