Re: [U-Boot] [PATCH v3 1/2] net: introduce packet capture support

2019-07-15 Thread Joe Hershberger
On Mon, Jul 15, 2019 at 2:08 AM Ramon Fried wrote: > > On Fri, Jul 12, 2019 at 12:18 AM Joe Hershberger > wrote: > > On Sat, Jun 22, 2019 at 1:50 PM Ramon Fried wrote: > >> Add support for capturing ethernet packets and storing > >> them in memory in PCAP(2.4

Re: [U-Boot] [PATCH 1/1] net: assign maintainer for include/net.h

2019-07-15 Thread Joe Hershberger
On Sun, Jul 14, 2019 at 2:55 PM Heinrich Schuchardt wrote: > > include/net.h currently has no maintainer. > > Assign include/net.h to the maintainer of the NET subsystem. > > Signed-off-by: Heinrich Schuchardt Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH 2/8] net: tsec: Fix offset of MDIO registers for DM_ETH

2019-07-15 Thread Joe Hershberger
gt; Signed-off-by: Vladimir Oltean Acked-by: Joe Hershberger > --- > drivers/net/tsec.c | 13 +++-- > include/tsec.h | 4 +++- > 2 files changed, 10 insertions(+), 7 deletions(-) > > diff --git a/drivers/net/tsec.c b/drivers/net/tsec.c > index 53eb5470f4c8..576

Re: [U-Boot] [u-boot 2/2] drivers/fsl-mc: Support DPSPARSER object and apply spb command

2019-07-12 Thread Joe Hershberger
On Tue, Jul 9, 2019 at 3:33 PM Joe Hershberger wrote: > > On Wed, May 15, 2019 at 4:10 AM Florinel Iordache > wrote: > > > > Add support for DPSPARSER object (create/destroy, open/close, apply spb) > > required to configure Soft Parser by using MC. Also add uboot

Re: [U-Boot] [PATCH] net/macb: increase RX buffer size for GEM

2019-07-12 Thread Joe Hershberger
ivate structure. > RX DMA buffer size has to be multiple of 64 bytes as indicated in > DMA Configuration Register specification. > > Signed-off-by: Ramon Fried Mostly good, but please address the nit below. Acked-by: Joe Hershberger > --- > drivers/net/macb.c | 29 ++

Re: [U-Boot] [PATCH] net: designware: remove mdio bus on probe failure

2019-07-12 Thread Joe Hershberger
ered in the .remove callback, too). > > 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 6/8] arm: ls1021atwr: Convert to use driver model TSEC driver

2019-07-12 Thread Joe Hershberger
h/561855/ > > Signed-off-by: Bin Meng Generally looks good, but a few nits below... Acked-by: Joe Hershberger > [Vladimir] Made the following changes: > - Added 'status = "disabled";' for all Ethernet ports in ls1021a.dtsi > - Fixed the confusion between the SG

Re: [U-Boot] [PATCH 5/8] net: tsec: Common handling of MAC station address for DM_ETH

2019-07-12 Thread Joe Hershberger
e structure of the correct type and simplify the > assignments. > > 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 4/8] net: tsec: Make errors visible

2019-07-12 Thread Joe Hershberger
On Sun, Jun 23, 2019 at 12:52 PM Vladimir Oltean wrote: > > This replaces debug() calls with printf() so that it is immediately > obvious from the console that something is wrong. > > Signed-off-by: Vladimir Oltean Acked-by: Joe Hershberger __

Re: [U-Boot] [PATCH 3/8] net: tsec: Reverse Christmas tree notation

2019-07-12 Thread Joe Hershberger
On Sun, Jun 23, 2019 at 12:53 PM Vladimir Oltean wrote: > > This is a cosmetic patch that reorders variable definitions in the > inverse order of their line length, where possible. > > Signed-off-by: Vladimir Oltean I've never heard of anyone optimizing for this before, but

Re: [U-Boot] [PATCH 1/8] net: tsec: Refactor the readout of the tbi-handle property

2019-07-12 Thread Joe Hershberger
e" is > missing. > > 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] drivers: net: phy: Use Aquantia driver for AQR112, AQR412

2019-07-12 Thread Joe Hershberger
On Wed, Jun 19, 2019 at 7:54 AM Alexandru Marginean wrote: > > adds AQR112 and AQR412 to the list of supported PHYs using existing AQR > code. > > Signed-off-by: Alex Marginean > Reviewed-By: Ramon Fried Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH v3 1/2] net: introduce packet capture support

2019-07-11 Thread Joe Hershberger
On Sat, Jun 22, 2019 at 1:50 PM Ramon Fried wrote: > > Add support for capturing ethernet packets and storing > them in memory in PCAP(2.4) format, later to be analyzed by > any PCAP viewer software (IE. Wireshark) > > This feature greatly assist debugging network issues such > as detecting droppe

Re: [U-Boot] [PATCH v2 2/2] doc: pcap: add pcap cmd documentation

2019-07-11 Thread Joe Hershberger
On Sat, Jun 22, 2019 at 1:53 PM Ramon Fried wrote: > > Add documentation for new "pcap" command. > > Signed-off-by: Ramon Fried > --- > v2: remove duplicated lines from example > doc/README.pcap | 61 + > 1 file changed, 61 insertions(+) > create

Re: [U-Boot] [PATCH v3 1/2] net: introduce packet capture support

2019-07-11 Thread Joe Hershberger
On Sat, Jun 22, 2019 at 1:50 PM Ramon Fried wrote: > > Add support for capturing ethernet packets and storing > them in memory in PCAP(2.4) format, later to be analyzed by > any PCAP viewer software (IE. Wireshark) > > This feature greatly assist debugging network issues such > as detecting droppe

Re: [U-Boot] [PATCH v4 2/4] doc: bindings: Add description for MDIO MUX dts nodes

2019-07-11 Thread Joe Hershberger
On Thu, Jul 11, 2019 at 2:07 AM Alex Marginean wrote: > > Adds a short bindings document describing the expected structure of a MDIO > MUX dts node. This is based on Linux binding and the example is in fact > copied from there. > > Signed-off-by: Alex Marginean Acked-b

Re: [U-Boot] [PATCH v4 4/4] test: dm: add a test for MDIO MUX DM uclass

2019-07-11 Thread Joe Hershberger
On Thu, Jul 11, 2019 at 2:08 AM Alex Marginean wrote: > > Adds a test using a makeshift MDIO MUX. The test is based on the existing > MDIO test. It uses the last emulated PHY register to verify MUX selection. > > Signed-off-by: Alex Marginean Acked-by:

Re: [U-Boot] [PATCH] net: add comments to phy APIs

2019-07-11 Thread Joe Hershberger
Thanks for doing this! Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 3/4 v3] test: dm_mdio: add a 2nd register to the emulated PHY

2019-07-09 Thread Joe Hershberger
On Tue, Jun 18, 2019 at 10:01 AM Alexandru Marginean wrote: > > This 2nd register is used by the follow-up MDIO MUX test. > > Signed-off-by: Alex Marginean Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://l

Re: [U-Boot] [PATCH 1/4 v3] net: add MDIO_MUX DM class

2019-07-09 Thread Joe Hershberger
registered as MDIO buses and they can be used just like > regular MDIOs. > > Signed-off-by: Alex Marginean After addressing Bin's comments, 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 4/4] net: NC-SI setup and handling

2019-07-09 Thread Joe Hershberger
On Mon, Jun 17, 2019 at 8:43 PM Samuel Mendoza-Jonas wrote: > > Add the handling of NC-SI ethernet frames, and add a check at the start > of net_loop() to configure NC-SI before starting other network commands. > This also adds an "ncsi" command to manually start NC-SI configuration. > > Signed-of

Re: [U-Boot] [PATCH v2 3/4] net/ftgmac100: Add NC-SI mode support

2019-07-09 Thread Joe Hershberger
On Mon, Jun 17, 2019 at 8:43 PM Samuel Mendoza-Jonas wrote: > > Update the ftgmac100 driver to support NC-SI instead of an mdio phy > where available. This is a common setup for Aspeed AST2x00 platforms. > > NC-SI mode is determined from the device-tree if either phy-mode sets it > or the use-ncsi

Re: [U-Boot] [PATCH v2 2/4] phy: Include NC-SI in phy setup

2019-07-09 Thread Joe Hershberger
phy_read() and phy_write() to handle a > case like the NC-SI phy which does not define a bus. > > Signed-off-by: Samuel Mendoza-Jonas 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 1/4] phy: Add support for the NC-SI protocol

2019-07-09 Thread Joe Hershberger
[1]: https://github.com/torvalds/linux/blob/master/net/ncsi/ncsi-pkt.h > > Signed-off-by: Samuel Mendoza-Jonas Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [u-boot 2/2] drivers/fsl-mc: Support DPSPARSER object and apply spb command

2019-07-09 Thread Joe Hershberger
On Wed, May 15, 2019 at 4:10 AM Florinel Iordache wrote: > > Add support for DPSPARSER object (create/destroy, open/close, apply spb) > required to configure Soft Parser by using MC. Also add uboot command to > apply a Soft Parser Blob by using a command like: fsl_mc apply spb > > > Signed-off-by

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-09 Thread Joe Hershberger
On Tue, Jul 9, 2019 at 10:17 AM Alex Marginean wrote: > > On 7/9/2019 4:25 PM, Joe Hershberger wrote: > > On Tue, Jul 9, 2019 at 7:53 AM Alex Marginean > > wrote: > >> > >> Hi Joe, > >> > >> On 7/8/2019 8:08 PM, Joe Hershberger wrot

Re: [U-Boot] [PATCH v6 2/5] net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driver

2019-07-09 Thread Joe Hershberger
annels operating by TI am654 NAVSS Unified DMA > Peripheral Root Complex (UDMA-P) controller. > > Signed-off-by: Grygorii Strashko > Signed-off-by: Keerthy Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-09 Thread Joe Hershberger
On Tue, Jul 9, 2019 at 7:53 AM Alex Marginean wrote: > > Hi Joe, > > On 7/8/2019 8:08 PM, Joe Hershberger wrote: > > On Wed, Jul 3, 2019 at 4:01 AM Alex Marginean > > wrote: > >> > >> Hi Bin, > >> > >> On 7/3/2019 10:39 AM, Bin Meng w

Re: [U-Boot] [PATCH 6/6] net: macb: apply sane DMA configuration

2019-07-08 Thread Joe Hershberger
On Tue, Jun 11, 2019 at 10:51 AM Ramon Fried wrote: > > DMA configuration was heavily dependent on the HW > defaults, add function to properly set the required > fields, including the new dma_burst_length. > > Signed-off-by: Ramon Fried Acked-b

Re: [U-Boot] [PATCH 5/6] net: macb: add dma_burst_length config

2019-07-08 Thread Joe Hershberger
On Tue, Jun 11, 2019 at 10:39 AM Ramon Fried wrote: > > GEM support higher DMA burst writes/reads than the default (4). > add configuration structure with dma burst length so it could be > applied later to DMA configuration. > > Signed-off-by: Ramon Fried Acked-b

Re: [U-Boot] [PATCH 4/6] net: macb: add support for SGMII phy interface

2019-07-08 Thread Joe Hershberger
On Tue, Jun 11, 2019 at 10:50 AM Ramon Fried wrote: > > This patch adds support for the sgmii phy interface, > available only to DM users, dictated by current driver > design. > > Signed-off-by: Ramon Fried Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH 3/6] net: macb: use bit access macro from header file

2019-07-08 Thread Joe Hershberger
On Tue, Jun 11, 2019 at 10:52 AM Ramon Fried wrote: > > macb.h provides macros for reading/setting bitfields, > in macb registers and descriptors. use that instead > of redefining them in the source file. > > Signed-off-by: Ramon Fried Acked-b

Re: [U-Boot] [PATCH 2/6] net: macb: add support for faster clk rates

2019-07-08 Thread Joe Hershberger
On Tue, Jun 11, 2019 at 10:40 AM Ramon Fried wrote: > > add support for clock rates higher than 2.4Mhz > > Signed-off-by: Ramon Fried 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/6] net: macb: sync header definitions as taken from Linux

2019-07-08 Thread Joe Hershberger
t; > One register was improperly named (UR), fix that. > > Signed-off-by: Ramon Fried 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] net: phy: cortina: Use block layer to read from mmc

2019-07-08 Thread Joe Hershberger
On Tue, Jun 11, 2019 at 1:27 AM Yinbo Zhu wrote: > > This patch is to use block layer to read from mmc in cortina > > Signed-off-by: Yinbo Zhu Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.d

Re: [U-Boot] [RESEND Patch] net: mscc: refactor mscc_miim

2019-07-08 Thread Joe Hershberger
On Sun, Jun 9, 2019 at 8:28 AM Horatiu Vultur wrote: > > Because all MSCC SoC use the same MDIO bus, put the implementation in > one common file(mscc_miim) and make all the other MSCC network drivers to > use these functions. > > Signed-off-by: Horatiu Vultur Acked-b

Re: [U-Boot] [PATCH 2/2] net: macb: Add support for 1000-baseX

2019-07-08 Thread Joe Hershberger
On Fri, Jun 7, 2019 at 8:48 AM Radu Pirea wrote: > > Macb can be used with Xilinx PCS/PMA PHY in fpga which is a 1000-baseX > phy(lpa 0x41e0). This patch adds checks for LPA_1000XFULL and > LPA_1000XHALF bits. > > Signed-off-by: Radu Pirea Acked-b

Re: [U-Boot] [PATCH 1/2] net: macb: Fixed reading MII_LPA register

2019-07-08 Thread Joe Hershberger
On Fri, Jun 7, 2019 at 8:48 AM Radu Pirea wrote: > > If macb is gem and is gigabit capable, lpa value is not read from > the right register(MII_LPA) and is read from MII_STAT1000. This patch > fixes reading of the lpa value. > > Signed-off-by: Radu Pirea Acked-b

Re: [U-Boot] [PATCH v5 5/5] configs: am65x_evm_a53: enable networking

2019-07-08 Thread Joe Hershberger
On Thu, Jun 6, 2019 at 7:15 AM Keerthy wrote: > > From: Grygorii Strashko > > Enable TI K3 AM65x CPSW NUSS driver. > > Signed-off-by: Grygorii Strashko > Signed-off-by: Keerthy > Reviewed-by: Tom Rini Question below, but... Acked-by: Joe Hershb

Re: [U-Boot] [PATCH v5 4/5] arm64: dts: k3-am654-base-board: add mcu cpsw nuss pinmux and phy defs

2019-07-08 Thread Joe Hershberger
On Thu, Jun 6, 2019 at 7:15 AM Keerthy wrote: > > From: Grygorii Strashko > > Add mcu cpsw nuss pinmux and phy defs required by cpsw. > > Signed-off-by: Grygorii Strashko > Signed-off-by: Keerthy > Reviewed-by: Tom Rini A

Re: [U-Boot] [PATCH v5 3/5] arm64: dts: ti: k3-am65: add mcu cpsw node

2019-07-08 Thread Joe Hershberger
On Thu, Jun 6, 2019 at 7:15 AM Keerthy wrote: > > From: Grygorii Strashko > > Add mcu cpsw and its components along with scm_conf node > to have ethernet functional. > > Signed-off-by: Grygorii Strashko > Signed-off-by: Keerthy > Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH v5 2/5] net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driver

2019-07-08 Thread Joe Hershberger
On Thu, Jun 6, 2019 at 7:14 AM Keerthy wrote: > > From: Grygorii Strashko > > Add new driver for the TI AM65x SoC Gigabit Ethernet Switch subsystem (CPSW > NUSS). It has two ports and provides Ethernet packet communication for the > device and can be configured as an Ethernet switch. CPSW NUSS fe

Re: [U-Boot] [PATCH v5 1/5] driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addr

2019-07-08 Thread Joe Hershberger
On Thu, Jun 6, 2019 at 7:13 AM Keerthy wrote: > > Use phys_addr_t for mdio_base address to avoid build > warnings on arm64 and dra7. Cast it to uintprt_t before > assigning to regs. > > Signed-off-by: Grygorii Strashko > Signed-off-by: Keerthy > Reviewed-by: Tom Rini A

Re: [U-Boot] [PATCH v5 0/5] net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driver

2019-07-08 Thread Joe Hershberger
On Tue, Jul 2, 2019 at 12:07 AM Keerthy wrote: > > > > On 06/06/19 5:43 PM, Keerthy wrote: > > Add new driver for the TI AM65x SoC Gigabit Ethernet Switch subsystem (CPSW > > NUSS). It has two ports and provides Ethernet packet communication for the > > device and can be configured as an Ethernet

Re: [U-Boot] [EXT] Re: [PATCH 1/2 v3] net: introduce MDIO DM class for MDIO devices

2019-07-08 Thread Joe Hershberger
t; >> struct udevice. That's similar to what was done on DM_ETH and others. > >> > >> The helpers mapping eth/phy/mdio make sense and could be useful, that's > >> something I'll try to look into. > >> > >> Thank you! > >> Alex >

Re: [U-Boot] [PATCH] net: mscc: serval: Remove delay when serdes is configured

2019-07-08 Thread Joe Hershberger
ration finished. > > Therefore remove the mdelay. This improves the speed of configuring the > network driver. > > Signed-off-by: Horatiu Vultur Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [u-boot 2/2] drivers/fsl-mc: Support DPSPARSER object and apply spb command

2019-07-08 Thread Joe Hershberger
> > Signed-off-by: Florinel Iordache Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [u-boot 1/2] drivers/fsl-mc: Create Kconfig file to manage driver specific configs better

2019-07-08 Thread Joe Hershberger
On Wed, May 15, 2019 at 4:09 AM Florinel Iordache wrote: > > Create drivers/net/fsl-mc/Kconfig and move fsl-mc specific configs > from arch/arm/cpu/armv8/fsl-layerscape/Kconfig to this new Kconfig > > Signed-off-by: Florinel Iordache Acked-by:

Re: [U-Boot] [PATCH] net: mvpp2: support setting hardware addresses from ethernet core

2019-07-08 Thread Joe Hershberger
On Sat, Jun 1, 2019 at 1:39 PM Joe Hershberger wrote: > > On Wed, May 8, 2019 at 2:36 PM Matt Pelland wrote: > > > > mvpp2 already has support for setting MAC addresses but this > > functionality was not exposed to the ethernet core. This commit exposes > > this fun

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-08 Thread Joe Hershberger
On Wed, Jul 3, 2019 at 4:01 AM Alex Marginean wrote: > > Hi Bin, > > On 7/3/2019 10:39 AM, Bin Meng wrote: > > Hi Alex, > > > > On Wed, Jul 3, 2019 at 3:09 AM Alex Marginean > > wrote: > >> > >> On 7/1/2019 11:15 AM, Bin Meng wrote: > >>> Hi Alex, > >>> > >>> On Wed, Jun 19, 2019 at 5:07 PM Alex

