linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-06 20:09:48 to 2025-06-20 18:52:15 UTC [more...]

[PATCH v3 0/8] Add support for AD4052 device family
 2025-06-20 18:52 UTC  (32+ messages)
` [PATCH v3 1/8] Documentation: ABI: add oversampling frequency in sysfs-bus-iio
` [PATCH v3 2/8] dt-bindings: iio: adc: Add adi,ad4052
` [PATCH v3 3/8] docs: iio: New docs for ad4052 driver
` [PATCH v3 4/8] iio: adc: Add support for ad4052
` [PATCH v3 5/8] docs: iio: ad4052: Add offload support documentation
` [PATCH v3 6/8] iio: adc: Add offload support for ad4052
` [PATCH v3 7/8] docs: iio: ad4052: Add event documentation
` [PATCH v3 8/8] iio: adc: Add events support to ad4052

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

[PATCH v3 1/3] dt-bindings: vendor-prefixes: Document Argon40
 2025-06-20 10:27 UTC  (8+ messages)
` [PATCH v3 2/3] dt-bindings: pwm: argon40,fan-hat: Document Argon40 Fan HAT
` [PATCH v3 3/3] pwm: argon-fan-hat: Add Argon40 Fan HAT support

[PATCH 0/4] clk: pwm: A few improvements
 2025-06-20  1:14 UTC  (10+ messages)
` [PATCH 1/4] clk: pwm: Let .get_duty_cycle() return the real duty cycle
` [PATCH 2/4] clk: pwm: Convert to use pwm_apply_might_sleep()
` [PATCH 3/4] clk: pwm: Don't reconfigure running PWM at probe time
` [PATCH 4/4] clk: pwm: Make use of non-sleeping PWMs

[PATCH v4 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-20  0:52 UTC  (13+ messages)
    ` [PATCH v4 1/9] rust: pwm: Add Kconfig and basic data structures
    ` [PATCH v4 2/9] rust: pwm: Add core 'Device' and 'Chip' object wrappers
    ` [PATCH v4 3/9] rust: pwm: Add driver operations trait and registration support
    ` [PATCH v4 4/9] pwm: Add Rust driver for T-HEAD TH1520 SoC
    ` [PATCH v4 5/9] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
    ` [PATCH v4 6/9] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
    ` [PATCH v4 7/9] riscv: dts: thead: Add PWM controller node
    ` [PATCH v4 8/9] riscv: dts: thead: Add PVT node
    ` [PATCH v4 9/9] riscv: dts: thead: Add PWM fan and thermal control

[PATCH v3] pwm: mc33xs2410: add support for temperature sensors
 2025-06-19 17:32 UTC 

[PATCH v5 00/20] mfd: adp5585: support keymap events and drop legacy Input driver
 2025-06-19 14:23 UTC  (29+ messages)
` [PATCH v5 01/20] dt-bindings: mfd: adp5585: ease on the required properties
` [PATCH v5 02/20] mfd: adp5585: only add devices given in FW
` [PATCH v5 03/20] mfd: adp5585: enable oscilator during probe
` [PATCH v5 04/20] mfd: adp5585: make use of MFD_CELL_NAME()
` [PATCH v5 05/20] dt-bindings: mfd: adp5585: document adp5589 I/O expander
` [PATCH v5 06/20] mfd: adp5585: refactor how regmap defaults are handled
` [PATCH v5 07/20] mfd: adp5585: add support for adp5589
` [PATCH v5 08/20] mfd: adp5585: add a per chip reg struture
` [PATCH v5 09/20] gpio: adp5585: add support for the adp5589 expander
` [PATCH v5 10/20] pwm: adp5585: add support for adp5589
` [PATCH v5 11/20] dt-bindings: mfd: adp5585: add properties for input events
` [PATCH v5 12/20] mfd: adp5585: add support for event handling
` [PATCH v5 13/20] mfd: adp5585: support reset and unlock events
` [PATCH v5 14/20] mfd: adp5585: add support for input devices
` [PATCH v5 15/20] gpio: adp5585: support gpi events
` [PATCH v5 16/20] Input: adp5585: Add Analog Devices ADP5585/89 support
` [PATCH v5 17/20] Input: adp5589: remove the driver
` [PATCH v5 18/20] mfd: adp5585: support getting vdd regulator
` [PATCH v5 19/20] dt-bindings: mfd: adp5585: document reset gpio
` [PATCH v5 20/20] mfd: adp5585: add support for a reset pin

[PATCH v12 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2025-06-19 12:10 UTC  (11+ messages)
` [PATCH v12 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller
` [PATCH v12 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support

[PATCH v10 00/11] Add support for MAX7360
 2025-06-18 18:45 UTC  (5+ messages)
` [PATCH v10 02/11] mfd: Add max7360 support
` [PATCH v10 04/11] pwm: max7360: Add MAX7360 PWM support

[PATCH v2] pwm: mc33xs2410: add support for temperature sensors
 2025-06-18 18:00 UTC  (6+ messages)

[PATCH v3 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-17 19:43 UTC  (13+ messages)
    ` [PATCH v3 1/9] rust: pwm: Add Kconfig and basic data structures
    ` [PATCH v3 2/9] rust: pwm: Add core 'Device' and 'Chip' object wrappers
    ` [PATCH v3 3/9] rust: pwm: Add driver operations trait and registration support
    ` [PATCH v3 4/9] pwm: Add Rust driver for T-HEAD TH1520 SoC
    ` [PATCH v3 5/9] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
    ` [PATCH v3 6/9] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
    ` [PATCH v3 7/9] riscv: dts: thead: Add PWM controller node
    ` [PATCH v3 8/9] riscv: dts: thead: Add PVT node
    ` [PATCH v3 9/9] riscv: dts: thead: Add PWM fan and thermal control

[PATCH v2 1/1] dt-bindings: pwm: convert lpc1850-sct-pwm.txt to yaml format
 2025-06-17 14:54 UTC  (2+ messages)

[PATCH v2] pwm: rockchip: round period/duty down on apply, up on get
 2025-06-17 14:28 UTC  (2+ messages)

[PATCH v2 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-17 11:55 UTC  (27+ messages)
    ` [PATCH v2 1/7] rust: Add basic PWM abstractions
    ` [PATCH v2 2/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
    ` [PATCH v2 3/7] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
    ` [PATCH v2 4/7] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
    ` [PATCH v2 5/7] riscv: dts: thead: Add PWM controller node
    ` [PATCH v2 6/7] riscv: dts: thead: Add PVT node
    ` [PATCH v2 7/7] riscv: dts: thead: Add PWM fan and thermal control

[PATCH v2 1/3] dt-bindings: vendor-prefixes: Document Argon40
 2025-06-17  9:18 UTC  (7+ messages)
` [PATCH v2 2/3] dt-bindings: pwm: argon40,fan-hat: Document Argon40 Fan HAT
` [PATCH v2 3/3] pwm: argon-fan-hat: Add Argon40 Fan HAT support

[PATCH 1/3] dt-bindings: vendor-prefixes: Document Argon40
 2025-06-17  0:30 UTC  (8+ messages)
` [PATCH 2/3] dt-bindings: trivial-devices: Document Argon40 Fan HAT
` [PATCH 3/3] pwm: argon-fan-hat: Add Argon40 Fan HAT support

[PATCH v13] pwm: airoha: Add support for EN7581 SoC
 2025-06-16 20:24 UTC  (5+ messages)

[PATCH v14] pwm: airoha: Add support for EN7581 SoC
 2025-06-16 20:15 UTC 

[PATCH v3 0/8] Add STM32MP25 timers support: MFD, PWM, IIO and counter drivers
 2025-06-16 15:44 UTC  (6+ messages)
` [PATCH v3 4/8] pwm: stm32: add support for stm32mp25

[PATCH 1/1] dt-bindings: pwm: convert lpc1850-sct-pwm.txt to yaml format
 2025-06-16 15:06 UTC  (3+ messages)

[PATCH] dt-bindings: timer: renesas,rz-mtu3: Use #pwm-cells = <3>
 2025-06-16 13:08 UTC  (2+ messages)

[PATCH v8 0/2] riscv: pwm: sophgo: add pwm support for CV1800
 2025-06-16 13:05 UTC  (5+ messages)

[PATCH] pwm: rockchip: round period/duty down on apply, up on get
 2025-06-16 13:03 UTC  (2+ messages)

[PATCH] gpio: Use dev_fwnode()
 2025-06-16  7:42 UTC  (3+ messages)

[PATCH v4 00/20] mfd: adp5585: support keymap events and drop legacy Input driver
 2025-06-13 13:27 UTC  (28+ messages)
` [PATCH v4 02/20] mfd: adp5585: only add devices given in FW
` [PATCH v4 03/20] mfd: adp5585: enable oscilator during probe
` [PATCH v4 08/20] mfd: adp5585: add a per chip reg struture
` [PATCH v4 12/20] mfd: adp5585: add support for event handling
` [PATCH v4 13/20] mfd: adp5585: support reset and unlock events
` [PATCH v4 14/20] mfd: adp5585: add support for input devices
` [PATCH v4 18/20] mfd: adp5585: support getting vdd regulator
` [PATCH v4 20/20] mfd: adp5585: add support for a reset pin

[PATCH v7 0/7] clk: clk-axi-clkgen: improvements and some fixes
 2025-06-11 16:15 UTC  (8+ messages)
` [PATCH v7 1/7] clk: clk-axi-clkgen: fix fpfd_max frequency for zynq
` [PATCH v7 2/7] clk: clk-axi-clkgen: make sure to include mod_devicetable.h
` [PATCH v7 3/7] include: linux: move adi-axi-common.h out of fpga
` [PATCH v7 4/7] include: adi-axi-common: add new helper macros
` [PATCH v7 5/7] clk: clk-axi-clkgen: detect axi_clkgen_limits at runtime
` [PATCH v7 6/7] clk: clk-axi-clkgen move to min/max()
` [PATCH v7 7/7] clk: clk-axi-clkgen: fix coding style issues

[PATCH 2/2] regulator: rpi-panel-v2: Add regulator for 7" Raspberry Pi 720x1280
 2025-06-11  9:55 UTC 

[PATCH v2 0/7] Add Rockchip RK3576 PWM Support Through MFPWM
 2025-06-10 12:33 UTC  (3+ messages)
` [PATCH v2 1/7] dt-bindings: pinctrl: rockchip: increase max amount of device functions

[PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-09 22:09 UTC  (18+ messages)
    ` [PATCH RFC 2/6] pwm: Add Rust driver for T-HEAD TH1520 SoC
    ` [PATCH RFC 5/6] riscv: dts: thead: Add PVT node

[GIT PULL] pwm: axi-pwmgen: Fix handling of external clock
 2025-06-06 20:30 UTC  (2+ messages)


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).