linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-08 21:57:21 to 2018-02-15 06:01:46 UTC [more...]

[PATCH v11 00/10] omap: dmtimer: Move driver out of plat-omap
 2018-02-15  6:01 UTC  (6+ messages)
` [PATCH v11 01/10] clocksource: dmtimer: Remove all the exports
` [PATCH v11 02/10] arm: omap: timer: Wrap the inline functions under OMAP2PLUS define
` [PATCH v11 03/10] arm: omap: Move dmtimer.h out of plat-omap
` [PATCH v11 04/10] clocksource: timer-ti-dm: Replace architecture
` [PATCH v11 05/10] arm: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksource

[PATCH v7 0/9] omap: dmtimer: Move driver out of plat-omap
 2018-02-14 18:59 UTC  (21+ messages)
` [PATCH v7 1/9] clocksource: dmtimer: Remove all the exports
` [PATCH v7 2/9] arm: omap: timer: Wrap the inline functions under OMAP2PLUS define
` [PATCH v7 3/9] arm: omap: Move dmtimer.h out of plat-omap
` [PATCH v7 4/9] arm: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksource
` [PATCH v7 5/9] dmtimer: Add timer ops to the platform data structure
` [PATCH v7 6/9] clocksource: dmtimer: Populate the timer ops to the pdata
` [PATCH v7 7/9] clocksource: timer-dm: Hook device platform data if not already assigned
` [PATCH v7 8/9] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops
` [PATCH v7 9/9] arm: omap: pdata-quirks: Remove unused timer pdata

About disabling sun4i-pwm
 2018-02-14 17:17 UTC 

[RESEND PATCH v2 0/8] Add support for PWM input capture on STM32
 2018-02-14 10:04 UTC  (9+ messages)
` [RESEND PATCH v2 1/8] pwm: stm32: fix, remove unused struct device
` [RESEND PATCH v2 2/8] pwm: stm32: protect common prescaler for all channels
` [RESEND PATCH v2 4/8] mfd: stm32-timers: add support for dmas
` [RESEND PATCH v2 5/8] pwm: stm32: add capture support
  ` [RESEND PATCH v2 3/8] dt-bindings: mfd: stm32-timers: add support for dmas
  ` [RESEND PATCH v2 6/8] pwm: stm32: improve capture by tuning counter prescaler
  ` [RESEND PATCH v2 7/8] pwm: stm32: use input prescaler to improve period capture
` [RESEND PATCH v2 8/8] ARM: dts: stm32: Enable pwm3 input capture on stm32f429i-eval

[PATCH v2 0/8] Add support for PWM input capture on STM32
 2018-02-14  9:38 UTC  (13+ messages)
` [PATCH v2 1/8] pwm: stm32: fix, remove unused struct device
` [PATCH v2 2/8] pwm: stm32: protect common prescaler for all channels
` [PATCH v2 3/8] dt-bindings: mfd: stm32-timers: add support for dmas
` [PATCH v2 4/8] "
` [PATCH v2 5/8] pwm: stm32: add capture support
` [PATCH v2 6/8] pwm: stm32: improve capture by tuning counter prescaler
` [PATCH v2 7/8] pwm: stm32: use input prescaler to improve period capture
` [PATCH v2 8/8] ARM: dts: stm32: Enable pwm3 input capture on stm32f429i-eval

[PATCH v3 RESEND] pwm: imx: Let PWM be active during suspend
 2018-02-14  1:48 UTC  (2+ messages)

Ich warte auf deine Post
 2018-02-13 19:04 UTC 

[PATCH v2 03/20] kconfig: Remove leftover references to AVR32 symbol
 2018-02-12 12:10 UTC  (13+ messages)
` [PATCH v3 "
      ` [PATCH] video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLE
    ` [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL
            ` [PATCH v2] "
                ` [PATCH v3] "
              ` Applied "spi: kconfig: Remove AVR32 dep. from SPI_ATMEL" to the spi tree

investment
 2018-02-11 14:36 UTC 

[PATCH v2] pwm: mediatek: fix up PWM4 and PWM5 malfunction on MT7623
 2018-02-07  9:54 UTC  (2+ messages)

[GIT PULL] pwm: Changes for v4.16-rc1
 2018-02-05 13:03 UTC 

[PATCH 0/3] Add pwm-cells on STM32 LPTimer
 2018-02-05  6:09 UTC  (5+ messages)
  ` [PATCH 1/3] dt-bindings: pwm-stm32-lp: add #pwm-cells
  ` [PATCH 2/3] pwm: stm32: LPTimer: use 3 cells xlate
  ` [PATCH 3/3] ARM: dts: stm32: update pwm-cells for LPTimer on stm32h743

[PATCH 03/20] kconfig: Remove leftover references to AVR32 symbol
 2018-02-05  4:44 UTC  (3+ messages)
    ` [PATCH v2 "

[PATCH v5 1/5] pwm-backlight: enable/disable the PWM before/after LCD enable toggle
 2018-02-01 12:06 UTC  (3+ messages)

Darlehensangebot
 2018-01-30 15:08 UTC 

[PATCH v3 0/5] Add PWM and TPU support to r8a7743
 2018-01-24 17:16 UTC  (3+ messages)
` [PATCH v3 4/5] dt-bindings: pwm: renesas-tpu: Document r8a774[35] support

[PATCH v4] dt-bindings: pwm: rcar: Document r8a774[35] PWM bindings
 2018-01-24 17:14 UTC  (2+ messages)

[PATCH 0/8] Add support for PWM input capture on STM32
 2018-01-24 15:43 UTC  (18+ messages)
` [PATCH 1/8] pwm: stm32: fix, remove unused struct device
` [PATCH 2/8] pwm: stm32: protect common prescaler for all channels
` [PATCH 3/8] dt-bindings: mfd: stm32-timers: add support for dmas
` [PATCH 4/8] "
` [PATCH 5/8] pwm: stm32: add capture support
` [PATCH 6/8] pwm: stm32: improve capture by tuning counter prescaler
  ` [PATCH 7/8] pwm: stm32: use input prescaler to improve period capture
` [PATCH 8/8] ARM: dts: stm32: Enable pwm3 input capture on stm32f429i-eval

[PATCH v10 8/9] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops
 2018-01-24 11:29 UTC 

[PATCH v9 8/9] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops
 2018-01-24 11:20 UTC  (2+ messages)

[PATCH v8 8/9] pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops
 2018-01-24  9:32 UTC  (4+ messages)

[PATCH 0/3] omap: dmtimer: Fix and cleanup moved driver
 2018-01-24  5:49 UTC  (13+ messages)
` [PATCH 1/3] clocksource: timer-dm: Check prescaler value
` [PATCH 2/3] pwm: pwm-omap-dmtimer: Fix frequency when using prescaler
` [PATCH 3/3] clocksource: timer-dm: Make unexported functions static

[PATCH v2 00/16] extend PWM framework to support PWM modes
 2018-01-23 16:55 UTC  (42+ messages)
` [PATCH v2 01/16] drivers: pwm: core: use a single of xlate function
` [PATCH v2 02/16] pwm: pxa: update documentation regarding pwm-cells
  ` [PATCH v2 03/16] pwm: cros-ec: "
  ` [PATCH v2 06/16] ARM: dts: pxa: update pwm-cells
  ` [PATCH v2 09/16] drivers: pwm: core: add PWM mode to pwm_config()
  ` [PATCH v2 11/16] pwm: add documentation for PWM modes
  ` [PATCH v2 13/16] drivers: pwm: core: add push-pull mode support
` [PATCH v2 04/16] pwm: clps711x: update documentation regarding pwm-cells
` [PATCH v2 05/16] ARM: dts: clps711x: update pwm-cells
` [PATCH v2 07/16] arm64: dts: rockchip: "
` [PATCH v2 08/16] drivers: pwm: core: extend PWM framework with PWM modes
` [PATCH v2 10/16] pwm: Add "
` [PATCH v2 12/16] pwm: atmel: add pwm capabilities
` [PATCH v2 14/16] pwm: add push-pull mode
` [PATCH v2 15/16] pwm: add documentation for pwm "
` [PATCH v2 16/16] pwm: atmel: add push-pull mode support

[PATCH v1 1/4] dt-bindings: pwm: binding allwinner sun8i R40/V40/T3
 2018-01-19 21:21 UTC  (2+ messages)

[PATCH 1/4] pwm: jz4740: Make disable operation compatible with TCU2 mode
 2018-01-19 19:44 UTC  (3+ messages)
` [PATCH 3/4] pwm: jz4740: Add support for devicetree

[PATCH] pwm: remove depends on AVR32
 2018-01-18 19:58 UTC 

Neujahrsspende von 4.800.000 €
 2018-01-16  0:47 UTC 

[PATCH] ACPI / LPSS: Do not instiate a platform_dev for devs without a mmio resource
 2018-01-15 11:33 UTC  (5+ messages)

[PATCH v1 4/4] ARM: dts: add pwm node for r40
 2018-01-15 11:19 UTC  (5+ messages)

[PATCH 0/3] tree-wide: don't use GPIOF_* with gpiod_get_direction
 2018-01-15 10:13 UTC  (3+ messages)
` [PATCH 3/3] backlight: pwm_bl: "

[PATCH v1 3/4] ARM: dts: add pwm pins for r40
 2018-01-15  8:39 UTC  (4+ messages)

[PATCH] pwm: lpss-platform: Cleanly exit probe on boards without resources
 2018-01-14 19:58 UTC  (3+ messages)

Hello,
 2018-01-14  5:12 UTC 

[PATCH v1 2/4] ARM: PWM: add allwinner sun8i R40/V40/T3 pwm support
 2018-01-11 15:33 UTC  (3+ messages)

[PATCH] drivers: pwm: pwm-atmel: implement suspend/resume functions
 2018-01-11 13:51 UTC  (8+ messages)

[PATCH v1 0/4] pwm support for allwinner sun8i R40/V40/T3 SOCs
 2018-01-11 11:31 UTC 

[PATCH] pwn: stm32: Adopt SPDX identifier
 2018-01-10 15:16 UTC  (3+ messages)

[PATCH] pwm: mediatek: fix up PWM4 and PWM5 malfunction on MT7623
 2018-01-09 16:10 UTC  (3+ messages)

[PATCH 0/5] Add capture functionality to OMAP pwm driver
 2018-01-08 22:26 UTC  (8+ messages)
` [RFC 5/5] pwm: pwm-omap-dmtimer: Add capture functionality


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