Re: [U-Boot] [PATCH] drivers: net: phy: Ignore PHY ID 0 during PHY probing

2019-07-01 Thread Joe Hershberger
On Wed, Jun 19, 2019 at 4:07 AM Alexandru Marginean wrote: > > Current code fails to probe some C45 PHYs that also respond to C22 reads. > This is the case for PHYs like Aquantia AQR112, Marvell 88X2242 (as > previously posted on the u-boot list). > If the PHY ID reads all 0s just ignore it and tr

Re: [U-Boot] [U-Boot-Custodians] [ANNOUNCEMENT] Switching to gitlab.denx.de

2019-06-19 Thread Joe Hershberger
On Wed, Jun 19, 2019 at 8:33 AM Harald Seiler wrote: > > On Tue, 2019-06-18 at 22:49 +0200, Heinrich Schuchardt wrote: > > Just use https, e.g > > > > git remote set-url net \ > > https://gitlab.denx.de/u-boot/custodians/u-boot-net.git > > > > And in .gitconfig put your email address: > > > > [cre

Re: [U-Boot] [U-Boot-Custodians] [ANNOUNCEMENT] Switching to gitlab.denx.de

2019-06-18 Thread Joe Hershberger
On Tue, Jun 18, 2019 at 8:47 AM Wolfgang Denk wrote: > > Hello everybody, > > I wrote: > > > as discussed before, we want to switch from the old git server to > > more powerful soft- and hardware. We will move the U-Boot master > > repository and all custodian repositories to gitlab. > ... > > Th

Re: [U-Boot] [PATCH 1/2] net: Convert CONFIG_IP_DEFRAG to Kconfig

2019-06-14 Thread Joe Hershberger
sut > Reported-by: Christian Gmeiner > Cc: Joe Hershberger Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 2/2] net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig

2019-06-14 Thread Joe Hershberger
On Mon, Jun 10, 2019 at 9:53 PM Marek Vasut wrote: > > Convert CONFIG_TFTP_BLOCKSIZE to Kconfig, update defconfigs, > headers and whitelist. > > Signed-off-by: Marek Vasut > Cc: Christian Gmeiner > Cc: Joe Hershberger Acke

Re: [U-Boot] [PATCH 1/2 v3] net: introduce MDIO DM class for MDIO devices

2019-06-10 Thread Joe Hershberger
On Mon, Jun 3, 2019 at 11:11 AM Alex Marginean wrote: > > Adds UCLASS_MDIO DM class supporting MDIO buses that are probed as > stand-alone devices. Useful in particular for systems that support > DM_ETH and have a stand-alone MDIO hardware block shared by multiple > Ethernet interfaces. > > Signe

Re: [U-Boot] [EXT] Did anything ever happen with mvmdio / marvell xsmi support?

2019-06-10 Thread Joe Hershberger
Hi all, On Sun, Jun 9, 2019 at 8:45 PM Ken Ma wrote: > > Dear Nevo > > My team was cut off last year, so I could not continue it. > If you could, please help give it a go. > > The patches passed review, but a sandbox driver is missed from Simon Glass > comments, so the patches are not merged. >

Re: [U-Boot] [PATCH 2/2 v3] test: dm: add MDIO test

2019-06-10 Thread Joe Hershberger
On Mon, Jun 3, 2019 at 11:13 AM Alex Marginean wrote: > > A very simple test for DM_MDIO, mimicks a register write/read through the > sandbox bus to a dummy PHY. > > Signed-off-by: Alex Marginean Acked-by: Joe Hershberger ___ U-Boot

Re: [U-Boot] [PATCH 1/2 v3] net: introduce MDIO DM class for MDIO devices

2019-06-10 Thread Joe Hershberger
dded missing mdio_unregister in dm_mdio_pre_remove > - added a comment on why spaces in names aren't ok > - added a comment on how static mdio_read/_write/_reset functions > are used > Changes in v3: > - none > Acked-by: Joe Hershberger _

Re: [U-Boot] [EXT] Re: [PATCH v1] net: use block layer in net driver

2019-06-10 Thread Joe Hershberger
On Sun, Jun 2, 2019 at 9:28 PM Yinbo Zhu wrote: > > > > > -Original Message----- > > From: Joe Hershberger [mailto:joe.hershber...@gmail.com] > > Sent: 2019年6月1日 19:16 > > To: Yinbo Zhu > > Cc: York Sun ; u-boot@lists.denx.de; Xiaobo Xie > > ; Jia

