Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2018-03-29 11:10:29 to 2018-06-08 19:22:37 UTC [more...]

[PATCH v2 1/4] pwm: fsl-ftm: Added a dedicated IP interface clock
 2018-06-08 19:22 UTC  (4+ messages)
` [PATCH v2 2/4] pwm: fsl-ftm: Added the support of per-compatible data
` [PATCH v2 3/4] pwm: fsl-ftm: Enable support for the new SoC i.mx8qm
` [PATCH v2 4/4] dt-bindings: pwm: fsl-ftm: Add compatible string for i.MX8QM

[PATCH] pwm: stm32: enforce dependency on CONFIG_MFD_STM32_TIMERS
 2018-06-07  5:08 UTC  (4+ messages)

[PATCH] pwm: stm32: fix build warning with CONFIG_DMA_ENGINE disabled
 2018-06-07  5:06 UTC  (4+ messages)

[PATCH v2] pwm: berlin: Don't use broken prescaler values
 2018-06-06 17:42 UTC 

[PATCH 1/1] pwm: fsl-ftm: Support the new version of FTM block on i.MX8x
 2018-06-06 15:57 UTC  (5+ messages)

[PATCH] pwm: imx: Switch to SPDX identifier
 2018-06-06 11:38 UTC  (3+ messages)

[PATCH RESEND] pwm: berlin: Don't use broken prescaler values
 2018-06-06  9:44 UTC  (4+ messages)

[PATCH v2 0/8] cros_ec: Switch to SPDX identifier
 2018-06-06  9:43 UTC  (5+ messages)
` [PATCH v2 6/8] pwm: cros-ec: "

[PATCH v2 1/2] pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume
 2018-06-06  8:03 UTC  (9+ messages)
` [PATCH v2 2/2] ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices

[PATCH 0/9] croc_ec: Switch to SPDX identifier
 2018-06-05  9:22 UTC  (2+ messages)
` [PATCH 7/9] pwm: cros-ec: "

[PATCH 0/2] Fix STM32 PWM capture build with COMPILE_TEST
 2018-06-04  6:13 UTC  (8+ messages)
` [PATCH 1/2] mfd: stm32-timers: fix pwm-stm32 linker issue "
` [PATCH 2/2] pwm: stm32: initialize raw local variables

[RESEND PATCH v5 0/6] Add support for PWM input capture on STM32
 2018-06-04  6:10 UTC  (13+ messages)
` [RESEND PATCH v5 1/6] dt-bindings: mfd: stm32-timers: add support for dmas
` [RESEND PATCH v5 2/6] "
` [RESEND PATCH v5 3/6] pwm: stm32: add capture support
` [RESEND PATCH v5 4/6] pwm: stm32: improve capture by tuning counter prescaler
` [RESEND PATCH v5 5/6] pwm: stm32: use input prescaler to improve period capture
` [RESEND PATCH v5 6/6] ARM: dts: stm32: Enable pwm3 input capture on stm32f429i-eval
` [GIT PULL] Immutable branch between MFD and PWM due for the v4.18 merge window
  ` [GIT PULL ++] Immutable branch between MFD and PWM due for the v4.18 merge window (v2)

linux-next: Tree for Jun 1 (pwm/pwm-stm32)
 2018-06-01 19:58 UTC 

[PATCH v1 2/2] hwmon: npcm-pwm: add NPCM7xx PWM driver
 2018-05-31 12:32 UTC  (4+ messages)

[PATCH 1/1] pwm: fsl-ftm: Support the new version of FTM block on i.MX8x
 2018-05-30 16:57 UTC 

[PATCH v5 0/9] extend PWM framework to support PWM modes
 2018-05-22 12:07 UTC  (10+ messages)
` [PATCH v5 1/9] pwm: extend PWM framework with "
` [PATCH v5 2/9] pwm: clps711x: populate PWM mode in of_xlate function
` [PATCH v5 3/9] pwm: cros-ec: "
` [PATCH v5 4/9] pwm: pxa: "
` [PATCH v5 5/9] pwm: add PWM modes
` [PATCH v5 6/9] pwm: atmel: add pwm capabilities
` [PATCH v5 7/9] pwm: add push-pull mode support
` [PATCH v5 8/9] pwm: add documentation for pwm push-pull mode
` [PATCH v5 9/9] pwm: atmel: add push-pull mode support

[PATCH] Revert "pwm: Set class for exported channels in sysfs"
 2018-05-22  9:21 UTC 

[RESEND][PATCH] pwm: Set class for exported channels in sysfs
 2018-05-19 11:50 UTC  (3+ messages)

[PATCH v2 4/4] ARM: PWM: add allwinner sun8i pwm support
 2018-05-18  8:15 UTC  (8+ messages)

linux-next: Tree for May 17 (drivers/pwm/pwm-stm32.c)
 2018-05-17 18:34 UTC 

[PATCH 1/2] pwm: berlin: Don't use broken prescaler values
 2018-05-14 21:58 UTC 

[PATCH v2 2/4] ARM: dtsi: add pwm node for sun8i
 2018-05-14 16:08 UTC  (3+ messages)

[PATCH] ACPI / LPSS: Only call pwm_add_table() for Bay Trail PWM if PMIC HRV is 2
 2018-05-13  8:27 UTC  (3+ messages)

[PATCH 0/3] SiFive SoC PWM driver
 2018-05-04  8:43 UTC  (21+ messages)
` [PATCH 1/3] dt-bindings: added new pwm-sifive driver documentation
` [PATCH 2/3] dt-bindings: Add "sifive" vendor prefix
` [PATCH 3/3] pwm-sifive: add a driver for SiFive SoC PWM

[RESEND PATCH 0/3] Add pwm-cells on STM32 LPTimer
 2018-05-03 15:38 UTC  (3+ messages)
` [RESEND PATCH 3/3] ARM: dts: stm32: update pwm-cells for LPTimer on stm32h743

[PATCH v5 0/6] Add support for PWM input capture on STM32
 2018-05-02  9:20 UTC  (8+ messages)
` [PATCH v5 1/6] dt-bindings: mfd: stm32-timers: add support for dmas
` [PATCH v5 2/6] "
` [PATCH v5 3/6] pwm: stm32: add capture support
` [PATCH v5 4/6] pwm: stm32: improve capture by tuning counter prescaler
` [PATCH v5 5/6] pwm: stm32: use input prescaler to improve period capture
` [PATCH v5 6/6] ARM: dts: stm32: Enable pwm3 input capture on stm32f429i-eval

[PATCH V2 0/9] Implementation of Tegra Tachometer driver
 2018-04-30  9:51 UTC  (10+ messages)
` [PATCH V2 1/9] pwm: core: Add support for PWM HW driver with pwm capture only
` [PATCH V2 3/9] dt-bindings: Tegra186 tachometer device tree bindings

[PATCH 00/61] tree-wide: simplify getting .drvdata
 2018-04-30  9:28 UTC  (4+ messages)
` [PATCH 43/61] pwm: "

[PATCH] pwm: meson: fix allocation of meson_pwm_channel array
 2018-04-30  8:34 UTC  (2+ messages)

[PATCH 0/2] pwm/ACPI: Fix LPSS PWM suspend/resume issues
 2018-04-26 12:09 UTC  (7+ messages)
` [PATCH 1/2] pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume
` [PATCH 2/2] ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices

[PATCH RESEND] backlight: pwm_bl: don't use GPIOF_* with gpiod_get_direction
 2018-04-24 10:07 UTC  (8+ messages)

Augmenting sysfs interface for a PWM driver
 2018-04-18 15:39 UTC 

[PATCH v4 0/6] Add support for PWM input capture on STM32
 2018-04-17 11:54 UTC  (12+ messages)
` [PATCH v4 1/6] dt-bindings: mfd: stm32-timers: add support for dmas
` [PATCH v4 2/6] "
` [PATCH v4 3/6] pwm: stm32: add capture support
` [PATCH v4 4/6] pwm: stm32: improve capture by tuning counter prescaler
` [PATCH v4 5/6] pwm: stm32: use input prescaler to improve period capture
` [PATCH v4 6/6] ARM: dts: stm32: Enable pwm3 input capture on stm32f429i-eval

[PATCH v3 0/6] Add support for PWM input capture on STM32
 2018-04-16 15:12 UTC  (15+ messages)
` [PATCH v3 1/6] dt-bindings: mfd: stm32-timers: add support for dmas
` [PATCH v3 2/6] "
` [PATCH v3 3/6] pwm: stm32: add capture support
` [PATCH v3 4/6] pwm: stm32: improve capture by tuning counter prescaler
` [PATCH v3 5/6] pwm: stm32: use input prescaler to improve period capture
` [PATCH v3 6/6] ARM: dts: stm32: Enable pwm3 input capture on stm32f429i-eval

[RESEND PATCH v6 1/5] pwm-backlight: enable/disable the PWM before/after LCD enable toggle
 2018-04-16 14:43 UTC  (11+ messages)
` [RESEND PATCH v6 2/5] dt-bindings: pwm-backlight: add PWM delay proprieties
` [RESEND PATCH v6 3/5] pwm-backlight: add support for PWM delays proprieties
` [RESEND PATCH v6 4/5] ARM: dts: rockchip: set PWM delay backlight settings for Veyron
` [RESEND PATCH v6 5/5] ARM: dts: rockchip: set PWM delay backlight settings for Minnie

[PATCH 0/3] tree-wide: don't use GPIOF_* with gpiod_get_direction
 2018-04-16  9:11 UTC  (3+ messages)
` [PATCH 3/3] backlight: pwm_bl: "

[GIT PULL] pwm: Changes for v4.17-rc1
 2018-04-12  9:27 UTC 

[PATCH] pwm: rcar: simplify getting .drvdata
 2018-04-09 11:47 UTC  (4+ messages)

[RESEND PATCH v2 0/8] Add support for PWM input capture on STM32
 2018-03-29 15:29 UTC  (8+ messages)
` [RESEND PATCH v2 4/8] mfd: stm32-timers: add support for dmas

[PATCH v4 0/9] extend PWM framework to support PWM modes
 2018-03-29 11:10 UTC  (8+ messages)
` [PATCH v4 3/9] pwm: cros-ec: populate PWM mode in of_xlate function
` [PATCH v4 4/9] pwm: pxa: "
` [PATCH v4 5/9] pwm: add PWM modes
` [PATCH v4 6/9] pwm: atmel: add pwm capabilities
` [PATCH v4 7/9] pwm: add push-pull mode support
` [PATCH v4 8/9] pwm: add documentation for pwm push-pull mode
` [PATCH v4 9/9] pwm: atmel: add push-pull mode support


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