Searched hist:d75e81d9e05575e3f8471e618846565b15b30060 (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/net/ldpaa_eth/ |
H A D | ldpaa_wriop.c | diff d75e81d9e05575e3f8471e618846565b15b30060 Wed Oct 10 03:38:30 CDT 2018 Pankaj Bansal <pankaj.bansal@nxp.com> driver: net: fsl-mc: remove unused strcture elements
The phydev structure is present in both ldpaa_eth_priv and wriop_dpmac_info. the phydev in wriop_dpmac_info is not being used
As the phydev is created based on phy_addr and bus members of wriop_dpmac_info, it is appropriate to keep phydev in wriop_dpmac_info.
Also phy_regs is not being used, therefore remove it
Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
|
H A D | ldpaa_eth.h | diff d75e81d9e05575e3f8471e618846565b15b30060 Wed Oct 10 03:38:30 CDT 2018 Pankaj Bansal <pankaj.bansal@nxp.com> driver: net: fsl-mc: remove unused strcture elements
The phydev structure is present in both ldpaa_eth_priv and wriop_dpmac_info. the phydev in wriop_dpmac_info is not being used
As the phydev is created based on phy_addr and bus members of wriop_dpmac_info, it is appropriate to keep phydev in wriop_dpmac_info.
Also phy_regs is not being used, therefore remove it
Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
|
H A D | ldpaa_eth.c | diff d75e81d9e05575e3f8471e618846565b15b30060 Wed Oct 10 03:38:30 CDT 2018 Pankaj Bansal <pankaj.bansal@nxp.com> driver: net: fsl-mc: remove unused strcture elements
The phydev structure is present in both ldpaa_eth_priv and wriop_dpmac_info. the phydev in wriop_dpmac_info is not being used
As the phydev is created based on phy_addr and bus members of wriop_dpmac_info, it is appropriate to keep phydev in wriop_dpmac_info.
Also phy_regs is not being used, therefore remove it
Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
|
/openbmc/u-boot/include/fsl-mc/ |
H A D | ldpaa_wriop.h | diff d75e81d9e05575e3f8471e618846565b15b30060 Wed Oct 10 03:38:30 CDT 2018 Pankaj Bansal <pankaj.bansal@nxp.com> driver: net: fsl-mc: remove unused strcture elements
The phydev structure is present in both ldpaa_eth_priv and wriop_dpmac_info. the phydev in wriop_dpmac_info is not being used
As the phydev is created based on phy_addr and bus members of wriop_dpmac_info, it is appropriate to keep phydev in wriop_dpmac_info.
Also phy_regs is not being used, therefore remove it
Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
|