From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 9 Dec 2019 17:49:09 -0500 Subject: Pull request: u-boot-net.git master In-Reply-To: <201912091554.xB9Fs2eB030691@osboxes.amer.corp.natinst.com> References: <201912091554.xB9Fs2eB030691@osboxes.amer.corp.natinst.com> Message-ID: <20191209224909.GP9549@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de On Mon, Dec 09, 2019 at 09:51:32AM -0600, Joe Hershberger wrote: > Hi Tom, >=20 > Between dropping the superceeded atheros series and applying your nfs tri= m patch, things appear to be all good. >=20 > Passed testing at https://travis-ci.org/jhershbe/u-boot/builds/622465407 >=20 > The following changes since commit b38c3a641fc01fcd4eda5fa107ae3c247baa01= 96: >=20 > Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2019-12-08 1= 0:51:00 -0500) >=20 > are available in the git repository at: >=20 > https://gitlab.denx.de/u-boot/custodians/u-boot-net.git master >=20 > for you to fetch changes up to 2c4e067d493d031d1267eea1c635d1eab93ce8f7: >=20 > cmd: pxe: Increase maximum path length (2019-12-09 09:49:48 -0600) >=20 > ---------------------------------------------------------------- > Alex Marginean (18): > include: phy: define XFI and USXGMII interface types > include: phy: add data field for private driver data > drivers: net: aquantia: use XFI, USXGMII interface types > drivers: net: aquantia: add PHY generation information > drivers: net: aquantia: set up SI protocol based on interface type > drivers: net: aquantia: set MDI reversal based on DT property > drivers: net: aquantia: set SMBus addr based on DT property > drivers: net: aquantia: check system interface too when checking fo= r link up > doc: bindings: add bindings document for PHY nodes > doc: bindings: Aquantia PHY node binding > drivers: net: fsl_enetc: use XFI, USXGMII interface type macros > net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clari= ty > net: mdio-uclass: add dm_eth_phy_connect helper function > drivers: net: fsl_enetc: use the new MDIO DM helper functions > drivers: net: fsl_enetc: Add 2.5Gbps to supported link speeds > drivers: net: fsl_enetc: move PCS and PHY config to probe > drivers: net: fsl_enetc_mdio: return with time-out if HW is stuck > drivers: net: fsl_enetc: register internal MDIO bus >=20 > Anatolij Gustschin (5): > 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: register phy_driver struct for 88E6071 > net: phy: fix switch vendor name >=20 > Andre Przywara (1): > net: tftp: Fix too small block size >=20 > Ben Wolsieffer (1): > cmd: pxe: Increase maximum path length >=20 > Bin Meng (1): > net: tftp: Fix tftp store address check in store_block() >=20 > C=C3=A9dric Le Goater (1): > net: ftgmac100: align RX/TX descriptors on ARCH_DMA_MINALIGN >=20 > Florin Chiculita (1): > net: phy: aquantia: wait for phy init sequence to finish >=20 > Grygorii Strashko (8): > net: phy: ti: rename ti.c to dp83867.c > net: phy: dp83867: move static initialization to .probe() > dt-bindings: phy: dp83867: Add documentation for disabling clock ou= tput > net: phy: dp83867: Add ability to disable output clock > net: phy: dp83867: rework delay rgmii delay handling > net: phy: dp83867: io impedance is not dependent on RGMII delay > net: phy: dp83867: refactor rgmii configuration > arm: dts: k3-am654-base-board-u-boot: change cpsw2g interface mode = to rgmii-rxid >=20 > Grzegorz Jaszczyk (1): > net: mvpp2: mark phy as invalid in case of missing appropriate driv= er >=20 > Heinrich Schuchardt (1): > net: avoid address-of-packed-member error >=20 > Joe Hershberger (3): > net: Always build the string_to_enetaddr() helper > net: Improve documentation for string_to_ip() > lib: Always build support for formatting MAC and IP address >=20 > Josef Holzmayr (2): > net: macb: explicitly pass phy_adr to mdio read and write > net: macb: let miiphy_read/_write pass arbitrary addresses >=20 > Michael Walle (1): > net: eth-uclass: ignore unavailable devices >=20 > Nevo Hed (3): > arm: dts: armada-cp110-*dtsi: add xmdio nodes > net: mvpp2: use new MVMDIO driver > net: mvpp2: MVPP2 now needs MVMDIO >=20 > Nicolas Ferre (1): > net: phy: micrel: make sure the factory test bit is cleared >=20 > Priyanka Jain (1): > net/phy: Fix phy_connect() for phy addr 0 >=20 > Ramon Fried (1): > cmd: mdio/mii: add Kconfig help and allow break dependency >=20 > Stefan Chulski (1): > net: mvpp2x: fix traffic stuck after PHY start error >=20 > Stefan Roese (1): > net: phy: Increase link up delay in genphy_update_link() >=20 > Thierry Reding (1): > net: rtl8169: Support RTL-8168c/8111c >=20 > Tom Rini (1): > net: nfs: Only link in NFS code outside of SPL builds >=20 > Vignesh Raghavendra (6): > dma: Introduce dma_get_cfg() interface > dma: ti: k3-udma: Implement dma_get_cfg() interface > net: ti: am65-cpsw-nuss: Rework RX flow ID handling > net: ti: am65-cpsw-nuss: Add new compatible for J721e > arm: dts: k3-j721e-common-proc-board: Add DMA and CPSW related DT n= odes > configs: j721e_evm_a72_defconfig: Enable DMA and Ethernet >=20 > arch/arm/dts/armada-cp110-master.dtsi | 9 + > arch/arm/dts/armada-cp110-slave.dtsi | 9 + > arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 3 +- > .../arm/dts/k3-j721e-common-proc-board-u-boot.dtsi | 238 +++++++++++++++= +++++ > arch/arm/mach-tegra/cboot.c | 2 +- > board/renesas/sh7752evb/sh7752evb.c | 2 +- > board/renesas/sh7753evb/sh7753evb.c | 2 +- > board/renesas/sh7757lcr/sh7757lcr.c | 4 +- > cmd/Kconfig | 18 +- > cmd/Makefile | 4 +- > cmd/ethsw.c | 2 +- > cmd/nvedit.c | 2 +- > cmd/pxe_utils.c | 2 +- > configs/j721e_evm_a72_defconfig | 8 + > doc/README.enetaddr | 4 +- > doc/device-tree-bindings/net/aquantia-phy.txt | 25 +++ > doc/device-tree-bindings/net/phy.txt | 24 ++ > doc/device-tree-bindings/net/ti,dp83867.txt | 6 +- > drivers/dma/dma-uclass.c | 12 + > drivers/dma/ti/k3-udma.c | 29 +++ > drivers/net/Kconfig | 2 + > drivers/net/fsl_enetc.c | 86 +++----- > drivers/net/fsl_enetc.h | 1 + > drivers/net/fsl_enetc_mdio.c | 7 +- > drivers/net/ftgmac100.c | 16 +- > drivers/net/macb.c | 39 ++-- > drivers/net/mvpp2.c | 241 +++++----------= ----- > drivers/net/phy/Kconfig | 2 +- > drivers/net/phy/Makefile | 2 +- > drivers/net/phy/aquantia.c | 241 +++++++++++++++= +++-- > drivers/net/phy/{ti.c =3D> dp83867.c} | 243 +++++++++++++= +------- > drivers/net/phy/micrel_ksz8xxx.c | 21 +- > drivers/net/phy/mv88e61xx.c | 226 +++++++++++++++= ---- > drivers/net/phy/phy.c | 6 +- > drivers/net/rtl8169.c | 1 + > drivers/net/ti/am65-cpsw-nuss.c | 16 +- > include/dma-uclass.h | 11 + > include/dma.h | 12 + > include/dt-bindings/net/ti-dp83867.h | 3 +- > include/linux/soc/ti/ti-udma.h | 19 ++ > include/miiphy.h | 18 +- > include/net.h | 34 +-- > include/phy.h | 3 + > include/phy_interface.h | 4 + > lib/net_utils.c | 15 ++ > lib/vsprintf.c | 4 - > net/Kconfig | 2 +- > net/eth-uclass.c | 19 +- > net/eth_legacy.c | 2 +- > net/mdio-uclass.c | 100 ++++++++- > net/net.c | 36 +-- > net/tftp.c | 7 +- > 52 files changed, 1316 insertions(+), 528 deletions(-) > create mode 100644 doc/device-tree-bindings/net/aquantia-phy.txt > create mode 100644 doc/device-tree-bindings/net/phy.txt > rename drivers/net/phy/{ti.c =3D> dp83867.c} (63%) I've reviewed this and tested it locally and things are OK. First, are you sure that a month out from release we should still take this large of a set of changes to master? Second, is there anything we can do about the growth of 'struct phy' ? We have some boards with a few possible PHY drivers and in turn a number of PHY drivers and it's a non-trivial growth to support this field. Thanks! --=20 Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: