From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Tue, 14 May 2019 14:57:40 -0500 Subject: [U-Boot] Pull request: u-boot-net.git master Message-ID: <201905142000.x4EK0j3q003470@osboxes.amer.corp.natinst.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Tested on Travis... https://travis-ci.org/jhershbe/u-boot/builds/531963238 The following changes since commit 90176e3be63802bc8630bab651d169993f0f0763: Merge tag 'efi-2019-07-rc3' of git://git.denx.de/u-boot-efi (2019-05-13 07:13:28 -0400) are available in the git repository at: git://git.denx.de/u-boot-net.git master for you to fetch changes up to ebb97ea86878e56daadcc2d5d063ed59a10b5744: eth: mtk-eth: fix incorrect read of phy-handle (2019-05-14 14:43:33 -0500) ---------------------------------------------------------------- James Byrne (1): net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used together Michal Simek (1): phy: ti: Init node before reading Thierry Reding (2): net: rtl8169: Implement ->hwaddr_write() callback net: rtl8169: Support RTL-8168h/8111h Weijie Gao (1): eth: mtk-eth: fix incorrect read of phy-handle configs/alt_defconfig | 1 + configs/aristainetos_defconfig | 1 + configs/bk4r1_defconfig | 1 + configs/colibri_imx6_defconfig | 1 + configs/colibri_imx7_defconfig | 1 + configs/colibri_imx7_emmc_defconfig | 1 + configs/colibri_vf_defconfig | 1 + configs/flea3_defconfig | 1 + configs/gose_defconfig | 1 + configs/imx6dl_mamoj_defconfig | 1 + configs/imx6qdl_icore_rqs_defconfig | 1 + configs/k2g_evm_defconfig | 1 + configs/k2g_hs_evm_defconfig | 1 + configs/koelsch_defconfig | 1 + configs/lager_defconfig | 1 + configs/m53menlo_defconfig | 1 + configs/mx6ul_14x14_evk_defconfig | 1 + configs/mx6ul_9x9_evk_defconfig | 1 + configs/opos6uldev_defconfig | 1 + configs/pcm052_defconfig | 1 + configs/phycore_pcl063_defconfig | 1 + configs/pico-hobbit-imx6ul_defconfig | 1 + configs/pico-imx6ul_defconfig | 1 + configs/pico-pi-imx6ul_defconfig | 1 + configs/porter_defconfig | 1 + configs/silk_defconfig | 1 + configs/stout_defconfig | 1 + configs/stv0991_defconfig | 1 + configs/udoo_neo_defconfig | 1 + configs/vf610twr_defconfig | 1 + configs/vf610twr_nand_defconfig | 1 + configs/woodburn_defconfig | 1 + configs/woodburn_sd_defconfig | 1 + drivers/net/mtk_eth.c | 7 ++++--- drivers/net/phy/Kconfig | 19 +++++-------------- drivers/net/phy/micrel_ksz8xxx.c | 8 +++++--- drivers/net/phy/micrel_ksz90x1.c | 2 +- drivers/net/phy/ti.c | 8 ++++---- drivers/net/rtl8169.c | 19 +++++++++++++++++++ 39 files changed, 71 insertions(+), 25 deletions(-) Thanks! -Joe