Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2024-06-18 10:25:05 to 2024-07-03 18:07:43 UTC [more...]

[PATCH 00/20] Simplify of_property_for_each_u32()
 2024-07-03 18:07 UTC  (30+ messages)
` [PATCH 01/20] of: add of_property_for_each_u32_new()
` [PATCH 02/20] clk: convert to of_property_for_each_u32_new()
` [PATCH 03/20] clk: qcom: "
` [PATCH 04/20] clk: sunxi: clk-simple-gates: "
` [PATCH 05/20] clk: sunxi: clk-sun8i-bus-gates: "
` [PATCH 06/20] clocksource/drivers/samsung_pwm: "
` [PATCH 07/20] bus: ti-sysc: "
` [PATCH 08/20] lk: clk-conf: "
` [PATCH 09/20] gpio: brcmstb: "
` [PATCH 10/20] pinctrl: s32cc: "
` [PATCH 11/20] irqchip/atmel-aic: "
` [PATCH 12/20] iio: adc: ti_am335x_adc: "
` [PATCH 13/20] pwm: samsung: "
` [PATCH 14/20] tty: sysrq: "
` [PATCH 15/20] usb: usb251xb: "
` [PATCH 16/20] mfd: ti_am335x_tscadc: "
` [PATCH 17/20] ASoC: arizona: "
` [PATCH 18/20] powerpc/xive: "
` [PATCH 19/20] "
` [PATCH 20/20] of: deprecate and rename of_property_for_each_u32()

[PATCH] pwm: stm32: Always do lazy disabling
 2024-07-03 11:00 UTC 

[PATCH v4 0/2] pwm: Introduce pwm driver for the Loongson family chips
 2024-07-03  7:42 UTC  (2+ messages)

[PATCH v2 0/5] mfd: stm32-timers: Make register definition more flexible
 2024-07-03  1:44 UTC  (18+ messages)
` [PATCH v2 1/5] mfd: stm32-timers: Unify alignment of register definition
` [PATCH v2 2/5] mfd: stm32-timers: Add some register definitions with a parameter
` [PATCH v2 3/5] counter: stm32-timer-cnt: Use TIM_DIER_CCxIE(x) instead of TIM_DIER_CCxIE(x)
` [PATCH v2 4/5] mfd: stm32-timers: Drop unused TIM_DIER_CC_IE
` [PATCH v2 5/5] pwm-stm32: Make use of parametrised register definitions
  ` [GIT PULL] Immutable branch between MFD and Counter due for the v5.11 merge window

[PATCH v20 0/4] Add support for RZ/G2L GPT
 2024-07-02 19:19 UTC  (2+ messages)

[PATCH v2] pwm: imx-tpm: Enable pinctrl setting for sleep state
 2024-07-02 16:45 UTC 

[PATCH v13] pwm: opencores: Add PWM driver support
 2024-07-02  9:23 UTC  (3+ messages)

[PATCH v3 0/2] pwm: meson: add pwm support for A1
 2024-07-02 14:48 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: pwm: amlogic: Add new bindings for meson A1 PWM
` [PATCH v3 2/2] arm64: dts: meson: a1: add definitions for meson PWM

[PATCH v2 0/3] pwm: meson: add pwm support for A1
 2024-07-02 12:29 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: pwm: amlogic: Add new bindings for meson A1 PWM
` [PATCH v2 2/3] dt-bindings: pwm: amlogic: Add optional power-domains
` [PATCH v2 3/3] arm64: dts: meson: a1: add definitions for meson PWM

[PATCH v13] pwm: opencores: Add PWM driver support
 2024-07-02  8:35 UTC 

[PATCH] pwm: imx-tpm: Enable pinctrl setting for sleep state
 2024-07-01 21:14 UTC  (5+ messages)

[PATCH 0/2] add support for meson a1 PWM in dts and bindings
 2024-07-01 13:25 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: pwm: amlogic: Add new bindings for meson A1 pwm
` [PATCH 2/2] arm64: dts: meson: a1: add definitions for meson pwm

[PATCH v2 00/17] backlight: Introduce power-state constants
 2024-07-01 11:07 UTC  (21+ messages)
` [PATCH v2 01/17] backlight: Add BACKLIGHT_POWER_ constants for power states
` [PATCH v2 02/17] backlight: aat2870-backlight: Use blacklight power constants
` [PATCH v2 03/17] backlight: ams369fb06: Use backlight "
` [PATCH v2 04/17] backlight: corgi-lcd: "
` [PATCH v2 05/17] backlight: gpio-backlight: "
` [PATCH v2 06/17] backlight: ipaq-micro-backlight: "
` [PATCH v2 07/17] backlight: journada_bl: "
` [PATCH v2 08/17] backlight: kb3886-bl: "
` [PATCH v2 09/17] backlight: ktd253-backlight: "
` [PATCH v2 10/17] backlight: led-backlight: "
` [PATCH v2 11/17] backlight: lm3533-backlight: "
` [PATCH v2 12/17] backlight: mp3309c: "
` [PATCH v2 13/17] backlight: pandora-backlight: "
` [PATCH v2 14/17] backlight: pcf50633-backlight: "
` [PATCH v2 15/17] backlight: pwm-backlight: "
` [PATCH v2 16/17] backlight: rave-sp-backlight: "
` [PATCH v2 17/17] backlight: sky81452-backlight: "

[PATCH] pwm: xilinx: Simplify using devm_ functions
 2024-06-29  8:17 UTC  (3+ messages)

[PATCH] pwm: Allow pwm state transitions from an invalid state
 2024-06-28 10:35 UTC 

[PATCH 0/3] pwm: Use guards instead of explicity mutex_lock + mutex_unlock
 2024-06-27 20:31 UTC  (4+ messages)
` [PATCH 1/3] pwm: Use guards for pwm_lock "
` [PATCH 2/3] pwm: Use guards for export->lock "
` [PATCH 3/3] pwm: Use guards for pwm_lookup_lock "

