public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/6] Extend mv88e61xx driver to support 88E6071
@ 2019-07-29 19:00 Anatolij Gustschin
  2019-07-29 19:00 ` [U-Boot] [PATCH v3 1/6] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices Anatolij Gustschin
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Anatolij Gustschin @ 2019-07-29 19:00 UTC (permalink / raw)
  To: u-boot

This series adds support for 88E6071 switches in the mv88e61xx
driver.

Changes in v3:

 - Add Reviewed-/Tested-by tags

 patch 1
  - drop DEVADDR_PORT to avoid macros with local variable
  - describe variables added to priv struct
  - reword comments in mv88e61xx_priv_reg_offs_pre_init()
  - add comment in get_phy_id() to explain why calling
    mv88e61xx_priv_reg_offs_pre_init() is required

 patch 2
  - remove unused PORT_REG_STATUS_SPEED_WIDTH macro

 patch 4
  - describe model numbers in numerical order

Changes in v2:
 - fix port init for 6096/6097 devices in patch 1/6
 - update commit description in patch 4/6

Anatolij Gustschin (6):
  net: phy: mv88e61xx: rework to enable detection of 88E6071 devices
  net: phy: mv88e61xx: add CPU port parameter init for 88E6071
  net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071
  net: phy: mv88E61xx: add config option for mv88E6071 support
  net: phy: mv88e61xx: register phy_driver struct for 88E6071
  net: phy: fix switch vendor name

 drivers/net/phy/Kconfig     |   9 +-
 drivers/net/phy/mv88e61xx.c | 189 ++++++++++++++++++++++++++++--------
 2 files changed, 156 insertions(+), 42 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2019-10-26 23:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-29 19:00 [U-Boot] [PATCH v3 0/6] Extend mv88e61xx driver to support 88E6071 Anatolij Gustschin
2019-07-29 19:00 ` [U-Boot] [PATCH v3 1/6] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices Anatolij Gustschin
2019-07-29 23:35   ` Joe Hershberger
2019-10-26 23:16     ` Anatolij Gustschin
2019-07-29 19:00 ` [U-Boot] [PATCH v3 2/6] net: phy: mv88e61xx: add CPU port parameter init for 88E6071 Anatolij Gustschin
2019-07-29 23:34   ` Joe Hershberger
2019-07-29 19:00 ` [U-Boot] [PATCH v3 3/6] net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071 Anatolij Gustschin
2019-07-29 23:35   ` Joe Hershberger
2019-07-29 19:00 ` [U-Boot] [PATCH v3 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support Anatolij Gustschin
2019-07-29 19:00 ` [U-Boot] [PATCH v3 5/6] net: phy: mv88e61xx: register phy_driver struct for 88E6071 Anatolij Gustschin
2019-07-29 23:35   ` Joe Hershberger
2019-07-29 19:00 ` [U-Boot] [PATCH v3 6/6] net: phy: fix switch vendor name Anatolij Gustschin
2019-07-29 23:34   ` Joe Hershberger

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