Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2015-07-01 21:50:46 to 2015-08-05 23:13:07 UTC [more...]

[PATCH 0/2] Add support for NXP LPC18xx PWM/SCT
 2015-08-05 23:13 UTC  (13+ messages)
` [PATCH 1/2] pwm: NXP LPC18xx PWM/SCT driver
` [PATCH 2/2] DT: pwm: Add NXP LPC18xx PWM/SCT binding documentation

[PATCH 00/23] ARM: at91: Properly handle slow clock
 2015-08-05 20:45 UTC  (7+ messages)
` [PATCH 02/23] Documentation: dt: atmel-at91: add slow clock to tcb
` [PATCH 22/23] misc: atmel_tclib: get and use slow clock

[PATCH v6 0/3] Add MediaTek display PWM driver
 2015-08-03  6:21 UTC  (12+ messages)
` [PATCH v6 1/3] dt-bindings: pwm: add MediaTek display PWM bindings
  ` [PATCH v6 2/3] pwm: add MediaTek display PWM driver support
` [PATCH v6 3/3] arm64: dts: mt8173: add MT8173 display PWM driver support node

[PATCH] ARM: at91: pwm: atmel-hlcdc: add at91sam9n12 entry for the errata
 2015-07-31 17:14 UTC  (2+ messages)

[PATCH v2 0/22] On-demand device probing
 2015-07-31 10:28 UTC  (5+ messages)
` [PATCH v2 14/22] pwm: Probe PWM chip devices on demand

[PATCH v2 0/5] ARM: berlin: PWM support
 2015-07-31  3:12 UTC  (7+ messages)
` [PATCH v2 1/5] pwm: add the Berlin pwm controller driver
` [PATCH v2 2/5] Documentation: bindings: document the Berlin PWM driver
` [PATCH v2 3/5] ARM: berlin: add a PWM node on the BG2Q
` [PATCH v2 4/5] ARM: berlin: add a PWM node on the BG2
` [PATCH v2 5/5] ARM: berlin: add a PWM node on the BG2CD

[PATCH v2] pwm-backlight: Avoid backlight flicker when probed from DT
 2015-07-30 17:22 UTC 

[PATCH v2 0/5] Add support for PWMSS on DRA7
 2015-07-29  6:32 UTC  (12+ messages)
` [PATCH v2 1/5] ARM: OMAP2+: DRA7: clockdomain: change l4per2_7xx_clkdm to SW_WKUP
` [PATCH v2 2/5] ARM: OMAP2+: DRA7: Add hwmod entries for PWMSS

[PATCH v5 0/2] pwm: Add support for R-Car PWM Timer
 2015-07-27 10:38 UTC  (3+ messages)

[PATCH 0/5] ARM: berlin: PWM support
 2015-07-27  6:10 UTC  (8+ messages)
` [PATCH 1/5] pwm: add the Berlin pwm controller driver
` [PATCH 2/5] Documentation: bindings: document the Berlin PWM driver
` [PATCH 3/5] ARM: berlin: add a PWM node on the BG2Q
` [PATCH 4/5] ARM: berlin: add a PWM node on the BG2
` [PATCH 5/5] ARM: berlin: add a PWM node on the BG2CD

[PATCH v2 00/10] pwm: add support for atomic update
 2015-07-25  6:36 UTC  (16+ messages)
  ` [PATCH v2 01/10] pwm: introduce default period and polarity concepts
  ` [PATCH v2 02/10] pwm: define a new pwm_state struct
  ` [PATCH v2 04/10] backlight: pwm_bl: remove useless call to pwm_set_period
` [PATCH v2 03/10] pwm: move the enabled/disabled info to pwm_state struct
` [PATCH v2 05/10] pwm: declare a default PWM state
` [PATCH v2 06/10] pwm: add the PWM initial state retrieval infra
` [PATCH v2 07/10] pwm: add the core infrastructure to allow atomic update
` [PATCH v2 08/10] pwm: add information about polarity, duty cycle and period to debugfs
` [PATCH v2 09/10] pwm: rockchip: add initial state retrieval
` [PATCH v2 10/10] pwm: rockchip: add support for atomic update

[PATCH v4 0/2] pwm-pca9685: Bugfixes and prescaler support
 2015-07-23 15:19 UTC  (3+ messages)
` [PATCH v4 1/2] pwm-pca9685: Fix several driver bugs
` [PATCH v4 2/2] pwm-pca9685: Support changing the output frequency

[RFC] backlight: pwm: Handle EPROBE_DEFER while requesting the PWM
 2015-07-23  0:15 UTC 

