Linux-PWM Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 13:06:01 to 2021-06-17 16:08:57 UTC [more...]

[PATCH] dt-bindings: Drop redundant minItems/maxItems
 2021-06-17 16:05 UTC  (11+ messages)

[PATCH v1 0/6] pwm: tegra: several improvements
 2021-06-17  9:51 UTC  (7+ messages)
` [PATCH v1 1/6] pwm: tegra: Drop an if block with an always false condition
` [PATCH v1 2/6] pwm: tegra: Don't modify HW state in .remove callback
` [PATCH v1 3/6] pwm: tegra: Don't needlessly enable and disable the clock in .remove()
` [PATCH v1 4/6] pwm: tegra: Assert reset only after the PWM was unregistered
` [PATCH v1 5/6] pwm: tegra: Implement .apply callback
` [PATCH v1 6/6] pwm: tegra: unfold legacy callbacks into tegra_pwm_apply()

[PATCH v2 1/2] pwm: Introduce single-PWM of_xlate function
 2021-06-17  6:24 UTC  (5+ messages)
` [PATCH v2 2/2] drm/bridge: ti-sn65dsi86: Implement the pwm_chip

[PATCH] dt-bindings: pwm: Use examples with documented/matching schema
 2021-06-16 17:36 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-06-16 12:12 UTC  (13+ messages)
` [PATCH v3 2/2] clocksource: Add support for "

[PATCH v5 0/3] fix the clks on/off mismatch issue and switch pwm-mtk-disp to atomic APIs
 2021-06-16  8:52 UTC  (4+ messages)
` [PATCH v5 1/3] pwm: mtk-disp: adjust the clocks to avoid them mismatch
` [PATCH v5 2/3] pwm: mtk_disp: implement atomic API .apply()
` [PATCH v5 3/3] pwm: mtk_disp: implement atomic API .get_state()

[PATCH 0/7] Prepare EP93xx drivers for Common Clock Framework
 2021-06-14  7:30 UTC  (6+ messages)
` [PATCH 7/7] pwm: ep93xx: Prepare clock before using it

[PATCH v3] arm: dts: ti: drop usage of redundant compatible
 2021-06-11  7:27 UTC  (3+ messages)

[PATCH v4 0/3] fix the clock on/off mismatch and switch pwm api to atomic API
 2021-06-11  2:37 UTC  (10+ messages)
` [PATCH v4 1/3] pwm: mtk-disp: adjust the clocks to avoid them mismatch
` [PATCH v4 2/3] pwm: mtk-disp: move the commit to clock enabled
` [PATCH v4 3/3] pwm: mtk-disp: Switch to atomic API

[PATCH v4 1/3] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-06-10 16:15 UTC  (8+ messages)
` [PATCH v4 2/3] clocksource: Rewrite Xilinx AXI timer driver
` [PATCH v4 3/3] pwm: Add support for Xilinx AXI Timer

[PATCH 0/6] pwm: sun4i: only wait 2 cycles prior to disabling
 2021-06-10 13:41 UTC  (14+ messages)
` [PATCH 1/6] pwm: sun4i: enable clk prior to getting its rate
` [PATCH 2/6] pwm: sun4i: disable EN bit prior to the delay
` [PATCH 3/6] pwm: sun4i: replace spinlock with a mutex
` [PATCH 4/6] pwm: sun4i: simplify calculation of the delay time
` [PATCH 5/6] pwm: sun4i: shorten the delay to 2 cycles
` [PATCH 6/6] pwm: sun4i: don't delay if the PWM is already off

[PATCH 1/4] pwm: core: Support new usage_power setting in PWM state
 2021-06-10 13:11 UTC  (12+ messages)

[PATCH v7 0/6] clk: provide new devm helpers for prepared and enabled clocks
 2021-06-09 20:21 UTC  (3+ messages)
` [PULL] Add variants of devm_clk_get for prepared and enabled clocks "

[v8 0/2] Support pwm driver for aspeed ast26xx
 2021-06-08  6:46 UTC  (3+ messages)
` [v8 1/2] dt-bindings: Add bindings for aspeed pwm-tach
` [v8 2/2] pwm: Add Aspeed ast2600 PWM support

[v7 0/2] Support pwm driver for aspeed ast26xx
 2021-06-08  4:26 UTC  (5+ messages)
` [v7 1/2] dt-bindings: Add bindings for aspeed pwm-tach
` [v7 2/2] pwm: Add Aspeed ast2600 PWM support

[PATCH v3 1/6] docs: firmware-guide: ACPI: Add a PWM example
 2021-06-07 14:36 UTC  (9+ messages)
` [PATCH v3 2/6] pwm: core: Convert to use fwnode for matching
` [PATCH v3 3/6] pwm: core: Reuse fwnode_to_pwmchip() in ACPI case
` [PATCH v3 4/6] pwm: core: Unify fwnode checks in the module
` [PATCH v3 5/6] pwm: core: Remove unused devm_pwm_put()
` [PATCH v3 6/6] pwm: core: Simplify some devm_*pwm*() functions

[PATCH v2 1/7] docs: firmware-guide: ACPI: Add a PWM example
 2021-06-07 14:11 UTC  (16+ messages)
` [PATCH v2 2/7] pwm: core: Always require PWM flags to be provided
` [PATCH v2 3/7] pwm: core: Convert to use fwnode for matching
` [PATCH v2 4/7] pwm: core: Reuse fwnode_to_pwmchip() in ACPI case
` [PATCH v2 5/7] pwm: core: Unify fwnode checks in the module
` [PATCH v2 6/7] pwm: core: Remove unused devm_pwm_put()
` [PATCH v2 7/7] pwm: core: Simplify some devm_*pwm*() functions

Atomic update of period and duty_cycle in sysfs
 2021-06-07 13:47 UTC 

Patches for next
 2021-06-06 21:49 UTC 

[PATCH 0/2] dt-bindings: pwm: pwm-tiecap: Convert to json schema
 2021-06-04 21:49 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dt-bindings: pwm: pwm-tiecap: Add compatible string for AM64 SoC

[PATCH v2 0/4] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
 2021-06-04 20:57 UTC  (7+ messages)
` [PATCH v2 1/4] arm: dts: ti: drop usage of redundant compatible
` [PATCH v2 2/4] dt-bindings: pwm: tiehrpwm: Make clock and clock-names as required properties
` [PATCH v2 3/4] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
` [PATCH v2 4/4] dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC

[PATCH v3 0/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
 2021-06-04  9:48 UTC  (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC

[PATCH v2 1/3] pwm: driver for qualcomm ipq6018 pwm block
 2021-06-02 23:05 UTC  (7+ messages)
` [PATCH v2 2/3] dt-bindings: pwm: add IPQ6018 binding
` [PATCH v2 3/3] arm64: dts: ipq6018: add pwm node

[PATCH 0/4] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
 2021-06-01  5:32 UTC  (9+ messages)
` [PATCH 1/4] arm: dts: ti: drop usage of redundant compatible
` [PATCH 2/4] dt-bindings: pwm: tiehrpwm: Make clock and clock-names as required properties
` [PATCH 3/4] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
` [PATCH 4/4] dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC

[PATCH v1 1/5] docs: firmware-guide: ACPI: Add a PWM example
 2021-05-31 19:41 UTC  (7+ messages)
` [PATCH v1 2/5] pwm: core: Always require PWM flags to be provided
` [PATCH v1 3/5] pwm: core: Convert to use fwnode for matching
` [PATCH v1 4/5] pwm: core: Reuse fwnode_to_pwmchip() in ACPI case
` [PATCH v1 5/5] pwm: core: Unify fwnode checks in the module

[PATCH] pwm: sun4i: Avoid waiting until the next period
 2021-05-27 13:53 UTC  (7+ messages)

[PATCH] pwm: crc: Simplify using devm_pwmchip_add()
 2021-05-26  9:31 UTC  (2+ messages)

[PATCH v3 0/3] Convert the mtk_disp driver to aotmic API
 2021-05-26  2:48 UTC  (4+ messages)
` [PATCH v3 1/3] pwm: mtk_disp: remove the clock operations for atomic APIs
` [PATCH v3 2/3] pwm: mtk_disp: implement atomic API .apply()
` [PATCH v3 3/3] pwm: mtk_disp: implement atomic API .get_state()

[PATCH v2 0/3] Convert the mtk_disp driver to aotmic API
 2021-05-26  1:54 UTC  (4+ messages)
` [PATCH v2 1/3] pwm: mtk_disp: clear the clock operations

[PATCH 1/2] pwm: stm32-lp: Don't modify HW state in .remove callback
 2021-05-25 20:24 UTC  (4+ messages)

[PATCH 0/2] Changes for pwmchip_remove()
 2021-05-25 19:59 UTC  (4+ messages)
` [PATCH 2/2] pwm: imx27: Don't check the return code of pwmchip_remove()

[PATCH] pwm: visconti: Fix and simplify period calculation
 2021-05-25 17:57 UTC  (3+ messages)

[PATCH v2 0/3] pwm: spear: some cleanups
 2021-05-25 16:44 UTC  (2+ messages)

[PATCH v2 0/4] pwm: Simplify drivers with of_pwm_n_cells = 3
 2021-05-25 16:24 UTC  (2+ messages)

[PATCH 1/2] pwm: imx1: Don't disable clocks at device remove time
 2021-05-25  6:35 UTC  (2+ messages)
` [PATCH 2/2] pwm: imx1: Simplify using devm_pwmchip_add()

[v6 0/2] Support pwm driver for aspeed ast26xx
 2021-05-24 11:02 UTC  (5+ messages)
` [v6 2/2] pwm: Add Aspeed ast2600 PWM support

[PATCH 1/3] pwm: driver for qualcomm ipq6018 pwm block
 2021-05-23 15:54 UTC 

[PATCH] pwm: clps711x: Simplify using devm_pwmchip_add()
 2021-05-23 13:34 UTC 

Patches for next merge window?
 2021-05-22 15:27 UTC 

[PATCH] pwm: sprd: Don't check the return code of pwmchip_remove()
 2021-05-22 15:04 UTC 

REQUEST FOR QUOTATION
 2021-05-21 21:46 UTC 

[PATCH v1 1/1] platform/x86: Add PWM platform data for Merrifield
 2021-05-21 16:56 UTC  (3+ messages)

[PATCH 0/6] Rid W=1 warnings from Comedi
 2021-05-21 16:25 UTC  (10+ messages)
` [PATCH 5/6] comedi: drivers: ni_mio_common: Move 'range_ni_E_ao_ext' to where it is used

[PATCH 1/3] dt-bindings: pwm: pwm-mtk-disp: convert to YAML schema
 2021-05-21  1:20 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).