Re: [U-Boot] cmd: mdio: Fix access to arbitrary PHY addresses

2019-06-01 Thread Joe Hershberger
Hi Vladimir, https://patchwork.ozlabs.org/patch/1107478/ 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] dm: net: macb: Update macb_linkspd_cb() signature

2019-06-01 Thread Joe Hershberger
Hi Bin, https://patchwork.ozlabs.org/patch/1103219/ 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] clk: sifive: Add clock driver for GEMGXL MGMT

2019-06-01 Thread Joe Hershberger
Hi Bin, https://patchwork.ozlabs.org/patch/1103216/ 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] dm: net: macb: Implement link speed change callback

2019-06-01 Thread Joe Hershberger
Hi Bin, https://patchwork.ozlabs.org/patch/1103218/ 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] riscv: sifive: fu540: Enable GEMGXL MGMT driver

2019-06-01 Thread Joe Hershberger
Hi Bin, https://patchwork.ozlabs.org/patch/1103220/ 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: eth-uclass: Write MAC address to hardware after probe

2019-06-01 Thread Joe Hershberger
Hi Thierry, https://patchwork.ozlabs.org/patch/1102109/ 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: eth-uclass: Support device tree MAC addresses

2019-06-01 Thread Joe Hershberger
Hi Thierry, https://patchwork.ozlabs.org/patch/1102110/ 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-06-01 Thread Joe Hershberger
Hi Tom, Tested on Jenkins at https://travis-ci.org/jhershbe/u-boot/builds/540178505 Basic bug fixes and minor features for 2019.07. The following changes since commit 8a802a2eefd36865eaa3d927d1db7af63bb2d922: Merge tag 'rockchip-for-v2019.07-rc3' of git://git.denx.de/u-boot-rockchip (2019-05

Re: [U-Boot] [PATCH] net: introduce MDIO DM class for MDIO devices

2019-06-01 Thread Joe Hershberger
Hi Bin, Thanks for the review. I shouldn't have tried to look at this while falling asleep in the airport. :( -Joe On Sat, Jun 1, 2019 at 12:16 PM Bin Meng wrote: > > Hi Alex, > > On Sat, Jun 1, 2019 at 12:27 AM Alex Marginean > wrote: > > > > Adds UCLASS_MDIO DM class supporting MDIO buses t

Re: [U-Boot] [PATCH] net: mvpp2: support setting hardware addresses from ethernet core

2019-06-01 Thread Joe Hershberger
On Wed, May 8, 2019 at 2:36 PM Matt Pelland wrote: > > mvpp2 already has support for setting MAC addresses but this > functionality was not exposed to the ethernet core. This commit exposes > this functionality so that MAC address assignments stored in U-Boot's > environment are correctly applied

Re: [U-Boot] [PATCH] cmd: mdio: Fix access to arbitrary PHY addresses

2019-06-01 Thread Joe Hershberger
t; Fixes: e55047ec51a6 ("cmd: mdio: Switch to generic helpers when accessing the > registers") > Reported-by: Alex Marginean > 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] net: introduce MDIO DM class for MDIO devices

2019-06-01 Thread Joe Hershberger
rnet interfaces. > > Signed-off-by: Alex Marginean Looks good! Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v1] net: use block layer in net driver

2019-06-01 Thread Joe Hershberger
On Thu, May 9, 2019 at 3:02 PM Joe Hershberger wrote: > > On Wed, Apr 17, 2019 at 4:02 AM Yinbo Zhu wrote: > > > > From: Yinbo Zhu > > > > At present the MMC subsystem maintains its own list > > of MMC devices. This cannot work with driver model > > wh

Re: [U-Boot] [PATCH v4 2/2] net: eth-uclass: Support device tree MAC addresses

2019-06-01 Thread Joe Hershberger
> > > > MAC addresses from device tree take precedence over the ones stored in > > a network interface card's ROM. > > > > Acked-by: Joe Hershberger > > Reviewed-by: Grygorii Strashko > > Signed-off-by: Thierry Reding > > --- > >

Re: [U-Boot] [PATCH v2 2/4] dm: net: macb: Update macb_linkspd_cb() signature

2019-06-01 Thread Joe Hershberger
On Wed, May 22, 2019 at 2:13 AM Bin Meng wrote: > > This updates DM version macb_linkspd_cb() signature for future > expansion, eg: adding an implementation for link speed changes. > > Signed-off-by: Bin Meng > Reviewed-by: Lukas Auer Acked-b

Re: [U-Boot] [PATCH v2 3/4] dm: net: macb: Implement link speed change callback

2019-06-01 Thread Joe Hershberger
MII mode, transmit logic must be clocked from a free > running clock generated by the external PHY. In gigabit GMII mode, > the controller, not the external PHY, must generate the 125 MHz > transmit clock towards the PHY. > > Signed-off-by: Bin Meng Acked-by: Joe Hershberger __

Re: [U-Boot] [PATCH v2 3/6] net: dwc_eth_qos: add Ethernet stm32mp1 support

2019-06-01 Thread Joe Hershberger
gt; PHY wo crystal (25Mhz and 50Mhz), No 125Mhz from PHY config > > Signed-off-by: Christophe Roullier 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 6/6] configs: stm32mp15: Enable Ethernet feature

2019-06-01 Thread Joe Hershberger
On Fri, May 17, 2019 at 8:19 AM Christophe Roullier wrote: > > This allows to enable Ethernet and use driver for > Synopsys Ethernet QoS device > > Signed-off-by: Christophe Roullier Acked-by: Joe Hershberger ___ U-Boot mail

Re: [U-Boot] [PATCH v3 2/2] net: eth-uclass: Support device tree MAC addresses

2019-05-15 Thread Joe Hershberger
f the "mac-address" property > exists, the MAC address will be parsed from that. If that property does > not exist, the "local-mac-address" property will be tried as fallback. > > MAC addresses from device tree take precedence over the ones stored in > a network interfac

Re: [U-Boot] net: rtl8169: Support RTL-8168h/8111h

2019-05-14 Thread Joe Hershberger
Hi Thierry, https://patchwork.ozlabs.org/patch/1086412/ 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] eth: mtk-eth: fix incorrect read of phy-handle

2019-05-14 Thread Joe Hershberger
Hi Weijie, https://patchwork.ozlabs.org/patch/1092185/ 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: rtl8169: Implement ->hwaddr_write() callback

2019-05-14 Thread Joe Hershberger
Hi Thierry, https://patchwork.ozlabs.org/patch/1086411/ 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] phy: ti: Init node before reading

2019-05-14 Thread Joe Hershberger
Hi Michal, https://patchwork.ozlabs.org/patch/1057355/ 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: Allow KSZ8xxx and KSZ90x1 to be used together

2019-05-14 Thread Joe Hershberger
Hi James, https://patchwork.ozlabs.org/patch/1052351/ 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-05-14 Thread Joe Hershberger
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: g

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

2019-05-10 Thread Joe Hershberger
Rini wrote: > >>>> On Wed, May 08, 2019 at 10:45:50PM +, Vladimir Oltean wrote: > >>>>> On 5/9/19 1:42 AM, Tom Rini wrote: > >>>>>> On Wed, May 08, 2019 at 10:40:57PM +, Vladimir Oltean wrote: > >>>>>>> On 5/9/

Re: [U-Boot] [PATCH 2/5] net: dwc_eth_qos: add Ethernet stm32mp1 support

2019-05-10 Thread Joe Hershberger
On Fri, May 10, 2019 at 8:59 AM Christophe ROULLIER wrote: > > Hi Joe, > > On 09/05/2019 23:07, Joe Hershberger wrote: > > On Fri, Apr 26, 2019 at 6:16 AM Christophe Roullier > > wrote: > >> Synopsys GMAC 4.20 is used. And Phy mode for eval and disco is RMII >

Re: [U-Boot] [PATCH 1/3] net: mscc: luton: Update network driver for pcb90

2019-05-09 Thread Joe Hershberger
On Thu, May 9, 2019 at 4:22 PM Horatiu Vultur wrote: > > Hi Joe, > > The 05/09/2019 21:03, Joe Hershberger wrote: > > External E-Mail > > > > > > On Wed, May 1, 2019 at 6:18 AM Horatiu Vultur > > wrote: > > > > > > Update Luton networ

Re: [U-Boot] [PATCH 2/5] net: dwc_eth_qos: add Ethernet stm32mp1 support

