linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-27 11:32:53 to 2025-06-14 10:15:04 UTC [more...]

[PATCH v3 0/8] Add support for AD4052 device family
 2025-06-14 10:14 UTC  (22+ 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 v10 00/11] Add support for MAX7360
 2025-06-13 14:15 UTC  (24+ messages)
` [PATCH v10 01/11] dt-bindings: mfd: gpio: Add MAX7360
` [PATCH v10 02/11] mfd: Add max7360 support
` [PATCH v10 03/11] pinctrl: Add MAX7360 pinctrl driver
` [PATCH v10 04/11] pwm: max7360: Add MAX7360 PWM support
` [PATCH v10 05/11] regmap: irq: Add support for chips without separate IRQ status
` [PATCH v10 06/11] gpio: regmap: Allow to allocate regmap-irq device
` [PATCH v10 07/11] gpio: regmap: Allow to provide init_valid_mask callback
` [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
` [PATCH v10 11/11] MAINTAINERS: Add entry on MAX7360 driver

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

[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 v2 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-12 20:36 UTC  (24+ 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 1/3] dt-bindings: vendor-prefixes: Document Argon40
 2025-06-12 16:32 UTC  (6+ 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 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] gpio: Use dev_fwnode()
 2025-06-11 15:18 UTC  (2+ messages)

[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  (16+ messages)
` [PATCH v2 1/7] dt-bindings: pinctrl: rockchip: increase max amount of device functions
` [PATCH v2 2/7] dt-bindings: pwm: Add a new binding for rockchip,rk3576-pwm
` [PATCH v2 3/7] bitfield: introduce HI16_WE bitfield prep macros
` [PATCH v2 4/7] soc: rockchip: add mfpwm driver
` [PATCH v2 5/7] pwm: Add rockchip PWMv4 driver
` [PATCH v2 6/7] counter: Add rockchip-pwm-capture driver
` [PATCH v2 7/7] arm64: dts: rockchip: add PWM nodes to RK3576 SoC dtsi

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

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

[PATCH] dt-bindings: timer: xlnx,xps-timer: Make PWM in example usable
 2025-06-06 14:57 UTC  (6+ messages)
  ` New default binding for PWM devices? [Was: Re: [PATCH] dt-bindings: timer: xlnx,xps-timer: Make PWM in example usable]

[PATCH v13] pwm: airoha: Add support for EN7581 SoC
 2025-06-06  6:33 UTC  (4+ messages)

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

[PATCH] dt-bindings: timer: renesas,rz-mtu3: Use #pwm-cells = <3>
 2025-06-05 19:42 UTC  (3+ messages)

[PATCH v2 0/5] Add support for AD4052 device family
 2025-06-03 13:27 UTC  (22+ messages)
` [PATCH v2 2/5] iio: code: mark iio_dev as const in iio_buffer_enabled
` [PATCH v2 3/5] dt-bindings: iio: adc: Add adi,ad4052
` [PATCH v2 5/5] iio: adc: add support for ad4052

[PATCH v7 0/3] hwmon: (adt7475) duty cycle configuration
 2025-06-03  8:20 UTC  (10+ messages)
` [PATCH v7 1/3] dt-bindings: hwmon: Add adt7475 fan/pwm properties

[PATCH v3 0/3] pwm: axi-pwmgen: add external clock
 2025-06-02 16:39 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: pwm: adi,axi-pwmgen: update documentation link
` [PATCH v3 2/3] dt-bindings: pwm: adi,axi-pwmgen: fix clocks
` [PATCH v3 3/3] pwm: axi-pwmgen: fix missing separate external clock

[PATCH 0/7] Add Rockchip RK3576 PWM Support Through MFPWM
 2025-06-02 13:14 UTC  (9+ messages)
` [PATCH 1/7] dt-bindings: pinctrl: rockchip: increase max amount of device functions
` [PATCH 3/7] soc: rockchip: add utils header for things shared across drivers
` [PATCH 4/7] soc: rockchip: add mfpwm driver

[PATCH v5 0/3] riscv: pwm: sophgo: add pwm support for SG2044
 2025-05-30 14:51 UTC  (8+ messages)
` [PATCH v5 1/3] dt-bindings: pwm: sophgo: add pwm controller "
` [PATCH v5 2/3] pwm: sophgo: reorganize the code structure
` [PATCH v5 3/3] pwm: sophgo: add driver for SG2044

[PATCH v15 0/5] Change PWM-controlled LED pin active mode and algorithm
 2025-05-29 11:22 UTC  (5+ messages)
` [PATCH v15 1/3] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [PATCH v15 2/3] pwm: sifive: fix PWM algorithm and clarify inverted compare behavior
` [PATCH v15 3/3] pwm: sifive: fix rounding and idempotency issues in apply and get_state

[PATCH v12 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2025-05-28 12:29 UTC  (6+ messages)
` [PATCH v12 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support

[PATCH v14 0/5] Change PWM-controlled LED pin active mode and algorithm
 2025-05-28 11:25 UTC  (3+ messages)

[GIT PULL] pwm: Changes for 6.16-rc1
 2025-05-27 22:48 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).