[v3 0/7] Crystalcove (CRC) PMIC based panel and pwm control
 2015-07-21  7:24 UTC  (7+ messages)
` [Intel-gfx] "

[PATCH v3 0/2] pwm-pca9685: Bugfixes and prescaler support
 2015-07-20 12:31 UTC  (11+ messages)
` [PATCH v3 1/2] pwm-pca9685: Fix several driver bugs
` [PATCH v3 2/2] pwm-pca9685: Support changing the output frequency

[RFC PATCH 00/15] pwm: add support for atomic update
 2015-07-20 10:12 UTC  (63+ messages)
` [RFC PATCH 01/15] pwm: add the pwm_is_enabled() helper
` [RFC PATCH 02/15] pwm: fix pwm_get_period and pwm_get_duty_cycle prototypes
` [RFC PATCH 03/15] pwm: add pwm_get_polarity helper function
` [RFC PATCH 04/15] pwm: make use of pwm_get_xxx helpers where appropriate
` [RFC PATCH 05/15] pwm: introduce default period and polarity concepts
` [RFC PATCH 06/15] pwm: define a new pwm_state struct
` [RFC PATCH 07/15] pwm: move the enabled/disabled info to "
` [RFC PATCH 08/15] backlight: pwm_bl: remove useless call to pwm_set_period
` [RFC PATCH 10/15] pwm: add the PWM initial state retrieval infra
` [RFC PATCH 11/15] pwm: add the core infrastructure to allow atomic update
` [RFC PATCH 12/15] pwm: rockchip: add initial state retrieval
` [RFC PATCH 13/15] pwm: rockchip: add support for atomic update
` [RFC PATCH 14/15] regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methods
` [RFC PATCH 15/15] regulator: pwm: properly initialize the ->state field
` [RFC PATCH 16/15] pwm: add informations about polarity, duty cycle and period to debugfs
    ` [PATCH] "

[PATCH v2 0/2] pwm-pca9685: Bugfixes and prescaler support
 2015-07-20  8:23 UTC  (3+ messages)
` [PATCH v2 1/2] pwm-pca9685: Fix several driver bugs
` [PATCH v2 2/2] pwm-pca9685: Support changing the output frequency

[PATCH v5 0/3] Add MediaTek display PWM driver
 2015-07-17  8:01 UTC  (17+ messages)
  ` [PATCH v5 1/3] dt-bindings: pwm: add MediaTek display PWM bindings
` [PATCH v5 2/3] pwm: add MediaTek display PWM driver support
` [PATCH v5 3/3] arm64: dts: mt8173: add MT8173 display PWM driver support node

[PATCH v2 0/12] Discover and probe dependencies
 2015-07-17  0:06 UTC  (21+ messages)
` [PATCH v2 01/12] device: property: delay device-driver matches
` [PATCH v2 02/12] device: property: find dependencies of a firmware node
    ` [alsa-devel] "
` [PATCH v2 09/12] regulator: register dependency parser for firmware nodes
` [PATCH v2 11/12] ASoC: tegra: "
    ` [alsa-devel] "

[v2 0/7] Crystalcove (CRC) PMIC based panel and pwm control
 2015-07-15  8:05 UTC  (3+ messages)
` [v2 1/7] gpiolib: Add support for removing registered consumer lookup table

[PATCH] pwm-backlight: Avoid backlight flicker when probed from DT
 2015-07-13  9:40 UTC  (2+ messages)

[PATCH] pwm: Drop owner assignment from i2c_driver
 2015-07-10  6:28 UTC 

[PATCH 0/2] pwm-pca9685: Bugfixes and prescaler support
 2015-07-09 13:48 UTC  (2+ messages)

[PATCH v4 0/3] Add MediaTek display PWM driver
 2015-07-09  6:36 UTC  (10+ messages)
` [PATCH v4 1/3] dt-bindings: pwm: add MediaTek display PWM bindings
  ` [PATCH v4 2/3] pwm: add MediaTek display PWM driver support
` [PATCH v4 3/3] arm64: dts: mt8173: add MT8173 display PWM driver support dtsi

[PATCH v3 0/2] Add MediaTek display PWM driver
 2015-07-06 12:43 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: pwm: add MediaTek display PWM bindings
` [PATCH v3 2/2] pwm: add MediaTek display PWM driver support

[PATCH] pwm: ftm: fix clock enable/disable when using PM
 2015-07-06  6:42 UTC  (2+ messages)

[PATCH v9 0/2] Fix bugs in kona pwm driver and pwm core
 2015-07-02 23:36 UTC  (3+ messages)
` [PATCH v9 1/2] pwm: kona: Modify settings application sequence


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox