linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-19 11:45:13 to 2016-04-15 14:20:11 UTC [more...]

[RESEND 00/11] pwm: Add support for PWM Capture
 2016-04-15 14:20 UTC  (25+ messages)
` [RESEND 01/11] pwm: Add PWM Capture support
` [RESEND 02/11] pwm: sysfs: "
` [RESEND 07/11] pwm: sti: Initialise PWM Capture channel data
` [RESEND 08/11] pwm: sti: Add support for PWM Capture IRQs
` [RESEND 09/11] pwm: sti: Add PWM Capture call-back
` [RESEND 10/11] pwm: sti: Enable PWM Capture

[PATCH v5 00/24] pwm: add support for atomic update
 2016-04-15  8:17 UTC  (28+ messages)
` [PATCH v5 02/24] pwm: use pwm_get/set_xxx() helpers where appropriate
` [PATCH v5 04/24] hwmon: pwm-fan: use pwm_get_args() "
` [PATCH v5 14/24] input: misc: pwm-beeper: explicitly apply PWM config extracted from pwm_args
` [PATCH v5 18/24] pwm: introduce the pwm_state concept
  ` [PATCH v5 01/24] pwm: introduce the pwm_args concept
  ` [PATCH v5 03/24] clk: pwm: use pwm_get_args() where appropriate
  ` [PATCH v5 05/24] input: misc: max77693: "
  ` [PATCH v5 06/24] leds: pwm: "
  ` [PATCH v5 07/24] regulator: "
  ` [PATCH v5 08/24] fbdev: ssd1307fb: "
  ` [PATCH v5 09/24] backlight: pwm_bl: "
  ` [PATCH v5 10/24] backlight: lp8788: explicitly apply PWM config extracted from pwm_args
  ` [PATCH v5 11/24] backlight: lp855x: "
  ` [PATCH v5 12/24] backlight: lm3630a: "
  ` [PATCH v5 13/24] input: misc: max8997: "
  ` [PATCH v5 15/24] drm: i915: "
  ` [PATCH v5 16/24] ARM: "
  ` [PATCH v5 17/24] pwm: keep PWM state in sync with hardware state
  ` [PATCH v5 19/24] pwm: move the enabled/disabled info into pwm_state
  ` [PATCH v5 20/24] pwm: add the PWM initial state retrieval infra
  ` [PATCH v5 21/24] pwm: add the core infrastructure to allow atomic update
  ` [PATCH v5 22/24] pwm: update documentation
  ` [PATCH v5 23/24] pwm: switch to the atomic API
` [PATCH v5 24/24] pwm: add information about polarity, duty cycle and period to debugfs

[GIT PULL] pwm: Fixes for v4.6-rc4
 2016-04-14 15:18 UTC 

[PATCH v5 00/46] pwm: add support for atomic update
 2016-04-14 11:05 UTC  (107+ messages)
` [PATCH v5 02/46] backlight: pwm_bl: remove useless call to pwm_set_period()
` [PATCH v5 03/46] backlight: lm3630a_bl: stop messing with the pwm->period field
  ` [PATCH v5 01/46] pwm: rcar: make use of pwm_is_enabled()
  ` [PATCH v5 04/46] pwm: get rid of pwm->lock
  ` [PATCH v5 05/46] pwm: introduce the pwm_args concept
  ` [PATCH v5 06/46] pwm: use pwm_get/set_xxx() helpers where appropriate
  ` [PATCH v5 07/46] clk: pwm: use pwm_get_args() "
  ` [PATCH v5 09/46] misc: max77693-haptic: "
  ` [PATCH v5 10/46] leds: pwm: "
  ` [PATCH v5 11/46] regulator: "
  ` [PATCH v5 13/46] backlight: pwm_bl: "
  ` [PATCH v5 14/46] pwm: keep PWM state in sync with hardware state
  ` [PATCH v5 15/46] pwm: introduce the pwm_state concept
  ` [PATCH v5 16/46] pwm: move the enabled/disabled info into pwm_state
  ` [PATCH v5 17/46] pwm: add the PWM initial state retrieval infra
  ` [PATCH v5 18/46] pwm: add the core infrastructure to allow atomic update
  ` [PATCH v5 19/46] pwm: switch to the atomic API
  ` [PATCH v5 20/46] pwm: add information about polarity, duty cycle and period to debugfs
  ` [PATCH v5 21/46] pwm: rockchip: add initial state retrieval
  ` [PATCH v5 22/46] pwm: rockchip: avoid glitches on already running PWMs
  ` [PATCH v5 23/46] pwm: rockchip: add support for atomic update
  ` [PATCH v5 24/46] pwm: sti: add support for initial state retrieval
  ` [PATCH v5 25/46] pwm: sti: avoid glitches on already running PWMs
  ` [PATCH v5 26/46] pwm: sun4i: implement hardware readout
  ` [PATCH v5 27/46] regulator: pwm: adjust PWM config at probe time
  ` [PATCH v5 28/46] regulator: pwm: swith to the atomic PWM API
  ` [PATCH v5 29/46] regulator: pwm: properly initialize the ->state field
  ` [PATCH v5 30/46] regulator: pwm: retrieve correct voltage
  ` [PATCH v5 31/46] pwm: update documentation
  ` [PATCH v5 32/46] pwm: deprecate pwm_config(), pwm_enable() and pwm_disable()
  ` [PATCH v5 33/46] pwm: replace pwm_disable() by pwm_apply_state()
  ` [PATCH v5 34/46] clk: pwm: switch to the atomic API
  ` [PATCH v5 35/46] hwmon: pwm-fan: "
  ` [PATCH v5 36/46] input: misc: max77693: "
  ` [PATCH v5 37/46] input: misc: max8997: switch to the atomic PWM API
  ` [PATCH v5 38/46] input: misc: pwm-beeper: "
  ` [PATCH v5 39/46] leds: pwm: "
  ` [PATCH v5 40/46] backlight: lm3630a: "
  ` [PATCH v5 42/46] backlight: lp8788: "
  ` [PATCH v5 43/46] backlight: pwm_bl: "
  ` [PATCH v5 44/46] video: ssd1307fb: "
  ` [PATCH v5 45/46] drm: i915: "
  ` [PATCH v5 46/46] ARM: s3c24xx: rx1950: "
` [PATCH v5 08/46] hwmon: pwm-fan: use pwm_get_args() where appropriate
` [PATCH v5 12/46] fbdev: ssd1307fb: "
` [PATCH v5 41/46] backlight: lp855x: switch to the atomic PWM API

[PATCH v3 0/3] ARM: am335x/am437x: Correct PWM bindings
 2016-04-12 21:07 UTC  (8+ messages)
` [PATCH v3 1/3] clk: ti: am335x/am4372: Add tbclk to pwm node
` [PATCH v3 2/3] ARM: DTS: da850/am4372/am33xx: Use generic node name for ehrpwm
` [PATCH v3 3/3] pwm: pwm-tiehrpwm: Update dt binding document to use generic node name

[PATCH v5 0/6] ARM: am335x/am437x/dra7: Add PWM support for DRA7
 2016-04-12  8:10 UTC  (18+ messages)
` [PATCH v5 1/6] pwms: pwm-ti*: Get the clock from the PWMSS (parent)
` [PATCH v5 4/6] ARM: OMAP2+: DRA7: Add hwmod entries for PWMSS
` [PATCH v5 5/6] ARM: dts: DRA7: Add TBCLK "
` [PATCH v5 6/6] ARM: dts: DRA7: Add dt nodes "

[PATCH] pwm: ftm: use flat regmap cache
 2016-04-07 20:11 UTC  (2+ messages)

[PATCH v3 0/6] R8A7795/Salvator-X PWM support
 2016-04-06  1:23 UTC  (9+ messages)
` [PATCH v3 1/6] pwm: rcar: Use ARCH_RENESAS
  ` [v3,1/6] "
` [PATCH v3 2/6] arm64: defconfig : add PWM driver support
` [PATCH v3 3/6] arm64: dts: r8a7795: Add PWM device nodes
` [PATCH v3 4/6] arm64: dts: salvator-x: enable PWM
` [PATCH v3 5/6] pwm: add R-Car H3 device tree bindings
  ` [v3,5/6] "
` [PATCH v3 6/6] clk: shmobile: r8a7795: add PWM clock

[PATCH 2/2 v2] pwm: add a driver for the STMPE PWM
 2016-04-05 21:33 UTC  (2+ messages)

[PATCH 1/2 v2] pwm: add DT bindings for the STMPE PWM
 2016-04-05 21:22 UTC 

[PATCH v3 0/6] IIO pulse capture support for TI ECAP
 2016-04-03 10:41 UTC  (4+ messages)
` [PATCH v3 2/6] iio: pulse: add TI ECAP driver

[PATCH] pwm: twl: Reliably disable TWL6030 PWMs
 2016-03-29 18:55 UTC 

[PATCH 0/6] R8A7795/Salvator-X PWM support
 2016-03-29 15:49 UTC  (14+ messages)
` [PATCH 1/6] pwm: rcar: Use ARCH_RENESAS
` [PATCH 2/6] arm64: defconfig : add PWM driver support
` [PATCH 3/6] arm64: dts: r8a7795: Add PWM device nodes
` [PATCH 4/6] arm64: dts: salvator-x: enable PWM
` [PATCH 5/6] pwm: add R-Car H3 device tree bindings
` [PATCH 6/6] clk: shmobile: r8a7795: add PWM clock

[PATCH RESEND 0/3] pwm support for Broadcom iProc SoC's
 2016-03-29 14:22 UTC  (4+ messages)
` [PATCH RESEND 1/3] Documentation: dt: Add Broadcom iproc pwm controller binding
` [PATCH RESEND 2/3] pwm: kona: Add support for Broadcom iproc pwm controller
` [PATCH RESEND 3/3] ARM: dts: NSP: Add PWM Support to DT

CISCO IP PHONES AND CPU's
 2016-03-23 19:12 UTC 

CISCO IP PHONES AND CPU's
 2016-03-23 18:45 UTC 

[GIT PULL] pwm: Changes for v4.6-rc1
 2016-03-23 16:13 UTC 

[PATCH] pwm: add support for freq_hz and duty_percent
 2016-03-21  3:07 UTC  (4+ messages)

RE
 2016-03-19 10:06 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).