linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-20 22:36:27 to 2015-09-21 22:30:37 UTC [more...]

[PATCH v3 00/12] pwm: add support for atomic update
 2015-09-21 22:30 UTC  (18+ messages)
  ` [PATCH v3 01/12] pwm: introduce default period and polarity concepts
  ` [PATCH v3 02/12] pwm: define a new pwm_state struct
  ` [PATCH v3 03/12] pwm: move the enabled/disabled info to "
  ` [PATCH v3 04/12] backlight: pwm_bl: remove useless call to pwm_set_period
  ` [PATCH v3 05/12] pwm: declare a default PWM state
  ` [PATCH v3 06/12] pwm: add the PWM initial state retrieval infra
  ` [PATCH v3 07/12] pwm: add the core infrastructure to allow atomic update
  ` [PATCH v3 08/12] pwm: add information about polarity, duty cycle and period to debugfs
  ` [PATCH v3 09/12] pwm: rockchip: add initial state retrieval
  ` [PATCH v3 10/12] pwm: rockchip: add support for atomic update
  ` [PATCH v3 11/12] regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methods
  ` [PATCH v3 12/12] regulator: pwm: properly initialize the ->state field

[PATCH v4 0/3] Add DT support for netxbig LEDs
 2015-09-21 15:38 UTC  (13+ messages)
` [PATCH v4 1/3] leds: netxbig: add device tree binding
` [PATCH v4 2/3] ARM: Kirkwood: add LED DT entries for netxbig boards
` [PATCH v4 3/3] ARM: mvebu: remove static LED setup "

[PATCH 0/5] LED flash: Set brightness in a sync way on demand
 2015-09-21 14:29 UTC  (6+ messages)
` [PATCH 1/5] leds: core: Drivers shouldn't enforce SYNC/ASYNC brightness setting
` [PATCH 2/5] Documentation: leds: Add description of brightness setting API
` [PATCH 3/5] leds: max77693: Remove work queue
` [PATCH 4/5] leds: aat1290: "
` [PATCH 5/5] leds: ktd2692: "

[PATCH 00/38] Fixes related to incorrect usage of unsigned types
 2015-09-21 13:42 UTC  (4+ messages)
` [PATCH 30/38] leds: flash: remove invalid check
` [PATCH 31/38] leds: tca6507: "

[PATCH v2] LED/MIPS: Move SEAD3 LED driver to where it belongs
 2015-09-21  8:52 UTC  (5+ messages)

[GIT PULL] LED subsystem fixes for v4.3-rc2
 2015-09-18 11:16 UTC 

[PATCH v3 00/26] ARM: pxa: magician: Rework HTC Magician support
 2015-09-17  7:04 UTC  (2+ messages)

[PATCH v3 01/26] ARM: pxa: magician: Fix indentation in machine files
 2015-09-17  4:59 UTC  (15+ messages)
` [PATCH v3 02/26] ARM: pxa: magician: Change comments to be more informative
` [PATCH v3 03/26] ARM: pxa: magician: Print more specific error message for global GPIOs
` [PATCH v3 04/26] ARM: pxa: magician: Optimize debug messages for LCD power
` [PATCH v3 05/26] ARM: pxa: magician: Change description of LCD power GPIO
` [PATCH v3 06/26] ARM: pxa: magician: Add new discovered EGPIO pins
` [PATCH v3 07/26] ARM: pxa: magician: Fix HTC Magician pin mux definitions
` [PATCH v3 08/26] ARM: pxa: magician: Rename abstract LCD GPIOs
` [PATCH v3 09/26] ARM: pxa: magician: Optimize powerup delays for Samsung LCD
` [PATCH v3 10/26] ARM: pxa: magician: Optimize Samsung LCD refresh to 50Hz
` [PATCH v3 11/26] ARM: pxa: magician: Optimize EGPIO initial values
` [PATCH v3 12/26] ARM: pxa: magician: Rename charger cable detection EGPIOs
` [PATCH v3 13/26] ARM: pxa: magician: Fix and add charging detection functions
` [PATCH v3 14/26] ARM: pxa: magician: Fix platform data for both PXA27x I2C controllers
` [PATCH v3 15/26] ARM: pxa: magician: Fix redundant GPIO request for pxaficp_ir

[PATCH 0/5] LED core improvements
 2015-09-16 10:47 UTC  (6+ messages)
` [PATCH 1/5] leds: core: Move LED core callbacks out of led-class.c
` [PATCH 2/5] leds: core: Add LED_BLINK_CHANGE and LED_BLINK_DISABLE flags
` [PATCH 3/5] leds: Rename brightness_set_sync op to brightness_set_blocking
` [PATCH 4/5] leds: core: Add an internal led_set_brightness_nosleep function
` [PATCH 5/5] leds: core: Use set_brightness_work for the blocking op

[PATCHv3 0/3] backlight: led-backlight driver
 2015-09-11 13:50 UTC  (5+ messages)
` [PATCHv3 1/3] leds: Add of_led_get() and led_put()
` [PATCHv3 2/3] backlight: add led-backlight driver
` [PATCHv3 3/3] devicetree: Add led-backlight binding

[PATCHv2 0/3] backlight: led-backlight driver
 2015-09-09 12:40 UTC  (11+ messages)
