Linux-PWM Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-03 08:16:21 to 2022-10-28 19:04:45 UTC [more...]

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

[PATCH V2 1/2] pwm: tegra: Improve required rate calculation
 2022-10-28 12:33 UTC  (2+ messages)
` [PATCH V2 2/2] pwm: tegra: Ensure the clock rate is not less than needed

[PATCH v9 0/2] Add support for RZ/G2L GPT
 2022-10-28 10:42 UTC  (3+ messages)
` [PATCH v9 1/2] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v9 2/2] pwm: Add support for RZ/G2L GPT

[PATCH] pwm: mediatek: always use bus clock for PWM on MT7622
 2022-10-28  8:39 UTC  (2+ messages)

[PATCH 1/2] pwm: tegra: Improve required rate calculation
 2022-10-27 16:09 UTC  (10+ messages)
` [PATCH 2/2] pwm: tegra: Fix required rate when clock is lower than needed

[PATCH v5 5/5] pwm: Add support for RZ/G2L MTU3 PWM driver
 2022-10-27 14:48 UTC 

[PATCH v2 0/5] Add PWM for MStar SoCs
 2022-10-27  9:22 UTC  (5+ messages)
` [PATCH v2 2/5] pwm: Add support for the MSTAR MSC313 PWM

[PATCH] pwm: Move pwm_capture() dummy to restore order
 2022-10-26 19:44 UTC  (2+ messages)

[PATCH v2] pwm: tegra: Optimize period calculation
 2022-10-26 10:14 UTC  (13+ messages)

[PATCH 1/2] pwm: mediatek: Add support for MT7986
 2022-10-26 10:00 UTC  (5+ messages)

[PATCH] pwm: Add missing dummy for devm_pwmchip_add()
 2022-10-26  7:05 UTC  (3+ messages)

[PATCH v4 0/4] Add RZ/G2L MTU3a MFD, Counter and pwm driver
 2022-10-25 14:13 UTC  (25+ messages)
` [PATCH v4 1/4] dt-bindings: mfd: Document RZ/G2L MTU3a bindings
` [PATCH v4 4/4] mfd: Add RZ/G2L MTU3 PWM driver

[PATCH 0/5] pwm: jz4740: Fixes and some light changes
 2022-10-25 10:46 UTC  (12+ messages)
` [PATCH 1/5] pwm: jz4740: Fix pin level of disabled TCU2 channels, part 1
` [PATCH 2/5] pwm: jz4740: Fix pin level of disabled TCU2 channels, part 2
` [PATCH 3/5] pwm: jz4740: Force dependency on Device Tree
` [PATCH 4/5] pwm: jz4740: Depend on MACH_INGENIC instead of MIPS
` [PATCH 5/5] pwm: jz4740: Use regmap_{set,clear}_bits

[PATCH 00/21] ARM: s3c: clean out obsolete platforms
 2022-10-24 13:18 UTC  (5+ messages)

[PATCH v6 00/10] Designware PWM driver updates for OF
 2022-10-24 15:45 UTC  (18+ messages)
` [PATCH v6 01/10] dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw-apb-timers-pwm2
` [PATCH v6 02/10] pwm: dwc: allow driver to be built with COMPILE_TEST
` [PATCH v6 03/10] pwm: dwc: change &pci->dev to dev in probe
` [PATCH v6 04/10] pwm: dwc: move memory alloc to own function
` [PATCH v6 05/10] pwm: dwc: use devm_pwmchip_add
` [PATCH v6 06/10] pwm: dwc: split pci out of core driver
` [PATCH v6 07/10] pwm: dwc: make timer clock configurable
` [PATCH v6 08/10] pwm: dwc: add of/platform support
` [PATCH v6 09/10] pwm: dwc: add PWM bit unset in get_state call
` [PATCH v6 10/10] pwm: dwc: use clock rate in hz to avoid rounding issues

[PATCH 2/2] dt-bindings: pwm: mediatek: Add compatible string for MT7986
 2022-10-23 23:37 UTC  (10+ messages)

[PATCH v2 0/5] pwm: pxa: Fixes for enable/disable transitions
 2022-10-22 19:35 UTC  (12+ messages)
` [PATCH v2 1/5] pwm: pxa: Remove pxa_pwm_enable/disable
` [PATCH v2 2/5] pwm: pxa: Set duty cycle to 0 when disabling PWM
` [PATCH v2 3/5] pwm: pxa: Remove clk enable/disable from pxa_pwm_config
` [PATCH v2 4/5] pwm: pxa: Wait for final PWM period to finish
` [PATCH v2 5/5] pwm: pxa: Enable for MMP platform

