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
db1a8611
Commit
db1a8611
authored
Aug 29, 2008
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sunhme: Convert to pure OF driver.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
8ef2175c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
97 additions
and
154 deletions
+97
-154
drivers/net/sunhme.c
drivers/net/sunhme.c
+95
-148
drivers/net/sunhme.h
drivers/net/sunhme.h
+2
-6
No files found.
drivers/net/sunhme.c
View file @
db1a8611
This diff is collapsed.
Click to expand it.
drivers/net/sunhme.h
View file @
db1a8611
...
...
@@ -405,15 +405,11 @@ struct happy_meal {
u32
(
*
read_desc32
)(
hme32
*
);
void
(
*
write_txd
)(
struct
happy_meal_txd
*
,
u32
,
u32
);
void
(
*
write_rxd
)(
struct
happy_meal_rxd
*
,
u32
,
u32
);
u32
(
*
dma_map
)(
void
*
,
void
*
,
long
,
int
);
void
(
*
dma_unmap
)(
void
*
,
u32
,
long
,
int
);
void
(
*
dma_sync_for_cpu
)(
void
*
,
u32
,
long
,
int
);
void
(
*
dma_sync_for_device
)(
void
*
,
u32
,
long
,
int
);
#endif
/* This is either a
sbus_dev
or a pci_dev. */
/* This is either a
n of_device
or a pci_dev. */
void
*
happy_dev
;
void
*
dma_dev
;
struct
device
*
dma_dev
;
spinlock_t
happy_lock
;
...
...
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