linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-23 15:22:36 to 2017-04-03 13:47:04 UTC [more...]

[PATCH 0/3] pwm: pwm-samsung: fix suspend/resume support
 2017-04-03 13:47 UTC  (2+ messages)
  ` [PATCH 1/3] pwm: pwm-samsung: remove redundant checks from pwm_samsung_config()

[PATCH v3 01/14] Documentation: dt/bindings: Document pinctrl-ingenic
 2017-04-03 10:32 UTC  (19+ messages)
` [PATCH v4 00/14] Ingenic JZ4740 / JZ4780 pinctrl driver
  ` [PATCH v4 01/14] dt/bindings: Document pinctrl-ingenic
  ` [PATCH v4 02/14] dt/bindings: Document gpio-ingenic
  ` [PATCH v4 03/14] pinctrl-ingenic: add a pinctrl driver for the Ingenic jz47xx SoCs
  ` [PATCH v4 04/14] GPIO: Add gpio-ingenic driver
  ` [PATCH v4 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs
  ` [PATCH v4 06/14] MIPS: jz4740: DTS: Add nodes for ingenic pinctrl and gpio drivers
  ` [PATCH v4 07/14] MIPS: jz4780: "
  ` [PATCH v4 08/14] MIPS: JZ4740: Qi LB60: Add pinctrl configuration for several drivers
  ` [PATCH v4 09/14] MIPS: JZ4780: CI20: "
  ` [PATCH v4 10/14] mmc: jz4740: Let the pinctrl driver configure the pins
  ` [PATCH v4 11/14] mtd: nand: "
  ` [PATCH v4 12/14] fbdev: jz4740-fb: "
  ` [PATCH v4 13/14] pwm: jz4740: "
  ` [PATCH v4 14/14] MIPS: jz4740: Remove custom GPIO code

[PATCH REGRESSION-FIX resend] pwm: lpss: Set enable-bit before waiting for update-bit
 2017-03-31 20:52 UTC  (17+ messages)
` [PATCH v2 resend] pwm: lpss: Set enable-bit before waiting for update-bit to go low

[PATCH v4 0/4] gpio: mvebu: Add PWM fan support
 2017-03-30 16:14 UTC  (10+ messages)
` [PATCH v4 1/4] gpio: mvebu: Add limited PWM support
` [PATCH v4 2/4] mvebu: xp: Add PWM properties to .dtsi files
` [PATCH v4 3/4] ARM: mvebu: Enable SENSORS_PWM_FAN in defconfig
` [PATCH v4 4/4] mvebu: wrt1900ac: Use pwm-fan rather than gpio-fan

[RESEND PATCH 0/3] pwm: lpc32xx: switch driver to one phandle argument for PWM consumers
 2017-03-28 17:24 UTC  (4+ messages)
` [RESEND PATCH 1/3] dt: pwm: lpc32xx: add description of clocks and #pwm-cells properties

[PATCH] backlight: pwm_bl: Fix GPIO out for unimplemented .get_direction()
 2017-03-27 14:27 UTC  (6+ messages)

[PATCH v3 0/2] switch to atomic PWM
 2017-03-27 14:05 UTC  (8+ messages)
` [PATCH v3 1/2] drivers: pwm: pwm-atmel: "
` [PATCH v3 2/2] drivers: pwm: pwm-atmel: enable PWM on sama5d2

[PATCH v3 0/4] gpio: mvebu: Add PWM fan support
 2017-03-27 13:17 UTC  (11+ messages)
  ` [PATCH v3 1/4] gpio: mvebu: Add limited PWM support
  ` [PATCH v3 2/4] mvebu: xp: Add PWM properties to .dtsi files
` [PATCH v3 3/4] ARM: mvebu: Enable SENSORS_PWM_FAN in defconfig
` [PATCH v3 4/4] mvebu: wrt1900ac: Use pwm-fan rather than gpio-fan

[PATCH v3] pwm: lpss: Add get_state callback
 2017-03-26 14:46 UTC  (7+ messages)

[PATCH v2 0/4] gpio: mvebu: Add PWM fan support
 2017-03-24 22:21 UTC  (12+ messages)
` [PATCH v2 1/4] gpio: mvebu: Add limited PWM support
` [PATCH v2 2/4] mvebu: xp: Add pwm properties to .dtsi files
` [PATCH v2 3/4] ARM: mvebu: Enable SENSORS_PWM_FAN in defconfig
` [PATCH v2 4/4] mvebu: wrt1900ac: Use pwm-fan rather than gpio-fan

[PATCH 0/4] gpio: mvebu: Add PWM fan support
 2017-03-23 10:35 UTC  (20+ messages)
  ` [PATCH 1/4] gpio: mvebu: Add limited PWM support
` [PATCH 2/4] mvebu: xp: Add pwm properties to .dtsi files
` [PATCH 3/4] ARM: mvebu: Enable SENSORS_PWM_FAN in defconfig
` [PATCH 4/4] mvebu: wrt1900ac: Use pwm-fan rather than gpio-fan

[PATCH v4 0/2] backlight: pwm_bl: Fix the initial power state selection
 2017-03-22 12:30 UTC  (5+ messages)
` [PATCH v4 1/2] backlight: pwm_bl: Move the checks for initial power state to a separate function

[PATCH v3 0/7] Remove unneeded build directory traversals
 2017-03-18  2:07 UTC  (14+ messages)
` [PATCH v3 1/7] pwm: Only descend into pwm directory when CONFIG_PWM is set
` [PATCH v3 2/7] amba: Only descend into amba directory when CONFIG_ARM_AMBA "
` [PATCH v3 3/7] NFC: Only descend into nfc directory when CONFIG_NFC "
` [PATCH v3 4/7] macintosh: Only descend into directory when CONFIG_MACINTOSH_DRIVERS "
` [PATCH v3 5/7] auxdisplay: Only descend into directory when CONFIG_AUXDISPLAY "
` [PATCH v3 6/7] lguest: Only descend into lguest directory when CONFIG_LGUEST "
` [PATCH v3 7/7] mmc: Only descend into mmc directory when CONFIG_MMC "

[PATCH v2 0/2] switch to atomic PWM
 2017-03-17  9:07 UTC  (6+ messages)
` [PATCH v2 1/2] drivers: pwm: pwm-atmel: "
` [PATCH v2 2/2] drivers: pwm: pwm-atmel: enable PWM on sama5d2

[PATCH v2] pwm: lpss: Set enable-bit before waiting for update-bit to go low
 2017-03-13 15:33 UTC 

[PATCH 1/3] pwm: lpss: Bug-fix + 2 improvements
 2017-03-13 15:29 UTC  (8+ messages)
` [PATCH 1/3] pwm: lpss: Do not set / wait_for update_bit when not enabled
` [PATCH 3/3] pwm: lpss: Add get_state callback

[PATCH v2] ARM: at91: Document new TCB bindings
 2017-03-13 15:18 UTC  (6+ messages)

bcm2835-analog-audio: Is my driver PWM, ALSA or neither
 2017-03-12 17:36 UTC  (2+ messages)

[PATCH v2] pwm: lpss: Make builtin so that i915 can find the pwm_backlight
 2017-03-08 13:41 UTC  (8+ messages)

[PATCH 0/2] switch to atomic PWM
 2017-03-03  9:53 UTC  (9+ messages)
  ` [PATCH 1/2] drivers: pwm: pwm-atmel: "
` [PATCH 2/2] drivers: pwm: pwm-atmel: enable pwm on sama5d2

Business proposal
 2017-03-03  0:36 UTC 

Business proposal
 2017-03-02  7:53 UTC 

[PATCH] pwm: atmel-hlcdc: Implement the suspend/resume hooks
 2017-03-01 14:52 UTC 

[PATCH v2] pwm: atmel-hlcdc: Convert to the atomic PWM API
 2017-03-01 14:48 UTC 

[PATCH v3] pwm: rockchip: State of pwm clock should synchronize with pwm enabled state
 2017-03-01 11:10 UTC 

[PATCH v2] pwm: rockchip: State of pwm clock should synchronize with pwm enabled state
 2017-03-01 11:00 UTC  (3+ messages)

[GIT PULL] pwm: Changes for v4.11-rc1
 2017-02-28 22:31 UTC 

[PATCH v4 0/9] Add the Allwinner A31/A31s PWM driver
 2017-02-28 15:56 UTC  (23+ messages)
` [PATCH v4 1/9] pwm: sunxi: Use regmap API for register access
` [PATCH v4 3/9] pwm: sunxi: Selectable prescaler table
` [PATCH v4 8/9] pwm: sunxi: Code cleanup
  ` [PATCH v4 2/9] pwm: sunxi: Use regmap fields for bit operations
  ` [PATCH v4 4/9] pwm: sunxi: Customizable control and period register position
  ` [PATCH v4 5/9] pwm: sunxi: Customizable regmap fields and enable bit mask
  ` [PATCH v4 6/9] pwm: sunxi: Increase max number of pwm channels
  ` [PATCH v4 7/9] pwm: sunxi: Add support the Allwinner A31 PWM
  ` [PATCH v4 9/9] ARM: dts: sun6i: Add the PWM block to the A31/A31s

[PATCH] pwm: rockchip: State of pwm clock should synchronize with pwm enabled state
 2017-02-28  7:55 UTC  (2+ messages)

[PATCH 0/2] drivers: pwm: add pwm support for sama5d2
 2017-02-27 15:23 UTC  (9+ messages)
` [PATCH 1/2] drivers: pwm: pwm-atmel: add support for pwm on sama5d2
` [PATCH 2/2] drivers: pwm: pwm-atmel: add support to allow run time changing of pwm parameters

[PATCH 1/3] dt-bindings: add compatible for the PWM controller on Allwinner A64
 2017-02-27  7:44 UTC  (7+ messages)
  ` [PATCH 2/3] pwm: sunxi: Add A64 support
  ` [PATCH 3/3] arm64: dts: allwinner: add pwm device node for A64

RE:
 2017-02-23 15:09 UTC 


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