Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2022-11-03 14:04:36 to 2022-11-17 07:36:01 UTC [more...]

[PATCH] Input: max8997 - Convert to modern way to get a reference to a PWM
 2022-11-17  7:35 UTC 

[PATCH] backlight: pwm_bl: Drop support for legacy PWM probing
 2022-11-17  7:21 UTC 

[PATCH v6 3/3] hwmon: (max6639) Change from pdata to dt configuration
 2022-11-16 21:36 UTC 

[PATCH v4 1/2] dt-bindings: pinctrl: renesas: Add RZ/G2L POEG binding
 2022-11-16 20:21 UTC  (3+ messages)
` [PATCH v4 2/2] drivers: pinctrl: renesas: Add RZ/G2L POEG driver support

[PATCH v3 0/4] PWM and keyboard backlight driver for ARM Macs
 2022-11-16 20:20 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: pwm: Add Apple PWM controller
` [PATCH v3 2/4] "
` [PATCH v3 3/4] arm64: dts: apple: t8103: Add "
` [PATCH v3 4/4] MAINTAINERS: Add entries for Apple PWM driver

[PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
 2022-11-16 17:46 UTC  (6+ messages)

[PATCH v4 0/7] pinctrl: intel: Enable PWM optional feature
 2022-11-16 17:32 UTC  (9+ messages)
` [PATCH v4 1/7] pwm: Add a stub for devm_pwmchip_add()
` [PATCH v4 2/7] pwm: lpss: Rename MAX_PWMS --> LPSS_MAX_PWMS
` [PATCH v4 3/7] pwm: lpss: Include headers we are the direct user of
` [PATCH v4 4/7] pwm: lpss: Allow other drivers to enable PWM LPSS
` [PATCH v4 5/7] pwm: lpss: Rename pwm_lpss_probe() --> devm_pwm_lpss_probe()
` [PATCH v4 6/7] pwm: lpss: Add devm_pwm_lpss_probe() stub
` [PATCH v4 7/7] pinctrl: intel: Enumerate PWM device when community has a capability

[PATCH 0/4] pwm: Some refactoring of pwmchip_add()
 2022-11-16 14:04 UTC  (11+ messages)
` [PATCH 1/4] pwm: Document variables protected by pwm_lock
` [PATCH 2/4] pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()
` [PATCH 3/4] pwm: Mark free pwm IDs as used in alloc_pwms()
` [PATCH 4/4] pwm: Don't initialize list head before calling list_add()

[PATCH v2 1/2] pwm: core: Refactor pwmchip_add() to avoid extra checks
 2022-11-16  8:22 UTC  (4+ messages)
` [PATCH v2 2/2] pwm: core: Remove S_IFREG from debugfs_create_file()

[PATCH v2 01/10] dt-bindings: pwm: allwinner,sun4i-a10: Add F1C100s compatible
 2022-11-15 21:40 UTC  (8+ messages)
` [PATCH v2 02/10] ARM: dts: suniv: f1c100s: add PWM node

[PATCH v5 3/3] hwmon: (max6639) Change from pdata to dt configuration
 2022-11-15 20:58 UTC  (3+ messages)

[PATCH 0/5] pwm: Use regmap_clear_bits and regmap_set_bits where applicable
 2022-11-15 11:13 UTC  (6+ messages)
` [PATCH 1/5] pwm: fsl-ftm: "
` [PATCH 2/5] pwm: img: "
` [PATCH 3/5] pwm: iqs620a: "
` [PATCH 4/5] pwm: stm32-lp: "
` [PATCH 5/5] pwm: stm32: "

[PATCH 0/5] pwm: jz4740: Fixes and some light changes
 2022-11-15 10:51 UTC  (5+ messages)
` [PATCH 4/5] pwm: jz4740: Depend on MACH_INGENIC instead of MIPS
` [PATCH 5/5] pwm: jz4740: Use regmap_{set,clear}_bits

[PATCH v2 0/3] Add support for linking gpt with poeg
 2022-11-15  7:02 UTC  (8+ messages)
` [DO NOT APPLY PATCH 1/3] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v2 2/3] dt-bindings: pwm: rzg2l-gpt: Document renesas,poegs property
` [PATCH v2 3/3] pwm: rzg2l-gpt: Add support for linking with poeg

[v2 0/3] upport pwm/tach driver for aspeed ast26xx
 2022-11-14  8:26 UTC  (16+ messages)
` [v2 1/3] dt-bindings: Add bindings for aspeed pwm-tach
` [v2 3/3] hwmon: Add Aspeed ast2600 TACH support

[PATCH v3 0/6] pwm: pxa: Fixes for enable/disable transitions
 2022-11-13 23:36 UTC  (7+ messages)
` [PATCH v3 1/6] pwm: pxa: Remove pxa_pwm_enable/disable
` [PATCH v3 2/6] pwm: pxa: Set duty cycle to 0 when disabling PWM
` [PATCH v3 3/6] pwm: pxa: Remove clk enable/disable from pxa_pwm_config
` [PATCH v3 4/6] pwm: pxa: Use abrupt shutdown mode
` [PATCH v3 5/6] pwm: pxa: Add reference manual link and limitations
` [PATCH v3 6/6] pwm: pxa: Enable for MMP platform

[PATCH v2 0/5] pwm: pxa: Fixes for enable/disable transitions
 2022-11-13 23:15 UTC  (9+ messages)
` [PATCH v2 2/5] pwm: pxa: Set duty cycle to 0 when disabling PWM
` [PATCH v2 4/5] pwm: pxa: Wait for final PWM period to finish

[PATCH v6 5/5] pwm: Add Renesas RZ/G2L MTU3a PWM driver
 2022-11-13 17:15 UTC 

[PATCH v3 0/6] pinctrl: intel: Enable PWM optional feature
 2022-11-11 18:43 UTC  (7+ messages)
` [PATCH v3 1/6] pwm: Add a stub for devm_pwmchip_add()
` [PATCH v3 2/6] pwm: lpss: Rename MAX_PWMS --> LPSS_MAX_PWMS
` [PATCH v3 3/6] pwm: lpss: Include headers we are the direct user of
` [PATCH v3 4/6] pwm: lpss: Allow other drivers to enable PWM LPSS
` [PATCH v3 5/6] pwm: lpss: Add pwm_lpss_probe() stub
` [PATCH v3 6/6] pinctrl: intel: Enumerate PWM device when community has a capability

[PATCH v11 0/2] Add support for RZ/G2L GPT
 2022-11-11 16:23 UTC  (3+ messages)
` [PATCH v11 1/2] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v11 2/2] pwm: Add support for RZ/G2L GPT

[PATCH] pwm: tegra: Fix 32 bit build
 2022-11-11 14:30 UTC  (4+ messages)

[PATCH v2 0/6] pinctrl: intel: Enable PWM optional feature
 2022-11-11 13:57 UTC  (31+ messages)
` [PATCH v2 1/6] pwm: Add a stub for devm_pwmchip_add()
` [PATCH v2 2/6] pwm: lpss: Rename MAX_PWMS --> LPSS_MAX_PWMS
` [PATCH v2 3/6] pwm: lpss: Include headers we are direct user of
` [PATCH v2 4/6] pwm: lpss: Allow other drivers to enable PWM LPSS
` [PATCH v2 5/6] pwm: lpss: Add pwm_lpss_probe() stub
` [PATCH v2 6/6] pinctrl: intel: Enumerate PWM device when community has a capabilitty

[PATCH v3 0/2] Add RZ/G2L POEG support
 2022-11-11  6:51 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: renesas: Add RZ/G2L POEG binding
` [PATCH v3 2/2] drivers: pinctrl: renesas: Add RZ/G2L POEG driver support

[PATCH 0/3] Add support for linking gpt with poeg
 2022-11-11  6:50 UTC  (11+ messages)
` [PATCH 1/3] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH 2/3] dt-bindings: pwm: rzg2l-gpt: Document renesas,poegs property
` [PATCH 3/3] pwm: rzg2l-gpt: Add support for linking with poeg

[PATCH v10 0/2] Add support for RZ/G2L GPT
 2022-11-11  6:48 UTC  (6+ messages)
` [PATCH v10 1/2] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v10 2/2] pwm: Add support for RZ/G2L GPT

[PATCH v6 00/10] Designware PWM driver updates for OF
 2022-11-10 16:35 UTC  (14+ messages)
` [PATCH v6 04/10] pwm: dwc: move memory alloc to own function
` [PATCH v6 06/10] pwm: dwc: split pci out of core driver
` [PATCH v6 07/10] pwm: dwc: make timer clock configurable
` [PATCH v6 10/10] pwm: dwc: use clock rate in hz to avoid rounding issues

[PATCH v12 0/2] Hey Uwe, all,
 2022-11-10  9:38 UTC  (4+ messages)
` [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver
` [PATCH v12 2/2] MAINTAINERS: add pwm to PolarFire SoC entry

[PATCH v11 0/4] Microchip soft ip corePWM driver
 2022-11-09 21:52 UTC  (8+ messages)
` [PATCH v11 3/4] pwm: add microchip "
` [PATCH v11 4/4] MAINTAINERS: add pwm to PolarFire SoC entry
` (subset) [PATCH v11 0/4] Microchip soft ip corePWM driver

[PATCH] dt-bindings: pwm: renesas,tpu: Add r8a779g0 support
 2022-11-09  9:41 UTC  (2+ messages)

[PATCH] dt-bindings: pwm: renesas,pwm-rcar: Add r8a779g0 support
 2022-11-09  9:39 UTC  (2+ messages)

[PATCH] pwm: lpc18xx-sct: Fix a comment to match code
 2022-11-08 18:40 UTC  (2+ messages)

[PATCH V2 1/2] pwm: tegra: Improve required rate calculation
 2022-11-08 13:49 UTC  (6+ messages)
` [PATCH V2 2/2] pwm: tegra: Ensure the clock rate is not less than needed

[PATCH] dt-bindings: pwm: tegra: Convert to json-schema
 2022-11-07 19:58 UTC  (8+ messages)

[PATCH v9 0/2] Add support for RZ/G2L GPT
 2022-11-07 15:11 UTC  (10+ messages)
` [PATCH v9 2/2] pwm: "

[v3 0/3] Support pwm/tach driver for aspeed ast26xx
 2022-11-07  9:38 UTC  (8+ messages)
` [v3 2/3] pwm: Add Aspeed ast2600 PWM support

[PATCH v2 0/4] PWM and keyboard backlight driver for ARM Macs
 2022-11-06 15:49 UTC  (2+ messages)

[PATCH 2/9] ARM: dts: suniv: f1c100s: add PWM node
 2022-11-06  7:56 UTC  (2+ messages)

[PATCH 0/3] Support pwm/tach driver for aspeed ast26xx
 2022-11-03 15:27 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: Add bindings for aspeed pwm-tach


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