Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2022-06-29 14:26:04 to 2022-08-06 10:07:15 UTC [more...]

DesignWare PWM support for device-tree probing
 2022-08-06 10:07 UTC  (14+ messages)
` [PATCH 1/8] dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw-apb-timers-pwm2
` [PATCH 2/8] pwm: change &pci->dev to dev in probe
` [PATCH 3/8] pwm: move dwc memory alloc to own function
` [PATCH 4/8] pwm: dwc: add of/platform support
` [PATCH 5/8] pwm: dwc: allow driver to be built with COMPILE_TEST
` [PATCH 6/8] pwm: dwc: add timer clock
` [PATCH 7/8] pwm: dwc: add snps,pwm-number to limit pwm count
` [PATCH 8/8] pwm: dwc: add PWM bit unset in get_state call

Do not ignore this message
 2022-08-06  1:08 UTC 

[PATCH v5 0/2] Add support for RZ/G2L GPT
 2022-08-05 21:05 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v5 2/2] pwm: Add support for RZ/G2L GPT

[PATCH v7 0/4] Microchip soft ip corePWM driver
 2022-08-05 20:01 UTC  (11+ messages)
` [PATCH v7 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v7 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v7 3/4] pwm: add microchip soft ip corePWM driver
` [PATCH v7 4/4] MAINTAINERS: add pwm to PolarFire SoC entry

[PATCH] pwm: removes period check from pwm_apply_state()
 2022-08-05 15:55 UTC  (2+ messages)

[GIT PULL] pwm: Changes for v5.20-rc1
 2022-08-02 18:34 UTC  (2+ messages)

[PATCH v4 0/2] Add support for RZ/G2L GPT
 2022-08-02  6:58 UTC  (7+ messages)
` [PATCH v4 1/2] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v4 2/2] pwm: Add support for RZ/G2L GPT

[PATCH 1/7] pwm: sifive: Simplify offset calculation for PWMCMP registers
 2022-07-28 17:45 UTC  (13+ messages)
` [PATCH 2/7] pwm: sifive: Fold pwm_sifive_enable() into its only caller
` [PATCH 3/7] pwm: sifive: Reduce time the controller lock is held
` [PATCH 4/7] pwm: sifive: Enable clk only after period check in .apply()
` [PATCH 5/7] pwm: sifive: Simplify clk handling
` [PATCH 6/7] pwm: sifive: Ensure the clk is enabled exactly one per running PWM
` [PATCH 7/7] pwm: sifive: Shut down hardware only after pwmchip_remove() completed

[PATCH 1/2] pwm: lpc18xx: Convert to use dev_err_probe()
 2022-07-28 17:22 UTC  (3+ messages)
` [PATCH 2/2] pwm: lpc18xx: Fix period handling

[PATCH] pwm: twl-led: Document some limitations and link to the reference manual
 2022-07-28 17:21 UTC  (2+ messages)

[PATCH 3/8] MAINTAINERS: Remove myself as PWM maintainer
 2022-07-28 17:18 UTC  (7+ messages)
` [PATCH 8/8] dt-bindings: regulator: pwm: Update Lee Jones' email address

[PATCH] MAINTAINERS: add include/dt-bindings/pwm to PWM SUBSYSTEM
 2022-07-28 17:16 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: pwm: mediatek: add pwm binding for MT8195
 2022-07-28 17:15 UTC  (5+ messages)
  ` [PATCH 2/2] arm64: dts: mediatek: mt8195: add pwm node

[[PATCH v2] 1/9] dt-bindings: pwm: Document Synopsys DesignWare snps,pwm
 2022-07-28  7:57 UTC  (20+ messages)
` [[PATCH v2] 2/9] dt-bindings: pwm: snps,pwm add pwm number
` [[PATCH v2] 3/9] pwm: change &pci->dev to dev in probe
` [[PATCH v2] 4/9] pwm: move dwc memory alloc to own function
` [[PATCH v2] 5/9] pwm: dwc: add of/platform support
` [[PATCH v2] 6/9] pwm: dwc: allow driver to be built with COMPILE_TEST
` [[PATCH v2] 7/9] pwm: dwc: add timer clock
` [[PATCH v2] 8/9] pwm: dwc: add snps,pwm-number to limit pwm count
` [[PATCH v2] 9/9] pwm: dwc: add PWM bit unset in get_state call

