mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v1 0/7] net/phy: marvell: add support for 88e1510
@ 2017-01-11 15:59 Uwe Kleine-König
  2017-01-11 15:59 ` [PATCH v1 1/7] net/phy: marvell: rename 88E1545 to 88E1540 Uwe Kleine-König
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Uwe Kleine-König @ 2017-01-11 15:59 UTC (permalink / raw)
  To: barebox

Hello,

this series targets to add support for the Marvell phy 88e1510 to the
marvell phy driver. To make this and future additions easy there are
several preparing patches that make the barebox driver very similar to
the Linux driver. This allows to have the two drivers open side by side
(I use vim -d) to add new features to the barebox driver that are
already present in Linux.

Best regards
Uwe

Uwe Kleine-König (7):
  net/phy: marvell: rename 88E1545 to 88E1540
  net/phy: marvell: 88E1540 LED registers already exist on 88E1121
  net/phy: marvell: rename phy_driver array to match Linux driver
  net/phy: marvell: change spacing to be more similar to the Linux
    driver
  net/phy: marvell: align definition of MII_88E1121_PHY_MSCR to Linux
    driver
  net/phy: marvell: improve config_aneg for 88E1121R and 88E1318S
  net/phy: marvell: add support for 88e1510 to marvell phy driver

 drivers/net/phy/marvell.c   | 353 +++++++++++++++++++++++++++++++++++++++-----
 include/linux/marvell_phy.h |   2 +-
 2 files changed, 314 insertions(+), 41 deletions(-)

-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-01-13  6:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-11 15:59 [PATCH v1 0/7] net/phy: marvell: add support for 88e1510 Uwe Kleine-König
2017-01-11 15:59 ` [PATCH v1 1/7] net/phy: marvell: rename 88E1545 to 88E1540 Uwe Kleine-König
2017-01-11 15:59 ` [PATCH v1 2/7] net/phy: marvell: 88E1540 LED registers already exist on 88E1121 Uwe Kleine-König
2017-01-11 15:59 ` [PATCH v1 3/7] net/phy: marvell: rename phy_driver array to match Linux driver Uwe Kleine-König
2017-01-11 15:59 ` [PATCH v1 4/7] net/phy: marvell: change spacing to be more similar to the " Uwe Kleine-König
2017-01-11 15:59 ` [PATCH v1 5/7] net/phy: marvell: align definition of MII_88E1121_PHY_MSCR to " Uwe Kleine-König
2017-01-11 15:59 ` [PATCH v1 6/7] net/phy: marvell: improve config_aneg for 88E1121R and 88E1318S Uwe Kleine-König
2017-01-11 15:59 ` [PATCH v1 7/7] net/phy: marvell: add support for 88e1510 to marvell phy driver Uwe Kleine-König
2017-01-13  6:54 ` [PATCH v1 0/7] net/phy: marvell: add support for 88e1510 Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox