Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2023-11-08 10:44:52 to 2023-11-17 10:49:04 UTC [more...]

[PATCH v2 00/12] Introduce ExynosAutov920 SoC and SADK board
 2023-11-17 10:48 UTC  (31+ messages)
  ` [PATCH v2 01/12] dt-bindings: soc: samsung: exynos-sysreg: add exynosautov920 sysreg
  ` [PATCH v2 02/12] dt-bindings: soc: samsung: exynos-pmu: add exynosautov920 compatible
  ` [PATCH v2 03/12] dt-bindings: soc: samsung: usi: add exynosautov920-usi compatible
  ` [PATCH v2 04/12] dt-bindings: serial: samsung: add exynosautov920-uart compatible
  ` [PATCH v2 05/12] dt-bindings: pwm: samsung: add exynosautov920 compatible
  ` [PATCH v2 06/12] dt-bindings: pinctrl: samsung: add exynosautov920 binding
    ` (subset) "
  ` [PATCH v2 07/12] dt-bindings: arm: samsung: Document exynosautov920 SADK board binding
  ` [PATCH v2 08/12] dt-bindings: hwinfo: samsung,exynos-chipid: add exynosautov920 compatible
  ` [PATCH v2 09/12] soc: samsung: exynos-chipid: add exynosautov920 SoC support
  ` [PATCH v2 10/12] pinctrl: samsung: add exynosautov920 pinctrl
  ` [PATCH v2 11/12] arm64: dts: exynos: add initial support for exynosautov920 SoC
  ` [PATCH v2 12/12] arm64: dts: exynos: add minimal support for exynosautov920 sadk board

[PATCH v2 1/1] backlight: pwm_bl: Use dev_err_probe
 2023-11-17  7:44 UTC  (2+ messages)

[PATCH v16 0/4] Add support for RZ/G2L GPT
 2023-11-16 20:12 UTC  (4+ messages)
` [PATCH v16 3/4] pwm: "

[PATCH] pwm: stm32: Mark capture support as broken
 2023-11-16 15:42 UTC  (3+ messages)

[PATCH 0/5] pwm: stm32: Cleanups, get_state() and proper hw take over
 2023-11-16 15:05 UTC  (15+ messages)
` [PATCH 1/5] pwm: stm32: Replace write_ccrx with regmap_write
` [PATCH 2/5] pwm: stm32: Make ch parameter unsigned
` [PATCH 3/5] pwm: stm32: Use hweight32 in stm32_pwm_detect_channels
` [PATCH 4/5] pwm: stm32: Implement .get_state()
` [PATCH 5/5] pwm: stm32: Fix enable count for clk in .probe()

[PATCH] pwm: cros-ec: Drop unused member from driver private data
 2023-11-16 10:52 UTC 

[PATCH 1/1] backlight: pwm_bl: Use dev_err_probe
 2023-11-16  8:12 UTC  (2+ messages)

[RESEND PATCH] pwm: Use device_get_match_data()
 2023-11-15 21:34 UTC  (2+ messages)

[LINUX PATCH v2 0/3] Add initial support for TTC PWM driver
 2023-11-15 12:11 UTC  (9+ messages)
` [LINUX PATCH v2 1/3] clocksource: timer-cadence-ttc: Do not probe TTC device configured as PWM
` [LINUX PATCH v2 2/3] dt-bindings: timer: Add bindings for TTC PWM
` [LINUX PATCH v2 3/3] pwm: pwm-cadence: Add support "

[PATCH v2 000/109] pwm: Fix lifetime issues for pwm_chips
 2023-11-15 11:42 UTC  (2+ messages)

[PATCH AUTOSEL 4.14] pwm: Fix double shift bug
 2023-11-15  3:42 UTC 

[PATCH AUTOSEL 4.19] pwm: Fix double shift bug
 2023-11-15  3:42 UTC 

[PATCH AUTOSEL 5.4 2/2] pwm: Fix double shift bug
 2023-11-15  3:41 UTC 

[PATCH AUTOSEL 5.10 3/3] pwm: Fix double shift bug
 2023-11-15  3:41 UTC 

[PATCH AUTOSEL 5.15 4/4] pwm: Fix double shift bug
 2023-11-15  3:40 UTC 

[PATCH AUTOSEL 6.1 6/6] pwm: Fix double shift bug
 2023-11-15  3:36 UTC 

[PATCH AUTOSEL 6.5 6/6] pwm: Fix double shift bug
 2023-11-15  3:34 UTC 

[PATCH AUTOSEL 6.6 6/6] pwm: Fix double shift bug
 2023-11-15  3:33 UTC 

[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-11-14 16:30 UTC  (59+ messages)
  ` [PATCH 01/17] dt-bindings: hwinfo: samsung,exynos-chipid: "
  ` [PATCH 03/17] dt-bindings: i2c: samsung,s3c2410-i2c: "
  ` [PATCH 04/17] dt-bindings: mmc: samsung,exynos-dw-mshc: "
  ` [PATCH 05/17] dt-bindings: pinctrl: samsung: "
  ` [PATCH 06/17] dt-bindings: rtc: s3c-rtc: "
  ` [PATCH 07/17] dt-bindings: serial: samsung: "
  ` [PATCH 08/17] dt-bindings: samsung: exynos-pmu: "
  ` [PATCH 09/17] dt-bindings: gpu: arm,mali-midgard: add specific compatibles for existing Exynos SoC
  ` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: add specific compatibles for existing SoC
  ` [PATCH 11/17] ASoC: dt-bindings: samsung-i2s: "
  ` [PATCH 12/17] dt-bindings: pwm: samsung: "
  ` [PATCH 13/17] arm64: dts: exynos5433: add specific compatibles to several blocks
  ` [PATCH 14/17] arm64: dts: exynos7: "
  ` [PATCH 15/17] arm64: dts: exynos7885: "
  ` [PATCH 16/17] arm64: dts: exynos850: "
  ` [PATCH 17/17] arm64: dts: exynosautov9: "
    ` [PATCH 02/17] dt-bindings: i2c: exynos5: add specific compatibles for existing SoC

[PATCH v3 00/11] pwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
 2023-11-14 13:47 UTC  (5+ messages)
` [PATCH v3 08/11] pwm: stm32-lp: "
` [PATCH v3 09/11] pwm: stm32: "

[PATCH 00/10] Introduce ExynosAutov920 SoC and SADK board
 2023-11-14 12:52 UTC  (14+ messages)
    ` [PATCH 01/10] dt-bindings: soc: samsung: exynos-sysreg: add exynosautov920 sysreg
    ` [PATCH 09/10] arm64: dts: exynos: add initial support for exynosautov920 SoC
    ` [PATCH 04/10] dt-bindings: pwm: samsung: add exynosautov9 compatible

[PATCH v4 1/1] dt-bindings: pwm: ti,pwm-omap-dmtimer: Update binding for yaml
 2023-11-14 11:34 UTC  (3+ messages)

[PATCH v2 0/3] imx8qm/imx8qxp: Support for inverted PWM
 2023-11-14 11:39 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: pwm: imx-pwm: Unify #pwm-cells for all compatibles

[PATCH 0/4] Enable pwm support for IPQ5332 & IPQ9574 SoCs
 2023-11-14 11:34 UTC  (2+ messages)

[PATCH 0/3] pwm: Reorganize PWM identification
 2023-11-14 11:20 UTC  (4+ messages)
` [PATCH 1/3] pwm: Drop unused member "pwm" from struct pwm_device
` [PATCH 2/3] pwm: Replace PWM chip unique base by unique ID
` [PATCH 3/3] pwm: Mention PWM chip ID in /sys/kernel/debug/pwm

[PATCH 0/2] pwm: Use an idr to assign pwm_chip IDs
 2023-11-14 10:47 UTC  (3+ messages)

[PATCH RESEND v10 0/3] Support pwm/tach driver for aspeed ast26xx
 2023-11-14  3:11 UTC  (7+ messages)
` [PATCH RESEND v10 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH RESEND v10 2/3] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control

[PATCH v3 0/2] pwm: add driver for T-THEAD TH1520 SoC
 2023-11-13 21:56 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: pwm: Add T-HEAD PWM controller
` [PATCH v3 2/2] pwm: add T-HEAD PWM driver

[PATCH 0/3] pwm: Drop useless member "pwm" from struct pwm_device
 2023-11-13 21:28 UTC  (2+ messages)

[PATCH] pwm: bcm2835: Fix NPD in suspend/resume
 2023-11-13 20:53 UTC  (2+ messages)

[PATCH v7 0/4] StarFive's Pulse Width Modulation driver support
 2023-11-13 20:17 UTC  (13+ messages)
` [PATCH v7 1/4] dt-bindings: pwm: Add OpenCores PWM module
` [PATCH v7 2/4] pwm: opencores: Add PWM driver support
` [PATCH v7 3/4] riscv: dts: starfive: jh7110: Add PWM node and pins configuration
` [PATCH v7 4/4] riscv: dts: starfive: jh7100: "

[PATCH v3 07/42] soc: Add SoC driver for Cirrus ep93xx
 2023-11-13 10:22 UTC  (9+ messages)
  ` [PATCH v3 14/42] power: reset: Add a driver for the ep93xx reset

[PATCH 00/11] pwm: Some random cleanups
 2023-11-13  8:35 UTC  (10+ messages)
` [PATCH 01/11] pwm: bcm-iproc: Simplify using devm functions
` [PATCH 02/11] pwm: bcm2835: "
` [PATCH 03/11] pwm: brcmstb: "

[GIT PULL] pwm: Fixes for v6.7-rc1
 2023-11-10 21:00 UTC  (4+ messages)

[PATCH v2 1/2] pwm: samsung: Fix a bit test in pwm_samsung_resume()
 2023-11-10  8:24 UTC  (5+ messages)

[GIT PULL] pwm: Changes for v6.7-rc1
 2023-11-09 22:28 UTC  (2+ messages)

[PATCH 1/2] pwm: samsung: Fix broken resume after putting per-channel data into driver data
 2023-11-09 19:26 UTC  (5+ messages)
  ` [PATCH 2/2] pwm: Clarify PWMF_* enums definition

[v5 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-11-09  8:22 UTC  (4+ messages)
` [v5 2/2] pwm: sifive: change the PWM controlled LED algorithm

[PATCH 0/6] pwm: meson: dt-bindings fixup
 2023-11-08 17:10 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: pwm: amlogic: fix s4 bindings
` [PATCH 2/6] dt-bindings: pwm: amlogic: add new compatible for meson8 pwm type


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