summaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-bcm-ns2-pcie.c
Commit message (Collapse)AuthorAgeFilesLines
* phy: bcm-ns2-pcie: Set missing .owner field in ns2_pci_phy_opsAxel Lin2016-09-101-1/+2
| | | | | | | | | | Add missing .owner field in ns2_pci_phy_ops, which is used for refcounting. While at it, also makes ns2_pci_phy_ops const as it's never get modified. Signed-off-by: Axel Lin <axel.lin@ingics.com> Reviewed-and-tested-by: Jon Mason <jon.mason@broadcom.com> Reviewed-by: Pramod Kumar <pramodku@broadcom.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
* phy: bcm-ns2-pcie: Get rid of struct ns2_pci_phyAxel Lin2016-09-101-20/+5
| | | | | | | | | | By setting phy_set_drvdata(phy, mdiodev), struct ns2_pci_phy can be removed. Signed-off-by: Axel Lin <axel.lin@ingics.com> Reviewed-and-tested-by: Jon Mason <jon.mason@broadcom.com> Reviewed-by: Pramod Kumar <pramodku@broadcom.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
* phy: Add Northstar2 PCI Phy supportPramod Kumar2016-06-101-0/+115
Add PCI Phy support for Broadcom Northstar2 SoCs. This driver uses the interface from the iproc mdio mux driver to enable the devices respective phys. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jon Mason <jonmason@broadcom.com> Signed-off-by: Pramod Kumar <pramod.kumar@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>