Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
a8b19886
Commit
a8b19886
authored
Nov 24, 2010
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin: boards: add missing "static" to peripheral lists
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
3ea9f2bf
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
95 additions
and
95 deletions
+95
-95
arch/blackfin/mach-bf518/boards/ezbrd.c
arch/blackfin/mach-bf518/boards/ezbrd.c
+4
-4
arch/blackfin/mach-bf518/boards/tcm-bf518.c
arch/blackfin/mach-bf518/boards/tcm-bf518.c
+4
-4
arch/blackfin/mach-bf527/boards/ad7160eval.c
arch/blackfin/mach-bf527/boards/ad7160eval.c
+4
-4
arch/blackfin/mach-bf527/boards/cm_bf527.c
arch/blackfin/mach-bf527/boards/cm_bf527.c
+4
-4
arch/blackfin/mach-bf527/boards/ezbrd.c
arch/blackfin/mach-bf527/boards/ezbrd.c
+4
-4
arch/blackfin/mach-bf527/boards/ezkit.c
arch/blackfin/mach-bf527/boards/ezkit.c
+4
-4
arch/blackfin/mach-bf527/boards/tll6527m.c
arch/blackfin/mach-bf527/boards/tll6527m.c
+4
-4
arch/blackfin/mach-bf533/boards/H8606.c
arch/blackfin/mach-bf533/boards/H8606.c
+1
-1
arch/blackfin/mach-bf533/boards/blackstamp.c
arch/blackfin/mach-bf533/boards/blackstamp.c
+3
-3
arch/blackfin/mach-bf533/boards/cm_bf533.c
arch/blackfin/mach-bf533/boards/cm_bf533.c
+3
-3
arch/blackfin/mach-bf533/boards/ezkit.c
arch/blackfin/mach-bf533/boards/ezkit.c
+1
-1
arch/blackfin/mach-bf533/boards/ip0x.c
arch/blackfin/mach-bf533/boards/ip0x.c
+1
-1
arch/blackfin/mach-bf533/boards/stamp.c
arch/blackfin/mach-bf533/boards/stamp.c
+3
-3
arch/blackfin/mach-bf537/boards/cm_bf537e.c
arch/blackfin/mach-bf537/boards/cm_bf537e.c
+4
-4
arch/blackfin/mach-bf537/boards/cm_bf537u.c
arch/blackfin/mach-bf537/boards/cm_bf537u.c
+4
-4
arch/blackfin/mach-bf537/boards/minotaur.c
arch/blackfin/mach-bf537/boards/minotaur.c
+4
-4
arch/blackfin/mach-bf537/boards/pnav10.c
arch/blackfin/mach-bf537/boards/pnav10.c
+2
-2
arch/blackfin/mach-bf537/boards/stamp.c
arch/blackfin/mach-bf537/boards/stamp.c
+7
-7
arch/blackfin/mach-bf537/boards/tcm_bf537.c
arch/blackfin/mach-bf537/boards/tcm_bf537.c
+4
-4
arch/blackfin/mach-bf538/boards/ezkit.c
arch/blackfin/mach-bf538/boards/ezkit.c
+8
-8
arch/blackfin/mach-bf548/boards/cm_bf548.c
arch/blackfin/mach-bf548/boards/cm_bf548.c
+9
-9
arch/blackfin/mach-bf548/boards/ezkit.c
arch/blackfin/mach-bf548/boards/ezkit.c
+9
-9
arch/blackfin/mach-bf561/boards/acvilon.c
arch/blackfin/mach-bf561/boards/acvilon.c
+1
-1
arch/blackfin/mach-bf561/boards/cm_bf561.c
arch/blackfin/mach-bf561/boards/cm_bf561.c
+1
-1
arch/blackfin/mach-bf561/boards/ezkit.c
arch/blackfin/mach-bf561/boards/ezkit.c
+1
-1
arch/blackfin/mach-bf561/boards/tepla.c
arch/blackfin/mach-bf561/boards/tepla.c
+1
-1
No files found.
arch/blackfin/mach-bf518/boards/ezbrd.c
View file @
a8b19886
...
...
@@ -452,7 +452,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -495,7 +495,7 @@ static struct resource bfin_uart1_resources[] = {
},
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -635,7 +635,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -669,7 +669,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf518/boards/tcm-bf518.c
View file @
a8b19886
...
...
@@ -377,7 +377,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -420,7 +420,7 @@ static struct resource bfin_uart1_resources[] = {
},
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -547,7 +547,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -581,7 +581,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf527/boards/ad7160eval.c
View file @
a8b19886
...
...
@@ -420,7 +420,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -475,7 +475,7 @@ static struct resource bfin_uart1_resources[] = {
#endif
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -628,7 +628,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -662,7 +662,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf527/boards/cm_bf527.c
View file @
a8b19886
...
...
@@ -615,7 +615,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -670,7 +670,7 @@ static struct resource bfin_uart1_resources[] = {
#endif
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -802,7 +802,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -836,7 +836,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf527/boards/ezbrd.c
View file @
a8b19886
...
...
@@ -500,7 +500,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -555,7 +555,7 @@ static struct resource bfin_uart1_resources[] = {
#endif
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -682,7 +682,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -716,7 +716,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf527/boards/ezkit.c
View file @
a8b19886
...
...
@@ -709,7 +709,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -764,7 +764,7 @@ static struct resource bfin_uart1_resources[] = {
#endif
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -990,7 +990,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -1024,7 +1024,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf527/boards/tll6527m.c
View file @
a8b19886
...
...
@@ -586,7 +586,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -642,7 +642,7 @@ static struct resource bfin_uart1_resources[] = {
#endif
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -799,7 +799,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -834,7 +834,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf533/boards/H8606.c
View file @
a8b19886
...
...
@@ -286,7 +286,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
arch/blackfin/mach-bf533/boards/blackstamp.c
View file @
a8b19886
...
...
@@ -224,7 +224,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -289,7 +289,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -323,7 +323,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf533/boards/cm_bf533.c
View file @
a8b19886
...
...
@@ -271,7 +271,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -336,7 +336,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -370,7 +370,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf533/boards/ezkit.c
View file @
a8b19886
...
...
@@ -349,7 +349,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
arch/blackfin/mach-bf533/boards/ip0x.c
View file @
a8b19886
...
...
@@ -173,7 +173,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
arch/blackfin/mach-bf533/boards/stamp.c
View file @
a8b19886
...
...
@@ -353,7 +353,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -418,7 +418,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -452,7 +452,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf537/boards/cm_bf537e.c
View file @
a8b19886
...
...
@@ -373,7 +373,7 @@ static struct resource bfin_uart0_resources[] = {
#endif
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -434,7 +434,7 @@ static struct resource bfin_uart1_resources[] = {
#endif
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -545,7 +545,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -579,7 +579,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf537/boards/cm_bf537u.c
View file @
a8b19886
...
...
@@ -356,7 +356,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -399,7 +399,7 @@ static struct resource bfin_uart1_resources[] = {
},
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -510,7 +510,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -544,7 +544,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf537/boards/minotaur.c
View file @
a8b19886
...
...
@@ -263,7 +263,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -306,7 +306,7 @@ static struct resource bfin_uart1_resources[] = {
},
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -419,7 +419,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -453,7 +453,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf537/boards/pnav10.c
View file @
a8b19886
...
...
@@ -367,7 +367,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -410,7 +410,7 @@ static struct resource bfin_uart1_resources[] = {
},
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
arch/blackfin/mach-bf537/boards/stamp.c
View file @
a8b19886
...
...
@@ -289,7 +289,7 @@ static struct platform_device isp1362_hcd_device = {
#endif
#if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE)
unsigned
short
bfin_can_peripherals
[]
=
{
static
unsigned
short
bfin_can_peripherals
[]
=
{
P_CAN0_RX
,
P_CAN0_TX
,
0
};
...
...
@@ -693,7 +693,7 @@ static struct bfin5xx_spi_chip ad2s90_spi_chip_info = {
#endif
#if defined(CONFIG_AD2S120X) || defined(CONFIG_AD2S120X_MODULE)
unsigned
short
ad2s120x_platform_data
[]
=
{
static
unsigned
short
ad2s120x_platform_data
[]
=
{
/* used as SAMPLE and RDVEL */
GPIO_PF5
,
GPIO_PF6
,
0
};
...
...
@@ -705,7 +705,7 @@ static struct bfin5xx_spi_chip ad2s120x_spi_chip_info = {
#endif
#if defined(CONFIG_AD2S1210) || defined(CONFIG_AD2S1210_MODULE)
unsigned
short
ad2s1210_platform_data
[]
=
{
static
unsigned
short
ad2s1210_platform_data
[]
=
{
/* use as SAMPLE, A0, A1 */
GPIO_PF7
,
GPIO_PF8
,
GPIO_PF9
,
# if defined(CONFIG_AD2S1210_GPIO_INPUT) || defined(CONFIG_AD2S1210_GPIO_OUTPUT)
...
...
@@ -1717,7 +1717,7 @@ static struct resource bfin_uart0_resources[] = {
#endif
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -1760,7 +1760,7 @@ static struct resource bfin_uart1_resources[] = {
},
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -2447,7 +2447,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -2481,7 +2481,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf537/boards/tcm_bf537.c
View file @
a8b19886
...
...
@@ -356,7 +356,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -399,7 +399,7 @@ static struct resource bfin_uart1_resources[] = {
},
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -512,7 +512,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -546,7 +546,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
arch/blackfin/mach-bf538/boards/ezkit.c
View file @
a8b19886
...
...
@@ -82,7 +82,7 @@ static struct resource bfin_uart0_resources[] = {
#endif
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -125,7 +125,7 @@ static struct resource bfin_uart1_resources[] = {
},
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
0
};
...
...
@@ -168,7 +168,7 @@ static struct resource bfin_uart2_resources[] = {
},
};
unsigned
short
bfin_uart2_peripherals
[]
=
{
static
unsigned
short
bfin_uart2_peripherals
[]
=
{
P_UART2_TX
,
P_UART2_RX
,
0
};
...
...
@@ -282,7 +282,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -316,7 +316,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
@@ -350,7 +350,7 @@ static struct resource bfin_sport2_uart_resources[] = {
},
};
unsigned
short
bfin_sport2_peripherals
[]
=
{
static
unsigned
short
bfin_sport2_peripherals
[]
=
{
P_SPORT2_TFS
,
P_SPORT2_DTPRI
,
P_SPORT2_TSCLK
,
P_SPORT2_RFS
,
P_SPORT2_DRPRI
,
P_SPORT2_RSCLK
,
P_SPORT2_DRSEC
,
P_SPORT2_DTSEC
,
0
};
...
...
@@ -384,7 +384,7 @@ static struct resource bfin_sport3_uart_resources[] = {
},
};
unsigned
short
bfin_sport3_peripherals
[]
=
{
static
unsigned
short
bfin_sport3_peripherals
[]
=
{
P_SPORT3_TFS
,
P_SPORT3_DTPRI
,
P_SPORT3_TSCLK
,
P_SPORT3_RFS
,
P_SPORT3_DRPRI
,
P_SPORT3_RSCLK
,
P_SPORT3_DRSEC
,
P_SPORT3_DTSEC
,
0
};
...
...
@@ -402,7 +402,7 @@ static struct platform_device bfin_sport3_uart_device = {
#endif
#if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE)
unsigned
short
bfin_can_peripherals
[]
=
{
static
unsigned
short
bfin_can_peripherals
[]
=
{
P_CAN0_RX
,
P_CAN0_TX
,
0
};
...
...
arch/blackfin/mach-bf548/boards/cm_bf548.c
View file @
a8b19886
...
...
@@ -156,7 +156,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -211,7 +211,7 @@ static struct resource bfin_uart1_resources[] = {
#endif
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
#ifdef CONFIG_BFIN_UART1_CTSRTS
P_UART1_RTS
,
P_UART1_CTS
,
...
...
@@ -258,7 +258,7 @@ static struct resource bfin_uart2_resources[] = {
},
};
unsigned
short
bfin_uart2_peripherals
[]
=
{
static
unsigned
short
bfin_uart2_peripherals
[]
=
{
P_UART2_TX
,
P_UART2_RX
,
0
};
...
...
@@ -313,7 +313,7 @@ static struct resource bfin_uart3_resources[] = {
#endif
};
unsigned
short
bfin_uart3_peripherals
[]
=
{
static
unsigned
short
bfin_uart3_peripherals
[]
=
{
P_UART3_TX
,
P_UART3_RX
,
#ifdef CONFIG_BFIN_UART3_CTSRTS
P_UART3_RTS
,
P_UART3_CTS
,
...
...
@@ -553,7 +553,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -587,7 +587,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
@@ -621,7 +621,7 @@ static struct resource bfin_sport2_uart_resources[] = {
},
};
unsigned
short
bfin_sport2_peripherals
[]
=
{
static
unsigned
short
bfin_sport2_peripherals
[]
=
{
P_SPORT2_TFS
,
P_SPORT2_DTPRI
,
P_SPORT2_TSCLK
,
P_SPORT2_RFS
,
P_SPORT2_DRPRI
,
P_SPORT2_RSCLK
,
P_SPORT2_DRSEC
,
P_SPORT2_DTSEC
,
0
};
...
...
@@ -655,7 +655,7 @@ static struct resource bfin_sport3_uart_resources[] = {
},
};
unsigned
short
bfin_sport3_peripherals
[]
=
{
static
unsigned
short
bfin_sport3_peripherals
[]
=
{
P_SPORT3_TFS
,
P_SPORT3_DTPRI
,
P_SPORT3_TSCLK
,
P_SPORT3_RFS
,
P_SPORT3_DRPRI
,
P_SPORT3_RSCLK
,
P_SPORT3_DRSEC
,
P_SPORT3_DTSEC
,
0
};
...
...
@@ -757,7 +757,7 @@ static struct platform_device bf54x_sdh_device = {
#endif
#if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE)
unsigned
short
bfin_can_peripherals
[]
=
{
static
unsigned
short
bfin_can_peripherals
[]
=
{
P_CAN0_RX
,
P_CAN0_TX
,
0
};
...
...
arch/blackfin/mach-bf548/boards/ezkit.c
View file @
a8b19886
...
...
@@ -261,7 +261,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
@@ -316,7 +316,7 @@ static struct resource bfin_uart1_resources[] = {
#endif
};
unsigned
short
bfin_uart1_peripherals
[]
=
{
static
unsigned
short
bfin_uart1_peripherals
[]
=
{
P_UART1_TX
,
P_UART1_RX
,
#ifdef CONFIG_BFIN_UART1_CTSRTS
P_UART1_RTS
,
P_UART1_CTS
,
...
...
@@ -363,7 +363,7 @@ static struct resource bfin_uart2_resources[] = {
},
};
unsigned
short
bfin_uart2_peripherals
[]
=
{
static
unsigned
short
bfin_uart2_peripherals
[]
=
{
P_UART2_TX
,
P_UART2_RX
,
0
};
...
...
@@ -418,7 +418,7 @@ static struct resource bfin_uart3_resources[] = {
#endif
};
unsigned
short
bfin_uart3_peripherals
[]
=
{
static
unsigned
short
bfin_uart3_peripherals
[]
=
{
P_UART3_TX
,
P_UART3_RX
,
#ifdef CONFIG_BFIN_UART3_CTSRTS
P_UART3_RTS
,
P_UART3_CTS
,
...
...
@@ -658,7 +658,7 @@ static struct resource bfin_sport0_uart_resources[] = {
},
};
unsigned
short
bfin_sport0_peripherals
[]
=
{
static
unsigned
short
bfin_sport0_peripherals
[]
=
{
P_SPORT0_TFS
,
P_SPORT0_DTPRI
,
P_SPORT0_TSCLK
,
P_SPORT0_RFS
,
P_SPORT0_DRPRI
,
P_SPORT0_RSCLK
,
0
};
...
...
@@ -692,7 +692,7 @@ static struct resource bfin_sport1_uart_resources[] = {
},
};
unsigned
short
bfin_sport1_peripherals
[]
=
{
static
unsigned
short
bfin_sport1_peripherals
[]
=
{
P_SPORT1_TFS
,
P_SPORT1_DTPRI
,
P_SPORT1_TSCLK
,
P_SPORT1_RFS
,
P_SPORT1_DRPRI
,
P_SPORT1_RSCLK
,
0
};
...
...
@@ -726,7 +726,7 @@ static struct resource bfin_sport2_uart_resources[] = {
},
};
unsigned
short
bfin_sport2_peripherals
[]
=
{
static
unsigned
short
bfin_sport2_peripherals
[]
=
{
P_SPORT2_TFS
,
P_SPORT2_DTPRI
,
P_SPORT2_TSCLK
,
P_SPORT2_RFS
,
P_SPORT2_DRPRI
,
P_SPORT2_RSCLK
,
P_SPORT2_DRSEC
,
P_SPORT2_DTSEC
,
0
};
...
...
@@ -760,7 +760,7 @@ static struct resource bfin_sport3_uart_resources[] = {
},
};
unsigned
short
bfin_sport3_peripherals
[]
=
{
static
unsigned
short
bfin_sport3_peripherals
[]
=
{
P_SPORT3_TFS
,
P_SPORT3_DTPRI
,
P_SPORT3_TSCLK
,
P_SPORT3_RFS
,
P_SPORT3_DRPRI
,
P_SPORT3_RSCLK
,
P_SPORT3_DRSEC
,
P_SPORT3_DTSEC
,
0
};
...
...
@@ -778,7 +778,7 @@ static struct platform_device bfin_sport3_uart_device = {
#endif
#if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE)
unsigned
short
bfin_can_peripherals
[]
=
{
static
unsigned
short
bfin_can_peripherals
[]
=
{
P_CAN0_RX
,
P_CAN0_TX
,
0
};
...
...
arch/blackfin/mach-bf561/boards/acvilon.c
View file @
a8b19886
...
...
@@ -224,7 +224,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
arch/blackfin/mach-bf561/boards/cm_bf561.c
View file @
a8b19886
...
...
@@ -334,7 +334,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
arch/blackfin/mach-bf561/boards/ezkit.c
View file @
a8b19886
...
...
@@ -190,7 +190,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
0
};
...
...
arch/blackfin/mach-bf561/boards/tepla.c
View file @
a8b19886
...
...
@@ -72,7 +72,7 @@ static struct resource bfin_uart0_resources[] = {
},
};
unsigned
short
bfin_uart0_peripherals
[]
=
{
static
unsigned
short
bfin_uart0_peripherals
[]
=
{
P_UART0_TX
,
P_UART0_RX
,
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