Re: [U-Boot] [PATCH v4 3/3] cmd: mdio: Add new parameter to access MMD PHY registers

2019-02-04 Thread Joe Hershberger
On Mon, Feb 4, 2019 at 5:39 PM Vladimir Oltean wrote: > > On 2/5/19 1:28 AM, Joe Hershberger wrote: > > On Fri, Jan 25, 2019 at 7:12 AM Vladimir Oltean > > wrote: > >> > >> On 25.01.2019 12:12, Carlo Caione wrote: > >>> On 24/01/2019 20:48, V

Re: [U-Boot] [PATCH 2/3] net: add higmacv300 Ethernet driver for HiSilicon platform

2019-02-04 Thread Joe Hershberger
On Mon, Jan 28, 2019 at 3:16 AM Shawn Guo wrote: > > It adds the driver for HIGMACV300 Ethernet controller found on HiSilicon > SoCs like Hi3798CV200. It's based on a downstream U-Boot driver, but > quite a lot of code gets rewritten and cleaned up to adopt driver model > and PHY API. > >

Re: [U-Boot] [PATCH v3 6/6] net: phy: ar803x: Clarify the intention of ar8021_config

2019-02-04 Thread Joe Hershberger
d simply follow the read-modify-write procedure from the common > function. > > Signed-off-by: Vladimir Oltean Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v3 5/6] net: phy: ar803x: Clarify the configuration of the CLK_25M output pin

2019-02-04 Thread Joe Hershberger
On Fri, Jan 25, 2019 at 6:43 PM Vladimir Oltean wrote: > > Also take the opportunity to use the phy_read_mmd and phy_write_mmd > convenience functions. > > Signed-off-by: Vladimir Oltean Acked-by: Joe Hershberger ___ U-Boot mail

Re: [U-Boot] [PATCH v3 4/6] net: phy: ar803x: Explicitly disable RGMII delays

2019-02-04 Thread Joe Hershberger
On Fri, Jan 25, 2019 at 6:43 PM Vladimir Oltean wrote: > > To eliminate any doubts about the out-of-reset value of the PHY, that > the driver previously relied on. > > Signed-off-by: Vladimir Oltean Acked-by: Joe Hershberger ___ U-Boot

Re: [U-Boot] [PATCH v3 3/6] net: phy: ar803x: Use common functions for RGMII internal delays

2019-02-04 Thread Joe Hershberger
On Fri, Jan 25, 2019 at 6:42 PM Vladimir Oltean wrote: > > Signed-off-by: Vladimir Oltean Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v3 2/6] net: phy: ar803x: Make RGMII Tx delays actually configurable for AR8035

2019-02-04 Thread Joe Hershberger
they rely on Tx delay implicitly. > > Signed-off-by: Vladimir Oltean > --- Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v4 3/3] cmd: mdio: Add new parameter to access MMD PHY registers

2019-02-04 Thread Joe Hershberger
On Fri, Jan 25, 2019 at 7:12 AM Vladimir Oltean wrote: > > On 25.01.2019 12:12, Carlo Caione wrote: > > On 24/01/2019 20:48, Vladimir Oltean wrote: > >> On 1/24/19 10:19 PM, Carlo Caione wrote: > >>> On 24/01/2019 20:12, Vladimir Oltean wrote: > > >> > >> I can't completely answer that, TBH

Re: [U-Boot] [PATCH v2 3/3] net: phy: ar803x: Use common functions for RGMII internal delays

2019-01-25 Thread Joe Hershberger
On Thu, Jan 24, 2019 at 6:35 PM Vladimir Oltean wrote: > > On 1/24/19 8:20 AM, Joe Hershberger wrote: > > On Wed, Jan 23, 2019 at 5:47 PM Vladimir Oltean > > wrote: > >> static int ar8021_config(struct phy_device *phydev) > >> { > >> ph

Re: [U-Boot] [PATCH v2 1/3] net: phy: ar803x: Use phy_read_mmd and phy_write_mmd functions

2019-01-25 Thread Joe Hershberger
On Thu, Jan 24, 2019 at 6:35 PM Vladimir Oltean wrote: > > On 1/24/19 8:16 AM, Joe Hershberger wrote: > > On Wed, Jan 23, 2019 at 5:46 PM Vladimir Oltean > > wrote: > >> > >> Signed-off-by: Vladimir Oltean > >> --- > >> Changes in v2: >

Re: [U-Boot] [PATCH 2/2] net: phy: Add gmiitorgmii converter support

2019-01-24 Thread Joe Hershberger
On Thu, Jan 24, 2019 at 2:07 AM Michal Simek wrote: > > On 23. 01. 19 19:20, Joe Hershberger wrote: > > On Tue, Nov 27, 2018 at 12:20 AM Siva Durga Prasad Paladugu > > wrote: > >> > >> This patch adds support for gmiitorgmii converter. > >> This co

Re: [U-Boot] net: move ether_crc to tsec driver

2019-01-24 Thread Joe Hershberger
Hi Chris, https://patchwork.ozlabs.org/patch/1003048/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: remove CONFIG_MCAST_TFTP

2019-01-24 Thread Joe Hershberger
Hi Chris, https://patchwork.ozlabs.org/patch/1003050/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: realtek: Add functions to read PHY's extended registers

2019-01-24 Thread Joe Hershberger
Hi Carlo, https://patchwork.ozlabs.org/patch/1025909/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: aquantia: Enable autoneg when on USXGMII

2019-01-24 Thread Joe Hershberger
Hi Valentin-catalin, https://patchwork.ozlabs.org/patch/990715/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: macb: fix mapping of registers

2019-01-24 Thread Joe Hershberger
Hi Ramon, https://patchwork.ozlabs.org/patch/1018949/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: remove duplicate definition of ETHADDR_WILDCARD

2019-01-24 Thread Joe Hershberger
Hi Simon, https://patchwork.ozlabs.org/patch/1001862/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: micrel: fix KSZ9031 clock skew for values greater 0ps

2019-01-24 Thread Joe Hershberger
Hi Andreas, https://patchwork.ozlabs.org/patch/1005603/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: mvneta: Add GPIO configuration support

2019-01-24 Thread Joe Hershberger
Hi Aditya, https://patchwork.ozlabs.org/patch/1007736/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: aquantia: Print information on config

2019-01-24 Thread Joe Hershberger
Hi Valentin-catalin, https://patchwork.ozlabs.org/patch/993651/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: mvpp2: mdio device per port

2019-01-24 Thread Joe Hershberger
Hi Baruch, https://patchwork.ozlabs.org/patch/1001095/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: designware: fix tx packet length

2019-01-24 Thread Joe Hershberger
Hi Simon, https://patchwork.ozlabs.org/patch/999267/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] Pull request: u-boot-net.git master

2019-01-24 Thread Joe Hershberger
Hi Tom, Passed the travis build... https://travis-ci.org/jhershbe/u-boot/builds/483483372 The following changes since commit aff66f22d6eeb27c6329c0a3c1ebc52914c8affa: Merge tag 'mips-pull-2019-01-23' of git://git.denx.de/u-boot-mips (2019-01-23 17:24:31 -0500) are available in the git

Re: [U-Boot] net: mvpp2: fix lookup of mdio registers base address

2019-01-24 Thread Joe Hershberger
Hi Baruch, https://patchwork.ozlabs.org/patch/1001096/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: mvgbe: fallback phy-mode to GMII

2019-01-24 Thread Joe Hershberger
Hi Chris, https://patchwork.ozlabs.org/patch/1007466/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: Add clause 45 identifier to phy_device

2019-01-24 Thread Joe Hershberger
Hi Pankaj, https://patchwork.ozlabs.org/patch/998770/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: fix env flags for eth10addr and above

2019-01-24 Thread Joe Hershberger
Hi Simon, https://patchwork.ozlabs.org/patch/1001866/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: explicitly assign errno to return code in case of network failure

2019-01-24 Thread Joe Hershberger
Hi Thomas, https://patchwork.ozlabs.org/patch/1001188/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: designware: clear padding bytes

2019-01-24 Thread Joe Hershberger
Hi Simon, https://patchwork.ozlabs.org/patch/999268/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v2 1/3] net: phy: ar803x: Use phy_read_mmd and phy_write_mmd functions

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 5:46 PM Vladimir Oltean wrote: > > Signed-off-by: Vladimir Oltean > --- > Changes in v2: > * Patch added in this version. > > drivers/net/phy/atheros.c | 8 +++- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/drivers/net/phy/atheros.c

Re: [U-Boot] [PATCH v2 2/3] net: phy: ar803x: Address packet drops at low traffic rate due to SmartEEE feature

2019-01-23 Thread Joe Hershberger
transmitted, 145 received, 35% packet loss, time 229334ms > - With SmartEEE: > 144 packets transmitted, 144 received, 0% packet loss, time 146378ms > > Signed-off-by: Vladimir Oltean > Acked-by: Joe Hershberger > --- > Changes in v2: > * Adapted to use phy_read

Re: [U-Boot] [PATCH v2 3/3] net: phy: ar803x: Use common functions for RGMII internal delays

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 5:47 PM Vladimir Oltean wrote: > > Signed-off-by: Vladimir Oltean > --- > Changes in v2: > * Patch added in this version. > > drivers/net/phy/atheros.c | 76 > --- > 1 file changed, 45 insertions(+), 31 deletions(-) > > diff

Re: [U-Boot] [PATCH 1/2] net: phy: Move fixed link code to separate routine

2019-01-23 Thread Joe Hershberger
On Tue, Nov 27, 2018 at 12:20 AM Siva Durga Prasad Paladugu wrote: > > This patch moves fixed-link functionality code to a separate > routine inorder to make it more modular and cleaner. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek Acked-b

Re: [U-Boot] [PATCH 2/2] net: phy: Add gmiitorgmii converter support

2019-01-23 Thread Joe Hershberger
On Tue, Nov 27, 2018 at 12:20 AM Siva Durga Prasad Paladugu wrote: > > This patch adds support for gmiitorgmii converter. > This converter sits between the MAC and the external phy > MAC <==> GMII2RGMII <==> RGMII_PHY. > The ethernet driver probes this bridge and this bridge driver > probes real

Re: [U-Boot] [PATCH] net: phy: realtek: Introduce quirk to mark RXC not stoppable

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 10:39 AM Carlo Caione wrote: > > On 23/01/19 16:19, Joe Hershberger wrote: > > /cut > >> + transitions to/from a lower power consumption level (Low > >> Power Idle > >> + mode) based on link utilization. When no packe

Re: [U-Boot] [PATCH v3 3/3] cmd: mdio: Add new parameter to access MMD PHY registers

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 10:58 AM Carlo Caione wrote: > > On 23/01/19 16:31, Joe Hershberger wrote: > >On Wed, Jan 23, 2019 at 10:23 AM Joe Hershberger > >wrote: > >> > >> On Wed, Jan 23, 2019 at 10:07 AM Carlo Caione wrote: > >> > > >>

Re: [U-Boot] [PATCH v3 3/3] cmd: mdio: Add new parameter to access MMD PHY registers

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 10:23 AM Joe Hershberger wrote: > > On Wed, Jan 23, 2019 at 10:07 AM Carlo Caione wrote: > > > > Two new parameters (rmmd and wmmd) are added to allow the `mdio` command > > to access the content of the MMD PHY registers. > > > > Si

Re: [U-Boot] [PATCH v3 1/3] net: phy: Add support for accessing MMD PHY registers

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 10:21 AM Joe Hershberger wrote: > > On Wed, Jan 23, 2019 at 10:07 AM Carlo Caione wrote: > > > > Two new helper functions (phy_read_mmd() and phy_write_mmd()) are added > > to allow access to the MMD PHY registers. > > > > The MMD

Re: [U-Boot] [PATCH v3 3/3] cmd: mdio: Add new parameter to access MMD PHY registers

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 10:07 AM Carlo Caione wrote: > > Two new parameters (rmmd and wmmd) are added to allow the `mdio` command > to access the content of the MMD PHY registers. > > Signed-off-by: Carlo Caione Acked-by: Joe Hershberger ___

Re: [U-Boot] [PATCH v3 1/3] net: phy: Add support for accessing MMD PHY registers

2019-01-23 Thread Joe Hershberger
ensions to the MMD registers through > the indirection registers (clause 22) in all the other cases. > > Signed-off-by: Carlo Caione Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] net: phy: realtek: Introduce quirk to mark RXC not stoppable

2019-01-23 Thread Joe Hershberger
configuration symbol, the PHY state > is not changed. > > Signed-off-by: Carlo Caione Other than a few nits below, Acked-by: Joe Hershberger > --- > > Hi Joe, > just an heads up that this patch depends on the MMD helpers patch I > submitted earlier. > > --- > dr

Re: [U-Boot] [PATCH u-boot 1/2] net: phy: Add support for accessing MMD PHY registers

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 8:32 AM Vladimir Oltean wrote: > > On 23.01.2019 11:59, Carlo Caione wrote: > > On 23/01/19 00:04, Joe Hershberger wrote: > >> > >> If we have to override the access then probably so. Maybe it would > >> make more sense to have a v2 f

Re: [U-Boot] [PATCH v2 2/3] net: phy: ti: use generic helpers to access MMD registers

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 7:15 AM Carlo Caione wrote: > > Now that generic helpers are available, use those instead of relying on > ti specific functions. > > Signed-off-by: Carlo Caione > Signed-off-by: Vladimir Oltean Acked-by: Joe Hershberger ___

Re: [U-Boot] [PATCH v2 1/3] net: phy: Add support for accessing MMD PHY registers

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 7:14 AM Carlo Caione wrote: > > Two new helper functions (phy_read_mmd() and phy_write_mmd()) are added > to allow access to the MMD PHY registers. > > The MMD PHY registers can be accessed by two means: > > 1. Using two new MMD access function hooks in the PHY driver.

Re: [U-Boot] [PATCH v2 3/3] cmd: mdio: Add new parameter to access MMD PHY registers

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 7:15 AM Carlo Caione wrote: > > Two new parameters (rmmd and wmmd) are added to allow the `mdio` command > to access the content of the MMD PHY registers. > > Signed-off-by: Carlo Caione > --- > cmd/mdio.c | 33 +++-- > 1 file changed, 27

Re: [U-Boot] [PATCH v3 04/12] net: macb: Fix clk API usage for RISC-V systems

2019-01-23 Thread Joe Hershberger
On Tue, Jan 22, 2019 at 10:31 PM Anup Patel wrote: > > This patch does following fixes in MACB ethernet driver > for using it on RISC-V systems (particularly QEMU sifive_u > machine): > 1. asm/arch/clk.h is not available on RISC-V port so include >it only for non-RISC-V systems. > 2. Don't

Re: [U-Boot] [PATCH v3 05/12] net: macb: Fix GEM hardware detection

2019-01-23 Thread Joe Hershberger
f-by: Atish Patra > Signed-off-by: Anup Patel > Reviewed-by: Alexander Graf > Reviewed-by: Lukas Auer Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH u-boot 1/2] net: phy: Add support for accessing MMD PHY registers

2019-01-22 Thread Joe Hershberger
On Tue, Jan 22, 2019 at 4:54 PM Carlo Caione wrote: > > On 22/01/19 22:21, Joe Hershberger wrote: > >On Wed, Jan 16, 2019 at 12:06 PM Carlo Caione wrote: > >> > >> Two new helper functions (phy_read_mmd() and phy_write_mmd()) are added > >> t

Re: [U-Boot] [PATCH 2/2] net: remove CONFIG_MCAST_TFTP

2019-01-22 Thread Joe Hershberger
guess this is because our changes are around the same > lines. So one of us needs to rebase after applying the other. > > And since my patch fixes the buffer underrun issue for MCAST_TFTP, > too, you're right that it should probably be pushed first. It was fairly trivial to resolve the conf

Re: [U-Boot] [PATCH 1/2] net: move ether_crc to tsec driver

2019-01-22 Thread Joe Hershberger
char const *p) > > > > > > I haven't checked, but can't we use lib/crc32.c for this? The > > > polynomial is the same... > > > > > > > Yes more than likely. I erred on the side of not changing more than > > absolutely necessary. However given the f

Re: [U-Boot] [PATCH v2] Aquantia: Print information about system interface and firmware version

2019-01-22 Thread Joe Hershberger
On Tue, Jan 22, 2019 at 5:14 PM Joe Hershberger wrote: > > On Tue, Nov 6, 2018 at 6:17 AM Valentin-catalin Neacsu > wrote: > > > > Print information about Aquantia firmware loaded on the phy. > > > > Signed-off-by: Valentin Catalin Neacsu > > --- > >

Re: [U-Boot] [PATCH v2] Aquantia: Print information about system interface and firmware version

