linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-05 11:30:58 to 2017-01-10 18:12:06 UTC [more...]

[PATCH] pwm: constify pwm_ops structures
 2017-01-10 18:12 UTC 

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

[PATCH v7 0/8] Add PWM and IIO timer drivers for STM32
 2017-01-10  8:56 UTC  (19+ messages)
` [PATCH v7 2/8] MFD: add STM32 Timers driver
` [PATCH v7 6/8] IIO: add STM32 timer trigger driver
  ` [PATCH v7 1/8] MFD: add bindings for STM32 Timers driver
  ` [PATCH v7 3/8] PWM: add pwm-stm32 DT bindings
  ` [PATCH v7 4/8] PWM: add PWM driver for STM32 plaftorm
  ` [PATCH v7 5/8] IIO: add bindings for STM32 timer trigger driver
  ` [PATCH v7 7/8] ARM: dts: stm32: add Timers driver for stm32f429 MCU
` [PATCH v7 8/8] ARM: dts: stm32: Enable pwm1 and pwm3 for stm32f469-disco

[PATCH] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()
 2017-01-06 12:29 UTC  (5+ messages)
` [PATCH v2 RESEND] "

[PATCH v2 0/6] Remove unneeded build directory traversals
 2017-01-05 23:12 UTC  (10+ messages)
` [PATCH v2 1/6] pwm: Only descend into pwm directory when CONFIG_PWM is set
` [PATCH v2 2/6] amba: Only descend into amba directory when CONFIG_ARM_AMBA "
` [PATCH v2 3/6] NFC: Only descend into nfc directory when CONFIG_NFC "
` [PATCH v2 4/6] macintosh: Only descend into directory when CONFIG_MACINTOSH_DRIVERS "
` [PATCH v2 5/6] auxdisplay: Only descend into directory when CONFIG_AUXDISPLAY "
` [PATCH v2 6/6] [media] Only descend into directory when CONFIG_MEDIA_SUPPORT "

[PATCH v2 0/4] pwm: lpss: clean up series
 2017-01-05  8:09 UTC  (6+ messages)
` [PATCH v2 1/4] pwm: lpss: Avoid potential overflow of base_unit
` [PATCH v2 2/4] pwm: lpss: Allow duty cycle to be 0
` [PATCH v2 3/4] pwm: lpss: Do not export board infos for different PWM types
` [PATCH v2 4/4] pwm: lpss: Switch to new atomic API

[PATCH] pwm: lpss: Add Intel Gemini Lake PCI ID
 2017-01-04 15:43 UTC 

[PATCH 1/2] pwm: Remove pwm_can_sleep()
 2017-01-04 15:20 UTC  (3+ messages)
` [PATCH 2/2] pwm: Remove .can_sleep from struct pwm_chip

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

[PATCHv2 0/2] pwm: sunxi: give the pwm IP block more time
 2017-01-04  6:36 UTC  (8+ messages)
` [PATCH 1/2] pwm: sunxi: allow the pwm to finish its pulse before disable

[PATCH v6 0/8] Add PWM and IIO timer drivers for STM32
 2017-01-03 17:24 UTC  (34+ messages)
` [PATCH v6 1/8] MFD: add bindings for STM32 Timers driver
` [PATCH v6 2/8] MFD: add "
` [PATCH v6 3/8] PWM: add pwm-stm32 DT bindings
` [PATCH v6 5/8] IIO: add bindings for STM32 timer trigger driver
` [PATCH v6 6/8] IIO: add "
` [PATCH v6 7/8] ARM: dts: stm32: add Timers driver for stm32f429 MCU
` [PATCH v6 8/8] ARM: dts: stm32: Enable pw1 and pwm3 for stm32f469-disco
  ` [PATCH v6 4/8] PWM: add PWM driver for STM32 plaftorm

[PATCH] pwm: sunxi: wait for the READY bit
 2017-01-03 16:44 UTC  (3+ messages)

[PATCH 0/3] pwm: lpc32xx: switch driver to one phandle argument for PWM consumers
 2017-01-03 15:22 UTC  (11+ 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

Urgent Please;;
 2017-01-02 17:34 UTC 

[PATCH] pwm: imx: keep peripheral clock enabled during register access
 2016-12-29 14:10 UTC 

[RESEND PATCH v6] pwm: add pwm driver for HiSilicon BVT SOCs
 2016-12-27  1:31 UTC 

[PATCH v3] pwm: add depends, COMPILE_TEST and default y for brcm-iproc-pwm
 2016-12-20 19:32 UTC  (3+ messages)

[GIT PULL] pwm: Changes for v4.10-rc1
 2016-12-15 10:44 UTC 

[PATCH v1 0/4] pwm: lpss: clean up series
 2016-12-14 16:41 UTC  (2+ messages)

[PATCH 1/2] pwm: pca9685: fix period change with same duty cycle
 2016-12-13 15:52 UTC  (2+ messages)
` [PATCH 2/2] pwm: pca9685: fix prescaler initialization

[PATCH v6] pwm: add pwm driver for HiSilicon BVT SOCs
 2016-12-13  3:29 UTC  (2+ messages)

[PATCH 1/2] pwm: lpss: Make builtin and add lookup-table so that i915 can find the pwm_backlight
 2016-12-12 11:54 UTC  (6+ messages)

[PATCH] dt: pwm: bcm2835: fix typo in clocks property name
 2016-12-09 21:38 UTC  (2+ messages)

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

[PATCH v4 0/2] backlight: pwm_bl: Fix the initial power state selection
 2016-12-09  9:14 UTC  (5+ 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 v4 0/7] Add PWM and IIO timer drivers for STM32
 2016-12-09  8:59 UTC  (19+ 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  (17+ messages)
` [PATCH v3 3/7] PWM: add pwm-stm32 DT bindings
` [PATCH v3 4/7] PWM: add pwm driver for stm32 plaftorm
` [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)


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).