#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/phy.h>
#include <linux/of_platform.h>
#include <linux/slab.h>
#include <linux/of_mdio.h>
#include <asm/io.h>
#include <asm/mpc52xx.h>
#include "fec_mpc52xx.h"
Go to the source code of this file.
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
mpc52xx_fec_mdio_match |
|
|
) |
| |
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
| ) |
|
Initial value:= {
.driver = {
.name = "mpc5200b-fec-phy",
.of_match_table = mpc52xx_fec_mdio_match,
},
.probe = mpc52xx_fec_mdio_probe,
.remove = mpc52xx_fec_mdio_remove,
}
Definition at line 147 of file fec_mpc52xx_phy.c.