messages from 2025-06-14 14:37:11 to 2025-06-27 18:51:59 UTC [more...]
[PATCH v5 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-06-27 18:51 UTC (16+ messages)
` [PATCH v5 1/9] rust: pwm: Add Kconfig and basic data structures
` [PATCH v5 2/9] rust: pwm: Add core 'Device' and 'Chip' object wrappers
` [PATCH v5 3/9] rust: pwm: Add driver operations trait and registration support
` [PATCH v5 4/9] pwm: Add Rust driver for T-HEAD TH1520 SoC
` [PATCH v5 5/9] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
` [PATCH v5 6/9] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
` [PATCH v5 7/9] riscv: dts: thead: Add PWM controller node
` [PATCH v5 8/9] riscv: dts: thead: Add PVT node
` [PATCH v5 9/9] riscv: dts: thead: Add PWM fan and thermal control
[PATCH v5 00/20] mfd: adp5585: support keymap events and drop legacy Input driver
2025-06-27 15:46 UTC (23+ messages)
` [PATCH v5 03/20] mfd: adp5585: enable oscilator during probe
` [PATCH v5 06/20] mfd: adp5585: refactor how regmap defaults are handled
` [PATCH v5 09/20] gpio: adp5585: add support for the adp5589 expander
` [PATCH v5 10/20] pwm: adp5585: add support for adp5589
` [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 RESEND v7 0/7] clk: clk-axi-clkgen: improvements and some fixes
2025-06-27 14:59 UTC (8+ messages)
` [PATCH RESEND v7 1/7] clk: clk-axi-clkgen: fix fpfd_max frequency for zynq
` [PATCH RESEND v7 2/7] clk: clk-axi-clkgen: make sure to include mod_devicetable.h
` [PATCH RESEND v7 3/7] include: linux: move adi-axi-common.h out of fpga
` [PATCH RESEND v7 4/7] include: adi-axi-common: add new helper macros
` [PATCH RESEND v7 5/7] clk: clk-axi-clkgen: detect axi_clkgen_limits at runtime
` [PATCH RESEND v7 6/7] clk: clk-axi-clkgen move to min/max()
` [PATCH RESEND v7 7/7] clk: clk-axi-clkgen: fix coding style issues
[PATCH v18] pwm: airoha: Add support for EN7581 SoC
2025-06-27 10:56 UTC (6+ messages)
[PATCH v17] pwm: airoha: Add support for EN7581 SoC
2025-06-27 4:15 UTC (5+ messages)
[PATCH v2 1/1] dt-bindings: pwm: convert lpc32xx-pwm.txt to yaml format
2025-06-25 16:19 UTC
[PATCH v1 0/3] pwm-mediatek: Add support for MT6991/MT8196 SoCs
2025-06-25 14:34 UTC (5+ messages)
` [PATCH v1 1/3] dt-bindings: pwm: mediatek,mt2712-pwm: Add support for MT6991/MT8196
` [PATCH v1 2/3] pwm: pwm-mediatek: Pass PWM_CK_26M_SEL from platform data
` [PATCH v1 3/3] pwm: pwm-mediatek: Add support for PWM IP V3.0.2 in MT6991/MT8196
[PATCH v16 1/2] math64.h: provide rounddown_u64 variant for rounddown macro
2025-06-25 14:05 UTC (9+ messages)
` [PATCH v16 2/2] pwm: airoha: Add support for EN7581 SoC
[PATCH v4 1/3] dt-bindings: vendor-prefixes: Document Argon40
2025-06-25 7:19 UTC (9+ messages)
` [PATCH v4 2/3] dt-bindings: pwm: argon40,fan-hat: Document Argon40 Fan HAT
` [PATCH v4 3/3] pwm: argon-fan-hat: Add Argon40 Fan HAT support
[PATCH 1/1] dt-bindings: pwm: convert lpc32xx-pwm.txt to yaml format
2025-06-25 4:04 UTC (3+ messages)
[PATCH 0/8] pwm: Drop local locking in several drivers
2025-06-24 18:22 UTC (10+ messages)
` [PATCH 1/8] pwm: atmel: Drop driver local locking
` [PATCH 2/8] pwm: clps711x: "
` [PATCH 3/8] pwm: fsl-ftm: "
` [PATCH 4/8] pwm: lpc18xx-sct: "
` [PATCH 5/8] pwm: microchip-core: "
` [PATCH 6/8] pwm: sti: "
` [PATCH 7/8] pwm: sun4i: "
` [PATCH 8/8] pwm: twl-led: "
[PATCH v15 1/2] math.h: provide rounddown_ull variant for rounddown MACRO
2025-06-24 13:05 UTC (10+ messages)
` [PATCH v15 2/2] pwm: airoha: Add support for EN7581 SoC
[PATCH] docs: pwm: Adapt Locking paragraph to reality
2025-06-24 10:05 UTC
[PATCH v3] pwm: mc33xs2410: add support for temperature sensors
2025-06-24 8:19 UTC (6+ messages)
[PATCH] Input: max8997_haptic - Optimize PWM configuration
2025-06-23 11:27 UTC
[PATCH v4 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-06-23 10:42 UTC (15+ 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 v14] pwm: airoha: Add support for EN7581 SoC
2025-06-23 9:53 UTC (3+ messages)
[PATCH v2 0/7] Add Rockchip RK3576 PWM Support Through MFPWM
2025-06-23 8:44 UTC (3+ messages)
` [PATCH v2 5/7] pwm: Add rockchip PWMv4 driver
[PATCH v3 1/3] dt-bindings: vendor-prefixes: Document Argon40
2025-06-22 17:30 UTC (11+ 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 v3 0/8] Add support for AD4052 device family
2025-06-22 14:28 UTC (18+ messages)
` [PATCH v3 4/8] iio: adc: Add support for ad4052
` [PATCH v3 6/8] iio: adc: Add offload "
` [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 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 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 (3+ messages)
` [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 (10+ messages)
` [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 2/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
[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 (7+ 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 v3 0/8] Add STM32MP25 timers support: MFD, PWM, IIO and counter drivers
2025-06-16 15:44 UTC (3+ 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 (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox