Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2022-03-18 12:58:21 to 2022-05-04 12:46:02 UTC [more...]

[PATCH v2 1/1] hwmon: pwm-fan: dynamically switch regulator
 2022-05-04 12:45 UTC 

[PATCH 1/1] hwmon: pwm-fan: dynamically switch regulator
 2022-05-04 12:41 UTC 

[PATCH v14 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2022-05-04  7:30 UTC  (14+ messages)
` [PATCH v14 2/2] leds: Add driver for Qualcomm LPG

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH 0/2] MediaTek Helio X10 MT6795 - PWM driver
 2022-05-03 12:37 UTC  (4+ messages)
` [PATCH 1/2] pwm: pwm-mediatek: Add support for MediaTek Helio X10 MT6795
` [PATCH 2/2] dt-bindings: pwm: pwm-mediatek: Add documentation for MT6795 SoC

[PATCH] gpio: mvebu: drop pwm base assignment
 2022-05-02  9:30 UTC  (9+ messages)

[RFC 0/5] Add support for RZ/G2L GPT
 2022-04-30  7:59 UTC  (3+ messages)
` [RFC 1/5] dt-bindings: pwm: Add RZ/G2L GPT binding
` [RFC 2/5] pwm: Add support for RZ/G2L GPT

[PATCH v6 0/4] Add channel type support to pwm-cros-ec
 2022-04-28 10:04 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: add mfd/cros_ec definitions
` [PATCH v6 2/4] pwm: pwm-cros-ec: add channel type support
` [PATCH v6 3/4] dt-bindings: google,cros-ec-pwm: add the new -type compatible
` [PATCH v6 4/4] arm64: dts: address cros-ec-pwm channels by type

[PATCH v5 0/4] Add channel type support to pwm-cros-ec
 2022-04-26 14:02 UTC  (11+ messages)
` [PATCH v5 1/4] dt-bindings: add mfd/cros_ec definitions
` [PATCH v5 2/4] pwm: pwm-cros-ec: add channel type support
` [PATCH v5 3/4] dt-bindings: update google,cros-ec-pwm documentation
` [PATCH v5 4/4] arm64: dts: address cros-ec-pwm channels by type

[PATCH] pwm: samsung: Implement .apply() callback
 2022-04-25 17:50 UTC  (4+ messages)

[PATCH v2] pwm: tegra: Optimize period calculation
 2022-04-25 13:22 UTC 

[PATCH] pwm: tegra: Optimize period calculation
 2022-04-25  7:34 UTC  (3+ messages)

[PATCH v4 0/2] Add PWM driver for Suplus SP7021 SoC
 2022-04-25  1:49 UTC  (7+ messages)
` [PATCH v4 1/2] dt-bindings: pwm: Add bindings doc for Sunplus SoC SP7021 PWM Driver
` [PATCH v4 2/2] pwm: sunplus-pwm: Add "

[PATCH v2 1/2] dt-bindings: timer: Add PWM compatible for X1000 SoC
 2022-04-22 17:53 UTC  (5+ messages)
` [PATCH v2 2/2] mips: dts: ingenic: x1000: Add PWM device tree node

[PATCH v6,0/5] Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format
 2022-04-22 16:57 UTC  (10+ messages)
` [PATCH v6,1/5] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format
` [PATCH v6,2/5] dt-bindings: pwm: Add compatible for MediaTek MT8192
` [PATCH v6,3/5] dt-bindings: pwm: Add compatible for MediaTek MT8195
` [PATCH v6,4/5] dt-bindings: pwm: Add compatible for MediaTek MT8186
` [PATCH v6,5/5] dt-bindings: pwm: Add interrupts property for MediaTek MT8192
  ` [PATCH v6, 5/5] "

[PATCH] pwm: clps71xx: Implement .apply() callback
 2022-04-22 16:52 UTC  (2+ messages)

[PATCH] pwm: raspberrypi-poe: Fix endianess in firmware struct
 2022-04-22 16:51 UTC  (2+ messages)

[PATCH] pwm: atmel-tcp: Make atmel_tcb_divisors static
 2022-04-22 16:50 UTC  (4+ messages)

[PATCH 1/2] pwm: lp3943: fix duty calculation in case period was clamped
 2022-04-22 16:43 UTC  (3+ messages)
` [PATCH 2/2] pwm: lp3943: Implement .apply() callback

[PATCH v3 0/2] dt-bindings: pwm: convert atmel pwm to json-schema
 2022-04-22 16:32 UTC  (2+ messages)

[PATCH v14 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2022-04-22 16:30 UTC  (4+ messages)
` [PATCH v14 2/2] pwm: Add support for "

[PATCH] pwm: atmel-tcb: Drop duplicated tracking of per-channel data
 2022-04-22 16:13 UTC  (2+ messages)

[PATCH 1/3] pwm-sun4i: convert "next_period" to local variable
 2022-04-22 15:47 UTC  (2+ messages)

[PATCH v2 0/6] pwm: renesas-tpu: Various improvements
 2022-04-20 18:12 UTC  (12+ messages)
` [PATCH v2 1/6] pwm: renesas-tpu: Make use of dev_err_probe()
` [PATCH v2 2/6] pwm: renesas-tpu: Make use of devm functions
` [PATCH v2 3/6] pwm: renesas-tpu: Implement .apply() callback
` [PATCH v2 4/6] pwm: renesas-tpu: Rename variables to match the usual naming
` [PATCH v2 5/6] pwm: renesas-tpu: Improve maths to compute register settings
` [PATCH v2 6/6] pwm: renesas-tpu: Improve precision of period and duty_cycle calculation

[PATCH 1/6] pwm: renesas-tpu: Make use of dev_err_probe()
 2022-04-20 10:27 UTC  (16+ messages)
` [PATCH 2/6] pwm: renesas-tpu: Make use of devm functions
` [PATCH 3/6] pwm: renesas-tpu: Implement .apply() callback
` [PATCH 4/6] pwm: renesas-tpu: Rename variables to match the usual naming
` [PATCH 5/6] pwm: renesas-tpu: Improve maths to compute register settings
` [PATCH 6/6] pwm: renesas-tpu: Improve precision of period and duty_cycle calculation

[PATCH v4 0/4] Add channel type support to pwm-cros-ec
 2022-04-19 17:35 UTC  (9+ messages)
` [PATCH v4 1/4] dt-bindings: add mfd/cros_ec definitions
` [PATCH v4 2/4] pwm: pwm-cros-ec: add channel type support
` [PATCH v4 3/4] dt-bindings: update google,cros-ec-pwm documentation
` [PATCH v4 4/4] arm64: dts: address cros-ec-pwm channels by type

[PATCH 0/4] mfd/pwm: dt-bindings: google,cros-ec: include generic pwm schema
 2022-04-19 10:12 UTC  (7+ messages)
` [PATCH 2/4] arm64: dts: mt8183: align Google CROS EC PWM node name with dtschema
  ` (subset) "

[PATCH v3 0/4] Add channel type support to pwm-cros-ec
 2022-04-12  8:40 UTC  (8+ messages)
` [PATCH v3 1/4] dt-bindings: add mfd/cros_ec definitions
` [PATCH v3 2/4] drivers: pwm: pwm-cros-ec: add channel type support
` [PATCH v3 3/4] dt-bindings: update google,cros-ec-pwm documentation
` [PATCH v3 4/4] arm64: dts: address cros-ec-pwm channels by type

[PATCH v2] staging: greybus: pwm: Drop assignment to struct pwm_chip::base
 2022-04-11 11:30 UTC 

[PATCH] staging: greybus: Drop assignment to struct pwm_chip::base
 2022-04-11  9:49 UTC  (4+ messages)

[PATCH] pwm: sifive: simplify if-if to if-else
 2022-04-08 10:07 UTC  (2+ messages)

[PATCH v2 0/4] Add channel type support to pwm-cros-ec
 2022-04-07 19:36 UTC  (10+ messages)
` [PATCH v2 1/4] dt-bindings: add mfd/cros_ec definitions
` [PATCH v2 2/4] drivers: pwm: pwm-cros-ec: add channel type support
` [PATCH v2 3/4] dt-bindings: update google,cros-ec-pwm documentation
` [PATCH v2 4/4] arm64: dts: address cros-ec-pwm channels by type

[PATCH v8 0/3 RESEND] Multicolor PWM LED support
 2022-04-07  7:32 UTC  (4+ messages)
` [PATCH v8 1/3 RESEND] dt-bindings: leds: Optional multi-led unit address
` [PATCH v8 2/3 RESEND] dt-bindings: leds: Add multicolor PWM LED bindings
` [PATCH v8 3/3 RESEND] leds: Add PWM multicolor driver

[PATCH v6 0/2] Clock based PWM output driver
 2022-04-02  6:59 UTC  (4+ messages)
` [PATCH v6 2/2] pwm: Add clock "

[PATCH v5,0/4] Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format
 2022-03-31 23:20 UTC  (13+ messages)
` [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format
  ` [PATCH v5, 1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format
` [PATCH v5,2/4] dt-bindings: pwm: Add compatible for MediaTek MT8192
` [PATCH v5,3/4] dt-bindings: pwm: Add compatible for MediaTek MT8195
` [PATCH v5 4/4] dt-bindings: pwm: Add compatible for MediaTek MT8186

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

[PATCH v4 0/6] Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format
 2022-03-24 23:48 UTC  (9+ messages)
` [PATCH v4,1/6] dt-bindings: pwm: "
` [PATCH v4,2/6] dt-bindings: pwm: Remove compatible for MediaTek MT8167
` [PATCH v4,3/6] dt-bindings: pwm: Add compatible for MediaTek MT8183
` [PATCH v4,4/6] dt-bindings: pwm: Add compatible for MediaTek MT8192
` [PATCH v4,5/6] dt-bindings: pwm: Add compatible for MediaTek MT8195
` [PATCH v4,6/6] dt-bindings: pwm: Add compatible for MediaTek MT8186

[PATCH 0/4] Add channel type support to pwm-cros-ec
 2022-03-22 12:19 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: add mfd/cros_ec definitions
` [PATCH 2/4] drivers: pwm: pwm-cros-ec: add channel type support
` [PATCH 3/4] dt-bindings: update google,cros-ec-pwm documentation
` [PATCH 4/4] arm64: dts: address cros-ec-pwm channels by type

[PATCH] MAINTAINERS: sifive: drop Yash Shah
 2022-03-22  0:31 UTC  (2+ messages)

[PATCH v3 0/2] Add PWM driver for Suplus SP7021 SoC
 2022-03-21 21:24 UTC  (3+ messages)
` [PATCH v3 2/2] pwm: sunplus-pwm: Add Sunplus SoC SP7021 PWM Driver

[PATCH v8 00/16] clk: provide new devm helpers for prepared and enabled clocks
 2022-03-21  7:22 UTC  (4+ messages)
` [PATCH v8 02/16] clk: Provide new devm_clk "

[PATCH v6] staging: greybus: introduce pwm_ops::apply
 2022-03-18 12:58 UTC  (3+ messages)


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