Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2024-09-05 19:09:53 to 2024-09-20 17:33:32 UTC [more...]

[PATCH v2 00/10] Add iio backend compatibility for ad7606
 2024-09-20 17:33 UTC  (6+ messages)
` [PATCH v2 01/10] dt-bindings: iio: adc: ad7606: Set the correct polarity
` [PATCH v2 02/10] dt-bindings: iio: adc: ad7606: Make corrections on spi conditions
` [PATCH v2 03/10] dt-bindings: iio: adc: ad7606: Add iio backend bindings
` [PATCH v2 04/10] Documentation: iio: Document ad7606 driver
` [PATCH v2 05/10] iio: adc: ad7606: Sort includes in alphabetical order

[PATCH v5 0/8] pwm: New abstraction and userspace API
 2024-09-20  8:58 UTC  (8+ messages)
` [PATCH v5 1/8] pwm: Add more locking
` [PATCH v5 2/8] pwm: New abstraction for PWM waveforms
` [PATCH v5 3/8] pwm: Provide new consumer API functions for waveforms
` [PATCH v5 4/8] pwm: Add tracing for waveform callbacks
` [PATCH v5 5/8] pwm: axi-pwmgen: Implementation of the "
` [PATCH v5 6/8] pwm: stm32: "
` [PATCH v5 7/8] pwm: Reorder symbols in core.c

[PATCH v4 00/27] This is continued work on Samsung S9(SM-9600) starqltechn
 2024-09-19 14:28 UTC  (48+ messages)
` [PATCH v4 01/27] power: supply: add undervoltage health status property
` [PATCH v4 02/27] clk: qcom: clk-rcg2: name refactoring
` [PATCH v4 03/27] gcc-sdm845: Add general purpose clock ops
` [PATCH v4 04/27] dt-bindings: panel: add Samsung s6e3ha8
` [PATCH v4 05/27] dt-bindings: mfd: add maxim,max77705
` [PATCH v4 06/27] dt-bindings: mfd: add samsung,s2dos05
` [PATCH v4 07/27] drm/panel: Add support for S6E3HA8 panel driver
` [PATCH v4 08/27] mfd: max77693: remove unused declarations
` [PATCH v4 09/27] mfd: Add new driver for MAX77705 PMIC
` [PATCH v4 10/27] input: max77693: add max77705 haptic support
` [PATCH v4 11/27] power: supply: max77705: Add charger driver for Maxim 77705
` [PATCH v4 12/27] power: supply: max77705: Add fuel gauge "
` [PATCH v4 13/27] leds: max77705: Add LEDs support
` [PATCH v4 14/27] mfd: sec-core: add s2dos05 support
` [PATCH v4 15/27] regulator: add s2dos05 regulator support
` [PATCH v4 16/27] arm64: dts: qcom: sdm845: enable gmu
` [PATCH v4 17/27] arm64: dts: qcom: starqltechn: remove wifi
` [PATCH v4 18/27] arm64: dts: qcom: starqltechn: fix usb regulator mistake
` [PATCH v4 19/27] arm64: dts: qcom: starqltechn: refactor node order
` [PATCH v4 20/27] arm64: dts: qcom: starqltechn: remove excess reserved gpios
` [PATCH v4 21/27] arm64: dts: qcom: starqltechn: add gpio keys
` [PATCH v4 22/27] arm64: dts: qcom: starqltechn: add max77705 PMIC
` [PATCH v4 23/27] arm64: dts: qcom: starqltechn: add display PMIC
` [PATCH v4 24/27] arm64: dts: qcom: starqltechn: add touchscreen support
` [PATCH v4 25/27] arm64: dts: qcom: starqltechn: add initial sound support
` [PATCH v4 26/27] arm64: dts: qcom: starqltechn: add graphics support
` [PATCH v4 27/27] arm64: dts: qcom: starqltechn: add modem support

[PATCH v2 0/2] pwm: Add pwm driver for Sophgo SG2042
 2024-09-19  0:56 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: sophgo: add PWM controller for SG2042
` [PATCH v2 2/2] pwm: sophgo: add driver for Sophgo SG2042 PWM

[PATCH v4 0/7] pwm: New abstraction and userspace API
 2024-09-18  9:21 UTC  (24+ messages)
` [PATCH v4 1/7] pwm: Add more locking
` [PATCH v4 2/7] pwm: New abstraction for PWM waveforms
` [PATCH v4 3/7] pwm: Provide new consumer API functions for waveforms
` [PATCH v4 4/7] pwm: Add support for pwmchip devices for faster and easier userspace access
` [PATCH v4 5/7] pwm: Add tracing for waveform callbacks
` [PATCH v4 6/7] pwm: axi-pwmgen: Implementation of the "
` [PATCH v4 7/7] pwm: stm32: "

[GIT PULL] pwm: Changes for 6.12-rc1
 2024-09-18  8:57 UTC  (2+ messages)

[PATCH v6 1/1] pwm: imx27: workaround of the pwm output bug when decrease the duty cycle
 2024-09-17 19:25 UTC 

[PATCH v1] pwm: atmel-tcb: Use min() macro
 2024-09-17 15:15 UTC  (2+ messages)

[PATCH v6 0/2] Add driver for Sharp Memory LCD
 2024-09-14 23:39 UTC  (7+ messages)
` [PATCH v6 1/2] dt-bindings: display: Add Sharp Memory LCD bindings

