Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2023-11-21 15:16:45 to 2023-12-06 11:48:26 UTC [more...]

[PATCH v4 000/115] pwm: Fix lifetime issues for pwm_chips
 2023-12-06 11:43 UTC  (13+ messages)
` [PATCH v4 001/115] pwm: Reduce number of pointer dereferences in pwm_device_request()
` [PATCH v4 002/115] pwm: crc: Use consistent variable naming for driver data
` [PATCH v4 006/115] pwm: cros-ec: Change prototype of helpers to prepare further changes
` [PATCH v4 007/115] pwm: Provide a macro to get the parent device of a given chip
` [PATCH v4 008/115] pwm: ab8500: Make use of pwmchip_parent() macro
` [PATCH v4 011/115] pwm: bcm-kona: "
` [PATCH v4 012/115] pwm: crc: "
` [PATCH v4 013/115] pwm: cros-ec: "
` [PATCH v4 014/115] pwm: dwc: "
` [PATCH v4 015/115] pwm: ep93xx: "
` [PATCH v4 016/115] pwm: fsl-ftm: "
` [PATCH v4 021/115] pwm: lpss: "

[v5 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-12-06  2:35 UTC  (5+ messages)
` [v5 2/2] pwm: sifive: change the PWM controlled LED algorithm

[PATCH 0/6] dt-bindings: samsung: continued - add specific compatibles for Tesla FSD Hi,
 2023-12-05 16:41 UTC  (9+ messages)
` [PATCH 1/6] dt-bindings: i2c: exynos5: add specific compatible for Tesla FSD
` [PATCH 2/6] dt-bindings: pwm: samsung: "
` [PATCH 3/6] dt-bindings: serial: "
` [PATCH 4/6] dt-bindings: samsung: exynos-pmu: "
` [PATCH 5/6] dt-bindings: watchdog: samsung: "
` [PATCH 6/6] arm64: dts: fsd: add specific compatibles "

[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-12-05 16:12 UTC  (10+ messages)
` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: "
` [PATCH 16/17] arm64: dts: exynos850: add specific compatibles to several blocks
` (subset) [PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC

[PATCH v3 000/108] pwm: Fix lifetime issues for pwm_chips
 2023-12-05 12:50 UTC  (66+ messages)
` [PATCH v3 001/108] pwm: cros-ec: Change prototype of helper to prepare further changes
` [PATCH v3 008/108] pwm: cros-ec: Make use of pwmchip_parent() macro
` [PATCH v3 014/108] pwm: jz4740: "
` [PATCH v3 030/108] pwm: sun4i: "
` [PATCH v3 036/108] staging: greybus: pwm: "
` [PATCH v3 051/108] pwm: cros-ec: Make use of devm_pwmchip_alloc() function
` [PATCH v3 058/108] pwm: imx27: "
` [PATCH v3 070/108] pwm: microchip-core: "
` [PATCH v3 100/108] gpio: mvebu: "
` [PATCH v3 101/108] drm/bridge: ti-sn65dsi86: "
` [PATCH v3 102/108] leds: qcom-lpg: "
` [PATCH v3 104/108] pwm: Ensure that pwm_chips are allocated using pwmchip_alloc()
` [PATCH v3 105/108] pwm: Ensure a struct pwm has the same lifetime as its pwm_chip

[PATCH 0/3] imx8qm/imx8qxp: Support for inverted PWM
 2023-12-05 12:37 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: pwm: imx-pwm: Add constraints for #pwm-cells

[PATCH v2 0/3] imx8qm/imx8qxp: Support for inverted PWM
 2023-12-05 12:32 UTC  (5+ messages)
` [PATCH v2 2/3] arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells
` [PATCH v2 3/3] arm64: dts: freescale: imx8-ss-dma: "

[PATCH] pwm: omap-dmtimer: Drop locking
 2023-12-05  9:56 UTC 

[PATCH] pwm: jz4740: Add trailing \n to error messages
 2023-12-04 17:12 UTC  (4+ messages)

[PATCH v17 0/4] Add support for RZ/G2L GPT
 2023-12-04 14:55 UTC  (3+ messages)
` [PATCH v17 3/4] pwm: "

[PATCH v2] pwm: atmel: add missing clk_disable_unprepare()
 2023-12-04 11:51 UTC  (4+ messages)

[PATCH v2] pwm: Stop referencing pwm->chip
 2023-12-01 17:16 UTC  (2+ messages)

[PATCH 0/3] pwm: Alternative way to convert leds-qcom-lpg to devm_pwmchip_alloc()
 2023-11-30 15:41 UTC  (8+ messages)
` [PATCH 1/3] pwm: Provide wrappers for storing and getting private data
` [PATCH 2/3] leds: qcom-lpg: Introduce a wrapper for getting driver data from a pwm chip
` [PATCH 3/3] leds: qcom-lpg: Make use of devm_pwmchip_alloc() function

[PATCH v7 0/7] Add support for LUT PPG
 2023-11-30 14:22 UTC  (10+ messages)
` [PATCH v7 1/7] dt-bindings: soc: qcom: Add qcom,pbs bindings
` [PATCH v7 2/7] dt-bindings: leds: leds-qcom-lpg: Add support for LPG PPG
` [PATCH v7 3/7] soc: qcom: add QCOM PBS driver
` [PATCH v7 4/7] leds: rgb: leds-qcom-lpg: Add support for PPG through single SDAM
` [PATCH v7 5/7] leds: rgb: leds-qcom-lpg: Update PMI632 lpg_data to support PPG
` [PATCH v7 6/7] leds: rgb: leds-qcom-lpg: Include support for PPG with dedicated LUT SDAM
` [PATCH v7 7/7] leds: rgb: Update PM8350C lpg_data to support two-nvmem PPG Scheme

[PATCH] pwm: crc: Use consistent variable naming for driver data
 2023-11-30  9:28 UTC  (2+ messages)

[PATCH v3 0/4] pwm: meson: dt-bindings fixup
 2023-11-30  9:13 UTC  (12+ messages)
` [PATCH v3 1/4] dt-bindings: pwm: amlogic: fix s4 bindings
` [PATCH v3 2/4] dt-bindings: pwm: amlogic: add new compatible for meson8 pwm type
` [PATCH v3 3/4] pwm: meson: prepare addition of new compatible types
` [PATCH v3 4/4] pwm: meson: add generic compatible for meson8 to sm1

[PATCH v8 0/4] StarFive's Pulse Width Modulation driver support
 2023-11-30  7:33 UTC  (9+ messages)
` [PATCH v8 1/4] dt-bindings: pwm: Add bindings for OpenCores PWM Controller
` [PATCH v8 2/4] pwm: opencores: Add PWM driver support
` [PATCH v8 3/4] riscv: dts: starfive: jh7100: Add PWM node and pins configuration
` [PATCH v8 4/4] riscv: dts: starfive: jh7110: "

[PATCH] pwm: Reduce number of pointer dereferences in pwm_device_request()
 2023-11-30  7:21 UTC 

[PATCH] pwm: Stop referencing pwm->chip
 2023-11-30  6:32 UTC  (2+ messages)

[PATCH] pwm: bcm2835: Fix NPD in suspend/resume
 2023-11-30  6:13 UTC  (4+ messages)

[PATCH v6 0/4] Improve pwm-ir-tx precision
 2023-11-29 17:47 UTC  (6+ messages)
` [PATCH v6 1/4] pwm: rename pwm_apply_state() to pwm_apply_might_sleep()
` [PATCH v6 2/4] pwm: make it possible to apply pwm changes in atomic context
` [PATCH v6 3/4] pwm: bcm2835: allow pwm driver to be used "
` [PATCH v6 4/4] media: pwm-ir-tx: trigger edges from hrtimer interrupt context

[PATCH] pwm: Update kernel doc for struct pwm_chip
 2023-11-29 12:25 UTC  (2+ messages)

[PATCH v5 0/4] Improve pwm-ir-tx precision
 2023-11-29  9:08 UTC  (11+ messages)
` [PATCH v5 1/4] pwm: rename pwm_apply_state() to pwm_apply_cansleep()
` [PATCH v5 2/4] pwm: make it possible to apply pwm changes in atomic context

[GIT PULL] pwm: Changes for next
 2023-11-28 21:11 UTC  (2+ messages)

[PATCH 0/5] pwm: stm32: Cleanups, get_state() and proper hw take over
 2023-11-28 17:49 UTC  (2+ messages)

[PATCH] dt-bindings: pwm: remove Xinlei's mail
 2023-11-28 17:49 UTC  (5+ messages)

[PATCH v3 00/11] pwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
 2023-11-28 17:00 UTC  (2+ messages)

[PATCH] pwm: cros-ec: Drop unused member from driver private data
 2023-11-28 16:59 UTC  (2+ messages)

[PATCH] pwm: core: Narrow scope of struct pwm_device pointer
 2023-11-28 16:59 UTC  (2+ messages)

[PATCH 0/3] pwm: Reorganize PWM identification
 2023-11-28 16:59 UTC  (2+ messages)

[PATCH v2] pwm: Use device_get_match_data()
 2023-11-28 16:59 UTC  (2+ messages)

[PATCH RESEND v10 0/3] Support pwm/tach driver for aspeed ast26xx
 2023-11-27  5:45 UTC  (6+ messages)
` [PATCH RESEND v10 2/3] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control

[LINUX PATCH v2 0/3] Add initial support for TTC PWM driver
 2023-11-24 16:29 UTC  (13+ messages)
` [LINUX PATCH v2 1/3] clocksource: timer-cadence-ttc: Do not probe TTC device configured as PWM
` [LINUX PATCH v2 3/3] pwm: pwm-cadence: Add support for TTC PWM

[PATCH v7 0/4] StarFive's Pulse Width Modulation driver support
 2023-11-24 12:44 UTC  (10+ messages)
` [PATCH v7 1/4] dt-bindings: pwm: Add OpenCores PWM module

[PATCH v3 1/1] backlight: pwm_bl: Use dev_err_probe
 2023-11-23 15:37 UTC  (2+ messages)
` (subset) "

[PATCH v2 00/12] Introduce ExynosAutov920 SoC and SADK board
 2023-11-23  6:22 UTC  (9+ messages)
  ` [PATCH v2 10/12] pinctrl: samsung: add exynosautov920 pinctrl

[PATCH v5 00/39] ep93xx device tree conversion
 2023-11-22 18:27 UTC  (6+ messages)
` [PATCH v5 12/39] dt-bindings: pwm: Add Cirrus EP93xx
` [PATCH v5 13/39] pwm: ep93xx: add DT support for "
` [PATCH v5 34/39] pwm: ep93xx: drop legacy pinctrl

[PATCH v6 0/7] Add support for LUT PPG
 2023-11-22 18:18 UTC  (3+ messages)
` [PATCH v6 2/7] dt-bindings: leds: leds-qcom-lpg: Add support for LPG PPG

[PATCH v2 0/6] pwm: meson: dt-bindings fixup
 2023-11-22 18:09 UTC  (20+ messages)
` [PATCH v2 2/6] dt-bindings: pwm: amlogic: add new compatible for meson8 pwm type
` [PATCH v2 5/6] arm: dts: amlogic: migrate pwms to new meson8 v2 binding
` [PATCH v2 6/6] arm64: "


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