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
f7275650
Commit
f7275650
authored
Oct 20, 2008
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Move the CPU definition headers from asm/ to cpu/.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
ba1d2818
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
7 additions
and
7 deletions
+7
-7
arch/sh/boards/board-ap325rxa.c
arch/sh/boards/board-ap325rxa.c
+1
-1
arch/sh/boards/board-magicpanelr2.c
arch/sh/boards/board-magicpanelr2.c
+1
-1
arch/sh/boards/mach-migor/lcd_qvga.c
arch/sh/boards/mach-migor/lcd_qvga.c
+1
-1
arch/sh/boards/mach-migor/setup.c
arch/sh/boards/mach-migor/setup.c
+1
-1
arch/sh/include/cpu-sh2a/cpu/sh7203.h
arch/sh/include/cpu-sh2a/cpu/sh7203.h
+0
-0
arch/sh/include/cpu-sh3/cpu/sh7720.h
arch/sh/include/cpu-sh3/cpu/sh7720.h
+0
-0
arch/sh/include/cpu-sh4/sh7722.h
arch/sh/include/cpu-sh4/sh7722.h
+0
-0
arch/sh/include/cpu-sh4/sh7723.h
arch/sh/include/cpu-sh4/sh7723.h
+0
-0
arch/sh/kernel/cpu/sh3/pinmux-sh7720.c
arch/sh/kernel/cpu/sh3/pinmux-sh7720.c
+1
-1
arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c
arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c
+1
-1
arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c
arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c
+1
-1
No files found.
arch/sh/boards/board-ap325rxa.c
View file @
f7275650
...
...
@@ -24,7 +24,7 @@
#include <video/sh_mobile_lcdc.h>
#include <asm/io.h>
#include <asm/clock.h>
#include <
asm
/sh7723.h>
#include <
cpu
/sh7723.h>
static
struct
smc911x_platdata
smc911x_info
=
{
.
flags
=
SMC911X_USE_32BIT
,
...
...
arch/sh/boards/board-magicpanelr2.c
View file @
f7275650
...
...
@@ -20,7 +20,7 @@
#include <linux/mtd/map.h>
#include <asm/magicpanelr2.h>
#include <asm/heartbeat.h>
#include <
asm
/sh7720.h>
#include <
cpu
/sh7720.h>
#define LAN9115_READY (ctrl_inl(0xA8000084UL) & 0x00000001UL)
...
...
arch/sh/boards/mach-migor/lcd_qvga.c
View file @
f7275650
...
...
@@ -19,7 +19,7 @@
#include <linux/module.h>
#include <linux/gpio.h>
#include <video/sh_mobile_lcdc.h>
#include <
asm
/sh7722.h>
#include <
cpu
/sh7722.h>
#include <asm/migor.h>
/* LCD Module is a PH240320T according to board schematics. This module
...
...
arch/sh/boards/mach-migor/setup.c
View file @
f7275650
...
...
@@ -26,7 +26,7 @@
#include <asm/io.h>
#include <asm/sh_keysc.h>
#include <asm/migor.h>
#include <
asm
/sh7722.h>
#include <
cpu
/sh7722.h>
/* Address IRQ Size Bus Description
* 0x00000000 64MB 16 NOR Flash (SP29PL256N)
...
...
arch/sh/include/
asm
/sh7203.h
→
arch/sh/include/
cpu-sh2a/cpu
/sh7203.h
View file @
f7275650
File moved
arch/sh/include/
asm
/sh7720.h
→
arch/sh/include/
cpu-sh3/cpu
/sh7720.h
View file @
f7275650
File moved
arch/sh/include/
asm
/sh7722.h
→
arch/sh/include/
cpu-sh4
/sh7722.h
View file @
f7275650
File moved
arch/sh/include/
asm
/sh7723.h
→
arch/sh/include/
cpu-sh4
/sh7723.h
View file @
f7275650
File moved
arch/sh/kernel/cpu/sh3/pinmux-sh7720.c
View file @
f7275650
...
...
@@ -11,7 +11,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
#include <
asm
/sh7720.h>
#include <
cpu
/sh7720.h>
enum
{
PINMUX_RESERVED
=
0
,
...
...
arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c
View file @
f7275650
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
#include <
asm
/sh7722.h>
#include <
cpu
/sh7722.h>
enum
{
PINMUX_RESERVED
=
0
,
...
...
arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c
View file @
f7275650
...
...
@@ -11,7 +11,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
#include <
asm
/sh7723.h>
#include <
cpu
/sh7723.h>
enum
{
PINMUX_RESERVED
=
0
,
...
...
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