All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] LED updates
@ 2008-02-07 10:35 Richard Purdie
  2008-02-07 21:38 ` Henrique de Moraes Holschuh
  0 siblings, 1 reply; 20+ messages in thread
From: Richard Purdie @ 2008-02-07 10:35 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

Linus,

Could you please pull from:

git://git.o-hand.com/linux-rpurdie-leds for-linus

for the LED tree updates for 2.6.25. This includes a couple of new
drivers, removal of a now superseded driver, some extensions to some
existing drivers and some LED class enhancements/bugfixes. Most of this
has been testing in -mm for quite a while.

Thanks, Richard

 Documentation/leds-class.txt         |   29 +++-
 arch/arm/mach-ixp4xx/dsmg600-setup.c |    4 
 arch/arm/mach-ixp4xx/nas100d-setup.c |    6 
 arch/arm/mach-ixp4xx/nslu2-setup.c   |    8 -
 drivers/hwmon/applesmc.c             |    2 
 drivers/input/misc/wistron_btns.c    |    4 
 drivers/leds/Kconfig                 |   48 ++++++-
 drivers/leds/Makefile                |    3 
 drivers/leds/leds-ams-delta.c        |   12 -
 drivers/leds/leds-clevo-mail.c       |  219 +++++++++++++++++++++++++++++++++++
 drivers/leds/leds-corgi.c            |    4 
 drivers/leds/leds-gpio.c             |    2 
 drivers/leds/leds-hp6xx.c            |  120 +++++++++++++++++++
 drivers/leds/leds-ixp4xx-gpio.c      |  214 ----------------------------------
 drivers/leds/leds-locomo.c           |    4 
 drivers/leds/leds-net48xx.c          |    2 
 drivers/leds/leds-spitz.c            |    8 -
 drivers/leds/leds-tosa.c             |    4 
 drivers/leds/leds-wrap.c             |   47 ++++++-
 drivers/leds/ledtrig-timer.c         |   41 +++++-
 drivers/misc/asus-laptop.c           |    2 
 drivers/net/wireless/b43/leds.c      |    8 -
 include/linux/leds.h                 |    5 
 23 files changed, 519 insertions(+), 277 deletions(-)

Kristoffer Ericson (1):
      leds: Add HP Jornada 6xx driver

Michael Loeffler (1):
      leds: Add power LED to the wrap driver

Márton Németh (3):
      leds: Add clevo notebook LED driver
      leds: Add support for hardware accelerated LED flashing
      leds: hw acceleration for Clevo mail LED driver

Raphael Assenat (1):
      leds: Fix led-gpio active_low default brightness

Richard Purdie (1):
      leds: Standardise LED naming scheme

Rod Whitby (1):
      leds: Remove the now uneeded ixp4xx driver




^ permalink raw reply	[flat|nested] 20+ messages in thread
* [GIT PULL] LED updates
@ 2007-10-11 21:38 Richard Purdie
  0 siblings, 0 replies; 20+ messages in thread
From: Richard Purdie @ 2007-10-11 21:38 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

Linus,

Could you please pull from:

git://git.o-hand.com/linux-rpurdie-leds for-linus

for the LED tree updates for 2.6.24. Just some changes to the cobalt
driver really.

Thanks, Richard

 drivers/leds/Kconfig            |   13 ++-
 drivers/leds/Makefile           |    3 
 drivers/leds/leds-cobalt-qube.c |  102 +++++++++++++++++++++++++++++
 drivers/leds/leds-cobalt-raq.c  |  138 ++++++++++++++++++++++++++++++++++++++++
 drivers/leds/leds-cobalt.c      |   43 ------------
 5 files changed, 252 insertions(+), 47 deletions(-)

Yoichi Yuasa (3):
      leds: Rename leds-cobalt driver
      leds: Add Cobalt Raq series LEDs support
      leds: Update Cobalt Qube series front LED support



^ permalink raw reply	[flat|nested] 20+ messages in thread
* [GIT PULL] LED updates
@ 2007-07-16  8:39 Richard Purdie
  0 siblings, 0 replies; 20+ messages in thread
From: Richard Purdie @ 2007-07-16  8:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

Hi Linus,

Could you please pull from:

git://git.o-hand.com/linux-rpurdie-leds for-linus

This adds a couple of new LED drivers and converts the LED class away
from struct class_device as well as some bug fixes. Most of this has
been in -mm for a while.

Thanks,

Richard

 arch/avr32/boards/atngw100/setup.c    |   31 +++++
 arch/avr32/configs/atngw100_defconfig |   16 ++
 drivers/leds/Kconfig                  |   22 ++-
 drivers/leds/Makefile                 |    1 
 drivers/leds/led-class.c              |   49 +++-----
 drivers/leds/led-triggers.c           |   27 +++-
 drivers/leds/leds-gpio.c              |  199 ++++++++++++++++++++++++++++++++++
 drivers/leds/leds-locomo.c            |    2 
 drivers/leds/leds.h                   |    8 -
 drivers/leds/ledtrig-timer.c          |   49 +++-----
 include/linux/leds.h                  |   17 ++
 11 files changed, 343 insertions(+), 78 deletions(-)

David Brownell (2):
      leds: Teach leds-gpio to handle timer-unsafe GPIOs
      leds: leds-gpio for ngw100

Jan Engelhardt (1):
      leds: Use menuconfig objects II - LED

Raphael Assenat (1):
      leds: Add generic GPIO LED driver

Richard Purdie (3):
      leds: Fix trigger unregister_simple if register_simple fails
      leds: Add warning printks in error paths
      leds: Convert from struct class_device to struct device



^ permalink raw reply	[flat|nested] 20+ messages in thread
* [GIT PULL] LED updates
@ 2007-02-15 22:18 Richard Purdie
  0 siblings, 0 replies; 20+ messages in thread
From: Richard Purdie @ 2007-02-15 22:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

Hi Linus,

Could you please pull from:

git://git.o-hand.com/linux-rpurdie-leds for-linus

This adds two new LED drivers (in my capacity as LEDs maintainer).

Thanks,

Richard

 drivers/leds/Kconfig       |   12 +++
 drivers/leds/Makefile      |    2
 drivers/leds/leds-cobalt.c |   43 +++++++++++
 drivers/leds/leds-h1940.c  |  163
+++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 220 insertions(+)

Arnaud Patard (1):
      leds: Add IPAQ h1940 LEDs support

Florian Fainelli (1):
      leds: Add support for Cobalt Server front LED



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2008-03-18  4:55 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-07 10:35 [GIT PULL] LED updates Richard Purdie
2008-02-07 21:38 ` Henrique de Moraes Holschuh
2008-02-07 22:13   ` Richard Purdie
2008-02-07 23:23     ` [PATCH] leds: disable triggers on brightness set Henrique de Moraes Holschuh
2008-02-10 11:52       ` Németh Márton
2008-02-17 23:30         ` Richard Purdie
2008-02-18  1:59           ` Henrique de Moraes Holschuh
2008-02-08  7:03     ` [GIT PULL] LED updates Németh Márton
2008-02-08 11:20       ` Henrique de Moraes Holschuh
2008-02-10 11:52         ` Németh Márton
2008-03-16 18:18     ` Henrique de Moraes Holschuh
2008-03-16 19:29       ` Richard Purdie
2008-03-16 19:48         ` Henrique de Moraes Holschuh
2008-03-17  3:34           ` LED naming standard for LED class Henrique de Moraes Holschuh
2008-03-17  9:51             ` Richard Purdie
2008-03-18  3:35               ` Henrique de Moraes Holschuh
2008-03-18  4:55                 ` Henrique de Moraes Holschuh
  -- strict thread matches above, loose matches on Subject: below --
2007-10-11 21:38 [GIT PULL] LED updates Richard Purdie
2007-07-16  8:39 Richard Purdie
2007-02-15 22:18 Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.