linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-27 07:40:05 to 2016-12-06 13:07:12 UTC [more...]

[PATCH v4 0/7] Add PWM and IIO timer drivers for STM32
 2016-12-06 13:07 UTC  (11+ messages)
` [PATCH v4 1/7] MFD: add bindings for STM32 General Purpose Timer driver
` [PATCH v4 2/7] MFD: add "
` [PATCH v4 3/7] PWM: add pwm-stm32 DT bindings
` [PATCH v4 4/7] PWM: add PWM driver for STM32 plaftorm
  ` [PATCH v4 5/7] IIO: add bindings for STM32 timer trigger driver
  ` [PATCH v4 6/7] IIO: add "
` [PATCH v4 7/7] ARM: dts: stm32: add STM32 General Purpose Timer driver in DT

[PATCH v3 0/7] Add pwm and IIO timer drivers for stm32
 2016-12-06 12:54 UTC  (35+ messages)
` [PATCH v3 1/7] MFD: add bindings for stm32 general purpose timer driver
` [PATCH v3 2/7] MFD: add "
` [PATCH v3 3/7] PWM: add pwm-stm32 DT bindings
` [PATCH v3 4/7] PWM: add pwm driver for stm32 plaftorm
` [PATCH v3 5/7] IIO: add bindings for stm32 timer trigger driver
  ` [PATCH v3 6/7] IIO: add STM32 "
  ` [PATCH v3 7/7] ARM: dts: stm32: add stm32 general purpose timer driver in DT

[PATCH] pwm: pca9685: Fix misuse of regmap_update_bits
 2016-12-05 16:34 UTC  (2+ messages)

[PATCH 1/2] pwm: lpss: Make builtin and add lookup-table so that i915 can find the pwm_backlight
 2016-12-05 13:23 UTC  (8+ messages)
` [PATCH 2/2] pwm: lpss: Add get_state callback

[PATCH 0/3] pwm: lpc32xx: switch driver to one phandle argument for PWM consumers
 2016-12-05  1:43 UTC  (4+ messages)
  ` [PATCH 1/3] dt: pwm: lpc32xx: add description of clocks and #pwm-cells properties
` [PATCH 2/3] pwm: lpc32xx: switch driver to one phandle argument for PWM consumers
` [PATCH 3/3] pwm: lpc32xx: remove handling of PWM channels

[PATCH] dt: pwm: bcm2835: fix typo in clocks property name
 2016-12-05  0:10 UTC 

[PATCH v2 0/7] Add pwm and IIO timer drivers for stm32
 2016-12-03  9:28 UTC  (21+ messages)
` [PATCH v2 1/7] MFD: add bindings for stm32 general purpose timer driver
` [PATCH v2 2/7] MFD: add "
` [PATCH v2 3/7] PWM: add pwm-stm32 DT bindings
` [PATCH v2 4/7] PWM: add pwm driver for stm32 plaftorm
` [PATCH v2 5/7] IIO: add bindings for stm32 IIO timer driver
  ` [PATCH v2 6/7] IIO: add STM32 "
  ` [PATCH v2 7/7] ARM: dts: stm32: add stm32 general purpose timer driver in DT

[PATCH] pwm-pca9685: Allow any of the 16 PWMs to be used as a GPIO
 2016-12-01  7:28 UTC  (10+ messages)

[GIT PULL] pwm: Fixes for v4.9
 2016-11-30 18:47 UTC 

[PATCH] pwm: fix device reference leak
 2016-11-29 15:47 UTC  (3+ messages)

[PATCH v3 00/11] pwm: imx: Provide atomic operation for IMX PWM driver
 2016-11-29  8:24 UTC  (28+ messages)
` [PATCH v3 01/11] pwm: print error messages with pr_err() instead of pr_debug()
` [PATCH v3 02/11] pwm: imx: remove ipg clock
` [PATCH v3 03/11] pwm: imx: Add separate set of pwm ops for PWMv1 and PWMv2
` [PATCH v3 04/11] pwm: imx: Rewrite imx_pwm_*_v1 code to facilitate switch to atomic pwm operation
` [PATCH v3 05/11] pwm: imx: Move PWMv2 software reset code to a separate function
` [PATCH v3 06/11] pwm: imx: Move PWMv2 wait for fifo slot "
` [PATCH v3 07/11] pwm: imx: Provide atomic PWM support for i.MX PWMv2
` [PATCH v3 08/11] pwm: imx: Remove redundant i.MX PWMv2 code
` [PATCH v3 09/11] pwm: core: make the PWM_POLARITY flag in DTB optional
` [PATCH v3 10/11] pwm: imx: doc: Update imx-pwm.txt documentation entry
` [PATCH v3 11/11] pwm: imx: Add polarity inversion support to i.MX's PWMv2

