Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2022-11-08 14:22:36 to 2022-11-17 15:37:41 UTC [more...]

[RFC PATCH 0/9] dt-bindings: cleanup titles
 2022-11-17 15:37 UTC  (16+ messages)
` [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
` [RFC PATCH 2/9] dt-bindings: memory-controllers: ti,gpmc-child: drop redundant part of title
` [RFC PATCH 3/9] dt-bindings: clock: st,stm32mp1-rcc: add proper title
` [RFC PATCH 4/9] dt-bindings: drop redundant part of title (end)
` [RFC PATCH 5/9] dt-bindings: drop redundant part of title (end, part two)
` [RFC PATCH 6/9] dt-bindings: drop redundant part of title (end, part three)
` [RFC PATCH 7/9] dt-bindings: drop redundant part of title (beginning)
` [RFC PATCH 8/9] dt-bindings: clock: drop redundant part of title
` [RFC PATCH 9/9] dt-bindings: drop redundant part of title (manual)

[PATCH 0/4] pwm: Some refactoring of pwmchip_add()
 2022-11-17 15:33 UTC  (13+ 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 1/2] pwm: mediatek: Add support for MT7986
 2022-11-17 14:23 UTC  (4+ messages)

[PATCH v2] pwm: core: Do not create device link for same consumer & supplier
 2022-11-17 14:09 UTC  (3+ messages)

[PATCH v2 1/2] pwm: core: Refactor pwmchip_add() to avoid extra checks
 2022-11-17 13:54 UTC  (5+ messages)
` [PATCH v2 2/2] pwm: core: Remove S_IFREG from debugfs_create_file()

[PATCH 0/5] pwm: Use regmap_clear_bits and regmap_set_bits where applicable
 2022-11-17 13:52 UTC  (7+ 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 1/9] dt-bindings: pwm: allwinner,sun4i-a10: Add F1C100s compatible
 2022-11-17 13:43 UTC  (5+ messages)
` [PATCH 2/9] ARM: dts: suniv: f1c100s: add PWM node

[PATCH 0/5] pwm: jz4740: Fixes and some light changes
 2022-11-17 13:29 UTC  (9+ messages)
` [PATCH 1/5] pwm: jz4740: Fix pin level of disabled TCU2 channels, part 1
` [PATCH 4/5] pwm: jz4740: Depend on MACH_INGENIC instead of MIPS
` [PATCH 5/5] pwm: jz4740: Use regmap_{set,clear}_bits

[PATCH] Documentation: devres: add missing PWM helper
 2022-11-17 11:59 UTC  (2+ messages)

[PATCH] pwm: mediatek: always use bus clock for PWM on MT7622
 2022-11-17 11:57 UTC  (3+ messages)

[PATCH] backlight: pwm_bl: Drop support for legacy PWM probing
 2022-11-17 11:54 UTC  (5+ messages)

[PATCH 2/2] dt-bindings: pwm: mediatek: Add compatible string for MT7986
 2022-11-17 11:40 UTC  (3+ messages)
` [PATCH v2] dt-bindings: pwm: mediatek: Add compatible "

[PATCH] pwm: Add missing dummy for devm_pwmchip_add()
 2022-11-17 11:34 UTC  (5+ messages)

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

[PATCH v4 0/7] pinctrl: intel: Enable PWM optional feature
 2022-11-17 10:37 UTC  (15+ 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] Input: max8997 - Convert to modern way to get a reference to a PWM
 2022-11-17 10:13 UTC  (2+ messages)

[PATCH v6 3/3] hwmon: (max6639) Change from pdata to dt configuration
 2022-11-17  9:13 UTC  (4+ messages)

[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 v2 01/10] dt-bindings: pwm: allwinner,sun4i-a10: Add F1C100s compatible
 2022-11-15 21:40 UTC  (6+ 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 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  (7+ messages)
` [v2 1/3] dt-bindings: Add bindings for aspeed pwm-tach

[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  (5+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: renesas: Add RZ/G2L POEG binding

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

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

[PATCH v6 00/10] Designware PWM driver updates for OF
 2022-11-10 16:35 UTC  (11+ 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)


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