aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/leds.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-04-24ARM: Use struct syscore_ops instead of sysdevs for PM in common codeRafael J. Wysocki1-12/+16
Convert some ARM architecture's common code to using struct syscore_ops objects for power management instead of sysdev classes and sysdevs. This simplifies the code and reduces the kernel's memory footprint. It also is necessary for removing sysdevs from the kernel entirely in the future. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-02-15ARM: move LED support code out of arch/arm/kernel/time.cRussell King1-0/+115
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>