[PATCH v7 0/2] pwm: Add GPIO PWM driver
 2024-06-27  9:54 UTC  (4+ messages)

[PATCH v10 00/38] ep93xx device tree conversion
 2024-06-27  8:29 UTC  (7+ messages)

[PATCH 1/1] dt-bindings: pwm: imx: remove interrupt proptery from required
 2024-06-27  8:27 UTC  (2+ messages)

[PATCH v8 0/2] Add support for Amlogic S4 PWM
 2024-06-27  8:16 UTC  (15+ messages)
` [PATCH v8 1/2] pwm: meson: "
` [PATCH v8 2/2] arm64: dts: amlogic: Add "
` (subset) [PATCH v8 0/2] Add support for "

[PATCH] pwm: Register debugfs operations after the pwm class
 2024-06-26 22:25 UTC 

[PATCH v2] dt-bindings: drop stale Anson Huang from maintainers
 2024-06-26  6:51 UTC  (5+ messages)

[PATCH v4 0/3] hwmon: (adt7475) duty cycle configuration
 2024-06-25 16:22 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: hwmon: Add adt7475 fan/pwm properties

[RFC PATCH v2] regulator: pwm-regulator: Make assumptions about disabled PWM consistent
 2024-06-23 21:09 UTC  (3+ messages)

[GIT PULL] pwm: Three fixes for the pwm-stm32 driver (take 2)
 2024-06-22 15:21 UTC  (2+ messages)

[PATCH v2 0/3] pwm: stm32: Three fixes
 2024-06-22 14:07 UTC  (5+ messages)
` [PATCH v2 1/3] pwm: stm32: Refuse too small period requests
` [PATCH v2 2/3] pwm: stm32: Fix calculation of prescaler
` [PATCH v2 3/3] pwm: stm32: Fix error message to not describe the previous error path

[GIT PULL] pwm: Three fixes for the pwm-stm32 driver
 2024-06-21  9:41 UTC  (2+ messages)

[PATCH] pwm: stm32: Fix error message to not describe the previous error path
 2024-06-21  6:54 UTC 

[PATCH v3 00/23] This is continued work on Samsung S9(SM-9600) starqltechn
 2024-06-20 20:14 UTC  (57+ messages)
` [PATCH v3 01/23] power: supply: add undervoltage health status property
` [PATCH v3 02/23] gcc-sdm845: Add rates to the GP clocks
` [PATCH v3 03/23] dt-bindings: panel: add Samsung s6e3ha8
` [PATCH v3 04/23] dt-bindings: mfd: add maxim,max77705
` [PATCH v3 05/23] dt-bindings: input: add maxim,max77705-haptic
` [PATCH v3 06/23] dt-bindings: power: supply: add maxim,max77705 charger
` [PATCH v3 07/23] dt-bindings: power: supply: add maxim,max77705
` [PATCH v3 08/23] dt-bindings: led: add maxim,max77705-leds
` [PATCH v3 09/23] dt-bindings: mfd: add samsung,s2dos05
` [PATCH v3 10/23] dt-bindings: regulator: "
` [PATCH v3 11/23] drm/panel: Add support for S6E3HA8 panel driver
` [PATCH v3 12/23] mfd: Add new driver for MAX77705 PMIC
` [PATCH v3 13/23] input: add max77705 haptic driver
` [PATCH v3 14/23] power: supply: max77705: Add charger driver for Maxim 77705
` [PATCH v3 15/23] power: supply: max77705: Add fuel gauge "
` [PATCH v3 16/23] leds: max77705: Add LEDs support
` [PATCH v3 17/23] mfd: add s2dos series core driver
` [PATCH v3 18/23] regulator: add s2dos05 regulator support
` [PATCH v3 19/23] power: supply: s2dos05: Add fuel gauge driver for s2dos05
` [PATCH v3 20/23] arm64: dts: qcom: starqltechn: remove wifi
` [PATCH v3 21/23] arm64: dts: qcom: starqltechn: remove framebuffer
` [PATCH v3 22/23] arm64: dts: qcom: starqltechn: fix usb regulator mistake
` [PATCH v3 23/23] arm64: dts: qcom: starqltechn: add new features

[PATCH 0/2] pwm: stm32: Two fixes
 2024-06-20 15:49 UTC  (5+ messages)
` [PATCH 1/2] pwm: stm32: Refuse too small period requests
` [PATCH 2/2] pwm: stm32: Fix calculation of prescaler

[PATCH 0/4] mfd: stm32-timers: Make register definition more flexible
 2024-06-18 17:46 UTC  (3+ messages)
` [PATCH 1/4] mfd: stm32-timers: Unify alignment of register definition


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