[PATCH] led: qcom-lpg: Fix sleeping in atomic
 2022-10-22  9:57 UTC  (2+ messages)

[PATCH] pwm: pca9685: Convert to .probe_new()
 2022-10-21  7:55 UTC 

[PATCH v5 00/10] Designware PWM driver updates
 2022-10-20 14:47 UTC  (14+ messages)
` [PATCH v5 01/10] dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw-apb-timers-pwm2
` [PATCH v5 02/10] pwm: dwc: allow driver to be built with COMPILE_TEST
` [PATCH v5 03/10] pwm: dwc: change &pci->dev to dev in probe
` [PATCH v5 04/10] pwm: dwc: move memory alloc to own function
` [PATCH v5 05/10] pwm: dwc: use devm_pwmchip_add
` [PATCH v5 06/10] pwm: dwc: split pci out of core driver
` [PATCH v5 07/10] pwm: dwc: make timer clock configurable
` [PATCH v5 08/10] pwm: dwc: add of/platform support
` [PATCH v5 09/10] pwm: dwc: add PWM bit unset in get_state call
` [PATCH v5 10/10] pwm: dwc: use clock rate in hz to avoid rounding issues

[PATCH v4] pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
 2022-10-19 13:48 UTC  (3+ messages)

[RFC PATCH v1 2/2] ARM: dts: rk3288: add the interrupts property for PWM
 2022-10-19  9:16 UTC  (4+ messages)

[PATCH v3] pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
 2022-10-19  7:19 UTC  (2+ messages)

[PATCH v1] pwm: sifive: Always let the first pwm_apply_state succeed
 2022-10-18 15:01 UTC  (4+ messages)

[PATCH] pwm: sifive: Call pwm_sifive_update_clock() while mutex is held
 2022-10-18  8:59 UTC  (2+ messages)

[PATCH v8 0/2] Add support for RZ/G2L GPT
 2022-10-15 17:31 UTC  (6+ messages)
` [PATCH v8 1/2] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v8 2/2] pwm: Add support for RZ/G2L GPT

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

[PATCH v3 0/4] Add RZ/G2L MTU3a MFD, Counter and pwm driver
 2022-10-10 15:13 UTC  (13+ messages)
` [PATCH v3 1/4] dt-bindings: mfd: Document RZ/G2L MTU3a bindings
` [PATCH v3 3/4] pwm: Add support for RZ/G2L MTU3 PWM

[PATCH] dt-bindings: pwm: renesas,tpu: Add r8a779g0 support
 2022-10-09 21:13 UTC  (4+ messages)

[PATCH] dt-bindings: pwm: renesas,pwm-rcar: Add r8a779g0 support
 2022-10-09 21:13 UTC  (3+ messages)

[PATCH 1/4] gpio: mvebu: Fix check for pwm support on non-A8K platforms
 2022-10-09 12:05 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] ARM: dts: armada-38x: Fix compatible string for gpios

[GIT PULL] pwm: Changes for v6.1-rc1
 2022-10-07 19:20 UTC  (2+ messages)

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

[PATCH 1/3] pwm: Reorder header file to get rid of struct pwm_capture forward declaration
 2022-10-07  9:58 UTC  (8+ messages)
` [PATCH 3/3] pwm: Make capture support optional

[PATCH 0/3] Add RZ/G2L MTU3a MFD and pwm driver
 2022-10-06  8:03 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: mfd: Document RZ/G2L MTU3a bindings
` [PATCH 3/3] pwm: Add support for RZ/G2L MTU3 PWM

[PATCH RFC 0/7] Add RZ/G2L MTU3 PWM driver
 2022-10-03  9:34 UTC  (11+ messages)
` [PATCH RFC 3/7] dt-bindings: mfd: rz-mtu3: Document RZ/G2L MTU3 PWM

[RFC PATCH v1 1/2] dt-bindings: pwm: rockchip: add interrupts property
 2022-10-03  7:49 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).