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
843e22b0
Commit
843e22b0
authored
Mar 05, 2009
by
Russell King
Committed by
Russell King
Mar 05, 2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-rmk' of
git://git.marvell.com/orion
parents
559595a9
f45964ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
arch/arm/mach-orion5x/common.c
arch/arm/mach-orion5x/common.c
+7
-0
No files found.
arch/arm/mach-orion5x/common.c
View file @
843e22b0
...
...
@@ -431,6 +431,10 @@ void __init orion5x_uart1_init(void)
/*****************************************************************************
* XOR engine
****************************************************************************/
struct
mv_xor_platform_shared_data
orion5x_xor_shared_data
=
{
.
dram
=
&
orion5x_mbus_dram_info
,
};
static
struct
resource
orion5x_xor_shared_resources
[]
=
{
{
.
name
=
"xor low"
,
...
...
@@ -448,6 +452,9 @@ static struct resource orion5x_xor_shared_resources[] = {
static
struct
platform_device
orion5x_xor_shared
=
{
.
name
=
MV_XOR_SHARED_NAME
,
.
id
=
0
,
.
dev
=
{
.
platform_data
=
&
orion5x_xor_shared_data
,
},
.
num_resources
=
ARRAY_SIZE
(
orion5x_xor_shared_resources
),
.
resource
=
orion5x_xor_shared_resources
,
};
...
...
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