Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
e2043f5c
Commit
e2043f5c
authored
12 years ago
by
Yegor Yefremov
Committed by
Joe Hershberger
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
phy: export genphy_parse_link()
Signed-off-by:
Yegor Yefremov
<
yegorslists@googlemail.com
>
parent
518ce472
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drivers/net/phy/phy.c
+1
-1
1 addition, 1 deletion
drivers/net/phy/phy.c
include/phy.h
+1
-0
1 addition, 0 deletions
include/phy.h
with
2 additions
and
1 deletion
drivers/net/phy/phy.c
+
1
−
1
View file @
e2043f5c
...
...
@@ -280,7 +280,7 @@ int genphy_update_link(struct phy_device *phydev)
*
* Stolen from Linux's mii.c and phy_device.c
*/
static
int
genphy_parse_link
(
struct
phy_device
*
phydev
)
int
genphy_parse_link
(
struct
phy_device
*
phydev
)
{
int
mii_reg
=
phy_read
(
phydev
,
MDIO_DEVAD_NONE
,
MII_BMSR
);
...
...
This diff is collapsed.
Click to expand it.
include/phy.h
+
1
−
0
View file @
e2043f5c
...
...
@@ -214,6 +214,7 @@ int phy_register(struct phy_driver *drv);
int
genphy_config_aneg
(
struct
phy_device
*
phydev
);
int
genphy_restart_aneg
(
struct
phy_device
*
phydev
);
int
genphy_update_link
(
struct
phy_device
*
phydev
);
int
genphy_parse_link
(
struct
phy_device
*
phydev
);
int
genphy_config
(
struct
phy_device
*
phydev
);
int
genphy_startup
(
struct
phy_device
*
phydev
);
int
genphy_shutdown
(
struct
phy_device
*
phydev
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment