Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2019-09-23 08:13:44 to 2019-10-16 11:11:34 UTC [more...]

[PATCH v2 0/3] pwm: stm32: Minor cleanups
 2019-10-16 11:11 UTC  (5+ messages)
` [PATCH v2 1/3] pwm: stm32: Remove clutter from ternary operator
` [PATCH v2 2/3] pwm: stm32: Pass breakinput instead of its values
` [PATCH v2 3/3] pwm: stm32: Validate breakinput data from DT

[PATCH 0/3] pwm: stm32: Minor cleanups
 2019-10-16 10:52 UTC  (11+ messages)
` [PATCH 1/3] pwm: stm32: Remove clutter from ternary operator
` [PATCH 2/3] pwm: stm32: Remove confusing bitmask
` [PATCH 3/3] pwm: stm32: Pass breakinput instead of its values

[PATCH 0/1] Convert period and duty cycle to u64
 2019-10-16 10:15 UTC  (5+ messages)
` [PATCH 1/1] pwm: "

[PATCH v2 0/3] Add PM support to STM32 Timer PWM
 2019-10-16 10:08 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: pwm-stm32: document pinctrl sleep state
` [PATCH v2 2/3] pwm: stm32: split breakinput apply routine to ease PM support
` [PATCH v2 3/3] pwm: stm32: add power management support

[PATCH v2] backlight: pwm_bl: Don't assign levels table repeatedly
 2019-10-16  7:52 UTC  (3+ messages)

[PATCH] pwm: sun4i: Fix incorrect calculation of duty_cycle/period
 2019-10-16  7:40 UTC  (3+ messages)

[PATCH] dt-bindings: pwm: rcar: Add r8a774b1 support
 2019-10-15 17:20 UTC  (3+ messages)

[PATCH] gpio: pca953x: Add Maxim MAX7313 PWM support
 2019-10-15 14:55 UTC  (6+ messages)

[PATCH 00/36] ARM: samsung platform cleanup
 2019-10-15 14:23 UTC  (5+ messages)
  ` [PATCH 11/36] ARM: s5pv210: split from plat-samsung

[PATCH v2 0/4] backlight: pwm_bl: optimizations and small fix for cie1913
 2019-10-14  7:27 UTC  (9+ messages)
` [PATCH v2 1/4] backlight: pwm_bl: fix cie1913 comments and constant
` [PATCH v2 2/4] backlight: pwm_bl: eliminate a 64/32 division
` [PATCH v2 3/4] backlight: pwm_bl: drop use of int_pow()
` [PATCH v2 4/4] backlight: pwm_bl: switch to power-of-2 base for fixed-point math

[PATCH v2 1/8] dt-bindings: rng: exynos4-rng: Convert Exynos PRNG bindings to json-schema
 2019-10-10 21:23 UTC  (6+ messages)
` [PATCH v2 2/8] dt-bindings: sram: Convert SRAM "
` [PATCH v2 4/8] dt-bindings: memory-controllers: Convert Samsung Exynos SROM "

[PATCH v3 1/2] dt-bindings: pwm: Convert PWM bindings to json-schema
 2019-10-10 18:58 UTC  (6+ messages)
` [PATCH v3 2/2] dt-bindings: pwm: Convert Samsung "

[PATCH] pwm: stm32: add comment to better describe breakinput feature
 2019-10-10  7:07 UTC  (4+ messages)

[PATCH] pwm: cros-ec: Let cros_ec_pwm_get_state() return the last applied state
 2019-10-09 14:40 UTC  (13+ messages)

[PATCH 1/5] backlight: pwm_bl: fix cie1913 comments and constant
 2019-10-08 10:43 UTC  (12+ messages)
` [PATCH 2/5] backlight: pwm_bl: eliminate a 64/32 division
` [PATCH 3/5] backlight: pwm_bl: drop use of int_pow()
` [PATCH 4/5] backlight: pwm_bl: switch to power-of-2 base for fixed-point math

[PATCH v2 0/6] pwm: mxs: add support for setting polarity via DT
 2019-10-07  5:00 UTC  (14+ messages)
` [PATCH v2 1/6] pwm: mxs: implement ->apply
` [PATCH v2 2/6] pwm: mxs: remove legacy methods
` [PATCH v2 3/6] pwm: mxs: add support for inverse polarity
` [PATCH v2 4/6] dt-bindings: pwm: mxs-pwm: Increase #pwm-cells
` [PATCH v2 5/6] pwm: mxs: avoid a division in mxs_pwm_apply()
` [PATCH v2 6/6] pwm: update comment on struct pwm_ops::apply

[PATCH] pwm: Fix kerneldoc for apply operation
 2019-10-06 19:48 UTC  (2+ messages)

pwm: Let pwm_get_state() return the last implemented state (01ccf903edd65f6421612321648fa5a7f4b7cb10)
 2019-10-05 21:55 UTC  (2+ messages)

[PATCH] pwm: stm32: Fix the usage of uninitialized variable in stm32_pwm_config()
 2019-10-04 20:26 UTC  (5+ messages)
  ` [Linux-stm32] "

[PATCH] backlight: pwm_bl: Add missing curly branches in else branch
 2019-10-04  9:53 UTC  (2+ messages)

Potential uninitialized variables in pwm: stm32-lp
 2019-10-04  4:52 UTC 

[PATCH] backlight: pwm_bl: Don't assign levels table repeatedly
 2019-10-02 16:32 UTC  (3+ messages)

[PATCH 0/4] pwm: mxs: add support for setting polarity via DT
 2019-10-02 14:19 UTC  (12+ messages)
` [PATCH 1/4] pwm: mxs: implement ->apply
` [PATCH 2/4] pwm: mxs: remove legacy methods
` [PATCH 3/4] pwm: mxs: add support for inverse polarity
` [PATCH 4/4] dt-bindings: pwm: mxs-pwm: Increase #pwm-cells

[PATCH] pwm: sun4i: redundant assignment to variable pval
 2019-10-02 13:30 UTC  (7+ messages)

[PATCH RFC] pwm: add debug knob to help driver authors
 2019-10-02  7:35 UTC  (2+ messages)

[PATCH] pwm: pwm-imx27: Use 'dev' instead of dereferencing it repeatedly
 2019-10-02  7:33 UTC  (7+ messages)

[PATCH AUTOSEL 4.14 13/29] pwm: stm32-lp: Add check in case requested period cannot be achieved
 2019-10-01 16:44 UTC 

[PATCH AUTOSEL 4.19 17/43] pwm: stm32-lp: Add check in case requested period cannot be achieved
 2019-10-01 16:42 UTC 

[PATCH AUTOSEL 5.2 23/63] pwm: stm32-lp: Add check in case requested period cannot be achieved
 2019-10-01 16:40 UTC 

[PATCH AUTOSEL 5.3 25/71] pwm: stm32-lp: Add check in case requested period cannot be achieved
 2019-10-01 16:38 UTC 

[PATCH 0/2] Add PM support to STM32 Timer PWM
 2019-10-01 13:48 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: pwm-stm32: document pinctrl sleep state
` [PATCH 2/2] pwm: stm32: add power management support

[PATCH v10 0/12] Add mt7629 and fix mt7628 pwm
 2019-09-30  9:51 UTC  (18+ messages)
` [PATCH v10 01/12] pwm: mediatek: add a property "num-pwms"
` [PATCH v10 02/12] pwm: mediatek: droping the check for of_device_get_match_data
` [PATCH v10 03/12] pwm: mediatek: remove a property "has-clks"
` [PATCH v10 04/12] pwm: mediatek: allocate the clks array dynamically
` [PATCH v10 05/12] pwm: mediatek: use pwm_mediatek as common prefix
` [PATCH v10 06/12] pwm: mediatek: update license and switch to SPDX tag
` [PATCH v10 07/12] dt-bindings: pwm: pwm-mediatek: add a property "num-pwms"
` [PATCH v10 08/12] pwm: mediatek: Add MT7629 compatible string
` [PATCH v10 09/12] arm64: dts: mt7622: add a property "num-pwms" for PWM
` [PATCH v10 10/12] arm: dts: mt7623: "
` [PATCH v10 11/12] dt-bindings: pwm: update bindings for MT7629 SoC
` [PATCH v10 12/12] arm: dts: mediatek: add mt7629 pwm support

[GIT PULL] pwm: Changes for v5.4-rc1
 2019-09-27 19:25 UTC  (2+ messages)

[PATCH v9 0/11] Add mt7629 and fix mt7628 pwm
 2019-09-25  7:51 UTC  (10+ messages)
` [PATCH v9 03/11] pwm: mediatek: remove a property "has-clks"
` [PATCH v9 07/11] dt-bindings: pwm: pwm-mediatek: add a property "num-pwms"

[PATCH 0/4] pwm patches for the next merge window
 2019-09-24 12:00 UTC  (4+ messages)
` [PATCH 4/4] [RFC] Documentation: pwm: rework documentation for the framework

[PATCH 1/3] MAINTAINERS: add a selection of pwm related keywords to the PWM entry
 2019-09-24 11:03 UTC  (4+ messages)
` [PATCH 2/3] MAINTAINERS: Add patchwork link for "
` [PATCH 3/3] MAINTAINERS: Add myself as reviewer for the PWM subsystem

[PATCH 1/2] pwm: pwm-mxs: use devm_platform_ioremap_resource() to simplify code
 2019-09-24 11:02 UTC  (4+ messages)
` [PATCH 2/2] pwm: pwm-mxs: Use 'dev' instead of dereferencing it repeatedly

[PATCH] pwm: pwm-imx-tpm: Use 'dev' instead of dereferencing it repeatedly
 2019-09-24 10:52 UTC  (2+ messages)

[PATCH 1/2] pwm: Add different PWM output types support
 2019-09-24 10:46 UTC  (7+ messages)


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