]> 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, 7 Dec 2006 01:14:03 +0000 (17:14 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 16 Apr 2007 18:41:02 +0000 (18:41 +0000)
commit3b6724f701010e4de383f91215e3e6821371fc9b
treedd6f7316c2b9341274386a12084b0f2c02c676fc
parentc578791bd534984889bd25ef94de5fe516709701
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]