2019-01-22 Thread Joe Hershberger
On Tue, Nov 6, 2018 at 6:17 AM Valentin-catalin Neacsu wrote: > > Print information about Aquantia firmware loaded on the phy. > > Signed-off-by: Valentin Catalin Neacsu > --- > V2: > - Fix typo in title. (Clement Peron) > > drivers/net/phy/aquantia.c | 21 + > 1 file

Re: [U-Boot] [PATCH u-boot 1/2] net: phy: Add support for accessing MMD PHY registers

2019-01-22 Thread Joe Hershberger
On Wed, Jan 16, 2019 at 12:06 PM Carlo Caione wrote: > > Two new helper functions (phy_read_mmd() and phy_write_mmd()) are added > to allow access to the MMD PHY registers. > > The MMD PHY registers can be accessed by two means: > > 1. Using two new MMD access function hooks in the PHY driver.

Re: [U-Boot] [PATCH u-boot] net: phy: realtek: Add functions to read PHY's extended registers

2019-01-22 Thread Joe Hershberger
witch back to IEEE >Standard Registers) > > Hook the missing functions so that we can use the `mdio rx/wx` command to > easily access the extended registers. > > Signed-off-by: Carlo Caione Acked-by: Joe Hershberger ___ U-Boot mai

Re: [U-Boot] [PATCH 2/2] net: phy: at803x: Address packet drops at low traffic rate due to SmartEEE feature

2019-01-22 Thread Joe Hershberger
transmitted, 145 received, 35% packet loss, time 229334ms > - With SmartEEE: > 144 packets transmitted, 144 received, 0% packet loss, time 146378ms > > Signed-off-by: Vladimir Oltean Acked-by: Joe Hershberger ___ U-Boot mailing list

Re: [U-Boot] [PATCH 1/2] net: phy: promote phy_{read, write}_mmd_indirect from ti.c to generic code

2019-01-22 Thread Joe Hershberger
On Tue, Dec 18, 2018 at 7:22 PM Vladimir Oltean wrote: > > * These are convenience functions for accessing PHY MMD registers > through clause 22 (indirectly through registers 0xD and 0xE), > and are exported in the Linux phylib as well. > > Signed-off-by: Vladimir Olte

Re: [U-Boot] [PATCH] net: mvgbe: fallback phy-mode to GMII

2019-01-22 Thread Joe Hershberger
On Tue, Dec 4, 2018 at 12:55 AM Chris Packham wrote: > > Some existing device trees don't specify a phy-mode so fallback to GMII > when a phy-mode is not provided. > > Signed-off-by: Chris Packham Acked-by: Joe Hershberger ___ U-Boot

Re: [U-Boot] [PATCH 1/1] net: mvneta: Add GPIO configuration support

2019-01-22 Thread Joe Hershberger
itial discussion to port the changes into mvneta > [https://patchwork.ozlabs.org/patch/1005765/] > > Signed-off-by: Aditya Prayoga Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v2] net: macb: fix mapping of registers

2019-01-22 Thread Joe Hershberger
On Thu, Dec 27, 2018 at 11:59 AM Ramon Fried wrote: > > Some architectures (MIPS) needs mapping to access IOMEM. > Fix that. > > Fixes: f1dcc19b213d ("net: macb: Convert to driver model") > > Signed-off-by: Ramon Fried Acked-by: Joe Hershberger __

Re: [U-Boot] [PATCH] net: phy: micrel: fix KSZ9031 clock skew for values greater 0ps

2019-01-22 Thread Joe Hershberger
driver unification. > > Effect (only for KSZ9031 clock skews): For values greater 900 (== 0ps), > this silently results in 1860 (== +960ps) instead of the requested one. > > Fix the check by using the bit width instead of hardcoded value(s). > > Signed-o

Re: [U-Boot] [PATCH 2/2] net: mvpp2: mdio device per port

2019-01-22 Thread Joe Hershberger
gt; port struct mvpp2_port. > > Cc: Ken Ma > Cc: Stefan Chulski > Signed-off-by: Baruch Siach Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] AQUANTIA USXGMII autoneg enable

2019-01-22 Thread Joe Hershberger
On Tue, Oct 30, 2018 at 5:44 AM Valentin-catalin Neacsu wrote: > > If System interface protocol is USXGMII then enable USXGMII autoneg > Signed-off-by: Valentin Catalin Neacsu Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@list

Re: [U-Boot] [PATCH v2] Aquantia: Print information about system interface and firmware version

2019-01-22 Thread Joe Hershberger
On Tue, Nov 6, 2018 at 6:17 AM Valentin-catalin Neacsu wrote: > > Print information about Aquantia firmware loaded on the phy. > > Signed-off-by: Valentin Catalin Neacsu Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.d

Re: [U-Boot] [PATCH 1/2] net: mvpp2: fix lookup of mdio registers base address

2019-01-22 Thread Joe Hershberger
cp_node); > > - port->priv->mdio_base = (void *)mdio_addr; > + phy_ofnode = ofnode_get_parent(offset_to_ofnode(phy_node)); > + phy_base = ofnode_get_addr(phy_ofnode

Re: [U-Boot] [PATCH] net: explicitly assign errno to return code in case of network failure

2019-01-22 Thread Joe Hershberger
/net/net.c > +++ b/net/net.c > @@ -657,6 +657,7 @@ restart: > /* Invalidate the last protocol */ > eth_set_last_protocol(BOOTP); > debug_cond(DEBUG_INT_STATE, "--- net_loop Fail!\n"); > +

Re: [U-Boot] [PATCH] net: remove duplicate definition of ETHADDR_WILDCARD

2019-01-22 Thread Joe Hershberger
On Tue, Jan 22, 2019 at 1:26 AM Simon Goldschmidt wrote: > > Hi Joe, > > On Tue, Jan 15, 2019 at 10:00 AM Joe Hershberger > wrote: > > > > On Thu, Nov 22, 2018 at 9:58 AM Simon Goldschmidt > > wrote: > > > > > > ETHADDR_WILDCA

Re: [U-Boot] [PATCH] net: dm: fec: Fix regulator enable when using DM_REGULATOR

2019-01-15 Thread Joe Hershberger
atch just calls > regulator_set_enable() which shouldn't have such restrictions. > > Fixes: ad8c43cbcafb ("net: dm: fec: Support the phy-supply > binding") > > Signed-off-by: Adam Ford Acked-by: Joe Hershberger ___ U-Boot mailing list

Re: [U-Boot] [PATCH] net: remove duplicate definition of ETHADDR_WILDCARD

2019-01-15 Thread Joe Hershberger
imon Goldschmidt Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] net: fix env flags for eth10addr and above

2019-01-15 Thread Joe Hershberger
hecks being absent for eth10addr and above. > > Fix this by changing ETHADDR_WILDCARD from "\\d?" to "\\d*" to allow > more than one digit. > > Signed-off-by: Simon Goldschmidt Acked-by: Joe Hershberger ___ U-Boot ma

Re: [U-Boot] [PATCH] net: fix env flags for eth10addr and above

2019-01-14 Thread Joe Hershberger
Hi Simon, On Mon, Jan 14, 2019 at 10:29 AM Tom Rini wrote: > > On Mon, Jan 14, 2019 at 04:42:10PM +0100, Simon Goldschmidt wrote: > > Am 14.12.2018 um 14:28 schrieb Tom Rini: > > >On Fri, Dec 14, 2018 at 09:56:19AM +0100, Simon Goldschmidt wrote: > > > > > >>+Tom > > >> > > >>On Sun, Dec 9, 2018

Re: [U-Boot] [PATCH v2 5/7] net: Fix error handling in sb_eth_raw_ofdata_to_platdata()

2019-01-07 Thread Joe Hershberger
On Mon, Jan 7, 2019 at 5:47 PM Simon Glass wrote: > > At present this stores the error number in an unsigned int so an error is > never detected. Use the existing signed variable instead. > > Signed-off-by: Simon Glass Acked-by: Joe Hershberger __

Re: [U-Boot] [PATCH v9 09/10] tftp: prevent overwriting reserved memory

2019-01-02 Thread Joe Hershberger
On Wed, Dec 19, 2018 at 1:04 PM Simon Goldschmidt wrote: > > This fixes CVE-2018-18439 ("insufficient boundary checks in network > image boot") by using lmb to check for a valid range to store > received blocks. > > Signed-off-by: Simon Goldschmidt

Re: [U-Boot] [PATCH] net: phy: Add clause 45 identifier to phy_device

2019-01-02 Thread Joe Hershberger
ms to clause 22. otherwise it conforms to clause 45. > > Signed-off-by: Pankaj Bansal Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH u-boot 0/2] net: designware: add meson meson compatibles

2019-01-02 Thread Joe Hershberger
On Fri, Nov 9, 2018 at 8:21 AM Neil Armstrong wrote: > > Add the compatible strings in the Synopsys DWMAC driver for : > - The Amlogic GXBB (and other GX) SoC > - The Amlogic AXG (and other GX) SoC > > Neil Armstrong (2): > net: designware: add meson meson gxbb comptatible > net: designware:

Re: [U-Boot] [PATCH 2/2] net: designware: clear padding bytes

2018-11-17 Thread Joe Hershberger
memory contents to other hosts. > > Fix the padding code to zero out the padded bytes at the end. > > Tested on socfpga gen5. > > Signed-off-by: Simon Goldschmidt Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v3 7/8] net: remove CONFIG_MCAST_TFTP

2018-11-17 Thread Joe Hershberger
Hi Simon, Thanks for tackling this. On Sat, Nov 17, 2018 at 6:31 AM Simon Goldschmidt wrote: > > This option seems unused as no mainline board enables it and it does > not compile since some years. > > Additionally, it has a potential buffer underrun issue (reported as > a side node in

Re: [U-Boot] [PATCH 1/2] net: designware: fix tx packet length

2018-11-17 Thread Joe Hershberger
k before setting the new > length. > > Tested on socfpga gen5. > > Signed-off-by: Simon Goldschmidt Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] CVE-2018-18439, CVE-2018-18440 - U-Boot verified boot bypass vulnerabilities

2018-11-14 Thread Joe Hershberger
Hi Simon, On Wed, Nov 14, 2018 at 1:07 PM Simon Goldschmidt wrote: > > On 14.11.2018 16:51, Simon Goldschmidt wrote: > > On 14.11.2018 16:35, Daniele Bianco wrote: > >> On Wed, Nov 14, 2018 at 04:26:17PM +0100, Andrea Barisani wrote: > >>> On Wed, Nov 14, 2018 at 04:13:00PM +0100, Simon

Re: [U-Boot] Pull request: u-boot-net.git master

2018-11-06 Thread Joe Hershberger
On Mon, Nov 5, 2018 at 10:06 PM Tom Rini wrote: > > On Mon, Nov 05, 2018 at 11:51:41AM -0600, Joe Hershberger wrote: > > > Hi Tom, > > > > Built successfully on Travis: > > https://travis-ci.org/jhershbe/u-boot/builds/450020193 > >

Re: [U-Boot] aspeed: ast2500: fix missing break in D2PLL clock enablement

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990058/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: convert to driver model

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990052/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] aspeed: ast2500: fix D2-PLL clock setting in RGMII mode

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990063/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] driver: net: ti: introduce common mdio support library

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991704/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: add MDIO bus and phylib support

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990056/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: use the aligned() macro

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990051/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: Add support for the Aspeed SoC

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990055/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: use the BIT() macro

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990050/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] aspeed: Update ast2500 SoC DTS file to Linux v4.17-rc6 level

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990060/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: convert the RX/TX descriptor arrays

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990053/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] driver: net: ti: keystone_net: switch to use common mdio lib

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991709/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] driver: net: ti: cpsw: switch to use common mdio lib

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991708/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: handle timeouts when transmitting

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990061/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] aspeed: Activate ethernet devices on the ast2500 Eval Board

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990062/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: add clock support

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990059/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] driver: net: consolidate ti's code in separate folder

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991712/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] configs: net: convert DRIVER_TI_KEYSTONE_NET kconfig

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991713/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] driver: net: ti: cpsw: update to use SPDX identifier

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991710/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: ftgmac100: use setbits_le32() in the reset method

2018-11-05 Thread Joe Hershberger
Hi Cédric, https://patchwork.ozlabs.org/patch/990057/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] drivers: net: keystone_net: drop non dm code

2018-11-05 Thread Joe Hershberger
Hi Grygorii, https://patchwork.ozlabs.org/patch/991707/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: mscc: add support for VSC8574 PHY

2018-11-05 Thread Joe Hershberger
Hi Quentin, https://patchwork.ozlabs.org/patch/991334/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

<    2   3   4   5   6   7   8   9   10   11   >