linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] consolidate ARM refdesign LEDs
@ 2011-06-22 17:32 Linus Walleij
  2011-06-24 10:29 ` Pawel Moll
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2011-06-22 17:32 UTC (permalink / raw)
  To: linux-arm-kernel

From: Linus Walleij <linus.walleij@linaro.org>

This creates a common LED trigger for the CPU activity LEDs in
the leds subsystem, and removes the custom code from RealView
and Versatile boards.

Inspired by Bryan Wu's LED consolidation work.

Linus Walleij (3):
  leds: create a trigger for ARM CPU activity
  mach-realview: retire custom LED code
  mach-versatile: retire custom LED code

 arch/arm/mach-realview/core.c            |   39 ----------
 arch/arm/mach-realview/core.h            |    2 -
 arch/arm/mach-realview/realview_eb.c     |    4 -
 arch/arm/mach-realview/realview_pb1176.c |    4 -
 arch/arm/mach-realview/realview_pb11mp.c |    4 -
 arch/arm/mach-realview/realview_pba8.c   |    4 -
 arch/arm/mach-realview/realview_pbx.c    |    4 -
 arch/arm/mach-versatile/core.c           |   42 -----------
 arch/arm/plat-versatile/leds.c           |   13 +++-
 drivers/leds/Kconfig                     |   15 ++++
 drivers/leds/Makefile                    |    1 +
 drivers/leds/ledtrig-arm-cpu.c           |  114 ++++++++++++++++++++++++++++++
 12 files changed, 139 insertions(+), 107 deletions(-)
 create mode 100644 drivers/leds/ledtrig-arm-cpu.c

-- 
1.7.3.2

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

* [PATCH 0/3] consolidate ARM refdesign LEDs
  2011-06-22 17:32 [PATCH 0/3] consolidate ARM refdesign LEDs Linus Walleij
@ 2011-06-24 10:29 ` Pawel Moll
  0 siblings, 0 replies; 2+ messages in thread
From: Pawel Moll @ 2011-06-24 10:29 UTC (permalink / raw)
  To: linux-arm-kernel

Morning,

> This creates a common LED trigger for the CPU activity LEDs in
> the leds subsystem, and removes the custom code from RealView
> and Versatile boards.
> 
> Inspired by Bryan Wu's LED consolidation work.
> 
> Linus Walleij (3):
>   leds: create a trigger for ARM CPU activity
>   mach-realview: retire custom LED code
>   mach-versatile: retire custom LED code

You made my day :-)

Acked-by: Pawel Moll <pawel.moll@arm.com>

Cheers!

Pawe?

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

end of thread, other threads:[~2011-06-24 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 17:32 [PATCH 0/3] consolidate ARM refdesign LEDs Linus Walleij
2011-06-24 10:29 ` Pawel Moll

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