Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
e9edb3fe
Commit
e9edb3fe
authored
Mar 16, 2009
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Consolidate SH-Mobile CPU code in arch/sh/kernel/cpu/shmobile/.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
2feb075a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
4 deletions
+7
-4
arch/sh/kernel/cpu/Makefile
arch/sh/kernel/cpu/Makefile
+1
-0
arch/sh/kernel/cpu/sh4a/Makefile
arch/sh/kernel/cpu/sh4a/Makefile
+0
-4
arch/sh/kernel/cpu/shmobile/Makefile
arch/sh/kernel/cpu/shmobile/Makefile
+6
-0
arch/sh/kernel/cpu/shmobile/pm.c
arch/sh/kernel/cpu/shmobile/pm.c
+0
-0
arch/sh/kernel/cpu/shmobile/sleep.S
arch/sh/kernel/cpu/shmobile/sleep.S
+0
-0
No files found.
arch/sh/kernel/cpu/Makefile
View file @
e9edb3fe
...
...
@@ -11,6 +11,7 @@ obj-$(CONFIG_CPU_SH5) = sh5/
# Special cases for family ancestry.
obj-$(CONFIG_CPU_SH4A)
+=
sh4a/
obj-$(CONFIG_ARCH_SHMOBILE)
+=
shmobile/
# Common interfaces.
...
...
arch/sh/kernel/cpu/sh4a/Makefile
View file @
e9edb3fe
...
...
@@ -35,10 +35,6 @@ pinmux-$(CONFIG_CPU_SUBTYPE_SH7723) := pinmux-sh7723.o
pinmux-$(CONFIG_CPU_SUBTYPE_SH7785)
:=
pinmux-sh7785.o
pinmux-$(CONFIG_CPU_SUBTYPE_SH7786)
:=
pinmux-sh7786.o
# Power Mangement & Sleep mode
pm-$(CONFIG_ARCH_SHMOBILE)
:=
pm-sh_mobile.o sleep-sh_mobile.o
obj-y
+=
$
(
clock-y
)
obj-$(CONFIG_SMP)
+=
$
(
smp-y
)
obj-$(CONFIG_GENERIC_GPIO)
+=
$
(
pinmux-y
)
obj-$(CONFIG_PM)
+=
$
(
pm-y
)
arch/sh/kernel/cpu/shmobile/Makefile
0 → 100644
View file @
e9edb3fe
#
# Makefile for the Linux/SuperH SH-Mobile backends.
#
# Power Management & Sleep mode
obj-$(CONFIG_PM)
+=
pm.o sleep.o
arch/sh/kernel/cpu/sh
4a/pm-sh_mobile
.c
→
arch/sh/kernel/cpu/sh
mobile/pm
.c
View file @
e9edb3fe
File moved
arch/sh/kernel/cpu/sh
4a/sleep-sh_mobile
.S
→
arch/sh/kernel/cpu/sh
mobile/sleep
.S
View file @
e9edb3fe
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment