Linux-PWM Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-21 13:52:07 to 2023-12-01 17:16:53 UTC [more...]

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

[PATCH v3 000/108] pwm: Fix lifetime issues for pwm_chips
 2023-12-01 10:14 UTC  (88+ 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 037/108] pwm: Provide devm_pwmchip_alloc() function
` [PATCH v3 051/108] pwm: cros-ec: Make use of "
` [PATCH v3 062/108] pwm: jz4740: "
` [PATCH v3 067/108] pwm: lpss-*: "
` [PATCH v3 069/108] pwm: meson: "
` [PATCH v3 070/108] pwm: microchip-core: "
` [PATCH v3 072/108] pwm: mxs: "
` [PATCH v3 077/108] pwm: raspberrypi-poe: "
` [PATCH v3 078/108] pwm: rcar: "
` [PATCH v3 079/108] pwm: renesas-tpu: "
` [PATCH v3 080/108] pwm: rockchip: "
` [PATCH v3 082/108] pwm: samsung: "
` [PATCH v3 083/108] pwm: sifive: "
` [PATCH v3 085/108] pwm: spear: "
` [PATCH v3 086/108] pwm: sprd: "
` [PATCH v3 087/108] pwm: sti: "
` [PATCH v3 088/108] pwm: stm32-lp: "
` [PATCH v3 089/108] pwm: stm32: "
` [PATCH v3 090/108] pwm: stmpe: "
` [PATCH v3 091/108] pwm: sun4i: "
` [PATCH v3 092/108] pwm: sunplus: "
` [PATCH v3 093/108] pwm: tegra: "
` [PATCH v3 094/108] pwm: tiecap: "
` [PATCH v3 095/108] pwm: twl-led: "
` [PATCH v3 096/108] pwm: twl: "
` [PATCH v3 097/108] pwm: visconti: "
` [PATCH v3 098/108] pwm: vt8500: "
` [PATCH v3 099/108] pwm: xilinx: "
` [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 v3 106/108] pwm: Ensure the memory backing a PWM chip isn't freed while used
` [PATCH v3 107/108] pwm: Add more locking
` [PATCH v3 108/108] WIP: pwm: Add support for pwmchip devices for faster and easier userspace access

[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 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-11-28 20:58 UTC  (7+ 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 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: jz4740: Add trailing \n to error messages
 2023-11-28 16:59 UTC  (3+ 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  (3+ 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).