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
03713bd2
Commit
03713bd2
authored
Nov 23, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Move mach-cayman in with the rest of the boards.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
3e0137f6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
5 deletions
+2
-5
arch/sh/Makefile
arch/sh/Makefile
+1
-4
arch/sh/boards/cayman/Makefile
arch/sh/boards/cayman/Makefile
+0
-0
arch/sh/boards/cayman/irq.c
arch/sh/boards/cayman/irq.c
+0
-0
arch/sh/boards/cayman/led.c
arch/sh/boards/cayman/led.c
+0
-0
arch/sh/boards/cayman/setup.c
arch/sh/boards/cayman/setup.c
+0
-0
arch/sh/kernel/time_64.c
arch/sh/kernel/time_64.c
+0
-1
arch/sh/tools/mach-types
arch/sh/tools/mach-types
+1
-0
No files found.
arch/sh/Makefile
View file @
03713bd2
...
...
@@ -131,6 +131,7 @@ machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206
machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE)
+=
se/7619
machdir-$(CONFIG_SH_LBOX_RE2)
+=
lboxre2
machdir-$(CONFIG_SH_MAGIC_PANEL_R2)
+=
magicpanelr2
machdir-$(CONFIG_SH_CAYMAN)
+=
cayman
incdir-y
:=
$(
notdir
$
(
machdir-y
))
...
...
@@ -139,10 +140,6 @@ core-y += $(addprefix arch/sh/boards/, \
$(
filter-out
.,
$(
patsubst
%,%/,
$
(
machdir-y
))))
endif
# SH-5 mach types
# XXX.. to be reconciled with machdir-y later.
core-$(CONFIG_SH_CAYMAN)
+=
arch
/sh/mach-cayman/
# Companion chips
core-$(CONFIG_HD6446X_SERIES)
+=
arch
/sh/cchips/hd6446x/
core-$(CONFIG_MFD_SM501)
+=
arch
/sh/cchips/voyagergx/
...
...
arch/sh/
mach-
cayman/Makefile
→
arch/sh/
boards/
cayman/Makefile
View file @
03713bd2
File moved
arch/sh/
mach-
cayman/irq.c
→
arch/sh/
boards/
cayman/irq.c
View file @
03713bd2
File moved
arch/sh/
mach-
cayman/led.c
→
arch/sh/
boards/
cayman/led.c
View file @
03713bd2
File moved
arch/sh/
mach-
cayman/setup.c
→
arch/sh/
boards/
cayman/setup.c
View file @
03713bd2
File moved
arch/sh/kernel/time_64.c
View file @
03713bd2
...
...
@@ -353,7 +353,6 @@ static __init unsigned int get_cpu_hz(void)
* wrap-around (128) and CUI interrupt being raised (64).
*/
return
count
*
2
;
#endif
}
static
irqreturn_t
sh64_rtc_interrupt
(
int
irq
,
void
*
dev_id
)
...
...
arch/sh/tools/mach-types
View file @
03713bd2
...
...
@@ -45,3 +45,4 @@ X3PROTO SH_X3PROTO
MAGICPANELR2 SH_MAGIC_PANEL_R2
R2D_PLUS RTS7751R2D_PLUS
R2D_1 RTS7751R2D_1
CAYMAN SH_CAYMAN
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