linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-17 08:47:02 to 2015-08-11 09:37:21 UTC [more...]

[PATCH/RFC v5 00/57] Remove work queues from LED class drivers
 2015-08-11  9:37 UTC  (8+ messages)
` [PATCH/RFC v5 01/57] leds: Add brightness_set_nonblocking op
` [PATCH/RFC v5 02/57] leds: Add LED_BRIGHTNESS_BLOCKING flag
` [PATCH/RFC v5 03/57] leds: Add led_set_brightness_sync to the public LED subsystem API
` [PATCH/RFC v5 04/57] leds: Improve asynchronous path of setting brightness
` [PATCH/RFC v5 06/57] leds: Improve setting brightness in a non sleeping way
` [PATCH/RFC v5 07/57] leds: Drivers shouldn't enforce SYNC/ASYNC brightness setting
` [PATCH/RFC v5 08/57] leds: ktd2692: Remove work queue

[PATCH] backlight: pm8941-wled: Move PM8941 WLED driver to backlight
 2015-08-10 15:53 UTC  (13+ messages)
` [PATCH v2] "

leds-gpio on x86
 2015-08-08 12:06 UTC  (7+ messages)

[PATCH v2] leds: lp55xx: avoid dereferencing a stale platform_data pointer
 2015-08-06 22:39 UTC  (6+ messages)

[PATCH RESEND 0/2] cap11xx: add LED support
 2015-08-05  4:24 UTC  (3+ messages)
` [PATCH RESEND 1/2] dt: add cap11xx LED documentation
` [PATCH RESEND 2/2] cap11xx: add LED support

Change uevent whenever brightness is set to 0
 2015-08-05  1:42 UTC  (4+ messages)

[PATCH] leds: lp55xx: avoid dereferencing a stale platform_data pointer
 2015-08-04 18:07 UTC  (3+ messages)

[PATCH v2] LED/MIPS: Move SEAD3 LED driver to where it belongs
 2015-08-04 12:18 UTC  (3+ messages)

[PATCH 00/27] Export I2C and OF module aliases in missing drivers
 2015-08-04 10:32 UTC  (7+ messages)
` [PATCH 23/27] leds: Export OF module alias information "
  ` [PATCH 27/27] i2c: (RFC, don't apply) report OF style modalias when probing using DT

[PATCH v2] leds/led-class: Add missing put_device()
 2015-07-31 16:15 UTC  (2+ messages)

[PATCH] leds: tlc591xx: Remove redundant I2C_FUNC_SMBUS_BYTE_DATA functionality check
 2015-07-30 21:00 UTC  (3+ messages)

[PATCH] leds/led-class: Add missing put_device()
 2015-07-30 20:37 UTC  (2+ messages)

[PATCH v8 0/3] LED driver for PowerNV platform
 2015-07-28 17:40 UTC  (12+ messages)
` [PATCH v8 1/3] powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED states
` [PATCH v8 2/3] powerpc/powernv: Create LED platform device
` [PATCH v8 3/3] leds/powernv: Add driver for PowerNV platform

[PATCH v10.1] media: Add registration helpers for V4L2 flash sub-devices
 2015-07-28 11:33 UTC  (3+ messages)

[PATCH v2 0/4] Allow to use leds-ns2 with n090401 boards
 2015-07-28 11:34 UTC  (5+ messages)
` [PATCH v2 2/4] ARM: Kirkwood: add modes-map property to ns2-leds nodes

[PATCH v2 0/3] Add DT support for netxbig LEDs
 2015-07-28 10:30 UTC  (5+ messages)

[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 2/3] leds/class: Check snprintf return value
 2015-07-24  3:17 UTC  (2+ messages)

[PATCH v7 0/3] LED driver for PowerNV platform
 2015-07-23 12:26 UTC  (7+ messages)
` [PATCH v7 1/3] powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED states
` [PATCH v7 2/3] powerpc/powernv: Create LED platform device
` [PATCH v7 3/3] leds/powernv: Add driver for PowerNV platform

[PATCH/RFC v4 00/51] Remove work queues from LED class drivers
 2015-07-22 10:03 UTC  (61+ messages)
` [PATCH/RFC 01/51] leds: Add led_set_brightness_sync to the public LED subsystem API
` [PATCH/RFC 03/51] leds: Add an internal led_set_brightness_nosleep function
` [PATCH/RFC 08/51] leds: 88pm860x: Remove work queue
` [PATCH/RFC 09/51] leds: adp5520: "
` [PATCH/RFC 12/51] leds: lm3533: "
` [PATCH/RFC 14/51] leds: pca9532: Remove work queue for LEDs
` [PATCH/RFC 15/51] leds: lp3944: Remove work queue
` [PATCH/RFC 16/51] leds: lp55xx: "
` [PATCH/RFC 17/51] leds: lp8788: "
` [PATCH/RFC 18/51] leds: lp8860: "
` [PATCH/RFC 19/51] leds: pca955x: "
` [PATCH/RFC 20/51] leds: pca963x: "
` [PATCH/RFC 21/51] leds: wm831x: "
` [PATCH/RFC 22/51] leds: da903x: "
` [PATCH/RFC 23/51] leds: da9052: "
` [PATCH/RFC 24/51] leds: dac124d085: "
` [PATCH/RFC 25/51] leds: lt3593: "
` [PATCH/RFC 26/51] leds: max8997: Remove unneeded workqueue include
` [PATCH/RFC 27/51] leds: mc13783: Remove work queue
` [PATCH/RFC 28/51] leds: regulator: "
` [PATCH/RFC 29/51] leds: wm8350: "
` [PATCH/RFC 30/51] leds: pwm: remove "
` [PATCH/RFC 31/51] leds: lm355x: Remove "
` [PATCH/RFC 32/51] leds: gpio: "
` [PATCH/RFC 33/51] leds: cobalt-raq: Mark the LED fast
` [PATCH/RFC 34/51] leds: bcm6328: "
` [PATCH/RFC 35/51] leds: bcm6358: "
` [PATCH/RFC 36/51] leds: syscon: "
` [PATCH/RFC 37/51] leds: ot200: "
` [PATCH/RFC 38/51] leds: s3c24xx: "
` [PATCH/RFC 39/51] leds: ss4200: "
` [PATCH/RFC 40/51] leds: versatile: "
` [PATCH/RFC 41/51] leds: wrap: "
` [PATCH/RFC 42/51] leds: net48xx: "
` [PATCH/RFC 43/51] leds: asic3: "
` [PATCH/RFC 44/51] leds: cobalt-qube: "
` [PATCH/RFC 45/51] leds: fsg: "
` [PATCH/RFC 46/51] leds: hp6xx: "
` [PATCH/RFC 47/51] leds: locomo: "
` [PATCH/RFC 48/51] leds: dell: "
` [PATCH/RFC 49/51] leds: rb532: "
` [PATCH/RFC 50/51] leds: sunfire: "
` [PATCH/RFC 51/51] leds: ipaq-micro: "

[PATCH v6 0/3] LED driver for PowerNV platform
 2015-07-21  9:55 UTC  (13+ messages)
` [PATCH v6 1/3] powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED states
` [PATCH v6 2/3] powerpc/powernv: Create LED platform device
` [PATCH v6 3/3] leds/powernv: Add driver for PowerNV platform

[RFC PATCH 00/15] pwm: add support for atomic update
 2015-07-20 10:12 UTC  (40+ 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


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