linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-07 12:03:13 to 2019-03-18 14:35:03 UTC [more...]

[PATCH v5 0/3] Add PM support to STM32 LP Timer drivers
 2019-03-18 14:35 UTC  (2+ messages)

[PATCH V4 0/5] Add i.MX7ULP EVK PWM backlight support
 2019-03-18 14:10 UTC  (12+ messages)
` [PATCH V4 1/5] dt-bindings: pwm: Add i.MX TPM PWM binding
` [PATCH V4 2/5] pwm: Add i.MX TPM PWM driver support
` [PATCH V4 3/5] ARM: imx_v6_v7_defconfig: Add TPM PWM support by default
` [PATCH V4 4/5] ARM: dts: imx7ulp: Add pwm0 support
` [PATCH V4 5/5] ARM: dts: imx7ulp-evk: Add backlight support

[PATCH v10 0/2] PWM support for HiFive Unleashed
 2019-03-18 11:47 UTC  (3+ messages)
` [PATCH v10 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller
` [PATCH v10 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH V5 0/5] Add i.MX7ULP EVK PWM backlight support
 2019-03-18 11:33 UTC  (12+ messages)
` [PATCH V5 1/5] dt-bindings: pwm: Add i.MX TPM PWM binding
` [PATCH V5 2/5] pwm: Add i.MX TPM PWM driver support
` [PATCH V5 3/5] ARM: imx_v6_v7_defconfig: Add TPM PWM support by default
` [PATCH V5 4/5] ARM: dts: imx7ulp: Add pwm0 support
` [PATCH V5 5/5] ARM: dts: imx7ulp-evk: Add backlight support

[PATCH v9 0/2] PWM support for HiFive Unleashed
 2019-03-18  9:51 UTC  (10+ messages)
` [PATCH v9 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller
` [PATCH v9 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH v2 0/7] FlexTimer Module Quadrature decoder counter
 2019-03-16 14:21 UTC  (12+ messages)
` [PATCH v2 4/7] dt-bindings: counter: ftm-quaddec
` [PATCH v2 5/7] counter: add FlexTimer Module Quadrature decoder counter driver
` [PATCH v2 6/7] counter: ftm-quaddec: Documentation: Add specific counter sysfs documentation

[PATCH 01/42] drivers: gpio: 74xx-mmio: use devm_platform_ioremap_resource()
 2019-03-15  8:19 UTC  (67+ messages)
` [PATCH 02/42] drivers: gpio: amdpt: "
` [PATCH 03/42] drivers: gpio: amdpt: drop unneeded deref of &pdev->dev
` [PATCH 04/42] drivers: gpio: aspeed: use devm_platform_ioremap_resource()
` [PATCH 05/42] drivers: gpio: bcm-kona: "
` [PATCH 06/42] drivers: gpio: cadence: "
` [PATCH 07/42] drivers: gpio: clps711x: "
` [PATCH 08/42] drivers: gpio: dwap: "
` [PATCH 09/42] drivers: gpio: sprd: "
` [PATCH 10/42] drivers: gpio: ep93xx: devm_platform_ioremap_resource()
` [PATCH 11/42] drivers: gpio: ftgpio010: use devm_platform_ioremap_resource()
` [PATCH 12/42] drivers: gpio: grgpio: "
` [PATCH 13/42] drivers: gpio: hlwd: "
` [PATCH 14/42] drivers: gpio: iop: "
` [PATCH 15/42] drivers: gpio: janz-ttl: "
` [PATCH 16/42] drivers: gpio: janz-ttl: drop unneccessary temp variable dev
` [PATCH 17/42] drivers: gpio: loongon1: use devm_platform_ioremap_resource()
` [PATCH 18/42] drivers: gpio: lpc18xx: "
` [PATCH 19/42] drivers: gpio: mb86s7x: "
` [PATCH 20/42] drivers: gpio: mt7621: "
` [PATCH 21/42] drivers: gpio: mvebu: "
` [PATCH 22/42] drivers: gpio: mxc: "
` [PATCH 23/42] drivers: gpio: "
` [PATCH 24/42] "
` [PATCH 25/42] drivers: gpio: pxa: "
` [PATCH 26/42] drivers: gpio: rcar: pendantic formatting
` [PATCH 27/42] drivers: gpio: rcar: use devm_platform_ioremap_resource()
` [PATCH 28/42] drivers: gpio: spear-spics: "
` [PATCH 29/42] drivers: gpio: sprd: "
` [PATCH 30/42] drivers: gpio: sta2x11: "
` [PATCH 31/42] drivers: gpio: stp-xway: "
` [PATCH 32/42] drivers: gpio: tb10x: "
` [PATCH 33/42] drivers: gpio: tegra: "
` [PATCH 34/42] drivers: gpio: timberdale: "
` [PATCH 35/42] drivers: gpio: ts4800: "
` [PATCH 36/42] drivers: gpio: uniphier: "
` [PATCH 37/42] drivers: gpio: vf610: "
` [PATCH 38/42] drivers: gpio: vr41xx: "
` [PATCH 39/42] drivers: gpio: xgene-sb: "
` [PATCH 40/42] drivers: gpio: zx: "
` [PATCH 41/42] drivers: gpio: xlp: devm_platform_ioremap_resource()
` [PATCH 42/42] drivers: gpio: use devm_platform_ioremap_resource()

[PATCH V2 0/5] Add i.MX7ULP EVK PWM backlight support
 2019-03-14 14:42 UTC  (12+ messages)
` [PATCH V2 1/5] dt-bindings: pwm: Add i.MX TPM PWM binding
` [PATCH V2 2/5] pwm: Add i.MX TPM PWM driver support
` [PATCH V2 3/5] ARM: imx_v6_v7_defconfig: Add TPM PWM support by default
` [PATCH V2 4/5] ARM: dts: imx7ulp: Add pwm0 support
` [PATCH V2 5/5] ARM: dts: imx7ulp-evk: Add backlight support

[PATCH V3 0/5] Add i.MX7ULP EVK PWM backlight support
 2019-03-14 14:32 UTC  (10+ messages)
` [PATCH V3 1/5] dt-bindings: pwm: Add i.MX TPM PWM binding
` [PATCH V3 2/5] pwm: Add i.MX TPM PWM driver support
` [PATCH V3 3/5] ARM: imx_v6_v7_defconfig: Add TPM PWM support by default
` [PATCH V3 4/5] ARM: dts: imx7ulp: Add pwm0 support
` [PATCH V3 5/5] ARM: dts: imx7ulp-evk: Add backlight support

[GIT PULL] pwm: Changes for v5.1-rc1
 2019-03-13 17:10 UTC  (2+ messages)

[PATCH v2] pwm: Fix deadlock warning when removing PWM device
 2019-03-13  9:40 UTC  (3+ messages)

[PATCH 0/5] Add i.MX7ULP EVK PWM backlight support
 2019-03-13  8:47 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: pwm: Add i.MX TPM PWM binding
` [PATCH 2/5] pwm: Add i.MX TPM PWM driver support
` [PATCH 3/5] ARM: imx_v6_v7_defconfig: Add TPM PWM support by default
` [PATCH 4/5] ARM: dts: imx7ulp: Add pwm0 support
` [PATCH 5/5] ARM: dts: imx7ulp-evk: Add backlight support

[PATCH] pwm: Avoid deadlock warning when removing PWM device
 2019-03-13  7:01 UTC  (10+ messages)

[PATCH v2 0/3] pwm: ensure pwm_apply_state() doesn't modify the state argument
 2019-03-12 21:46 UTC  (4+ messages)
  ` [PATCH v2 1/3] pwm: rockchip: Don't update the state for the caller of pwm_apply_state()
  ` [PATCH v2 2/3] pwm: sun4i: "
  ` [PATCH v2 3/3] pwm: ensure pwm_apply_state() doesn't modify the state argument

[PATCH v2 0/7] add LCD support for SAM9X60
 2019-03-12 18:44 UTC  (3+ messages)
` [PATCH v2 3/7] dt-bindings: mfd: add bindings for SAM9X60 HLCD controller

[PATCH] pwm: poke users of legacy drivers with a warning
 2019-03-12 13:48 UTC  (5+ messages)

[PATCH 0/2] pwm: ensure pwm_apply_state() doesn't modify the state argument
 2019-03-12 12:59 UTC  (5+ messages)
  ` [PATCH 1/2] pwm: rockchip: Don't update the state for the caller of pwm_apply_state()
  ` [PATCH 2/2] pwm: ensure pwm_apply_state() doesn't modify the state argument

[PATCH] [RFC] Documentation: pwm: rework documentation for the framework
 2019-03-12  9:50 UTC  (3+ messages)

[PATCH 0/2] pwm: tiehrpwm: Enable EHRPWM for AM654 SoCs
 2019-03-12  9:30 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: pwm: tiehrpwm: Add TI AM654 SoC specific compatible
` [PATCH 2/2] pwm: Kconfig: Enable ehrpwm driver to be compiled for ARCH_K3

[PATCH] pwm: sysfs: fix typo "its" -> "it's"
 2019-03-12  9:25 UTC 

[PATCH] pwm: tiehrpwm: Update shadow register for disabling PWMs
 2019-03-12  9:08 UTC 

[PATCH v5 0/2] PWM support for HiFive Unleashed
 2019-03-12  7:27 UTC  (6+ messages)
` [PATCH v5 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH v8 0/2] PWM support for HiFive Unleashed
 2019-03-12  6:52 UTC  (8+ messages)
` [PATCH v8 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH v3 6/6] ARM: PWM: add allwinner sun8i R40/T3/V40 PWM support
 2019-03-12  5:42 UTC  (3+ messages)

[PATCH v3 1/6] Documentation: ARM: sunxi: pwm: add Allwinner sun8i
 2019-03-12  5:03 UTC  (3+ messages)
      ` Fwd: "

[5.2][PATCH v10 00/27] Ingenic TCU patchset
 2019-03-11 20:52 UTC  (6+ messages)
` [PATCH v10 04/27] clocksource: Add a new timer-ingenic driver

[PATCH] pwm: img: Turn final 'else if' into 'else' in img_pwm_config
 2019-03-08 21:49 UTC  (9+ messages)


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 NNTP newsgroup(s).