summaryrefslogtreecommitdiffstats
path: root/include/linux/marvell_phy.h
Commit message (Collapse)AuthorAgeFilesLines
* net/phy: marvell: rename 88E1545 to 88E1540Uwe Kleine-König2017-01-131-1/+1
| | | | | | | The Linux driver calls it 88E1540 so do it here, too. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* net: phy: Support Marvell 88EE1543 PHYEzequiel Garcia2014-11-111-0/+1
| | | | | | | | | | | | This commit adds support for Marvell's 88E1543 PHY chip. This chip is almost identical to the 88EE1545, except the 88E1545 supports QSGMII and the 88EE1543 supports SGMII. Therefore, the same configuration function is used for both PHYs. For now, the only initialization provided for the 88EE1543 is the LED setup. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* net: phy: Support Marvell 88EE1545 PHYEzequiel Garcia2014-11-111-0/+1
| | | | | | | | This commit adds support for Marvell's 88E1545 PHY chip. In particular, this allows to support QSGMII interfaces. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* phy: marvell: move IDs to own headerLucas Stach2014-09-171-0/+34
So they can be used in board files to register fixups. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>