Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
73677567
Commit
73677567
authored
Nov 23, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mii_bus
parent
611e731f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xilinx_emacps.c
src/drivers/net/ethernet/xilinx/xilinx_emacps.c
+2
-2
No files found.
src/drivers/net/ethernet/xilinx/xilinx_emacps.c
View file @
73677567
...
@@ -882,8 +882,8 @@ static int ar8035_phy_fixup(struct phy_device *dev)
...
@@ -882,8 +882,8 @@ static int ar8035_phy_fixup(struct phy_device *dev)
u16
val
;
u16
val
;
// Elphel: phy_device has changed
// Elphel: phy_device has changed
//struct net_local *lp = dev->bus->priv;
//struct net_local *lp = dev->bus->priv;
struct
m
dio_device
*
mdiodev
=
&
(
dev
->
mdio
)
;
struct
m
ii_bus
*
bus
=
dev
->
mdio
.
bus
;
struct
net_local
*
lp
=
mdiodev
->
bus
->
priv
;
struct
net_local
*
lp
=
bus
->
priv
;
dev_dbg
(
&
lp
->
pdev
->
dev
,
"fixup start"
);
dev_dbg
(
&
lp
->
pdev
->
dev
,
"fixup start"
);
/* Ar803x phy SmartEEE feature cause link status generates glitch,
/* Ar803x phy SmartEEE feature cause link status generates glitch,
...
...
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