[PATCH 0/8] Add iio backend compatibility for ad7606
 2024-09-14 11:14 UTC  (16+ messages)
` [PATCH 2/8] dt-bindings: iio: adc: ad7606: Add iio backend bindings
` [PATCH 7/8] iio: adc: ad7606: Switch to xxx_get_device_match_data
` [PATCH 8/8] iio:adc:ad7606: Add iio-backend support

[PATCH v15] pwm: opencores: Add PWM driver support
 2024-09-14  9:51 UTC 

[PATCH v2 0/2] Add support for Amlogic C3 PWM
 2024-09-14  5:48 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: amlogic: Document "
` [PATCH v2 2/2] arm64: dts: amlogic: Add Amlogic "

[PATCH v3 00/23] This is continued work on Samsung S9(SM-9600) starqltechn
 2024-09-13 16:47 UTC  (5+ messages)
` [PATCH v3 04/23] dt-bindings: mfd: add maxim,max77705

[PATCH v4 27/28] gcc-sdm845: Add general purpose clock ops
 2024-09-13 15:06 UTC  (3+ messages)

[PATCH v5 0/2] pwm: Introduce pwm driver for the Loongson family chips
 2024-09-13  8:25 UTC  (4+ messages)
` [PATCH v5 2/2] pwm: Add Loongson PWM controller support

[PATCH] pwm: stm32: Fix a typo
 2024-09-13  7:49 UTC  (2+ messages)

[PATCH v4 0/5] Add mfd, pinctrl and pwm support to EN7581 SoC
 2024-09-12 16:44 UTC  (12+ messages)
` [PATCH v4 1/5] dt-bindings: arm: airoha: Add the chip-scu node for "
` [PATCH v4 2/5] dt-bindings: mfd: Add support for Airoha EN7581 GPIO System Controller
` [PATCH v4 3/5] mfd: airoha: Add support for Airoha EN7581 MFD
` [PATCH v4 4/5] pinctrl: airoha: Add support for EN7581 SoC
` [PATCH v4 5/5] pwm: "

[PATCH v5 0/2] pwm: add support for NXPs high-side switch MC33XS2410
 2024-09-12 15:51 UTC  (4+ messages)
` [PATCH v5 2/2] "

[PATCH v4 0/3] pwm: meson: add pwm support for A1
 2024-09-12  9:29 UTC  (10+ messages)
` [PATCH v4 2/3] dt-bindings: pwm: amlogic: Add new bindings for meson A1 PWM
` [PATCH v4 3/3] arm64: dts: meson: a1: add definitions for meson PWM
` (subset) [PATCH v4 0/3] pwm: meson: add pwm support for A1

[PATCH v21 0/4] Add support for RZ/G2L GPT
 2024-09-12  6:56 UTC  (2+ messages)

[PATCH v5 1/1] pwm: imx27: workaround of the pwm output bug when decrease the duty cycle
 2024-09-12  0:22 UTC  (4+ messages)

[PATCH v3 0/3] pwm: imx: add 32k clock for 8qm/qxp
 2024-09-12  0:15 UTC  (13+ messages)
` [PATCH v3 1/3] dt-bindings: pwm: imx: Add optional clock '32k'
` [PATCH v3 2/3] pwm: imx27: Use clk_bulk_*() API to simplify clock handling
` [PATCH v3 3/3] pwm: imx27: Add optional 32k clock for pwm in i.MX8QXP MIPI subsystem

[PATCH v12 00/38] ep93xx device tree conversion
 2024-09-11 16:18 UTC  (12+ messages)
` [PATCH v12 12/38] dt-bindings: pwm: Add Cirrus EP93xx
` [PATCH v12 13/38] pwm: ep93xx: add DT support for "
` [PATCH v12 33/38] pwm: ep93xx: drop legacy pinctrl

[PATCH] pwm: Switch back to struct platform_driver::remove()
 2024-09-10  7:55 UTC  (2+ messages)

[PATCH v4 1/1] pwm: imx27: workaround of the pwm output bug when decrease the duty cycle
 2024-09-10  7:53 UTC  (3+ messages)

[PATCH 0/2] Add support for Amlogic C3 PWM
 2024-09-10  2:22 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: pwm: amlogic: Document "
  ` [DMARC error][DKIM error] "
` [PATCH 2/2] arm64: dts: amlogic: Add Amlogic "

[PATCH 0/2] pwm: Add pwm driver for Sophgo SG2042
 2024-09-09 23:08 UTC  (16+ messages)
` [PATCH 1/2] dt-bindings: pwm: sophgo: add bindings for sg2042
` [PATCH 2/2] pwm: sophgo: add driver for Sophgo SG2042 PWM

[PATCH v2 0/3] pwm: imx: add 32k clock for 8qm/qxp and workaround a chip issue
 2024-09-09 20:16 UTC  (10+ messages)
` [PATCH v2 3/3] pwm: imx27: workaround of the pwm output bug when decrease the duty cycle

[GIT PULL] pwm: Fix an off-by-one in the stm32 driver
 2024-09-06 19:12 UTC  (2+ messages)

[PATCH] pwm: stm32: Use the right CCxNP bit in stm32_pwm_enable()
 2024-09-06 15:59 UTC  (3+ messages)

[PATCH v3 0/5] Add mfd, pinctrl and pwm support to EN7581 SoC
 2024-09-06  8:01 UTC  (11+ messages)
` [PATCH v3 5/5] pwm: airoha: Add support for "


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