]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: h4 must have blinky leds!!
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 9 Nov 2006 23:02:48 +0000 (01:02 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 9 Nov 2006 23:33:08 +0000 (01:33 +0200)
commite37758d22544c4ca06d41217a4af830da3d13563
tree3995a05e1023d3748fd22d69fd79cd2a4f0992c5
parent636fa27e047a8b5853076ad54660ed06de79fcf7
ARM: OMAP: h4 must have blinky leds!!

This adds generic support for the "debug board" LEDs used by most of
TI's OMAP reference boards, and board-specific support for the H4.

It's derived from the not-as-generic stuff used by OMAP1 H2/H3/P2.
Those should be able to switch easily to this version, and clean up
some of the omap1-specific code.

In addition to H4 support, one key improvement is supporting not just
the "old" ARM debug LED API (with timer and idle LEDs, plus four that
can be handy for kernel debugging), but it also supports the "new"
generic LED API (most useful for usermode stuff IMO).  Either or both
APIs can be enabled.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/board-h4.c
arch/arm/plat-omap/Kconfig
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/debug-leds.c [new file with mode: 0644]
drivers/leds/Kconfig