2019-05-09 Thread Joe Hershberger
On Fri, Apr 26, 2019 at 6:16 AM Christophe Roullier wrote: > > Synopsys GMAC 4.20 is used. And Phy mode for eval and disco is RMII > with PHY Realtek RTL8211 (RGMII) > We also support some other PHY config on stm32mp157c > PHY_MODE(MII,GMII, RMII, RGMII) and in normal, > PHY wo crystal (25

Re: [U-Boot] [RESEND PATCH 1/2] net: rtl8169: Implement ->hwaddr_write() callback

2019-05-09 Thread Joe Hershberger
Hi Thierry, On Thu, Apr 25, 2019 at 8:32 AM Thierry Reding wrote: > > On Tue, Apr 16, 2019 at 04:36:16PM +0000, Joe Hershberger wrote: > > On Tue, Apr 16, 2019 at 11:21 AM Thierry Reding > > wrote: > > > > > > From: Thierry Reding > > > > > &g

Re: [U-Boot] [PATCH 1/3] net: mscc: luton: Update network driver for pcb90

2019-05-09 Thread Joe Hershberger
On Wed, May 1, 2019 at 6:18 AM Horatiu Vultur wrote: > > Update Luton network driver to have support also for pcb90. The pcb90 > has 24 ports from which 12 ports are connected to SerDes6G. Can you separate this into a restructuring patch and the patch that adds support for this device? This is a

Re: [U-Boot] [PATCH 6/9] net: sh_eth: Add support for operation without clock framework

2019-05-09 Thread Joe Hershberger
On Sat, May 4, 2019 at 12:28 PM Marek Vasut wrote: > > Add ifdeffery to allow operation without the clock framework > enabled. This is required on RZ/A1, as it does not have clock > driver yet. > > Signed-off-by: Marek Vasut > Cc: Chris Brandt > Cc: Joe Hershberger

Re: [U-Boot] [PATCH 5/9] net: sh_eth: Add RZ/A1 support

2019-05-09 Thread Joe Hershberger
On Sat, May 4, 2019 at 12:28 PM Marek Vasut wrote: > > Add support for RZ/A1 SoC specifics. > > Signed-off-by: Marek Vasut > Cc: Chris Brandt > Cc: Joe Hershberger > Cc: Nobuhiro Iwamatsu Acked-by: Joe Hershberger ___ U-Boo

Re: [U-Boot] [PATCH] net: ravb: Avoid unsupported internal delay mode for R-Car E3/D3

2019-05-09 Thread Joe Hershberger
over, only set APSR:TDM > when the DT explicitly specifies RGMII ID or TXID mode instead of setting > it unconditionally when the PHY link speed is 1000 Mbit/s. > > Signed-off-by: Marek Vasut > Cc: Nobuhiro Iwamatsu > Cc: Joe Hershberger Acked-by: Joe Hershberger _

Re: [U-Boot] [PATCH] net: ravb: Avoid unsupported internal delay mode for R-Car E3/D3

2019-05-09 Thread Joe Hershberger
On Thu, May 9, 2019 at 3:24 PM Marek Vasut wrote: > > On 5/9/19 10:18 PM, Joe Hershberger wrote: > > On Thu, May 9, 2019 at 3:01 PM Marek Vasut wrote: > >> > >> On 5/9/19 8:56 PM, Joe Hershberger wrote: > >>> On Wed, May 1, 2019 at 5:36 PM Marek Vasut w

Re: [U-Boot] [PATCH] net: ravb: Avoid unsupported internal delay mode for R-Car E3/D3

2019-05-09 Thread Joe Hershberger
On Thu, May 9, 2019 at 3:01 PM Marek Vasut wrote: > > On 5/9/19 8:56 PM, Joe Hershberger wrote: > > On Wed, May 1, 2019 at 5:36 PM Marek Vasut wrote: > >> > >> According to the R-Car Gen3 Hardware Manual Rev 1.50 of Nov 30, 2018, the > >> TX clock internal

Re: [U-Boot] [PATCH v1] net: use block layer in net driver

2019-05-09 Thread Joe Hershberger
On Wed, Apr 17, 2019 at 4:02 AM Yinbo Zhu wrote: > > From: Yinbo Zhu > > At present the MMC subsystem maintains its own list > of MMC devices. This cannot work with driver model > when CONFIG_BLK is enabled, use blk_dread to > replace previous mmc read interface, > > Signed-off-by: Yinbo Zhu > -

Re: [U-Boot] [PATCH] net: ravb: Avoid unsupported internal delay mode for R-Car E3/D3

2019-05-09 Thread Joe Hershberger
ot to the bottom of it. https://patchwork.ozlabs.org/patch/1096572/ Are you sure there are no boards depending on the broken DT, like the 335-evm was? > > Signed-off-by: Marek Vasut > Cc: Nobuhiro Iwamatsu > Cc: Joe Hershberger > --- > drivers/net/ravb.c | 13 ++--- > 1 file changed,

Re: [U-Boot] [PATCH] net: davinci_emac: use driver model (CONFIG_DM_ETH)

2019-05-09 Thread Joe Hershberger
On Tue, Apr 30, 2019 at 11:04 AM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > Add support for CONFIG_DM_ETH to the davinci_emac driver. Optimally > we should only support DM-enabled platforms but there are several > non-DT boards that still use it so either we need to keep support

Re: [U-Boot] [PATCH] Convert CONFIG_IP_DEFRAG to Kconfig

2019-05-08 Thread Joe Hershberger
On Fri, Mar 1, 2019 at 3:44 PM Joe Hershberger wrote: > > On Tue, Feb 12, 2019 at 6:29 AM Christian Gmeiner > wrote: > > > > This converts the following to Kconfig: > >CONFIG_IP_DEFRAG > > > > Signed-off-by: Christian Gmeiner > > Thanks for doin

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