Skip to content

Commit

Permalink
[ARM] 3228/1: SharpSL: Move PM code to arch/arm/common
Browse files Browse the repository at this point in the history
Patch from Richard Purdie

This patch moves a large chunk of the sharpsl_pm driver to
arch/arm/common so that it can be reused on other devices such as the
SL-5500 (collie). It also abstracts some functions from the core into
the machine and platform specific parts of the driver to aid reuse.

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Richard Purdie authored and Russell King committed Jan 5, 2006
1 parent 3125c68 commit b7557de
Show file tree
Hide file tree
Showing 10 changed files with 1,016 additions and 941 deletions.
3 changes: 3 additions & 0 deletions arch/arm/common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ config SHARP_LOCOMO
config SHARP_PARAM
bool

config SHARPSL_PM
bool

config SHARP_SCOOP
bool
1 change: 1 addition & 0 deletions arch/arm/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ obj-$(CONFIG_DMABOUNCE) += dmabounce.o
obj-$(CONFIG_TIMER_ACORN) += time-acorn.o
obj-$(CONFIG_SHARP_LOCOMO) += locomo.o
obj-$(CONFIG_SHARP_PARAM) += sharpsl_param.o
obj-$(CONFIG_SHARPSL_PM) += sharpsl_pm.o
obj-$(CONFIG_SHARP_SCOOP) += scoop.o
Loading

0 comments on commit b7557de

Please sign in to comment.