` [PATCHv2 1/3] leds: Add of_led_get() and led_put()
` [PATCHv2 2/3] backlight: add led-backlight driver
` [PATCHv2 3/3] devicetree: Add led-backlight binding

Single gpio shared by LED and switch?
 2015-09-09  7:35 UTC  (7+ messages)

[PATCH] led: leds-ipaq-micro: Add LEDS_CLASS dependency
 2015-09-08 14:35 UTC  (3+ messages)

[PATCH 0/3] backlight: led-backlight driver
 2015-09-08 11:23 UTC  (25+ messages)
` [PATCH 1/3] leds: Add of_led_get() and led_put()
` [PATCH 2/3] backlight: add led-backlight driver
` [PATCH 3/3] devicetree: Add led-backlight binding

[PATCH] leds:lp55xx: Correct Kconfig dependency for f/w user helper
 2015-09-08  9:03 UTC  (7+ messages)

[PATCH v2] leds: syscon: Correct check for syscon_node_to_regmap() errors
 2015-09-08  8:43 UTC  (3+ messages)

[PATCH v3 2/2] leds: leds-ipaq-micro: Fix coding style issues
 2015-09-08  7:38 UTC  (2+ messages)

[PATCH v2 0/2] leds: leds-ipaq-micro: Use resource managed functions and fix coding style
 2015-09-07 14:58 UTC  (5+ messages)
` [PATCH v2 1/2] leds: leds-ipaq-micro: Use devm_led_classdev_register
` [PATCH v2 2/2] leds: leds-ipaq-micro: Fix coding style issues

How to properly unregister LED class devices?
 2015-09-07 14:10 UTC  (7+ messages)

[PATCH] leds: leds-ipaq-micro: Use devm_led_classdev_register
 2015-09-07  7:53 UTC  (2+ messages)

[PATCH] leds: leds-hp6xx: Use devm_led_classdev_register
 2015-09-07  7:49 UTC  (2+ messages)

[PATCH] leds: leds-ot200: Use devm_led_classdev_register
 2015-09-07  7:49 UTC  (2+ messages)

[PATCH v2 00/21] ARM: pxa: magician: Rework HTC Magician support
 2015-09-07  4:14 UTC  (3+ messages)

[PATCH] leds: aat1290: add 'static' modifier to init_mm_current_scale
 2015-09-04 11:54 UTC 

[PATCH v2] leds: leds-cobalt-qube: Use devm_led_classdev_register
 2015-09-04 11:30 UTC  (3+ messages)

[PATCH 0/6] leds: Fix module autoload for OF platform drivers
 2015-09-04 11:25 UTC  (2+ messages)

[PATCH 6/6] leds: leds-ns2: Fix module autoload for OF platform driver
 2015-09-01 21:36 UTC 

[PATCH 5/6] leds: max77693: Fix module autoload for OF platform driver
 2015-09-01 21:36 UTC 

[PATCH 4/6] leds: ktd2692: Fix module autoload for OF platform driver
 2015-09-01 21:36 UTC 

[PATCH 3/6] leds: bcm6358: Fix module autoload for OF platform driver
 2015-09-01 21:35 UTC 

[PATCH 2/6] leds: bcm6328: Fix module autoload for OF platform driver
 2015-09-01 21:35 UTC 

[PATCH 1/6] leds: aat1290: Fix module autoload for OF platform driver
 2015-09-01 21:35 UTC 

[GIT PULL] LED subsystem updates for 4.3
 2015-08-31 12:08 UTC 

[PATCH v2 01/21] ARM: pxa: magician: Fix Kconfig for magician to always include htc-egpio
 2015-08-28  9:58 UTC  (31+ messages)
` [PATCH v2 09/21] ARM: pxa: magician: Add OV9640 camera support
` [PATCH v2 10/21] ARM: pxa: magician: Add UDA1380 sound support
` [PATCH v2 11/21] ARM: pxa: magician: Add MAX1586 Vcore regulator support
` [PATCH v2 12/21] ARM: pxa: magician: Add PXA27x UDC support
` [PATCH v2 16/21] ARM: pxa: magician: Add support for alternative LCD backlight
` [PATCH v2 17/21] ARM: pxa: magician: Remove (temporarily) pasic3 LED support
` [PATCH v2 21/21] ARM: pxa: magician: Move platform_add_devices() to the end of magician_init()

[PATCH] leds: leds-cobalt-qube: Use devm_led_classdev_register
 2015-08-28  8:19 UTC  (3+ messages)

[PATCH v2] powerpc/configs: Enable LEDS support
 2015-08-27 21:58 UTC  (4+ messages)
` [v2] "

[PATCH] powerpc/configs: Enable LEDS support
 2015-08-26  4:16 UTC  (3+ messages)

[RESEND PATCH 0/7] Export I2C and OF module aliases in missing drivers
 2015-08-25  9:13 UTC  (3+ messages)
` [RESEND PATCH 6/7] leds: Export OF module alias information "

[PATCH/RFC v6 00/36] Remove work queues from LED class drivers
 2015-08-24 11:40 UTC  (14+ messages)
` [PATCH/RFC v6 01/36] leds: Add brightness_set_blocking op
` [PATCH/RFC v6 05/36] leds: Improve setting brightness in a non sleeping way
` [PATCH/RFC v6 19/36] leds: lp3944: Remove work queue
` [PATCH/RFC v6 32/36] leds: regulator: "

[PATCH] leds:lp55xx: use the private data instead of updating I2C device platform data
 2015-08-24  8:54 UTC  (2+ messages)

[PATCH v2] leds: leds-fsg: Use devm_led_classdev_register
 2015-08-24  8:17 UTC  (2+ messages)


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