Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2022-07-13 08:54:55 to 2022-08-19 08:58:14 UTC [more...]

[PATCH v9 0/4] Microchip soft ip corePWM driver
 2022-08-19  8:57 UTC 

[PATCH v3] pwm: rockchip: Convert to use dev_err_probe()
 2022-08-19  8:22 UTC  (2+ messages)

[PATCH v2] pwm: Fixes dpm_run_callback() error in pwm_apply_state()
 2022-08-19  8:07 UTC  (2+ messages)

[PATCH] pwm: removes period check from pwm_apply_state()
 2022-08-19  4:39 UTC  (7+ messages)

[PATCH v1 1/3] hwmon: (pwm-fan) Make use of device properties
 2022-08-18 23:20 UTC  (9+ messages)
` [PATCH v1 2/3] pwm: core: Get rid of unused devm_of_pwm_get()
` [PATCH v1 3/3] pwm: core: Make of_pwm_get() static

[PATCH v2] pwm: tegra: Optimize period calculation
 2022-08-18 20:34 UTC  (5+ messages)

[PATCH v2] pwm: rockchip: Convert to use dev_err_probe()
 2022-08-18 20:14 UTC  (3+ messages)

[RFC v4 00/10] RFC on synpsys pwm driver changes
 2022-08-18 14:05 UTC  (14+ messages)
` [RFC v4 01/10] dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw-apb-timers-pwm2
` [RFC v4 02/10] pwm: dwc: allow driver to be built with COMPILE_TEST
` [RFC v4 03/10] pwm: dwc: change &pci->dev to dev in probe
` [RFC v4 04/10] pwm: dwc: move memory alloc to own function
` [RFC v4 05/10] pwm: dwc: use devm_pwmchip_add
` [RFC v4 06/10] pwm: dwc: split pci out of core driver
` [RFC v4 07/10] pwm: dwc: make timer clock configurable
` [RFC v4 08/10] pwm: dwc: add of/platform support
` [RFC v4 09/10] pwm: dwc: add snps,pwm-number to limit pwm count
` [RFC v4 10/10] pwm: dwc: add PWM bit unset in get_state call

[PATCH] pwm: meson: Simplify probe function with dev_err_probe()
 2022-08-18  7:45 UTC  (2+ messages)

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

DesignWare PWM support for device-tree probing
 2022-08-17  7:56 UTC  (25+ 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

[PATCH] pwm: rockchip: Convert to use dev_err_probe()
 2022-08-17  6:43 UTC  (2+ messages)

[PATCH v1 1/4] pwm: sysfs: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
 2022-08-07 11:23 UTC  (8+ messages)
` [PATCH v1 2/4] pwm: sysfs: Return directly from the for-loop in PM callbacks
` [PATCH v1 3/4] pwm: sysfs: Replace sprintf() with sysfs_emit()
` [PATCH v1 4/4] pwm: sysfs: Utilize an array for polarity strings

[libgpiod] How can I use PWM
 2022-08-06 10:12 UTC 

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

[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  (2+ messages)

[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  (2+ messages)

[[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  (6+ messages)
` [PATCH v6 3/4] pwm: add microchip "

update synopsys driver for platform/devicetree support
 2022-07-19  8:20 UTC  (29+ messages)
` [PATCH 1/7] pwm: change &pci->dev to dev in probe
` [PATCH 3/7] pwm: dwc: add of/platform support
` [PATCH 6/7] pwm: dwc: remove the CONFIG_OF in timer clock
` [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)


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