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
2dbea9f3
Commit
2dbea9f3
authored
Jul 27, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: OMAP: Cosmetic clean-up before syncing with mainline
Cosmetic clean-up before syncing with mainline.
parent
34330000
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
18 additions
and
18 deletions
+18
-18
arch/arm/mach-omap1/board-generic.c
arch/arm/mach-omap1/board-generic.c
+1
-1
arch/arm/mach-omap1/board-h2.c
arch/arm/mach-omap1/board-h2.c
+1
-1
arch/arm/mach-omap1/board-h3.c
arch/arm/mach-omap1/board-h3.c
+1
-1
arch/arm/mach-omap1/board-innovator.c
arch/arm/mach-omap1/board-innovator.c
+1
-1
arch/arm/mach-omap1/board-osk.c
arch/arm/mach-omap1/board-osk.c
+1
-1
arch/arm/mach-omap1/board-perseus2.c
arch/arm/mach-omap1/board-perseus2.c
+1
-1
arch/arm/mach-omap1/board-voiceblue.c
arch/arm/mach-omap1/board-voiceblue.c
+1
-1
arch/arm/mach-omap1/fpga.c
arch/arm/mach-omap1/fpga.c
+1
-1
arch/arm/mach-omap1/irq.c
arch/arm/mach-omap1/irq.c
+1
-1
arch/arm/mach-omap1/leds-h2p2-debug.c
arch/arm/mach-omap1/leds-h2p2-debug.c
+1
-1
arch/arm/mach-omap1/leds-innovator.c
arch/arm/mach-omap1/leds-innovator.c
+1
-1
arch/arm/mach-omap1/leds-osk.c
arch/arm/mach-omap1/leds-osk.c
+1
-1
arch/arm/mach-omap1/leds.c
arch/arm/mach-omap1/leds.c
+1
-1
arch/arm/plat-omap/dma.c
arch/arm/plat-omap/dma.c
+1
-1
arch/arm/plat-omap/mcbsp.c
arch/arm/plat-omap/mcbsp.c
+1
-1
arch/arm/plat-omap/sleep.S
arch/arm/plat-omap/sleep.S
+3
-3
No files found.
arch/arm/mach-omap1/board-generic.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/board-generic.c
* linux/arch/arm/mach-omap
1
/board-generic.c
*
* Modified from board-innovator1510.c
*
...
...
arch/arm/mach-omap1/board-h2.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/board-h2.c
* linux/arch/arm/mach-omap
1
/board-h2.c
*
* Board specific inits for OMAP-1610 H2
*
...
...
arch/arm/mach-omap1/board-h3.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/board-h3.c
* linux/arch/arm/mach-omap
1
/board-h3.c
*
* This file contains OMAP1710 H3 specific code.
*
...
...
arch/arm/mach-omap1/board-innovator.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/board-innovator.c
* linux/arch/arm/mach-omap
1
/board-innovator.c
*
* Board specific inits for OMAP-1510 and OMAP-1610 Innovator
*
...
...
arch/arm/mach-omap1/board-osk.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/board-osk.c
* linux/arch/arm/mach-omap
1
/board-osk.c
*
* Board specific init for OMAP5912 OSK
*
...
...
arch/arm/mach-omap1/board-perseus2.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/board-perseus2.c
* linux/arch/arm/mach-omap
1
/board-perseus2.c
*
* Modified from board-generic.c
*
...
...
arch/arm/mach-omap1/board-voiceblue.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/board-voiceblue.c
* linux/arch/arm/mach-omap
1
/board-voiceblue.c
*
* Modified from board-generic.c
*
...
...
arch/arm/mach-omap1/fpga.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/fpga.c
* linux/arch/arm/mach-omap
1
/fpga.c
*
* Interrupt handler for OMAP-1510 Innovator FPGA
*
...
...
arch/arm/mach-omap1/irq.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/irq.c
* linux/arch/arm/mach-omap
1
/irq.c
*
* Interrupt handler for all OMAP boards
*
...
...
arch/arm/mach-omap1/leds-h2p2-debug.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/leds-h2p2-debug.c
* linux/arch/arm/mach-omap
1
/leds-h2p2-debug.c
*
* Copyright 2003 by Texas Instruments Incorporated
*
...
...
arch/arm/mach-omap1/leds-innovator.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/leds-innovator.c
* linux/arch/arm/mach-omap
1
/leds-innovator.c
*/
#include <linux/config.h>
#include <linux/init.h>
...
...
arch/arm/mach-omap1/leds-osk.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/leds-osk.c
* linux/arch/arm/mach-omap
1
/leds-osk.c
*
* LED driver for OSK, and optionally Mistral QVGA, boards
*/
...
...
arch/arm/mach-omap1/leds.c
View file @
2dbea9f3
/*
* linux/arch/arm/mach-omap/leds.c
* linux/arch/arm/mach-omap
1
/leds.c
*
* OMAP LEDs dispatcher
*/
...
...
arch/arm/plat-omap/dma.c
View file @
2dbea9f3
/*
* linux/arch/arm/omap/dma.c
* linux/arch/arm/
plat-
omap/dma.c
*
* Copyright (C) 2003 Nokia Corporation
* Author: Juha Yrjl <juha.yrjola@nokia.com>
...
...
arch/arm/plat-omap/mcbsp.c
View file @
2dbea9f3
/*
* linux/arch/arm/omap/mcbsp.c
* linux/arch/arm/
plat-
omap/mcbsp.c
*
* Copyright (C) 2004 Nokia Corporation
* Author: Samuel Ortiz <samuel.ortiz@nokia.com>
...
...
arch/arm/plat-omap/sleep.S
View file @
2dbea9f3
...
...
@@ -96,7 +96,7 @@ l_1510: subs r5, r5, #1
strh
r2
,
[
r4
,
#
ARM_IDLECT2_ASM_OFFSET
&
0xff
]
strh
r1
,
[
r4
,
#
ARM_IDLECT1_ASM_OFFSET
&
0xff
]
ldmfd
sp
!,
{
r0
-
r12
,
pc
}
@
restore
regs
and
return
ldmfd
sp
!,
{
r0
-
r12
,
pc
}
@
restore
regs
and
return
ENTRY
(
omap1510_idle_loop_suspend_sz
)
.
word
.
-
omap1510_idle_loop_suspend
...
...
@@ -146,7 +146,7 @@ l_1610: subs r5, r5, #1
strh
r2
,
[
r4
,
#
ARM_IDLECT2_ASM_OFFSET
&
0xff
]
strh
r1
,
[
r4
,
#
ARM_IDLECT1_ASM_OFFSET
&
0xff
]
ldmfd
sp
!,
{
r0
-
r12
,
pc
}
@
restore
regs
and
return
ldmfd
sp
!,
{
r0
-
r12
,
pc
}
@
restore
regs
and
return
ENTRY
(
omap1610_idle_loop_suspend_sz
)
.
word
.
-
omap1610_idle_loop_suspend
...
...
@@ -316,7 +316,7 @@ ENTRY(omap1610_cpu_suspend)
str
r8
,
[
r6
,
#
EMIFS_CONFIG_ASM_OFFSET
&
0xff
]
@
restore
regs
and
return
ldmfd
sp
!,
{
r0
-
r12
,
pc
}
ldmfd
sp
!,
{
r0
-
r12
,
pc
}
ENTRY
(
omap1610_cpu_suspend_sz
)
.
word
.
-
omap1610_cpu_suspend
...
...
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