[PATCH 1/4] gpio: mvebu: Fix check for pwm support on non-A8K platforms
 2022-07-25 20:04 UTC  (16+ messages)
` [PATCH 2/4] doc: gpio-mvebu: Add information about Armada 38x and Armada 39x
` [PATCH 3/4] ARM: dts: armada-38x: Fix compatible string for gpios
` [PATCH 4/4] ARM: dts: armada-39x: "
` [PATCH v2 1/4] gpio: mvebu: Fix check for pwm support on non-A8K platforms
  ` [PATCH v2 2/4] doc: gpio-mvebu: Add information about Armada 38x and Armada 39x
  ` [PATCH v2 3/4] ARM: dts: armada-38x: Fix compatible string for gpios
  ` [PATCH v2 4/4] ARM: dts: armada-39x: "

[PATCH v3 0/2] Add support for RZ/G2L GPT
 2022-07-21 15:24 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v3 2/2] pwm: Add support for RZ/G2L GPT

[PATCH v6 0/4] Microchip soft ip corePWM driver
 2022-07-21 14:30 UTC  (9+ messages)
` [PATCH v6 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v6 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v6 3/4] pwm: add microchip soft ip corePWM driver
` [PATCH v6 4/4] MAINTAINERS: add pwm to PolarFire SoC entry

update synopsys driver for platform/devicetree support
 2022-07-19  8:20 UTC  (34+ messages)
` [PATCH 1/7] pwm: change &pci->dev to dev in probe
` [PATCH 2/7] pwm: move dwc memory alloc to own function
` [PATCH 3/7] pwm: dwc: add of/platform support
` [PATCH 4/7] pwm: dwc: allow driver to be built with COMPILE_TEST
` [PATCH 5/7] pwm: dwc: add timer clock
` [PATCH 6/7] pwm: dwc: remove the CONFIG_OF in "
` [PATCH 7/7] pwm: dwc: add snps,pwm-number to limit pwm count

[PATCH RESEND v6] backlight: lp855x: Switch to atomic PWM API
 2022-07-18  8:29 UTC  (2+ messages)

[PATCH v2 0/2] Add support for RZ/G2L GPT
 2022-07-12 11:50 UTC  (5+ messages)
` [PATCH v2 2/2] pwm: "

[PATCH v5 0/4] Microchip soft ip corePWM driver
 2022-07-12 10:57 UTC  (12+ messages)
` [PATCH v5 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v5 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v5 3/4] pwm: add microchip soft ip corePWM driver
` [PATCH v5 4/4] MAINTAINERS: add pwm to PolarFire SoC entry

[PATCH v9 0/2] Clock based PWM output driver
 2022-07-11 20:33 UTC  (3+ messages)
` [PATCH v9 1/2] dt-bindings: pwm: Document clk based PWM controller
` [PATCH v9 2/2] pwm: Add clock based PWM output driver

[PATCH v8 0/2] Clock based PWM output driver
 2022-07-11  9:27 UTC  (6+ messages)
` [PATCH v8 1/2] dt-bindings: pwm: Document clk based PWM controller
` [PATCH v8 2/2] pwm: Add clock based PWM output driver

[PATCH v7 0/2] Clock based PWM output driver
 2022-07-11  7:24 UTC  (8+ messages)
` [PATCH v7 1/2] dt-bindings: pwm: Document clk based PWM controller
` [PATCH v7 2/2] pwm: Add clock based PWM output driver

[PATCH v4 0/4] Microchip soft ip corePWM driver
 2022-07-08 14:34 UTC  (6+ messages)
` [PATCH v4 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v4 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v4 3/4] pwm: add microchip soft ip corePWM driver
` [PATCH v4 4/4] MAINTAINERS: add pwm to PolarFire SoC entry

[PATCH 6/6] i2c: Make remove callback return void
 2022-07-06  9:31 UTC  (6+ messages)

[PATCH v3 0/2] Add support for Microchip's pwm fpga core
 2022-07-01 17:56 UTC  (6+ messages)
` [PATCH v3 1/2] pwm: add microchip soft ip corePWM driver
` [PATCH v3 2/2] MAINTAINERS: add pwm to PolarFire SoC entry


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