mbox series

[0/2] Add fwnode helper functions to MDIO bus driver

Message ID 1595417547-18957-1-git-send-email-vikas.singh@puresoftware.com
Headers show
Series Add fwnode helper functions to MDIO bus driver | expand

Message

Vikas Singh July 22, 2020, 11:32 a.m. UTC
This patch add helper functions to handle fwnodes on MDIO bus in case of
ACPI probing. These helper functions will be used in DPAA MAC driver.

The patches are in below logical order:
1. Add helper function to attach MAC with PHY
2. Associate device node with fixed PHY by extending "fixed_phy_status"

Vikas Singh (2):
  net: phy: Add fwnode helper functions
  net: phy: Associate device node with fixed PHY

 drivers/net/phy/fixed_phy.c |  2 ++
 drivers/net/phy/mdio_bus.c  | 66 +++++++++++++++++++++++++++++++++++++++++++++
 include/linux/mdio.h        |  4 +++
 include/linux/phy_fixed.h   |  2 ++
 4 files changed, 74 insertions(+)

Comments

Andrew Lunn July 22, 2020, 12:55 p.m. UTC | #1
> *Disclaimer* -The information transmitted is intended solely for the 
> individual
> or entity to which it is addressed and may contain confidential 
> and/or
> privileged material. Any review, re-transmission, dissemination or 
> other use of
> or taking action in reliance upon this information by persons 
> or entities other
> than the intended recipient is prohibited. If you have 
> received this email in
> error please contact the sender and delete the 
> material from any computer.

As requested, i deleted this email. If you want to submit patches,
please remove this.

   Andrew