linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-30 20:03:26 to 2016-04-14 19:17:25 UTC [more...]

[PATCH v5 00/24] pwm: add support for atomic update
 2016-04-14 19:17 UTC  (6+ 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 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 v2 0/3] Extend the LED panic trigger
 2016-04-14 16:46 UTC  (7+ messages)
` [PATCH v2 1/3] leds: triggers: Allow to switch the trigger to "panic" on a kernel panic
` [PATCH v2 2/3] devicetree: leds: Introduce "panic-indicator" optional property
` [PATCH v2 3/3] leds: gpio: Support the "panic-indicator" firmware property

[patch] leds: tca6507: silence an uninitialized variable warning
 2016-04-14 11:12 UTC  (2+ messages)

[PATCH v5 00/46] pwm: add support for atomic update
 2016-04-14 11:05 UTC  (105+ messages)
` [PATCH v5 01/46] pwm: rcar: make use of pwm_is_enabled()
` [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 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 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 v2 0/4] LED trigger on MTD activity
 2016-04-14 10:03 UTC  (10+ messages)
` [PATCH v2 1/4] mtd: Uninline mtd_write_oob and move it to mtdcore.c
` [PATCH v2 2/4] leds: trigger: Introduce a MTD (NAND/NOR) trigger
` [PATCH v2 3/4] mtd: nand: Remove the "nand-disk" LED trigger
` [PATCH v2 4/4] mtd: Hook I/O activity to the MTD "

[PATCH 0/2] LED trigger on MTD activity
 2016-04-12 19:46 UTC  (10+ messages)
` [PATCH 1/2] mtd: Uninline mtd_write_oob and move it to mtdcore.c
` [PATCH 2/2] leds: trigger: Introduce a MTD (NAND/NOR) trigger

[PATCH v5 1/4] leds: core: add generic support for RGB Color LED's
 2016-04-12  7:13 UTC  (33+ messages)

[PATCH v2 0/1] leds: pca9532: Add device tree binding
 2016-04-11  9:25 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH 0/1] leds: pca9532: Add device tree binding
 2016-04-11  6:17 UTC  (6+ messages)
  ` [PATCH 1/1] "

FROM: MR. OLIVER SENO!!
 2016-04-08 18:53 UTC 

nand-disk LED trigger: to remove, or not to remove
 2016-04-08  7:38 UTC  (7+ messages)

[PATCH 0/5] Extend the LED panic trigger
 2016-04-06 16:13 UTC  (14+ messages)
` [PATCH 1/5] leds: triggers: Allow to switch the trigger to "panic" on a kernel panic
` [PATCH 2/5] leds: triggers: Add a led_trigger_event_nosleep API
` [PATCH 3/5] leds: trigger: panic: Use led_trigger_event_nosleep
` [PATCH 4/5] devicetree: leds: Introduce "panic-blink" optional property
` [PATCH 5/5] leds: gpio: Support the panic-blink firmware property

WE NEED YOUR HELP URGENTLY
 2016-04-03 16:14 UTC 

[PATCH] hid: thingm: change driver to use RGB LED core extension
 2016-04-01  9:40 UTC  (2+ messages)

[PATCH 0/3] Add a new LED trigger for kernel panics (and use it)
 2016-03-31 12:56 UTC  (7+ messages)
` [PATCH 1/3] leds: trigger: Introduce a kernel panic LED trigger


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