[PATCH 0/7] Add pwm and IIO timer drivers for stm32
 2016-11-28 21:44 UTC  (24+ messages)
  ` [PATCH 1/7] add binding for stm32 multifunctions timer driver
  ` [PATCH 2/7] add MFD for stm32 timer IP
  ` [PATCH 3/7] add pwm-stm32 DT bindings
  ` [PATCH 4/7] add pwm driver for stm32 plaftorm
` [PATCH 5/7] add bindings for stm32 IIO timer drivers
` [PATCH 6/7] add STM32 IIO timer driver
` [PATCH 7/7] add stm32 multi-functions timer driver in DT

[PATCH v6] pwm: add pwm driver for HiSilicon BVT SOCs
 2016-11-28  9:42 UTC 

[PATCH] pwm: meson: Fix missing spin_lock_init
 2016-11-28  2:28 UTC  (3+ messages)

[PATCH linux-pwm/for-next] pwm: renesas-tpu: remove support for sh7372
 2016-11-24 13:26 UTC  (2+ messages)

[PATCH v4 0/2] backlight: pwm_bl: Fix the initial power state selection
 2016-11-22 13:41 UTC  (3+ messages)
` [PATCH v4 1/2] backlight: pwm_bl: Move the checks for initial power state to a separate function
` [PATCH v4 2/2] backlight: pwm_bl: Check the PWM state for initial backlight power state

[PATCH v3 0/2] backlight: pwm_bl: Fix the initial power state selection
 2016-11-22 13:33 UTC  (9+ messages)
` [PATCH v3 1/2] backlight: pwm_bl: Move the checks for initial power state to a separate function
` [PATCH v3 2/2] backlight: pwm_bl: Check the pwm state for initial backlight power state

just a message
 2016-11-18 21:20 UTC 

[PATCH v5] pwm: add pwm driver for HiSilicon BVT SOCs
 2016-11-18 14:10 UTC  (4+ messages)

[RESEND PATCH v4] pwm: add pwm driver for HiSilicon BVT SOCs
 2016-11-17  1:28 UTC  (3+ messages)

Shipment delivery problem #826446
 2016-11-15  4:00 UTC 

[PATCH v1 0/4] pwm: lpss: clean up series
 2016-11-14 10:32 UTC  (2+ messages)

[PATCH] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()
 2016-11-10 23:20 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v2 00/10] pwm: imx: Provide atomic operation for IMX PWM driver
 2016-11-03  9:34 UTC  (21+ messages)
` [PATCH v2 03/10] pwm: imx: Rewrite imx_pwm_*_v1 code to facilitate switch to atomic pwm operation
` [PATCH v2 04/10] pwm: imx: Move PWMv2 software reset code to a separate function

[PATCH v2 0/2] backlight: pwm_bl: Fix the initial power state selection
 2016-11-01  9:17 UTC  (5+ messages)
` [PATCH v2 1/2] backlight: pwm_bl: Move the checks for initial power state to a separate function
` [PATCH v2 2/2] backlight: pwm_bl: Check the pwm state for initial backlight power state

[PATCH v2 09/10] pwm: imx: doc: Update imx-pwm.txt documentation entry
 2016-10-31  4:56 UTC  (2+ messages)

[PATCH v4] pwm: add pwm driver for HiSilicon BVT SOCs
 2016-10-28  2:56 UTC  (6+ 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).