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

2019-11-03 Thread Michael Walle

Am 2019-11-02 16:05, schrieb Tom Rini:
[snip]
But again, I've given up.  I say that the ABI meant that the wrong 
value
was supposed to work since that's what happened and a new version of 
the

binding needed to be used where the right value must be used.  Others
disagree.  I'm not holding U-Boot up on the new changes over this, I
just haven't put together the PR.  It's on my short list now.


I want to rebase my cleanup and device tree support for the Atheros PHY 
onto the patches by Vladimir. Although I do have some problems/questions 
now:


 - will the whole series [1] be pulled altogether?
 - there is a kconfig option to control the EEE option. Wouldn't it be 
better to put that into a device tree property option too?
 - there were some cleanups I'd do another way, for example the clock 
enumeration uses "BIT(0) | BIT(1)" instead of 3. I'd use a mask and the 
correct enumeration and FIELD_PREP(). So should I base my patch on 
Vladimirs patch? Should Vladimir post a new patch?


To be frank, I'd rather pull Vladimirs patches and change (or drop them 
if they are superseeded mine), if everyone is ok with that. I'd propose 
the following:

 - I rebase my patches onto Vladimirs patches
 - change some of Vladimirs patches
 - privately, mail the patch series to Vladimir, then he can review 
them, add SOB or other tags
 - If he is ok with the changes, I'll post another "atheros PHY cleanup 
and device tree support" series with patches from Vladimir and myself.


I don't really want to hijack any patches, but patching the patch seems 
to be not really good.


Does anybody know if the "disable smartEEE" should go into the linux phy 
driver too? As far as I understand it, linux configures the complete phy 
itself, (eg. it might even do a hardware reset).


--
-michael

[1] https://patchwork.ozlabs.org/cover/1031360/
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-11-02 Thread Tom Rini
On Sat, Nov 02, 2019 at 04:30:11PM +0200, Vladimir Oltean wrote:
> On Sat, 2 Nov 2019 at 16:12, Tom Rini  wrote:
> >
> > On Sat, Nov 02, 2019 at 02:17:28PM +0100, Michael Walle wrote:
> > > Am 2019-05-15 16:58, schrieb Tom Rini:
> > > > On Fri, May 10, 2019 at 09:50:45PM +, Joe Hershberger wrote:
> > > > > Hi Vladimir and Tom,
> > > > >
> > > > > On Thu, May 9, 2019 at 7:51 AM Vladimir Oltean
> > > > >  wrote:
> > > > > >
> > > > > > On 09.05.2019 02:05, Vladimir Oltean wrote:
> > > > > > > On 5/9/19 1:55 AM, Tom Rini wrote:
> > > > > > >> On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
> > > > > > >>> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
> > > > > >  On Tue, May 7, 2019 at 5:15 PM Joe Hershberger 
> > > > > >   wrote:
> > > > > > >
> > > > > > > Hi Tom,
> > > > > > >
> > > > > > > The following changes since commit 
> > > > > > > 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> > > > > > >
> > > > > > > I rebased on your master and built for BB Black. DHCP 
> > > > > > > seems to work fine.
> > > > > > > MLO also now fits again.
> > > > > > >
> > > > > > >Merge branch 'master' of 
> > > > > > > git://git.denx.de/u-boot-sh (2019-05-07 09:38:00 -0400)
> > > > > > >
> > > > > > > are available in the git repository at:
> > > > > > >
> > > > > > >git://git.denx.de/u-boot-net.git master
> > > > > > >
> > > > > > > for you to fetch changes up to 
> > > > > > > 8d0c6858455e89b089222a08d55ff711681ca011:
> > > > > > >
> > > > > > >net: phy: micrel: Find Micrel PHY node correctly 
> > > > > > > (2019-05-07 14:51:55 -0500)
> > > > > > >
> > > > > > > 
> > > > > > > Carlo Caione (4):
> > > > > > >net: phy: Add generic helpers to access MMD 
> > > > > > > PHY registers
> > > > > > >net: phy: ti: use generic helpers to access 
> > > > > > > MMD registers
> > > > > > >cmd: mdio: Switch to generic helpers when 
> > > > > > > accessing the registers
> > > > > > >net: phy: realtek: Introduce quirk to mark RXC 
> > > > > > > not stoppable
> > > > > > >
> > > > > > > James Byrne (2):
> > > > > > >net: phy: micrel: Use correct skew values on 
> > > > > > > KSZ9021
> > > > > > >net: phy: micrel: Find Micrel PHY node 
> > > > > > > correctly
> > > > > > >
> > > > > > > Murali Karicheri (2):
> > > > > > >ARM: k2g-gp-evm: update to rgmii pinmux 
> > > > > > > configuration
> > > > > > >ARM: k2g-ice: Add pinmux support for rgmii 
> > > > > > > interface
> > > > > > >
> > > > > > > Pankaj Bansal (1):
> > > > > > >drivers: net: ldpaa_eth: fix resource leak
> > > > > > >
> > > > > > > Siva Durga Prasad Paladugu (2):
> > > > > > >net: phy: Reloc next and prev pointers inside 
> > > > > > > phy_drivers
> > > > > > >net: phy: Fix return value check phy_probe
> > > > > > >
> > > > > > > Valentin-catalin Neacsu (1):
> > > > > > >net: phy: aquantia: Set only autoneg on in 
> > > > > > > register 4.c441
> > > > > > >
> > > > > > > Vladimir Oltean (6):
> > > > > > >net: phy: ar803x: Address packet drops at low 
> > > > > > > traffic rate due to SmartEEE feature
> > > > > > >net: phy: ar803x: Make RGMII Tx delays 
> > > > > > > actually configurable for AR8035
> > > > > > >net: phy: ar803x: Use common functions for 
> > > > > > > RGMII internal delays
> > > > > > >net: phy: ar803x: Clarify the configuration of 
> > > > > > > the CLK_25M output pin
> > > > > > >net: phy: ar803x: Explicitly disable RGMII 
> > > > > > > delays
> > > > > > 
> > > > > >  Tom, this [1] is the patch that is breaking the evm. It 
> > > > > >  doesn't affect
> > > > > >  BB Black because it uses an SMSC phy, where as this evm 
> > > > > >  uses an
> > > > > >  AR8031/AR8033.
> > > > > > 
> > > > > >  Is it possible the device tree [2] is wrong for the board? 
> > > > > >  It lists
> > > > > >  'phy-mode = 

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

2019-11-02 Thread Vladimir Oltean
On Sat, 2 Nov 2019 at 16:12, Tom Rini  wrote:
>
> On Sat, Nov 02, 2019 at 02:17:28PM +0100, Michael Walle wrote:
> > Am 2019-05-15 16:58, schrieb Tom Rini:
> > > On Fri, May 10, 2019 at 09:50:45PM +, Joe Hershberger wrote:
> > > > Hi Vladimir and Tom,
> > > >
> > > > On Thu, May 9, 2019 at 7:51 AM Vladimir Oltean
> > > >  wrote:
> > > > >
> > > > > On 09.05.2019 02:05, Vladimir Oltean wrote:
> > > > > > On 5/9/19 1:55 AM, Tom Rini wrote:
> > > > > >> On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
> > > > > >>> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
> > > > >  On Tue, May 7, 2019 at 5:15 PM Joe Hershberger 
> > > > >   wrote:
> > > > > >
> > > > > > Hi Tom,
> > > > > >
> > > > > > The following changes since commit 
> > > > > > 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> > > > > >
> > > > > > I rebased on your master and built for BB Black. DHCP seems 
> > > > > > to work fine.
> > > > > > MLO also now fits again.
> > > > > >
> > > > > >Merge branch 'master' of git://git.denx.de/u-boot-sh 
> > > > > > (2019-05-07 09:38:00 -0400)
> > > > > >
> > > > > > are available in the git repository at:
> > > > > >
> > > > > >git://git.denx.de/u-boot-net.git master
> > > > > >
> > > > > > for you to fetch changes up to 
> > > > > > 8d0c6858455e89b089222a08d55ff711681ca011:
> > > > > >
> > > > > >net: phy: micrel: Find Micrel PHY node correctly 
> > > > > > (2019-05-07 14:51:55 -0500)
> > > > > >
> > > > > > 
> > > > > > Carlo Caione (4):
> > > > > >net: phy: Add generic helpers to access MMD PHY 
> > > > > > registers
> > > > > >net: phy: ti: use generic helpers to access MMD 
> > > > > > registers
> > > > > >cmd: mdio: Switch to generic helpers when 
> > > > > > accessing the registers
> > > > > >net: phy: realtek: Introduce quirk to mark RXC 
> > > > > > not stoppable
> > > > > >
> > > > > > James Byrne (2):
> > > > > >net: phy: micrel: Use correct skew values on 
> > > > > > KSZ9021
> > > > > >net: phy: micrel: Find Micrel PHY node correctly
> > > > > >
> > > > > > Murali Karicheri (2):
> > > > > >ARM: k2g-gp-evm: update to rgmii pinmux 
> > > > > > configuration
> > > > > >ARM: k2g-ice: Add pinmux support for rgmii 
> > > > > > interface
> > > > > >
> > > > > > Pankaj Bansal (1):
> > > > > >drivers: net: ldpaa_eth: fix resource leak
> > > > > >
> > > > > > Siva Durga Prasad Paladugu (2):
> > > > > >net: phy: Reloc next and prev pointers inside 
> > > > > > phy_drivers
> > > > > >net: phy: Fix return value check phy_probe
> > > > > >
> > > > > > Valentin-catalin Neacsu (1):
> > > > > >net: phy: aquantia: Set only autoneg on in 
> > > > > > register 4.c441
> > > > > >
> > > > > > Vladimir Oltean (6):
> > > > > >net: phy: ar803x: Address packet drops at low 
> > > > > > traffic rate due to SmartEEE feature
> > > > > >net: phy: ar803x: Make RGMII Tx delays actually 
> > > > > > configurable for AR8035
> > > > > >net: phy: ar803x: Use common functions for RGMII 
> > > > > > internal delays
> > > > > >net: phy: ar803x: Clarify the configuration of 
> > > > > > the CLK_25M output pin
> > > > > >net: phy: ar803x: Explicitly disable RGMII delays
> > > > > 
> > > > >  Tom, this [1] is the patch that is breaking the evm. It 
> > > > >  doesn't affect
> > > > >  BB Black because it uses an SMSC phy, where as this evm uses 
> > > > >  an
> > > > >  AR8031/AR8033.
> > > > > 
> > > > >  Is it possible the device tree [2] is wrong for the board? 
> > > > >  It lists
> > > > >  'phy-mode = "rgmii-txid";', so that means that with this 
> > > > >  patch the RX
> > > > >  delay is now being disabled.
> > > > > 
> > > > >  Any thoughts, Vladimir?
> > > > > 
> > > > >  Thanks,
> > > > >  -Joe
> > > > > 
> > > > >  [1] b3224e0f7e - "net: phy: ar803x: 

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

2019-11-02 Thread Tom Rini
On Sat, Nov 02, 2019 at 02:17:28PM +0100, Michael Walle wrote:
> Am 2019-05-15 16:58, schrieb Tom Rini:
> > On Fri, May 10, 2019 at 09:50:45PM +, Joe Hershberger wrote:
> > > Hi Vladimir and Tom,
> > > 
> > > On Thu, May 9, 2019 at 7:51 AM Vladimir Oltean
> > >  wrote:
> > > >
> > > > On 09.05.2019 02:05, Vladimir Oltean wrote:
> > > > > On 5/9/19 1:55 AM, Tom Rini wrote:
> > > > >> On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
> > > > >>> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
> > > >  On Tue, May 7, 2019 at 5:15 PM Joe Hershberger 
> > > >   wrote:
> > > > >
> > > > > Hi Tom,
> > > > >
> > > > > The following changes since commit 
> > > > > 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> > > > >
> > > > > I rebased on your master and built for BB Black. DHCP seems 
> > > > > to work fine.
> > > > > MLO also now fits again.
> > > > >
> > > > >Merge branch 'master' of git://git.denx.de/u-boot-sh 
> > > > > (2019-05-07 09:38:00 -0400)
> > > > >
> > > > > are available in the git repository at:
> > > > >
> > > > >git://git.denx.de/u-boot-net.git master
> > > > >
> > > > > for you to fetch changes up to 
> > > > > 8d0c6858455e89b089222a08d55ff711681ca011:
> > > > >
> > > > >net: phy: micrel: Find Micrel PHY node correctly 
> > > > > (2019-05-07 14:51:55 -0500)
> > > > >
> > > > > 
> > > > > Carlo Caione (4):
> > > > >net: phy: Add generic helpers to access MMD PHY 
> > > > > registers
> > > > >net: phy: ti: use generic helpers to access MMD 
> > > > > registers
> > > > >cmd: mdio: Switch to generic helpers when 
> > > > > accessing the registers
> > > > >net: phy: realtek: Introduce quirk to mark RXC not 
> > > > > stoppable
> > > > >
> > > > > James Byrne (2):
> > > > >net: phy: micrel: Use correct skew values on 
> > > > > KSZ9021
> > > > >net: phy: micrel: Find Micrel PHY node correctly
> > > > >
> > > > > Murali Karicheri (2):
> > > > >ARM: k2g-gp-evm: update to rgmii pinmux 
> > > > > configuration
> > > > >ARM: k2g-ice: Add pinmux support for rgmii 
> > > > > interface
> > > > >
> > > > > Pankaj Bansal (1):
> > > > >drivers: net: ldpaa_eth: fix resource leak
> > > > >
> > > > > Siva Durga Prasad Paladugu (2):
> > > > >net: phy: Reloc next and prev pointers inside 
> > > > > phy_drivers
> > > > >net: phy: Fix return value check phy_probe
> > > > >
> > > > > Valentin-catalin Neacsu (1):
> > > > >net: phy: aquantia: Set only autoneg on in 
> > > > > register 4.c441
> > > > >
> > > > > Vladimir Oltean (6):
> > > > >net: phy: ar803x: Address packet drops at low 
> > > > > traffic rate due to SmartEEE feature
> > > > >net: phy: ar803x: Make RGMII Tx delays actually 
> > > > > configurable for AR8035
> > > > >net: phy: ar803x: Use common functions for RGMII 
> > > > > internal delays
> > > > >net: phy: ar803x: Clarify the configuration of the 
> > > > > CLK_25M output pin
> > > > >net: phy: ar803x: Explicitly disable RGMII delays
> > > > 
> > > >  Tom, this [1] is the patch that is breaking the evm. It 
> > > >  doesn't affect
> > > >  BB Black because it uses an SMSC phy, where as this evm uses an
> > > >  AR8031/AR8033.
> > > > 
> > > >  Is it possible the device tree [2] is wrong for the board? It 
> > > >  lists
> > > >  'phy-mode = "rgmii-txid";', so that means that with this patch 
> > > >  the RX
> > > >  delay is now being disabled.
> > > > 
> > > >  Any thoughts, Vladimir?
> > > > 
> > > >  Thanks,
> > > >  -Joe
> > > > 
> > > >  [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII 
> > > >  delays"
> > > >  [2] arch/arm/dts/am335x-evm.dts
> > > > 
> > > > >net: phy: ar803x: Clarify the intention of 
> > > > > ar8021_config
> > > > >
> > > > >   arch/arm/dts/sama5d3xcm.dtsi  

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

2019-11-02 Thread Michael Walle

Am 2019-05-15 16:58, schrieb Tom Rini:

On Fri, May 10, 2019 at 09:50:45PM +, Joe Hershberger wrote:

Hi Vladimir and Tom,

On Thu, May 9, 2019 at 7:51 AM Vladimir Oltean 
 wrote:

>
> On 09.05.2019 02:05, Vladimir Oltean wrote:
> > On 5/9/19 1:55 AM, Tom Rini wrote:
> >> On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
> >>> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
>  On Tue, May 7, 2019 at 5:15 PM Joe Hershberger 
 wrote:
> >
> > Hi Tom,
> >
> > The following changes since commit 
8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> >
> > I rebased on your master and built for BB Black. DHCP seems to work 
fine.
> > MLO also now fits again.
> >
> >Merge branch 'master' of git://git.denx.de/u-boot-sh 
(2019-05-07 09:38:00 -0400)
> >
> > are available in the git repository at:
> >
> >git://git.denx.de/u-boot-net.git master
> >
> > for you to fetch changes up to 
8d0c6858455e89b089222a08d55ff711681ca011:
> >
> >net: phy: micrel: Find Micrel PHY node correctly (2019-05-07 
14:51:55 -0500)
> >
> > 
> > Carlo Caione (4):
> >net: phy: Add generic helpers to access MMD PHY registers
> >net: phy: ti: use generic helpers to access MMD registers
> >cmd: mdio: Switch to generic helpers when accessing the 
registers
> >net: phy: realtek: Introduce quirk to mark RXC not 
stoppable
> >
> > James Byrne (2):
> >net: phy: micrel: Use correct skew values on KSZ9021
> >net: phy: micrel: Find Micrel PHY node correctly
> >
> > Murali Karicheri (2):
> >ARM: k2g-gp-evm: update to rgmii pinmux configuration
> >ARM: k2g-ice: Add pinmux support for rgmii interface
> >
> > Pankaj Bansal (1):
> >drivers: net: ldpaa_eth: fix resource leak
> >
> > Siva Durga Prasad Paladugu (2):
> >net: phy: Reloc next and prev pointers inside phy_drivers
> >net: phy: Fix return value check phy_probe
> >
> > Valentin-catalin Neacsu (1):
> >net: phy: aquantia: Set only autoneg on in register 
4.c441
> >
> > Vladimir Oltean (6):
> >net: phy: ar803x: Address packet drops at low traffic 
rate due to SmartEEE feature
> >net: phy: ar803x: Make RGMII Tx delays actually 
configurable for AR8035
> >net: phy: ar803x: Use common functions for RGMII 
internal delays
> >net: phy: ar803x: Clarify the configuration of the 
CLK_25M output pin
> >net: phy: ar803x: Explicitly disable RGMII delays
> 
>  Tom, this [1] is the patch that is breaking the evm. It doesn't 
affect
>  BB Black because it uses an SMSC phy, where as this evm uses an
>  AR8031/AR8033.
> 
>  Is it possible the device tree [2] is wrong for the board? It lists
>  'phy-mode = "rgmii-txid";', so that means that with this patch the RX
>  delay is now being disabled.
> 
>  Any thoughts, Vladimir?
> 
>  Thanks,
>  -Joe
> 
>  [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
>  [2] arch/arm/dts/am335x-evm.dts
> 
> >net: phy: ar803x: Clarify the intention of ar8021_config
> >
> >   arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
> >   arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
> >   arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
> >   arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
> >   arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
> >   arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
> >   arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
> >   board/ti/ks2_evm/mux-k2g.h  |  36 +++
> >   cmd/mdio.c  |  27 +++--
> >   doc/device-tree-bindings/net/micrel-ksz90x1.txt |  27 +
> >   drivers/net/ldpaa_eth/ldpaa_eth.c   |   1 +
> >   drivers/net/phy/Kconfig |  41 
> >   drivers/net/phy/aquantia.c  |   7 +-
> >   drivers/net/phy/atheros.c 

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

2019-09-05 Thread Tom Rini
On Wed, Sep 04, 2019 at 11:42:42AM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> This PR has bug, CVE, and regression fixes as well as a few features that took
> some back-and-forth.
> 
> Travis tested here: https://travis-ci.org/jhershbe/u-boot/builds/580493530
> 
> The following changes since commit 448f11f7503995746a7b71e5e3b3a831c4651be9:
> 
>   Merge tag 'arc-for-2019.10-rc4' of 
> https://gitlab.denx.de/u-boot/custodians/u-boot-arc (2019-09-03 12:40:50 
> -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-net.git master
> 
> for you to fetch changes up to 5a5d1def59024dd3225e2a6142f8ee3ee10180a8:
> 
>   net: nfs: remove superfluous packed attribute (2019-09-04 11:37:19 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-26 Thread Joe Hershberger
Hi Tom,

On Fri, Jul 26, 2019 at 2:38 PM Tom Rini  wrote:
>
> On Thu, Jul 25, 2019 at 01:38:29PM -0500, Joe Hershberger wrote:
>
> > Hi Tom,
> >
> > These changes passed Travis-CI here: 
> > https://travis-ci.org/jhershbe/u-boot/builds/562815175
> >
> > The following changes since commit a9aa4c5700c68c070d63a391b51ea8d341b6e8a6:
> >
> >   Merge branch '2019-07-24-master-imports' (2019-07-24 14:15:51 -0400)
> >
> > are available in the git repository at:
> >
> >   git://git.denx.de/u-boot-net.git master
>
> You should switch to the gitlab URI and I'd appreciate a short summary.
> I've done my best with the overall changelog but may have
> missed/mis-characterized something.

Will do!

Thanks,
-Joe

>
> >
> > for you to fetch changes up to d53e52225527625c72c4dbff4fe8c0b68a553340:
> >
> >   net: sun8i_emac: Test the correct phy (2019-07-25 13:36:13 -0500)
> >
>
> Applied to u-boot/master, thanks!
>
> --
> Tom
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-26 Thread Tom Rini
On Thu, Jul 25, 2019 at 01:38:29PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> These changes passed Travis-CI here: 
> https://travis-ci.org/jhershbe/u-boot/builds/562815175
> 
> The following changes since commit a9aa4c5700c68c070d63a391b51ea8d341b6e8a6:
> 
>   Merge branch '2019-07-24-master-imports' (2019-07-24 14:15:51 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master

You should switch to the gitlab URI and I'd appreciate a short summary.
I've done my best with the overall changelog but may have
missed/mis-characterized something.

> 
> for you to fetch changes up to d53e52225527625c72c4dbff4fe8c0b68a553340:
> 
>   net: sun8i_emac: Test the correct phy (2019-07-25 13:36:13 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-25 Thread Tom Rini
On Thu, Jul 25, 2019 at 10:40:45PM +, Vladimir Oltean wrote:
> On 5/15/19 5:58 PM, Tom Rini wrote:
> > On Fri, May 10, 2019 at 09:50:45PM +, Joe Hershberger wrote:
> >> Hi Vladimir and Tom,
> >>
> >> On Thu, May 9, 2019 at 7:51 AM Vladimir Oltean  
> >> wrote:
> >>>
> >>> On 09.05.2019 02:05, Vladimir Oltean wrote:
>  On 5/9/19 1:55 AM, Tom Rini wrote:
> > On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
> >> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
> >>> On Tue, May 7, 2019 at 5:15 PM Joe Hershberger 
> >>>  wrote:
> 
>  Hi Tom,
> 
>  The following changes since commit 
>  8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> 
>  I rebased on your master and built for BB Black. DHCP seems to 
>  work fine.
>  MLO also now fits again.
> 
>  Merge branch 'master' of git://git.denx.de/u-boot-sh 
>  (2019-05-07 09:38:00 -0400)
> 
>  are available in the git repository at:
> 
>  git://git.denx.de/u-boot-net.git master
> 
>  for you to fetch changes up to 
>  8d0c6858455e89b089222a08d55ff711681ca011:
> 
>  net: phy: micrel: Find Micrel PHY node correctly 
>  (2019-05-07 14:51:55 -0500)
> 
>  
>  Carlo Caione (4):
>  net: phy: Add generic helpers to access MMD PHY 
>  registers
>  net: phy: ti: use generic helpers to access MMD 
>  registers
>  cmd: mdio: Switch to generic helpers when accessing 
>  the registers
>  net: phy: realtek: Introduce quirk to mark RXC not 
>  stoppable
> 
>  James Byrne (2):
>  net: phy: micrel: Use correct skew values on KSZ9021
>  net: phy: micrel: Find Micrel PHY node correctly
> 
>  Murali Karicheri (2):
>  ARM: k2g-gp-evm: update to rgmii pinmux configuration
>  ARM: k2g-ice: Add pinmux support for rgmii interface
> 
>  Pankaj Bansal (1):
>  drivers: net: ldpaa_eth: fix resource leak
> 
>  Siva Durga Prasad Paladugu (2):
>  net: phy: Reloc next and prev pointers inside 
>  phy_drivers
>  net: phy: Fix return value check phy_probe
> 
>  Valentin-catalin Neacsu (1):
>  net: phy: aquantia: Set only autoneg on in register 
>  4.c441
> 
>  Vladimir Oltean (6):
>  net: phy: ar803x: Address packet drops at low 
>  traffic rate due to SmartEEE feature
>  net: phy: ar803x: Make RGMII Tx delays actually 
>  configurable for AR8035
>  net: phy: ar803x: Use common functions for RGMII 
>  internal delays
>  net: phy: ar803x: Clarify the configuration of the 
>  CLK_25M output pin
>  net: phy: ar803x: Explicitly disable RGMII delays
> >>>
> >>> Tom, this [1] is the patch that is breaking the evm. It doesn't 
> >>> affect
> >>> BB Black because it uses an SMSC phy, where as this evm uses an
> >>> AR8031/AR8033.
> >>>
> >>> Is it possible the device tree [2] is wrong for the board? It 
> >>> lists
> >>> 'phy-mode = "rgmii-txid";', so that means that with this patch 
> >>> the RX
> >>> delay is now being disabled.
> >>>
> >>> Any thoughts, Vladimir?
> >>>
> >>> Thanks,
> >>> -Joe
> >>>
> >>> [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII 
> >>> delays"
> >>> [2] arch/arm/dts/am335x-evm.dts
> >>>
>  net: phy: ar803x: Clarify the intention of 
>  ar8021_config
> 
> arch/arm/dts/sama5d3xcm.dtsi|  32 
>  +++---
> arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 
>  +++---
> arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
> arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
> 

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

2019-07-25 Thread Vladimir Oltean
On 5/15/19 5:58 PM, Tom Rini wrote:
> On Fri, May 10, 2019 at 09:50:45PM +, Joe Hershberger wrote:
>> Hi Vladimir and Tom,
>>
>> On Thu, May 9, 2019 at 7:51 AM Vladimir Oltean  
>> wrote:
>>>
>>> On 09.05.2019 02:05, Vladimir Oltean wrote:
 On 5/9/19 1:55 AM, Tom Rini wrote:
> On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
>> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
>>> On Tue, May 7, 2019 at 5:15 PM Joe Hershberger 
>>>  wrote:

 Hi Tom,

 The following changes since commit 
 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:

 I rebased on your master and built for BB Black. DHCP seems to 
 work fine.
 MLO also now fits again.

 Merge branch 'master' of git://git.denx.de/u-boot-sh 
 (2019-05-07 09:38:00 -0400)

 are available in the git repository at:

 git://git.denx.de/u-boot-net.git master

 for you to fetch changes up to 
 8d0c6858455e89b089222a08d55ff711681ca011:

 net: phy: micrel: Find Micrel PHY node correctly 
 (2019-05-07 14:51:55 -0500)

 
 Carlo Caione (4):
 net: phy: Add generic helpers to access MMD PHY 
 registers
 net: phy: ti: use generic helpers to access MMD 
 registers
 cmd: mdio: Switch to generic helpers when accessing 
 the registers
 net: phy: realtek: Introduce quirk to mark RXC not 
 stoppable

 James Byrne (2):
 net: phy: micrel: Use correct skew values on KSZ9021
 net: phy: micrel: Find Micrel PHY node correctly

 Murali Karicheri (2):
 ARM: k2g-gp-evm: update to rgmii pinmux configuration
 ARM: k2g-ice: Add pinmux support for rgmii interface

 Pankaj Bansal (1):
 drivers: net: ldpaa_eth: fix resource leak

 Siva Durga Prasad Paladugu (2):
 net: phy: Reloc next and prev pointers inside 
 phy_drivers
 net: phy: Fix return value check phy_probe

 Valentin-catalin Neacsu (1):
 net: phy: aquantia: Set only autoneg on in register 
 4.c441

 Vladimir Oltean (6):
 net: phy: ar803x: Address packet drops at low traffic 
 rate due to SmartEEE feature
 net: phy: ar803x: Make RGMII Tx delays actually 
 configurable for AR8035
 net: phy: ar803x: Use common functions for RGMII 
 internal delays
 net: phy: ar803x: Clarify the configuration of the 
 CLK_25M output pin
 net: phy: ar803x: Explicitly disable RGMII delays
>>>
>>> Tom, this [1] is the patch that is breaking the evm. It doesn't 
>>> affect
>>> BB Black because it uses an SMSC phy, where as this evm uses an
>>> AR8031/AR8033.
>>>
>>> Is it possible the device tree [2] is wrong for the board? It lists
>>> 'phy-mode = "rgmii-txid";', so that means that with this patch the 
>>> RX
>>> delay is now being disabled.
>>>
>>> Any thoughts, Vladimir?
>>>
>>> Thanks,
>>> -Joe
>>>
>>> [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
>>> [2] arch/arm/dts/am335x-evm.dts
>>>
 net: phy: ar803x: Clarify the intention of 
 ar8021_config

arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
board/ti/ks2_evm/mux-k2g.h  |  36 
 +++
cmd/mdio.c  

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

2019-07-23 Thread Tom Rini
On Thu, Jul 18, 2019 at 04:38:22PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> These patches passed Travis-CI here: 
> https://travis-ci.org/jhershbe/u-boot/builds/559182108
> 
> The following changes since commit 0e80dda32c8d724c2a98dbbfb2f1e59762788f15:
> 
>   Merge branch 'master' of 
> https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2019-07-16 11:19:31 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to bbfc562719c463ba6e7b03125aedd5720a325d2d:
> 
>   net: unaligned copying of unsigned long (2019-07-18 16:37:13 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-16 Thread Tom Rini
On Mon, Jul 15, 2019 at 05:49:01PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> These patches passed travis [1] and are ready for master.
> 
> Thanks,
> -Joe
> 
> [1] - https://travis-ci.org/jhershbe/u-boot/builds/559064493
> 
> The following changes since commit a9a3a37f92b072a56693ad665ab4c5cc73028d16:
> 
>   Merge tag 'u-boot-stm32-20190712' of 
> https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2019-07-14 09:09:49 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 0dc97fc3d8cd8c4154f63c9ea74f5e73ee48fa6c:
> 
>   net: macb: Add support for 1000-baseX (2019-07-15 13:32:26 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-06-02 Thread Tom Rini
On Sat, Jun 01, 2019 at 06:10:59PM -0500, Joe Hershberger wrote:

> 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-31 07:17:09 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to b4c20f20adad8d246b95be5bebacb730462c8c01:
> 
>   cmd: mdio: Fix access to arbitrary PHY addresses (2019-06-01 13:33:17 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-15 Thread Tom Rini
On Tue, May 14, 2019 at 02:57:40PM -0500, Joe Hershberger wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-15 Thread Tom Rini
On Fri, May 10, 2019 at 09:50:45PM +, Joe Hershberger wrote:
> Hi Vladimir and Tom,
> 
> On Thu, May 9, 2019 at 7:51 AM Vladimir Oltean  
> wrote:
> >
> > On 09.05.2019 02:05, Vladimir Oltean wrote:
> > > On 5/9/19 1:55 AM, Tom Rini wrote:
> > >> On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
> > >>> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
> >  On Tue, May 7, 2019 at 5:15 PM Joe Hershberger 
> >   wrote:
> > >
> > > Hi Tom,
> > >
> > > The following changes since commit 
> > > 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> > >
> > > I rebased on your master and built for BB Black. DHCP seems to 
> > > work fine.
> > > MLO also now fits again.
> > >
> > >Merge branch 'master' of git://git.denx.de/u-boot-sh 
> > > (2019-05-07 09:38:00 -0400)
> > >
> > > are available in the git repository at:
> > >
> > >git://git.denx.de/u-boot-net.git master
> > >
> > > for you to fetch changes up to 
> > > 8d0c6858455e89b089222a08d55ff711681ca011:
> > >
> > >net: phy: micrel: Find Micrel PHY node correctly 
> > > (2019-05-07 14:51:55 -0500)
> > >
> > > 
> > > Carlo Caione (4):
> > >net: phy: Add generic helpers to access MMD PHY 
> > > registers
> > >net: phy: ti: use generic helpers to access MMD 
> > > registers
> > >cmd: mdio: Switch to generic helpers when accessing 
> > > the registers
> > >net: phy: realtek: Introduce quirk to mark RXC not 
> > > stoppable
> > >
> > > James Byrne (2):
> > >net: phy: micrel: Use correct skew values on KSZ9021
> > >net: phy: micrel: Find Micrel PHY node correctly
> > >
> > > Murali Karicheri (2):
> > >ARM: k2g-gp-evm: update to rgmii pinmux configuration
> > >ARM: k2g-ice: Add pinmux support for rgmii interface
> > >
> > > Pankaj Bansal (1):
> > >drivers: net: ldpaa_eth: fix resource leak
> > >
> > > Siva Durga Prasad Paladugu (2):
> > >net: phy: Reloc next and prev pointers inside 
> > > phy_drivers
> > >net: phy: Fix return value check phy_probe
> > >
> > > Valentin-catalin Neacsu (1):
> > >net: phy: aquantia: Set only autoneg on in register 
> > > 4.c441
> > >
> > > Vladimir Oltean (6):
> > >net: phy: ar803x: Address packet drops at low traffic 
> > > rate due to SmartEEE feature
> > >net: phy: ar803x: Make RGMII Tx delays actually 
> > > configurable for AR8035
> > >net: phy: ar803x: Use common functions for RGMII 
> > > internal delays
> > >net: phy: ar803x: Clarify the configuration of the 
> > > CLK_25M output pin
> > >net: phy: ar803x: Explicitly disable RGMII delays
> > 
> >  Tom, this [1] is the patch that is breaking the evm. It doesn't 
> >  affect
> >  BB Black because it uses an SMSC phy, where as this evm uses an
> >  AR8031/AR8033.
> > 
> >  Is it possible the device tree [2] is wrong for the board? It lists
> >  'phy-mode = "rgmii-txid";', so that means that with this patch the 
> >  RX
> >  delay is now being disabled.
> > 
> >  Any thoughts, Vladimir?
> > 
> >  Thanks,
> >  -Joe
> > 
> >  [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII 
> >  delays"
> >  [2] arch/arm/dts/am335x-evm.dts
> > 
> > >net: phy: ar803x: Clarify the intention of 
> > > ar8021_config
> > >
> > >   arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
> > >   arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
> > >   arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
> > >   arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
> > >   arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
> > >   arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
> > >   arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
> > >   board/ti/ks2_evm/mux-k2g.h  |  36 
> > > +++
> > 

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

2019-05-10 Thread Joe Hershberger
Hi Vladimir and Tom,

On Thu, May 9, 2019 at 7:51 AM Vladimir Oltean  wrote:
>
> On 09.05.2019 02:05, Vladimir Oltean wrote:
> > On 5/9/19 1:55 AM, Tom Rini wrote:
> >> On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
> >>> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
>  On Tue, May 7, 2019 at 5:15 PM Joe Hershberger 
>   wrote:
> >
> > Hi Tom,
> >
> > The following changes since commit 
> > 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> >
> > I rebased on your master and built for BB Black. DHCP seems to work 
> > fine.
> > MLO also now fits again.
> >
> >Merge branch 'master' of git://git.denx.de/u-boot-sh 
> > (2019-05-07 09:38:00 -0400)
> >
> > are available in the git repository at:
> >
> >git://git.denx.de/u-boot-net.git master
> >
> > for you to fetch changes up to 
> > 8d0c6858455e89b089222a08d55ff711681ca011:
> >
> >net: phy: micrel: Find Micrel PHY node correctly (2019-05-07 
> > 14:51:55 -0500)
> >
> > 
> > Carlo Caione (4):
> >net: phy: Add generic helpers to access MMD PHY registers
> >net: phy: ti: use generic helpers to access MMD registers
> >cmd: mdio: Switch to generic helpers when accessing the 
> > registers
> >net: phy: realtek: Introduce quirk to mark RXC not 
> > stoppable
> >
> > James Byrne (2):
> >net: phy: micrel: Use correct skew values on KSZ9021
> >net: phy: micrel: Find Micrel PHY node correctly
> >
> > Murali Karicheri (2):
> >ARM: k2g-gp-evm: update to rgmii pinmux configuration
> >ARM: k2g-ice: Add pinmux support for rgmii interface
> >
> > Pankaj Bansal (1):
> >drivers: net: ldpaa_eth: fix resource leak
> >
> > Siva Durga Prasad Paladugu (2):
> >net: phy: Reloc next and prev pointers inside phy_drivers
> >net: phy: Fix return value check phy_probe
> >
> > Valentin-catalin Neacsu (1):
> >net: phy: aquantia: Set only autoneg on in register 
> > 4.c441
> >
> > Vladimir Oltean (6):
> >net: phy: ar803x: Address packet drops at low traffic 
> > rate due to SmartEEE feature
> >net: phy: ar803x: Make RGMII Tx delays actually 
> > configurable for AR8035
> >net: phy: ar803x: Use common functions for RGMII 
> > internal delays
> >net: phy: ar803x: Clarify the configuration of the 
> > CLK_25M output pin
> >net: phy: ar803x: Explicitly disable RGMII delays
> 
>  Tom, this [1] is the patch that is breaking the evm. It doesn't 
>  affect
>  BB Black because it uses an SMSC phy, where as this evm uses an
>  AR8031/AR8033.
> 
>  Is it possible the device tree [2] is wrong for the board? It lists
>  'phy-mode = "rgmii-txid";', so that means that with this patch the RX
>  delay is now being disabled.
> 
>  Any thoughts, Vladimir?
> 
>  Thanks,
>  -Joe
> 
>  [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
>  [2] arch/arm/dts/am335x-evm.dts
> 
> >net: phy: ar803x: Clarify the intention of ar8021_config
> >
> >   arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
> >   arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
> >   arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
> >   arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
> >   arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
> >   arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
> >   arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
> >   board/ti/ks2_evm/mux-k2g.h  |  36 +++
> >   cmd/mdio.c  |  27 +++--
> >   doc/device-tree-bindings/net/micrel-ksz90x1.txt |  27 +
> >   drivers/net/ldpaa_eth/ldpaa_eth.c   |   1 +
> >   drivers/net/phy/Kconfig |  41 
> >   drivers/net/phy/aquantia.c  |   

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

2019-05-09 Thread Tom Rini
On Wed, May 08, 2019 at 05:30:11PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> This is the series with the AR8xxx phy series removed until we figure it out.
> 
> Tested to work fine on your evm.
> 
> The following changes since commit 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-07 09:38:00 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 6314d1c8c035d1c4d14ea1ffd133f25385edd067:
> 
>   net: phy: micrel: Find Micrel PHY node correctly (2019-05-08 17:27:01 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-09 Thread Vladimir Oltean
On 09.05.2019 02:05, Vladimir Oltean wrote:
> On 5/9/19 1:55 AM, Tom Rini wrote:
>> On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
>>> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
 On Tue, May 7, 2019 at 5:15 PM Joe Hershberger 
  wrote:
>
> Hi Tom,
>
> The following changes since commit 
> 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
>
> I rebased on your master and built for BB Black. DHCP seems to work 
> fine.
> MLO also now fits again.
>
>Merge branch 'master' of git://git.denx.de/u-boot-sh 
> (2019-05-07 09:38:00 -0400)
>
> are available in the git repository at:
>
>git://git.denx.de/u-boot-net.git master
>
> for you to fetch changes up to 
> 8d0c6858455e89b089222a08d55ff711681ca011:
>
>net: phy: micrel: Find Micrel PHY node correctly (2019-05-07 
> 14:51:55 -0500)
>
> 
> Carlo Caione (4):
>net: phy: Add generic helpers to access MMD PHY registers
>net: phy: ti: use generic helpers to access MMD registers
>cmd: mdio: Switch to generic helpers when accessing the 
> registers
>net: phy: realtek: Introduce quirk to mark RXC not 
> stoppable
>
> James Byrne (2):
>net: phy: micrel: Use correct skew values on KSZ9021
>net: phy: micrel: Find Micrel PHY node correctly
>
> Murali Karicheri (2):
>ARM: k2g-gp-evm: update to rgmii pinmux configuration
>ARM: k2g-ice: Add pinmux support for rgmii interface
>
> Pankaj Bansal (1):
>drivers: net: ldpaa_eth: fix resource leak
>
> Siva Durga Prasad Paladugu (2):
>net: phy: Reloc next and prev pointers inside phy_drivers
>net: phy: Fix return value check phy_probe
>
> Valentin-catalin Neacsu (1):
>net: phy: aquantia: Set only autoneg on in register 4.c441
>
> Vladimir Oltean (6):
>net: phy: ar803x: Address packet drops at low traffic rate 
> due to SmartEEE feature
>net: phy: ar803x: Make RGMII Tx delays actually 
> configurable for AR8035
>net: phy: ar803x: Use common functions for RGMII internal 
> delays
>net: phy: ar803x: Clarify the configuration of the CLK_25M 
> output pin
>net: phy: ar803x: Explicitly disable RGMII delays

 Tom, this [1] is the patch that is breaking the evm. It doesn't affect
 BB Black because it uses an SMSC phy, where as this evm uses an
 AR8031/AR8033.

 Is it possible the device tree [2] is wrong for the board? It lists
 'phy-mode = "rgmii-txid";', so that means that with this patch the RX
 delay is now being disabled.

 Any thoughts, Vladimir?

 Thanks,
 -Joe

 [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
 [2] arch/arm/dts/am335x-evm.dts

>net: phy: ar803x: Clarify the intention of ar8021_config
>
>   arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
>   arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
>   arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
>   arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
>   arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
>   arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
>   arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
>   board/ti/ks2_evm/mux-k2g.h  |  36 +++
>   cmd/mdio.c  |  27 +++--
>   doc/device-tree-bindings/net/micrel-ksz90x1.txt |  27 +
>   drivers/net/ldpaa_eth/ldpaa_eth.c   |   1 +
>   drivers/net/phy/Kconfig |  41 
>   drivers/net/phy/aquantia.c  |   7 +-
>   drivers/net/phy/atheros.c   | 128 
> ---
>   drivers/net/phy/micrel_ksz90x1.c|  24 -
>   drivers/net/phy/phy.c   |  21 +++-
>   drivers/net/phy/realtek.c  

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

2019-05-08 Thread Tom Rini
+ Rob

On Wed, May 08, 2019 at 11:05:29PM +, Vladimir Oltean wrote:
> On 5/9/19 1:55 AM, Tom Rini wrote:
> > On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
> >> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
> >>> On Tue, May 7, 2019 at 5:15 PM Joe Hershberger 
> >>>  wrote:
> 
>  Hi Tom,
> 
>  The following changes since commit 
>  8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> 
>  I rebased on your master and built for BB Black. DHCP seems to work 
>  fine.
>  MLO also now fits again.
> 
>    Merge branch 'master' of git://git.denx.de/u-boot-sh 
>  (2019-05-07 09:38:00 -0400)
> 
>  are available in the git repository at:
> 
>    git://git.denx.de/u-boot-net.git master
> 
>  for you to fetch changes up to 
>  8d0c6858455e89b089222a08d55ff711681ca011:
> 
>    net: phy: micrel: Find Micrel PHY node correctly (2019-05-07 
>  14:51:55 -0500)
> 
>  
>  Carlo Caione (4):
>    net: phy: Add generic helpers to access MMD PHY registers
>    net: phy: ti: use generic helpers to access MMD registers
>    cmd: mdio: Switch to generic helpers when accessing the 
>  registers
>    net: phy: realtek: Introduce quirk to mark RXC not 
>  stoppable
> 
>  James Byrne (2):
>    net: phy: micrel: Use correct skew values on KSZ9021
>    net: phy: micrel: Find Micrel PHY node correctly
> 
>  Murali Karicheri (2):
>    ARM: k2g-gp-evm: update to rgmii pinmux configuration
>    ARM: k2g-ice: Add pinmux support for rgmii interface
> 
>  Pankaj Bansal (1):
>    drivers: net: ldpaa_eth: fix resource leak
> 
>  Siva Durga Prasad Paladugu (2):
>    net: phy: Reloc next and prev pointers inside phy_drivers
>    net: phy: Fix return value check phy_probe
> 
>  Valentin-catalin Neacsu (1):
>    net: phy: aquantia: Set only autoneg on in register 4.c441
> 
>  Vladimir Oltean (6):
>    net: phy: ar803x: Address packet drops at low traffic rate 
>  due to SmartEEE feature
>    net: phy: ar803x: Make RGMII Tx delays actually 
>  configurable for AR8035
>    net: phy: ar803x: Use common functions for RGMII internal 
>  delays
>    net: phy: ar803x: Clarify the configuration of the CLK_25M 
>  output pin
>    net: phy: ar803x: Explicitly disable RGMII delays
> >>>
> >>> Tom, this [1] is the patch that is breaking the evm. It doesn't affect
> >>> BB Black because it uses an SMSC phy, where as this evm uses an
> >>> AR8031/AR8033.
> >>>
> >>> Is it possible the device tree [2] is wrong for the board? It lists
> >>> 'phy-mode = "rgmii-txid";', so that means that with this patch the RX
> >>> delay is now being disabled.
> >>>
> >>> Any thoughts, Vladimir?
> >>>
> >>> Thanks,
> >>> -Joe
> >>>
> >>> [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
> >>> [2] arch/arm/dts/am335x-evm.dts
> >>>
>    net: phy: ar803x: Clarify the intention of ar8021_config
> 
>   arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
>   arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
>   arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
>   arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
>   arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
>   arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
>   arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
>   board/ti/ks2_evm/mux-k2g.h  |  36 +++
>   cmd/mdio.c  |  27 +++--
>   doc/device-tree-bindings/net/micrel-ksz90x1.txt |  27 +
>   drivers/net/ldpaa_eth/ldpaa_eth.c   |   1 +
>   drivers/net/phy/Kconfig |  41 
>   drivers/net/phy/aquantia.c  |   7 +-
>   drivers/net/phy/atheros.c   | 128 
>  ---
>   drivers/net/phy/micrel_ksz90x1.c|  24 -
>   

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

2019-05-08 Thread Vladimir Oltean
On 5/9/19 1:55 AM, Tom Rini wrote:
> On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
>> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
>>> On Tue, May 7, 2019 at 5:15 PM Joe Hershberger  
>>> wrote:

 Hi Tom,

 The following changes since commit 
 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:

 I rebased on your master and built for BB Black. DHCP seems to work 
 fine.
 MLO also now fits again.

   Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-07 
 09:38:00 -0400)

 are available in the git repository at:

   git://git.denx.de/u-boot-net.git master

 for you to fetch changes up to 
 8d0c6858455e89b089222a08d55ff711681ca011:

   net: phy: micrel: Find Micrel PHY node correctly (2019-05-07 
 14:51:55 -0500)

 
 Carlo Caione (4):
   net: phy: Add generic helpers to access MMD PHY registers
   net: phy: ti: use generic helpers to access MMD registers
   cmd: mdio: Switch to generic helpers when accessing the 
 registers
   net: phy: realtek: Introduce quirk to mark RXC not stoppable

 James Byrne (2):
   net: phy: micrel: Use correct skew values on KSZ9021
   net: phy: micrel: Find Micrel PHY node correctly

 Murali Karicheri (2):
   ARM: k2g-gp-evm: update to rgmii pinmux configuration
   ARM: k2g-ice: Add pinmux support for rgmii interface

 Pankaj Bansal (1):
   drivers: net: ldpaa_eth: fix resource leak

 Siva Durga Prasad Paladugu (2):
   net: phy: Reloc next and prev pointers inside phy_drivers
   net: phy: Fix return value check phy_probe

 Valentin-catalin Neacsu (1):
   net: phy: aquantia: Set only autoneg on in register 4.c441

 Vladimir Oltean (6):
   net: phy: ar803x: Address packet drops at low traffic rate 
 due to SmartEEE feature
   net: phy: ar803x: Make RGMII Tx delays actually configurable 
 for AR8035
   net: phy: ar803x: Use common functions for RGMII internal 
 delays
   net: phy: ar803x: Clarify the configuration of the CLK_25M 
 output pin
   net: phy: ar803x: Explicitly disable RGMII delays
>>>
>>> Tom, this [1] is the patch that is breaking the evm. It doesn't affect
>>> BB Black because it uses an SMSC phy, where as this evm uses an
>>> AR8031/AR8033.
>>>
>>> Is it possible the device tree [2] is wrong for the board? It lists
>>> 'phy-mode = "rgmii-txid";', so that means that with this patch the RX
>>> delay is now being disabled.
>>>
>>> Any thoughts, Vladimir?
>>>
>>> Thanks,
>>> -Joe
>>>
>>> [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
>>> [2] arch/arm/dts/am335x-evm.dts
>>>
   net: phy: ar803x: Clarify the intention of ar8021_config

  arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
  arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
  arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
  arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
  arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
  arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
  arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
  board/ti/ks2_evm/mux-k2g.h  |  36 +++
  cmd/mdio.c  |  27 +++--
  doc/device-tree-bindings/net/micrel-ksz90x1.txt |  27 +
  drivers/net/ldpaa_eth/ldpaa_eth.c   |   1 +
  drivers/net/phy/Kconfig |  41 
  drivers/net/phy/aquantia.c  |   7 +-
  drivers/net/phy/atheros.c   | 128 
 ---
  drivers/net/phy/micrel_ksz90x1.c|  24 -
  drivers/net/phy/phy.c   |  21 +++-
  drivers/net/phy/realtek.c   |  19 
  drivers/net/phy/ti.c| 130 
 +---
  include/phy.h   |  70 

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

2019-05-08 Thread Tom Rini
On Wed, May 08, 2019 at 10:52:28PM +, Vladimir Oltean wrote:
> On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
> > On Tue, May 7, 2019 at 5:15 PM Joe Hershberger  
> > wrote:
> >>
> >> Hi Tom,
> >>
> >> The following changes since commit 
> >> 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> >>
> >> I rebased on your master and built for BB Black. DHCP seems to work 
> >> fine.
> >> MLO also now fits again.
> >>
> >>  Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-07 
> >> 09:38:00 -0400)
> >>
> >> are available in the git repository at:
> >>
> >>  git://git.denx.de/u-boot-net.git master
> >>
> >> for you to fetch changes up to 
> >> 8d0c6858455e89b089222a08d55ff711681ca011:
> >>
> >>  net: phy: micrel: Find Micrel PHY node correctly (2019-05-07 
> >> 14:51:55 -0500)
> >>
> >> 
> >> Carlo Caione (4):
> >>  net: phy: Add generic helpers to access MMD PHY registers
> >>  net: phy: ti: use generic helpers to access MMD registers
> >>  cmd: mdio: Switch to generic helpers when accessing the 
> >> registers
> >>  net: phy: realtek: Introduce quirk to mark RXC not stoppable
> >>
> >> James Byrne (2):
> >>  net: phy: micrel: Use correct skew values on KSZ9021
> >>  net: phy: micrel: Find Micrel PHY node correctly
> >>
> >> Murali Karicheri (2):
> >>  ARM: k2g-gp-evm: update to rgmii pinmux configuration
> >>  ARM: k2g-ice: Add pinmux support for rgmii interface
> >>
> >> Pankaj Bansal (1):
> >>  drivers: net: ldpaa_eth: fix resource leak
> >>
> >> Siva Durga Prasad Paladugu (2):
> >>  net: phy: Reloc next and prev pointers inside phy_drivers
> >>  net: phy: Fix return value check phy_probe
> >>
> >> Valentin-catalin Neacsu (1):
> >>  net: phy: aquantia: Set only autoneg on in register 4.c441
> >>
> >> Vladimir Oltean (6):
> >>  net: phy: ar803x: Address packet drops at low traffic rate 
> >> due to SmartEEE feature
> >>  net: phy: ar803x: Make RGMII Tx delays actually configurable 
> >> for AR8035
> >>  net: phy: ar803x: Use common functions for RGMII internal 
> >> delays
> >>  net: phy: ar803x: Clarify the configuration of the CLK_25M 
> >> output pin
> >>  net: phy: ar803x: Explicitly disable RGMII delays
> >
> > Tom, this [1] is the patch that is breaking the evm. It doesn't affect
> > BB Black because it uses an SMSC phy, where as this evm uses an
> > AR8031/AR8033.
> >
> > Is it possible the device tree [2] is wrong for the board? It lists
> > 'phy-mode = "rgmii-txid";', so that means that with this patch the RX
> > delay is now being disabled.
> >
> > Any thoughts, Vladimir?
> >
> > Thanks,
> > -Joe
> >
> > [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
> > [2] arch/arm/dts/am335x-evm.dts
> >
> >>  net: phy: ar803x: Clarify the intention of ar8021_config
> >>
> >> arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
> >> arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
> >> arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
> >> arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
> >> arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
> >> arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
> >> arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
> >> board/ti/ks2_evm/mux-k2g.h  |  36 +++
> >> cmd/mdio.c  |  27 +++--
> >> doc/device-tree-bindings/net/micrel-ksz90x1.txt |  27 +
> >> drivers/net/ldpaa_eth/ldpaa_eth.c   |   1 +
> >> drivers/net/phy/Kconfig |  41 
> >> drivers/net/phy/aquantia.c  |   7 +-
> >> drivers/net/phy/atheros.c   | 128 
> >> ---
> >> drivers/net/phy/micrel_ksz90x1.c|  24 -
> >> drivers/net/phy/phy.c   |  21 +++-
> >> drivers/net/phy/realtek.c   |  19 
> >> drivers/net/phy/ti.c| 130 
> >> +---
> >> include/phy.h   |  70 +
> >> 19 files changed, 394 insertions(+), 221 

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

2019-05-08 Thread Vladimir Oltean
On 5/9/19 1:48 AM, Tom 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/19 1:24 AM, Joe Hershberger wrote:
> On Tue, May 7, 2019 at 5:15 PM Joe Hershberger  
> wrote:
>>
>> Hi Tom,
>>
>> The following changes since commit 
>> 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
>>
>> I rebased on your master and built for BB Black. DHCP seems to work fine.
>> MLO also now fits again.
>>
>>  Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-07 
>> 09:38:00 -0400)
>>
>> are available in the git repository at:
>>
>>  git://git.denx.de/u-boot-net.git master
>>
>> for you to fetch changes up to 8d0c6858455e89b089222a08d55ff711681ca011:
>>
>>  net: phy: micrel: Find Micrel PHY node correctly (2019-05-07 
>> 14:51:55 -0500)
>>
>> 
>> Carlo Caione (4):
>>  net: phy: Add generic helpers to access MMD PHY registers
>>  net: phy: ti: use generic helpers to access MMD registers
>>  cmd: mdio: Switch to generic helpers when accessing the 
>> registers
>>  net: phy: realtek: Introduce quirk to mark RXC not stoppable
>>
>> James Byrne (2):
>>  net: phy: micrel: Use correct skew values on KSZ9021
>>  net: phy: micrel: Find Micrel PHY node correctly
>>
>> Murali Karicheri (2):
>>  ARM: k2g-gp-evm: update to rgmii pinmux configuration
>>  ARM: k2g-ice: Add pinmux support for rgmii interface
>>
>> Pankaj Bansal (1):
>>  drivers: net: ldpaa_eth: fix resource leak
>>
>> Siva Durga Prasad Paladugu (2):
>>  net: phy: Reloc next and prev pointers inside phy_drivers
>>  net: phy: Fix return value check phy_probe
>>
>> Valentin-catalin Neacsu (1):
>>  net: phy: aquantia: Set only autoneg on in register 4.c441
>>
>> Vladimir Oltean (6):
>>  net: phy: ar803x: Address packet drops at low traffic rate due 
>> to SmartEEE feature
>>  net: phy: ar803x: Make RGMII Tx delays actually configurable 
>> for AR8035
>>  net: phy: ar803x: Use common functions for RGMII internal delays
>>  net: phy: ar803x: Clarify the configuration of the CLK_25M 
>> output pin
>>  net: phy: ar803x: Explicitly disable RGMII delays
>
> Tom, this [1] is the patch that is breaking the evm. It doesn't affect
> BB Black because it uses an SMSC phy, where as this evm uses an
> AR8031/AR8033.
>
> Is it possible the device tree [2] is wrong for the board? It lists
> 'phy-mode = "rgmii-txid";', so that means that with this patch the RX
> delay is now being disabled.
>
> Any thoughts, Vladimir?
>
> Thanks,
> -Joe
>
> [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
> [2] arch/arm/dts/am335x-evm.dts
>
>>  net: phy: ar803x: Clarify the intention of ar8021_config
>>
>> arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
>> arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
>> arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
>> arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
>> arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
>> arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
>> arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
>> board/ti/ks2_evm/mux-k2g.h  |  36 +++
>> cmd/mdio.c  |  27 +++--
>> doc/device-tree-bindings/net/micrel-ksz90x1.txt |  27 +
>> drivers/net/ldpaa_eth/ldpaa_eth.c   |   1 +
>> drivers/net/phy/Kconfig |  41 
>> drivers/net/phy/aquantia.c  |   7 +-
>> drivers/net/phy/atheros.c   | 128 
>> ---
>> drivers/net/phy/micrel_ksz90x1.c|  24 -
>> drivers/net/phy/phy.c   |  21 +++-
>> drivers/net/phy/realtek.c   |  19 
>> drivers/net/phy/ti.c| 130 
>> +---
>> include/phy.h   |  70 +
>> 19 files changed, 394 insertions(+), 221 deletions(-)
>>
>> Thanks!
>> -Joe
>> ___
>> U-Boot mailing list
>> U-Boot@lists.denx.de
>> https://lists.denx.de/listinfo/u-boot
>

 Hi Joe, Tom,

 It sounds like what Joe pointed to (my patch) has a high chance of
 

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

2019-05-08 Thread Tom Rini
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/19 1:24 AM, Joe Hershberger wrote:
> >>> On Tue, May 7, 2019 at 5:15 PM Joe Hershberger  
> >>> wrote:
> 
>  Hi Tom,
> 
>  The following changes since commit 
>  8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> 
>  I rebased on your master and built for BB Black. DHCP seems to work fine.
>  MLO also now fits again.
> 
>  Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-07 
>  09:38:00 -0400)
> 
>  are available in the git repository at:
> 
>  git://git.denx.de/u-boot-net.git master
> 
>  for you to fetch changes up to 8d0c6858455e89b089222a08d55ff711681ca011:
> 
>  net: phy: micrel: Find Micrel PHY node correctly (2019-05-07 
>  14:51:55 -0500)
> 
>  
>  Carlo Caione (4):
>  net: phy: Add generic helpers to access MMD PHY registers
>  net: phy: ti: use generic helpers to access MMD registers
>  cmd: mdio: Switch to generic helpers when accessing the registers
>  net: phy: realtek: Introduce quirk to mark RXC not stoppable
> 
>  James Byrne (2):
>  net: phy: micrel: Use correct skew values on KSZ9021
>  net: phy: micrel: Find Micrel PHY node correctly
> 
>  Murali Karicheri (2):
>  ARM: k2g-gp-evm: update to rgmii pinmux configuration
>  ARM: k2g-ice: Add pinmux support for rgmii interface
> 
>  Pankaj Bansal (1):
>  drivers: net: ldpaa_eth: fix resource leak
> 
>  Siva Durga Prasad Paladugu (2):
>  net: phy: Reloc next and prev pointers inside phy_drivers
>  net: phy: Fix return value check phy_probe
> 
>  Valentin-catalin Neacsu (1):
>  net: phy: aquantia: Set only autoneg on in register 4.c441
> 
>  Vladimir Oltean (6):
>  net: phy: ar803x: Address packet drops at low traffic rate due 
>  to SmartEEE feature
>  net: phy: ar803x: Make RGMII Tx delays actually configurable for 
>  AR8035
>  net: phy: ar803x: Use common functions for RGMII internal delays
>  net: phy: ar803x: Clarify the configuration of the CLK_25M 
>  output pin
>  net: phy: ar803x: Explicitly disable RGMII delays
> >>>
> >>> Tom, this [1] is the patch that is breaking the evm. It doesn't affect
> >>> BB Black because it uses an SMSC phy, where as this evm uses an
> >>> AR8031/AR8033.
> >>>
> >>> Is it possible the device tree [2] is wrong for the board? It lists
> >>> 'phy-mode = "rgmii-txid";', so that means that with this patch the RX
> >>> delay is now being disabled.
> >>>
> >>> Any thoughts, Vladimir?
> >>>
> >>> Thanks,
> >>> -Joe
> >>>
> >>> [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
> >>> [2] arch/arm/dts/am335x-evm.dts
> >>>
>  net: phy: ar803x: Clarify the intention of ar8021_config
> 
> arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
> arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
> arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
> arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
> arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
> arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
> arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
> board/ti/ks2_evm/mux-k2g.h  |  36 +++
> cmd/mdio.c  |  27 +++--
> doc/device-tree-bindings/net/micrel-ksz90x1.txt |  27 +
> drivers/net/ldpaa_eth/ldpaa_eth.c   |   1 +
> drivers/net/phy/Kconfig |  41 
> drivers/net/phy/aquantia.c  |   7 +-
> drivers/net/phy/atheros.c   | 128 
>  ---
> drivers/net/phy/micrel_ksz90x1.c|  24 -
> drivers/net/phy/phy.c   |  21 +++-
> drivers/net/phy/realtek.c   |  19 
> drivers/net/phy/ti.c| 130 
>  +---
> include/phy.h   |  70 +
> 19 files changed, 394 insertions(+), 221 deletions(-)
> 
>  Thanks!
>  -Joe
>  ___
>  U-Boot mailing list
>  U-Boot@lists.denx.de
>  https://lists.denx.de/listinfo/u-boot
> >>>
> >>
> >> Hi Joe, Tom,
> >>
> >> It sounds like what Joe pointed to (my patch) has a high chance of
> >> causing link failure.
> >> If the board is relying on RX delays in the Atheros PHY to 

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

2019-05-08 Thread Vladimir Oltean
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/19 1:24 AM, Joe Hershberger wrote:
>>> On Tue, May 7, 2019 at 5:15 PM Joe Hershberger  
>>> wrote:

 Hi Tom,

 The following changes since commit 
 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:

 I rebased on your master and built for BB Black. DHCP seems to work fine.
 MLO also now fits again.

 Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-07 
 09:38:00 -0400)

 are available in the git repository at:

 git://git.denx.de/u-boot-net.git master

 for you to fetch changes up to 8d0c6858455e89b089222a08d55ff711681ca011:

 net: phy: micrel: Find Micrel PHY node correctly (2019-05-07 14:51:55 
 -0500)

 
 Carlo Caione (4):
 net: phy: Add generic helpers to access MMD PHY registers
 net: phy: ti: use generic helpers to access MMD registers
 cmd: mdio: Switch to generic helpers when accessing the registers
 net: phy: realtek: Introduce quirk to mark RXC not stoppable

 James Byrne (2):
 net: phy: micrel: Use correct skew values on KSZ9021
 net: phy: micrel: Find Micrel PHY node correctly

 Murali Karicheri (2):
 ARM: k2g-gp-evm: update to rgmii pinmux configuration
 ARM: k2g-ice: Add pinmux support for rgmii interface

 Pankaj Bansal (1):
 drivers: net: ldpaa_eth: fix resource leak

 Siva Durga Prasad Paladugu (2):
 net: phy: Reloc next and prev pointers inside phy_drivers
 net: phy: Fix return value check phy_probe

 Valentin-catalin Neacsu (1):
 net: phy: aquantia: Set only autoneg on in register 4.c441

 Vladimir Oltean (6):
 net: phy: ar803x: Address packet drops at low traffic rate due to 
 SmartEEE feature
 net: phy: ar803x: Make RGMII Tx delays actually configurable for 
 AR8035
 net: phy: ar803x: Use common functions for RGMII internal delays
 net: phy: ar803x: Clarify the configuration of the CLK_25M output 
 pin
 net: phy: ar803x: Explicitly disable RGMII delays
>>>
>>> Tom, this [1] is the patch that is breaking the evm. It doesn't affect
>>> BB Black because it uses an SMSC phy, where as this evm uses an
>>> AR8031/AR8033.
>>>
>>> Is it possible the device tree [2] is wrong for the board? It lists
>>> 'phy-mode = "rgmii-txid";', so that means that with this patch the RX
>>> delay is now being disabled.
>>>
>>> Any thoughts, Vladimir?
>>>
>>> Thanks,
>>> -Joe
>>>
>>> [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
>>> [2] arch/arm/dts/am335x-evm.dts
>>>
 net: phy: ar803x: Clarify the intention of ar8021_config

arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
board/ti/ks2_evm/mux-k2g.h  |  36 +++
cmd/mdio.c  |  27 +++--
doc/device-tree-bindings/net/micrel-ksz90x1.txt |  27 +
drivers/net/ldpaa_eth/ldpaa_eth.c   |   1 +
drivers/net/phy/Kconfig |  41 
drivers/net/phy/aquantia.c  |   7 +-
drivers/net/phy/atheros.c   | 128 
 ---
drivers/net/phy/micrel_ksz90x1.c|  24 -
drivers/net/phy/phy.c   |  21 +++-
drivers/net/phy/realtek.c   |  19 
drivers/net/phy/ti.c| 130 
 +---
include/phy.h   |  70 +
19 files changed, 394 insertions(+), 221 deletions(-)

 Thanks!
 -Joe
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 https://lists.denx.de/listinfo/u-boot
>>>
>>
>> Hi Joe, Tom,
>>
>> It sounds like what Joe pointed to (my patch) has a high chance of
>> causing link failure.
>> If the board is relying on RX delays in the Atheros PHY to ensure
>> correct RGMII timing budget, then for sure it was working before and now
>> it is broken. In that case, it was working by mistake; the DT blob is
>> broken and should be corrected.
>> Sorry for the trouble this has caused.
> 
> How is this handled in the Linux kernel and/or why 

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

2019-05-08 Thread Tom Rini
On Wed, May 08, 2019 at 10:24:29PM +, Joe Hershberger wrote:
> On Tue, May 7, 2019 at 5:15 PM Joe Hershberger  wrote:
> >
> > Hi Tom,
> >
> > The following changes since commit 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> >
> > I rebased on your master and built for BB Black. DHCP seems to work fine.
> > MLO also now fits again.
> >
> >   Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-07 09:38:00 
> > -0400)
> >
> > are available in the git repository at:
> >
> >   git://git.denx.de/u-boot-net.git master
> >
> > for you to fetch changes up to 8d0c6858455e89b089222a08d55ff711681ca011:
> >
> >   net: phy: micrel: Find Micrel PHY node correctly (2019-05-07 14:51:55 
> > -0500)
> >
> > 
> > Carlo Caione (4):
> >   net: phy: Add generic helpers to access MMD PHY registers
> >   net: phy: ti: use generic helpers to access MMD registers
> >   cmd: mdio: Switch to generic helpers when accessing the registers
> >   net: phy: realtek: Introduce quirk to mark RXC not stoppable
> >
> > James Byrne (2):
> >   net: phy: micrel: Use correct skew values on KSZ9021
> >   net: phy: micrel: Find Micrel PHY node correctly
> >
> > Murali Karicheri (2):
> >   ARM: k2g-gp-evm: update to rgmii pinmux configuration
> >   ARM: k2g-ice: Add pinmux support for rgmii interface
> >
> > Pankaj Bansal (1):
> >   drivers: net: ldpaa_eth: fix resource leak
> >
> > Siva Durga Prasad Paladugu (2):
> >   net: phy: Reloc next and prev pointers inside phy_drivers
> >   net: phy: Fix return value check phy_probe
> >
> > Valentin-catalin Neacsu (1):
> >   net: phy: aquantia: Set only autoneg on in register 4.c441
> >
> > Vladimir Oltean (6):
> >   net: phy: ar803x: Address packet drops at low traffic rate due to 
> > SmartEEE feature
> >   net: phy: ar803x: Make RGMII Tx delays actually configurable for 
> > AR8035
> >   net: phy: ar803x: Use common functions for RGMII internal delays
> >   net: phy: ar803x: Clarify the configuration of the CLK_25M output pin
> >   net: phy: ar803x: Explicitly disable RGMII delays
> 
> Tom, this [1] is the patch that is breaking the evm. It doesn't affect
> BB Black because it uses an SMSC phy, where as this evm uses an
> AR8031/AR8033.
> 
> Is it possible the device tree [2] is wrong for the board? It lists
> 'phy-mode = "rgmii-txid";', so that means that with this patch the RX
> delay is now being disabled.
> 
> Any thoughts, Vladimir?
> 
> Thanks,
> -Joe
> 
> [1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
> [2] arch/arm/dts/am335x-evm.dts

Thanks for tracking this down.  I believe the DTS is right as it matches
the kernel in this regard.  That said, it's the Bone which has the
schematic available and not the EVM so I can't point at that for
further digging.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-08 Thread Joe Hershberger
On Tue, May 7, 2019 at 5:15 PM Joe Hershberger  wrote:
>
> Hi Tom,
>
> The following changes since commit 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
>
> I rebased on your master and built for BB Black. DHCP seems to work fine.
> MLO also now fits again.
>
>   Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-07 09:38:00 
> -0400)
>
> are available in the git repository at:
>
>   git://git.denx.de/u-boot-net.git master
>
> for you to fetch changes up to 8d0c6858455e89b089222a08d55ff711681ca011:
>
>   net: phy: micrel: Find Micrel PHY node correctly (2019-05-07 14:51:55 -0500)
>
> 
> Carlo Caione (4):
>   net: phy: Add generic helpers to access MMD PHY registers
>   net: phy: ti: use generic helpers to access MMD registers
>   cmd: mdio: Switch to generic helpers when accessing the registers
>   net: phy: realtek: Introduce quirk to mark RXC not stoppable
>
> James Byrne (2):
>   net: phy: micrel: Use correct skew values on KSZ9021
>   net: phy: micrel: Find Micrel PHY node correctly
>
> Murali Karicheri (2):
>   ARM: k2g-gp-evm: update to rgmii pinmux configuration
>   ARM: k2g-ice: Add pinmux support for rgmii interface
>
> Pankaj Bansal (1):
>   drivers: net: ldpaa_eth: fix resource leak
>
> Siva Durga Prasad Paladugu (2):
>   net: phy: Reloc next and prev pointers inside phy_drivers
>   net: phy: Fix return value check phy_probe
>
> Valentin-catalin Neacsu (1):
>   net: phy: aquantia: Set only autoneg on in register 4.c441
>
> Vladimir Oltean (6):
>   net: phy: ar803x: Address packet drops at low traffic rate due to 
> SmartEEE feature
>   net: phy: ar803x: Make RGMII Tx delays actually configurable for AR8035
>   net: phy: ar803x: Use common functions for RGMII internal delays
>   net: phy: ar803x: Clarify the configuration of the CLK_25M output pin
>   net: phy: ar803x: Explicitly disable RGMII delays

Tom, this [1] is the patch that is breaking the evm. It doesn't affect
BB Black because it uses an SMSC phy, where as this evm uses an
AR8031/AR8033.

Is it possible the device tree [2] is wrong for the board? It lists
'phy-mode = "rgmii-txid";', so that means that with this patch the RX
delay is now being disabled.

Any thoughts, Vladimir?

Thanks,
-Joe

[1] b3224e0f7e - "net: phy: ar803x: Explicitly disable RGMII delays"
[2] arch/arm/dts/am335x-evm.dts

>   net: phy: ar803x: Clarify the intention of ar8021_config
>
>  arch/arm/dts/sama5d3xcm.dtsi|  32 +++---
>  arch/arm/dts/sama5d3xcm_cmp.dtsi|  32 +++---
>  arch/arm/dts/socfpga_arria5_socdk.dts   |   4 +-
>  arch/arm/dts/socfpga_cyclone5_is1.dts   |   4 +-
>  arch/arm/dts/socfpga_cyclone5_socdk.dts |   4 +-
>  arch/arm/dts/socfpga_cyclone5_sockit.dts|   4 +-
>  arch/arm/dts/socfpga_cyclone5_vining_fpga.dts   |   4 +-
>  board/ti/ks2_evm/mux-k2g.h  |  36 +++
>  cmd/mdio.c  |  27 +++--
>  doc/device-tree-bindings/net/micrel-ksz90x1.txt |  27 +
>  drivers/net/ldpaa_eth/ldpaa_eth.c   |   1 +
>  drivers/net/phy/Kconfig |  41 
>  drivers/net/phy/aquantia.c  |   7 +-
>  drivers/net/phy/atheros.c   | 128 ---
>  drivers/net/phy/micrel_ksz90x1.c|  24 -
>  drivers/net/phy/phy.c   |  21 +++-
>  drivers/net/phy/realtek.c   |  19 
>  drivers/net/phy/ti.c| 130 
> +---
>  include/phy.h   |  70 +
>  19 files changed, 394 insertions(+), 221 deletions(-)
>
> Thanks!
> -Joe
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-30 Thread Tom Rini
On Wed, May 01, 2019 at 12:56:30AM +, Joe Hershberger wrote:
> On Tue, Apr 30, 2019 at 4:29 PM Tom Rini  wrote:
> >
> > On Tue, Apr 30, 2019 at 09:15:33PM +, Joe Hershberger wrote:
> > > On Tue, Mar 19, 2019 at 5:41 PM Tom Rini  wrote:
> > > >
> > > > On Tue, Mar 12, 2019 at 01:15:46PM -0500, Joe Hershberger wrote:
> > > >
> > > > > Hi Tom,
> > > > >
> > > > > These patches passed the CI build here: 
> > > > > https://travis-ci.org/jhershbe/u-boot/builds/501807294
> > > > >
> > > > > The following changes since commit 
> > > > > 2e8092d94f40a5692baf3ec768ce3216a7bf032a:
> > > > >
> > > > >   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-03-11 
> > > > > 15:48:57 -0400)
> > > > >
> > > > > are available in the git repository at:
> > > > >
> > > > >
> > > > >   git://git.denx.de/u-boot-net.git master
> > > > >
> > > > > for you to fetch changes up to 
> > > > > 85f05f72bacc2d047731fc64801e4f6b34cf:
> > > > >
> > > > >   net: phy: aquantia: Set only autoneg on in register 4.c441 
> > > > > (2019-03-12 13:13:37 -0500)
> > > > >
> > > >
> > > > NAK.  One of:
> > > > The first bad commit could be any of:
> > > > 30b2ca2e0fa274b875bb56f541b7dd33ce93c1d1
> > > > 8860e1563f38d16f7ae29053018cd445c0fa111d
> > > > ebb5027d69196dd83fd0fa5bd91fca07acfd77be
> > > > 09e0a36497c84273e5b22488d5af01bf0ba17469
> > > > 841b9df209e37fe1bfefa5f44e837a0ad497443f
> > > > 15e67d1cdc7258c0c07ad1fd6c2818f7e9f52447
> > > > 7aadf5134f2f5771689d0657b69875d0a464859d
> > > > d35488518f3c16d305092c816a5129f45a0b62d7
> > > > Breaks am335x_evm ethernet:
> > > > 18:39:52 => => dhcp
> > > > 18:39:52 ethernet@4a10 Waiting for PHY auto negotiation to
> > > > complete... done
> > > > 18:39:52 link up on port 0, speed 1000, full duplex
> > > > 18:39:52 BOOTP broadcast 1
> > > > 18:39:52 BOOTP broadcast 2
> > > > 18:39:52 BOOTP broadcast 3
> > > > 18:39:52 BOOTP broadcast 4
> > > > 18:39:52 BOOTP broadcast 5
> > > > 18:39:52 BOOTP broadcast 6
> > > > 18:39:52 BOOTP broadcast 7
> > > > 18:39:52 BOOTP broadcast 8
> > > > 18:39:52 BOOTP broadcast 9
> > > > 18:39:52 BOOTP broadcast 10
> > > > 18:39:52 BOOTP broadcast 11
> > > > 18:39:52 BOOTP broadcast 12
> > > > 18:39:52 BOOTP broadcast 13
> > > > 18:39:52 BOOTP broadcast 14
> > > > 18:39:52 BOOTP broadcast 15
> > > > 18:39:52 BOOTP broadcast 16
> > > > 18:39:52 BOOTP broadcast 17
> > >
> > > I rebased the series on the current master and I can't reproduce this
> > > dhcp issue. On the original series I saw broken DHCP only with "net:
> > > phy: micrel: Use correct skew values on KSZ9021" which doesn't make
> > > any sense because that phy is not used on BBB and isn't even compiled
> > > in. Also, the issue doesn't reproduce when the next patch is applied.
> > > Even that oddity doesn't happen after the rebase.
> > >
> > > Also the SPL for boneblack is too big to build with some of the
> > > patches in this series now, so I'm not sure how that should be
> > > handled.
> >
> > Drop those parts for now I guess and we'll have to look harder at them
> > stand-alone?  And I assume you mean am335x_boneblack_vboot is too large?
> > Or am335x_evm itself?  Thanks!
> 
> Meaning the SPL part of am335x_evm target fails by a few hundred bytes.

I need to grab the series that shaves a few hundred bytes I think then
from SPL for am335x.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-30 Thread Joe Hershberger
On Tue, Apr 30, 2019 at 4:29 PM Tom Rini  wrote:
>
> On Tue, Apr 30, 2019 at 09:15:33PM +, Joe Hershberger wrote:
> > On Tue, Mar 19, 2019 at 5:41 PM Tom Rini  wrote:
> > >
> > > On Tue, Mar 12, 2019 at 01:15:46PM -0500, Joe Hershberger wrote:
> > >
> > > > Hi Tom,
> > > >
> > > > These patches passed the CI build here: 
> > > > https://travis-ci.org/jhershbe/u-boot/builds/501807294
> > > >
> > > > The following changes since commit 
> > > > 2e8092d94f40a5692baf3ec768ce3216a7bf032a:
> > > >
> > > >   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-03-11 
> > > > 15:48:57 -0400)
> > > >
> > > > are available in the git repository at:
> > > >
> > > >
> > > >   git://git.denx.de/u-boot-net.git master
> > > >
> > > > for you to fetch changes up to 85f05f72bacc2d047731fc64801e4f6b34cf:
> > > >
> > > >   net: phy: aquantia: Set only autoneg on in register 4.c441 
> > > > (2019-03-12 13:13:37 -0500)
> > > >
> > >
> > > NAK.  One of:
> > > The first bad commit could be any of:
> > > 30b2ca2e0fa274b875bb56f541b7dd33ce93c1d1
> > > 8860e1563f38d16f7ae29053018cd445c0fa111d
> > > ebb5027d69196dd83fd0fa5bd91fca07acfd77be
> > > 09e0a36497c84273e5b22488d5af01bf0ba17469
> > > 841b9df209e37fe1bfefa5f44e837a0ad497443f
> > > 15e67d1cdc7258c0c07ad1fd6c2818f7e9f52447
> > > 7aadf5134f2f5771689d0657b69875d0a464859d
> > > d35488518f3c16d305092c816a5129f45a0b62d7
> > > Breaks am335x_evm ethernet:
> > > 18:39:52 => => dhcp
> > > 18:39:52 ethernet@4a10 Waiting for PHY auto negotiation to
> > > complete... done
> > > 18:39:52 link up on port 0, speed 1000, full duplex
> > > 18:39:52 BOOTP broadcast 1
> > > 18:39:52 BOOTP broadcast 2
> > > 18:39:52 BOOTP broadcast 3
> > > 18:39:52 BOOTP broadcast 4
> > > 18:39:52 BOOTP broadcast 5
> > > 18:39:52 BOOTP broadcast 6
> > > 18:39:52 BOOTP broadcast 7
> > > 18:39:52 BOOTP broadcast 8
> > > 18:39:52 BOOTP broadcast 9
> > > 18:39:52 BOOTP broadcast 10
> > > 18:39:52 BOOTP broadcast 11
> > > 18:39:52 BOOTP broadcast 12
> > > 18:39:52 BOOTP broadcast 13
> > > 18:39:52 BOOTP broadcast 14
> > > 18:39:52 BOOTP broadcast 15
> > > 18:39:52 BOOTP broadcast 16
> > > 18:39:52 BOOTP broadcast 17
> >
> > I rebased the series on the current master and I can't reproduce this
> > dhcp issue. On the original series I saw broken DHCP only with "net:
> > phy: micrel: Use correct skew values on KSZ9021" which doesn't make
> > any sense because that phy is not used on BBB and isn't even compiled
> > in. Also, the issue doesn't reproduce when the next patch is applied.
> > Even that oddity doesn't happen after the rebase.
> >
> > Also the SPL for boneblack is too big to build with some of the
> > patches in this series now, so I'm not sure how that should be
> > handled.
>
> Drop those parts for now I guess and we'll have to look harder at them
> stand-alone?  And I assume you mean am335x_boneblack_vboot is too large?
> Or am335x_evm itself?  Thanks!

Meaning the SPL part of am335x_evm target fails by a few hundred bytes.

> --
> Tom
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-30 Thread Tom Rini
On Tue, Apr 30, 2019 at 09:15:33PM +, Joe Hershberger wrote:
> On Tue, Mar 19, 2019 at 5:41 PM Tom Rini  wrote:
> >
> > On Tue, Mar 12, 2019 at 01:15:46PM -0500, Joe Hershberger wrote:
> >
> > > Hi Tom,
> > >
> > > These patches passed the CI build here: 
> > > https://travis-ci.org/jhershbe/u-boot/builds/501807294
> > >
> > > The following changes since commit 
> > > 2e8092d94f40a5692baf3ec768ce3216a7bf032a:
> > >
> > >   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-03-11 
> > > 15:48:57 -0400)
> > >
> > > are available in the git repository at:
> > >
> > >
> > >   git://git.denx.de/u-boot-net.git master
> > >
> > > for you to fetch changes up to 85f05f72bacc2d047731fc64801e4f6b34cf:
> > >
> > >   net: phy: aquantia: Set only autoneg on in register 4.c441 (2019-03-12 
> > > 13:13:37 -0500)
> > >
> >
> > NAK.  One of:
> > The first bad commit could be any of:
> > 30b2ca2e0fa274b875bb56f541b7dd33ce93c1d1
> > 8860e1563f38d16f7ae29053018cd445c0fa111d
> > ebb5027d69196dd83fd0fa5bd91fca07acfd77be
> > 09e0a36497c84273e5b22488d5af01bf0ba17469
> > 841b9df209e37fe1bfefa5f44e837a0ad497443f
> > 15e67d1cdc7258c0c07ad1fd6c2818f7e9f52447
> > 7aadf5134f2f5771689d0657b69875d0a464859d
> > d35488518f3c16d305092c816a5129f45a0b62d7
> > Breaks am335x_evm ethernet:
> > 18:39:52 => => dhcp
> > 18:39:52 ethernet@4a10 Waiting for PHY auto negotiation to
> > complete... done
> > 18:39:52 link up on port 0, speed 1000, full duplex
> > 18:39:52 BOOTP broadcast 1
> > 18:39:52 BOOTP broadcast 2
> > 18:39:52 BOOTP broadcast 3
> > 18:39:52 BOOTP broadcast 4
> > 18:39:52 BOOTP broadcast 5
> > 18:39:52 BOOTP broadcast 6
> > 18:39:52 BOOTP broadcast 7
> > 18:39:52 BOOTP broadcast 8
> > 18:39:52 BOOTP broadcast 9
> > 18:39:52 BOOTP broadcast 10
> > 18:39:52 BOOTP broadcast 11
> > 18:39:52 BOOTP broadcast 12
> > 18:39:52 BOOTP broadcast 13
> > 18:39:52 BOOTP broadcast 14
> > 18:39:52 BOOTP broadcast 15
> > 18:39:52 BOOTP broadcast 16
> > 18:39:52 BOOTP broadcast 17
> 
> I rebased the series on the current master and I can't reproduce this
> dhcp issue. On the original series I saw broken DHCP only with "net:
> phy: micrel: Use correct skew values on KSZ9021" which doesn't make
> any sense because that phy is not used on BBB and isn't even compiled
> in. Also, the issue doesn't reproduce when the next patch is applied.
> Even that oddity doesn't happen after the rebase.
> 
> Also the SPL for boneblack is too big to build with some of the
> patches in this series now, so I'm not sure how that should be
> handled.

Drop those parts for now I guess and we'll have to look harder at them
stand-alone?  And I assume you mean am335x_boneblack_vboot is too large?
Or am335x_evm itself?  Thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-30 Thread Joe Hershberger
On Tue, Mar 19, 2019 at 5:41 PM Tom Rini  wrote:
>
> On Tue, Mar 12, 2019 at 01:15:46PM -0500, Joe Hershberger wrote:
>
> > Hi Tom,
> >
> > These patches passed the CI build here: 
> > https://travis-ci.org/jhershbe/u-boot/builds/501807294
> >
> > The following changes since commit 2e8092d94f40a5692baf3ec768ce3216a7bf032a:
> >
> >   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-03-11 
> > 15:48:57 -0400)
> >
> > are available in the git repository at:
> >
> >
> >   git://git.denx.de/u-boot-net.git master
> >
> > for you to fetch changes up to 85f05f72bacc2d047731fc64801e4f6b34cf:
> >
> >   net: phy: aquantia: Set only autoneg on in register 4.c441 (2019-03-12 
> > 13:13:37 -0500)
> >
>
> NAK.  One of:
> The first bad commit could be any of:
> 30b2ca2e0fa274b875bb56f541b7dd33ce93c1d1
> 8860e1563f38d16f7ae29053018cd445c0fa111d
> ebb5027d69196dd83fd0fa5bd91fca07acfd77be
> 09e0a36497c84273e5b22488d5af01bf0ba17469
> 841b9df209e37fe1bfefa5f44e837a0ad497443f
> 15e67d1cdc7258c0c07ad1fd6c2818f7e9f52447
> 7aadf5134f2f5771689d0657b69875d0a464859d
> d35488518f3c16d305092c816a5129f45a0b62d7
> Breaks am335x_evm ethernet:
> 18:39:52 => => dhcp
> 18:39:52 ethernet@4a10 Waiting for PHY auto negotiation to
> complete... done
> 18:39:52 link up on port 0, speed 1000, full duplex
> 18:39:52 BOOTP broadcast 1
> 18:39:52 BOOTP broadcast 2
> 18:39:52 BOOTP broadcast 3
> 18:39:52 BOOTP broadcast 4
> 18:39:52 BOOTP broadcast 5
> 18:39:52 BOOTP broadcast 6
> 18:39:52 BOOTP broadcast 7
> 18:39:52 BOOTP broadcast 8
> 18:39:52 BOOTP broadcast 9
> 18:39:52 BOOTP broadcast 10
> 18:39:52 BOOTP broadcast 11
> 18:39:52 BOOTP broadcast 12
> 18:39:52 BOOTP broadcast 13
> 18:39:52 BOOTP broadcast 14
> 18:39:52 BOOTP broadcast 15
> 18:39:52 BOOTP broadcast 16
> 18:39:52 BOOTP broadcast 17

I rebased the series on the current master and I can't reproduce this
dhcp issue. On the original series I saw broken DHCP only with "net:
phy: micrel: Use correct skew values on KSZ9021" which doesn't make
any sense because that phy is not used on BBB and isn't even compiled
in. Also, the issue doesn't reproduce when the next patch is applied.
Even that oddity doesn't happen after the rebase.

Also the SPL for boneblack is too big to build with some of the
patches in this series now, so I'm not sure how that should be
handled.

Thanks,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-03-19 Thread Tom Rini
On Tue, Mar 12, 2019 at 01:15:46PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> These patches passed the CI build here: 
> https://travis-ci.org/jhershbe/u-boot/builds/501807294
> 
> The following changes since commit 2e8092d94f40a5692baf3ec768ce3216a7bf032a:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-03-11 
> 15:48:57 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 85f05f72bacc2d047731fc64801e4f6b34cf:
> 
>   net: phy: aquantia: Set only autoneg on in register 4.c441 (2019-03-12 
> 13:13:37 -0500)
> 

NAK.  One of:
The first bad commit could be any of:
30b2ca2e0fa274b875bb56f541b7dd33ce93c1d1
8860e1563f38d16f7ae29053018cd445c0fa111d
ebb5027d69196dd83fd0fa5bd91fca07acfd77be
09e0a36497c84273e5b22488d5af01bf0ba17469
841b9df209e37fe1bfefa5f44e837a0ad497443f
15e67d1cdc7258c0c07ad1fd6c2818f7e9f52447
7aadf5134f2f5771689d0657b69875d0a464859d
d35488518f3c16d305092c816a5129f45a0b62d7
Breaks am335x_evm ethernet:
18:39:52 => => dhcp
18:39:52 ethernet@4a10 Waiting for PHY auto negotiation to
complete... done
18:39:52 link up on port 0, speed 1000, full duplex
18:39:52 BOOTP broadcast 1
18:39:52 BOOTP broadcast 2
18:39:52 BOOTP broadcast 3
18:39:52 BOOTP broadcast 4
18:39:52 BOOTP broadcast 5
18:39:52 BOOTP broadcast 6
18:39:52 BOOTP broadcast 7
18:39:52 BOOTP broadcast 8
18:39:52 BOOTP broadcast 9
18:39:52 BOOTP broadcast 10
18:39:52 BOOTP broadcast 11
18:39:52 BOOTP broadcast 12
18:39:52 BOOTP broadcast 13
18:39:52 BOOTP broadcast 14
18:39:52 BOOTP broadcast 15
18:39:52 BOOTP broadcast 16
18:39:52 BOOTP broadcast 17

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-03-07 Thread Tom Rini
On Tue, Mar 05, 2019 at 12:02:55PM -0600, Joe Hershberger wrote:

> Hi Tom,
> 
> These patches passed the CI build here: 
> https://travis-ci.org/jhershbe/u-boot/builds/501807294
> 
> 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 repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 91c9cbabf935b37ab6c0b9b622e7faf0b350acb6:
> 
>   net: phy: aquantia: Print information on config (2019-01-24 11:35:30 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-25 Thread Tom Rini
On Thu, Jan 24, 2019 at 11:35:57AM -0600, Joe Hershberger wrote:

> 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 repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 91c9cbabf935b37ab6c0b9b622e7faf0b350acb6:
> 
>   net: phy: aquantia: Print information on config (2019-01-24 11:35:30 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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
> >
> > The following changes since commit 5ef76e59c12c79d106ebda70b710468aa6bd8b75:
> >
> >   Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-11-04 08:12:21 
> > -0500)
> >
> > are available in the git repository at:
> >
> >
> >   git://git.denx.de/u-boot-net.git master
> >
> > for you to fetch changes up to 79d8127168e211f4745bd2183a3338c6c4e2d003:
> >
> >   driver: net: ti: keystone_net: switch to use common mdio lib (2018-11-05 
> > 10:42:01 -0600)
> >
>
> Given that the release is one week away, rather than sit on this for
> now, applied to u-boot/next, thanks!

Works for me.

Thanks,
-Joe

> --
> Tom
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-11-05 Thread Tom Rini
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
> 
> The following changes since commit 5ef76e59c12c79d106ebda70b710468aa6bd8b75:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-11-04 08:12:21 
> -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 79d8127168e211f4745bd2183a3338c6c4e2d003:
> 
>   driver: net: ti: keystone_net: switch to use common mdio lib (2018-11-05 
> 10:42:01 -0600)
> 

Given that the release is one week away, rather than sit on this for
now, applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-26 Thread Tom Rini
On Wed, Oct 24, 2018 at 02:45:53PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> Tested as https://travis-ci.org/jhershbe/u-boot/builds/445352605
> 
> The following changes since commit 1ed3c0954bd160dafcad8847a51c3ddd5f992f51:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-samsung (2018-10-23 
> 21:13:32 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 58ec4d3342f4ffd195f3f3f2e570f772500c6ecb:
> 
>   net: fec_mxc: add support for i.MX8X (2018-10-24 14:45:38 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-26 Thread York Sun
On 10/26/18 04:52, Tom Rini wrote:


> This passed travis at the time, but now it fails on vf610twr for me:
> https://travis-ci.org/trini/u-boot/jobs/446449322 so I've cc'd Alison if
> there's anything we can easily turn off in the defconfig.  But I'm also
> cc'ing York since I thought I saw Alison say they didn't have the board
> anymore?  Should we mark it orphan?  Drop it from CI for now and fully
> soon?  Or does someone else want to take it?
> 

Alison,

I don't see vf610twr anywhere. Can you find out if this board is still
shipping or actively being used?

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-26 Thread Anatolij Gustschin
On Fri, 26 Oct 2018 07:52:50 -0400
Tom Rini tr...@konsulko.com wrote:
...
> This passed travis at the time, but now it fails on vf610twr for me:
> https://travis-ci.org/trini/u-boot/jobs/446449322 so I've cc'd Alison if
> there's anything we can easily turn off in the defconfig.  But I'm also
> cc'ing York since I thought I saw Alison say they didn't have the board
> anymore?  Should we mark it orphan?  Drop it from CI for now and fully
> soon?  Or does someone else want to take it?

I've seen this too when build-testing i.MX8 patches, it is the impact
of recent drivers growth after extensions for i.MX8. Below is a raw patch
I tried to reduce the size for VF610 (not finished yet). Would something
like that be acceptable?

CMD_MEMTEST could be dropped from defconfig, the board would be bootable
without it.

Thanks,

Anatolij


diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c
index d9fe5e..1dae2dfa14 100644
--- a/drivers/i2c/mxc_i2c.c
+++ b/drivers/i2c/mxc_i2c.c
@@ -943,8 +943,11 @@ static const struct dm_i2c_ops mxc_i2c_ops = {
 };
 
 static const struct udevice_id mxc_i2c_ids[] = {
-   { .compatible = "fsl,imx21-i2c", },
+#if defined(CONFIG_ARCH_VF610)
{ .compatible = "fsl,vf610-i2c", .data = I2C_QUIRK_FLAG, },
+#else
+   { .compatible = "fsl,imx21-i2c", },
+#endif
{}
 };
 
diff --git a/drivers/serial/serial_lpuart.c b/drivers/serial/serial_lpuart.c
index 6106c1f9ec..c4be872d28 100644
--- a/drivers/serial/serial_lpuart.c
+++ b/drivers/serial/serial_lpuart.c
@@ -227,6 +227,7 @@ static int _lpuart_serial_init(struct udevice *dev)
return 0;
 }
 
+#if defined(CONFIG_ARCH_MX7) || defined(CONFIG_ARCH_IMX8)
 static void _lpuart32_serial_setbrg_7ulp(struct udevice *dev,
 int baudrate)
 {
@@ -295,6 +296,10 @@ static void _lpuart32_serial_setbrg_7ulp(struct udevice 
*dev,
 
out_le32(>baud, tmp);
 }
+#else
+static inline void _lpuart32_serial_setbrg_7ulp(struct udevice *dev,
+   int baudrate) { }
+#endif
 
 static void _lpuart32_serial_setbrg(struct udevice *dev,
int baudrate)
@@ -502,14 +507,19 @@ static int lpuart_serial_ofdata_to_platdata(struct 
udevice *dev)
plat->reg = (void *)addr;
plat->flags = dev_get_driver_data(dev);
 
-   if (!fdt_node_check_compatible(blob, node, "fsl,ls1021a-lpuart"))
-   plat->devtype = DEV_LS1021A;
-   else if (!fdt_node_check_compatible(blob, node, "fsl,imx7ulp-lpuart"))
+#if defined(CONFIG_ARCH_MX7)
+   if (!fdt_node_check_compatible(blob, node, "fsl,imx7ulp-lpuart"))
plat->devtype = DEV_MX7ULP;
-   else if (!fdt_node_check_compatible(blob, node, "fsl,vf610-lpuart"))
+#elif defined(CONFIG_ARCH_VF610)
+   if (!fdt_node_check_compatible(blob, node, "fsl,vf610-lpuart"))
plat->devtype = DEV_VF610;
-   else if (!fdt_node_check_compatible(blob, node, "fsl,imx8qm-lpuart"))
+#elif defined(CONFIG_ARCH_IMX8)
+   if (!fdt_node_check_compatible(blob, node, "fsl,imx8qm-lpuart"))
plat->devtype = DEV_IMX8;
+#else
+   if (!fdt_node_check_compatible(blob, node, "fsl,ls1021a-lpuart"))
+   plat->devtype = DEV_LS1021A;
+#endif
 
return 0;
 }
@@ -522,13 +532,18 @@ static const struct dm_serial_ops lpuart_serial_ops = {
 };
 
 static const struct udevice_id lpuart_serial_ids[] = {
-   { .compatible = "fsl,ls1021a-lpuart", .data =
-   LPUART_FLAG_REGMAP_32BIT_REG | LPUART_FLAG_REGMAP_ENDIAN_BIG },
+#if defined(CONFIG_ARCH_MX7)
{ .compatible = "fsl,imx7ulp-lpuart",
.data = LPUART_FLAG_REGMAP_32BIT_REG },
+#elif defined(CONFIG_ARCH_VF610)
{ .compatible = "fsl,vf610-lpuart"},
+#elif defined(CONFIG_ARCH_IMX8)
{ .compatible = "fsl,imx8qm-lpuart",
.data = LPUART_FLAG_REGMAP_32BIT_REG },
+#else
+   { .compatible = "fsl,ls1021a-lpuart", .data =
+   LPUART_FLAG_REGMAP_32BIT_REG | LPUART_FLAG_REGMAP_ENDIAN_BIG },
+#endif
{ }
 };
 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-26 Thread Tom Rini
On Fri, Oct 26, 2018 at 02:24:02PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> On 26/10/18 13:52, Tom Rini wrote:
> > On Wed, Oct 24, 2018 at 02:45:53PM -0500, Joe Hershberger wrote:
> > 
> >> Hi Tom,
> >>
> >> Tested as https://travis-ci.org/jhershbe/u-boot/builds/445352605
> >>
> >> The following changes since commit 
> >> 1ed3c0954bd160dafcad8847a51c3ddd5f992f51:
> >>
> >>   Merge branch 'master' of git://git.denx.de/u-boot-samsung (2018-10-23 
> >> 21:13:32 -0400)
> >>
> >> are available in the git repository at:
> >>
> >>
> >>   git://git.denx.de/u-boot-net.git master
> >>
> >> for you to fetch changes up to 58ec4d3342f4ffd195f3f3f2e570f772500c6ecb:
> >>
> >>   net: fec_mxc: add support for i.MX8X (2018-10-24 14:45:38 -0500)
> >>
> >> 
> >> Anatolij Gustschin (1):
> >>   net: fec_mxc: add support for i.MX8X
> >>
> >> Baruch Siach (2):
> >>   net: mvpp2: fix polarity of PHY reset signal
> >>   net: mvpp2: increase PHY reset pulse
> >>
> >> Hector Palacios (1):
> >>   cmd: mii: don't check address for 'device' subcommand
> >>
> >> Jeremy Gebben (3):
> >>   configs: migrate CONFIG_PHY_AQUANTIA to Kconfig
> >>   net: phy: aquantia: add firmware loading support
> >>   net: phy: aquantia: autodetect if firmware needs to be loaded
> >>
> >> Martin Fuzzey (4):
> >>   net: dm: fec: Fix time unit error in phy-reset-duration
> >>   net: dm: fec: Fix phy-reset-duration clamping and defaults
> >>   net: dm: fec: Support the phy-supply binding
> >>   net: dm: fec: Obtain the transceiver type from the DT
> >>
> >> Pankaj Bansal (1):
> >>   miiphy: Add function to retrieve MDIO bus list head
> >>
> >> Priyanka Jain (1):
> >>   net/phy: Add phy-id for IN112525_S03
> > 
> > This passed travis at the time, but now it fails on vf610twr for me:
> > https://travis-ci.org/trini/u-boot/jobs/446449322 so I've cc'd Alison if
> > there's anything we can easily turn off in the defconfig.  But I'm also
> > cc'ing York since I thought I saw Alison say they didn't have the board
> > anymore?  Should we mark it orphan?  Drop it from CI for now and fully
> > soon?  Or does someone else want to take it?
> > 
> 
> I saw for a while the same error, and I saw that for colibry_vf helped
> to switch on CONFIG_SYS_THUMB_BUILD. But if there is nobody to test it,
> it is just a fix for the build...

Ah, yeah, we should just turn that on then, thanks.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-26 Thread Stefano Babic
Hi Tom,

On 26/10/18 13:52, Tom Rini wrote:
> On Wed, Oct 24, 2018 at 02:45:53PM -0500, Joe Hershberger wrote:
> 
>> Hi Tom,
>>
>> Tested as https://travis-ci.org/jhershbe/u-boot/builds/445352605
>>
>> The following changes since commit 1ed3c0954bd160dafcad8847a51c3ddd5f992f51:
>>
>>   Merge branch 'master' of git://git.denx.de/u-boot-samsung (2018-10-23 
>> 21:13:32 -0400)
>>
>> are available in the git repository at:
>>
>>
>>   git://git.denx.de/u-boot-net.git master
>>
>> for you to fetch changes up to 58ec4d3342f4ffd195f3f3f2e570f772500c6ecb:
>>
>>   net: fec_mxc: add support for i.MX8X (2018-10-24 14:45:38 -0500)
>>
>> 
>> Anatolij Gustschin (1):
>>   net: fec_mxc: add support for i.MX8X
>>
>> Baruch Siach (2):
>>   net: mvpp2: fix polarity of PHY reset signal
>>   net: mvpp2: increase PHY reset pulse
>>
>> Hector Palacios (1):
>>   cmd: mii: don't check address for 'device' subcommand
>>
>> Jeremy Gebben (3):
>>   configs: migrate CONFIG_PHY_AQUANTIA to Kconfig
>>   net: phy: aquantia: add firmware loading support
>>   net: phy: aquantia: autodetect if firmware needs to be loaded
>>
>> Martin Fuzzey (4):
>>   net: dm: fec: Fix time unit error in phy-reset-duration
>>   net: dm: fec: Fix phy-reset-duration clamping and defaults
>>   net: dm: fec: Support the phy-supply binding
>>   net: dm: fec: Obtain the transceiver type from the DT
>>
>> Pankaj Bansal (1):
>>   miiphy: Add function to retrieve MDIO bus list head
>>
>> Priyanka Jain (1):
>>   net/phy: Add phy-id for IN112525_S03
> 
> This passed travis at the time, but now it fails on vf610twr for me:
> https://travis-ci.org/trini/u-boot/jobs/446449322 so I've cc'd Alison if
> there's anything we can easily turn off in the defconfig.  But I'm also
> cc'ing York since I thought I saw Alison say they didn't have the board
> anymore?  Should we mark it orphan?  Drop it from CI for now and fully
> soon?  Or does someone else want to take it?
> 

I saw for a while the same error, and I saw that for colibry_vf helped
to switch on CONFIG_SYS_THUMB_BUILD. But if there is nobody to test it,
it is just a fix for the build...

Regards,
Stefano

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-26 Thread Tom Rini
On Wed, Oct 24, 2018 at 02:45:53PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> Tested as https://travis-ci.org/jhershbe/u-boot/builds/445352605
> 
> The following changes since commit 1ed3c0954bd160dafcad8847a51c3ddd5f992f51:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-samsung (2018-10-23 
> 21:13:32 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 58ec4d3342f4ffd195f3f3f2e570f772500c6ecb:
> 
>   net: fec_mxc: add support for i.MX8X (2018-10-24 14:45:38 -0500)
> 
> 
> Anatolij Gustschin (1):
>   net: fec_mxc: add support for i.MX8X
> 
> Baruch Siach (2):
>   net: mvpp2: fix polarity of PHY reset signal
>   net: mvpp2: increase PHY reset pulse
> 
> Hector Palacios (1):
>   cmd: mii: don't check address for 'device' subcommand
> 
> Jeremy Gebben (3):
>   configs: migrate CONFIG_PHY_AQUANTIA to Kconfig
>   net: phy: aquantia: add firmware loading support
>   net: phy: aquantia: autodetect if firmware needs to be loaded
> 
> Martin Fuzzey (4):
>   net: dm: fec: Fix time unit error in phy-reset-duration
>   net: dm: fec: Fix phy-reset-duration clamping and defaults
>   net: dm: fec: Support the phy-supply binding
>   net: dm: fec: Obtain the transceiver type from the DT
> 
> Pankaj Bansal (1):
>   miiphy: Add function to retrieve MDIO bus list head
> 
> Priyanka Jain (1):
>   net/phy: Add phy-id for IN112525_S03

This passed travis at the time, but now it fails on vf610twr for me:
https://travis-ci.org/trini/u-boot/jobs/446449322 so I've cc'd Alison if
there's anything we can easily turn off in the defconfig.  But I'm also
cc'ing York since I thought I saw Alison say they didn't have the board
anymore?  Should we mark it orphan?  Drop it from CI for now and fully
soon?  Or does someone else want to take it?

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-12 Thread Tom Rini
On Thu, Oct 11, 2018 at 02:23:38PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The few checkpatch alerts were checked to be exceptions. All passed travis. 
> Thanks!
> 
> The following changes since commit 0a60a81ba3860946551cb79aa6486aa076e357f3:
> 
>   Kconfig: sandbox: enable cmd_avb and dependencies (2018-10-07 13:34:19 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 1a048cd65645338069d591108031fa4ebe96d53f:
> 
>   driver: net: fsl-mc: Add support of multiple phys for dpmac (2018-10-10 
> 12:45:28 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-27 Thread Tom Rini
On Thu, Jul 26, 2018 at 02:12:06PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> All tests are passing: https://travis-ci.org/jhershbe/u-boot/builds/408198713
> 
> The following changes since commit 08fcdd332f3d6bc7842e21a97c80789d9233e147:
> 
>   Makefile: Fix 'clean' target (2018-07-26 07:12:31 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 26026e695afa794ac018a09e79a48120d322b60d:
> 
>   net: zynq_gem: convert to use livetree (2018-07-26 14:08:23 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-02 Thread Tom Rini
On Mon, Jul 02, 2018 at 02:49:38PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit ac378bb05fa3cac3197085431f577e0dbddd4b4a:
> 
>   Merge git://git.denx.de/u-boot-x86 (2018-07-01 22:13:34 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to a9ea30d267f26bee0b3a5cdd659624a866da3d19:
> 
>   ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP (2018-07-02 14:14:21 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-02 Thread Joe Hershberger
On Mon, Jul 2, 2018 at 2:57 PM, Tom Rini  wrote:
> On Mon, Jul 02, 2018 at 02:49:38PM -0500, Joe Hershberger wrote:
>
>> Hi Tom,
>>
>> The following changes since commit ac378bb05fa3cac3197085431f577e0dbddd4b4a:
>>
>>   Merge git://git.denx.de/u-boot-x86 (2018-07-01 22:13:34 -0400)
>>
>> are available in the git repository at:
>>
>>
>>   git://git.denx.de/u-boot-net.git master
>>
>> for you to fetch changes up to a9ea30d267f26bee0b3a5cdd659624a866da3d19:
>>
>>   ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP (2018-07-02 14:14:21 -0500)
>>
>> 
>> Alex Kiernan (1):
>>   net: fastboot: Fix build when FASTBOOT_FLASH is disabled
>>
>> Alexander Graf (3):
>>   net: Prefer command line arguments
>>   net: Add option to prefer bootp/dhcp serverip
>>   ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP
>>
>> Lothar Felten (1):
>>   net: Add new wol command - Wake on LAN
>>
>> Michal Simek (1):
>>   net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read()
>>
>> Rabeeh Khoury (2):
>>   net: mvneta: dcache flush TX descriptors at init
>>   net: mvneta: zero Tx descriptors on init
>
> We're a week from release.  Is all of this appropriate at this point?
> Thanks!

I believe so. Just a few bug fixes and a new command that shouldn't
impact anything.

The only thing that I question at all is Alexander's series, but even
that I've tested and seems good. It's at the tail so if you feel
strongly you don't want that at this point you could leave it behind.

Cheers,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-02 Thread Tom Rini
On Mon, Jul 02, 2018 at 02:49:38PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit ac378bb05fa3cac3197085431f577e0dbddd4b4a:
> 
>   Merge git://git.denx.de/u-boot-x86 (2018-07-01 22:13:34 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to a9ea30d267f26bee0b3a5cdd659624a866da3d19:
> 
>   ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP (2018-07-02 14:14:21 -0500)
> 
> 
> Alex Kiernan (1):
>   net: fastboot: Fix build when FASTBOOT_FLASH is disabled
> 
> Alexander Graf (3):
>   net: Prefer command line arguments
>   net: Add option to prefer bootp/dhcp serverip
>   ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP
> 
> Lothar Felten (1):
>   net: Add new wol command - Wake on LAN
> 
> Michal Simek (1):
>   net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read()
> 
> Rabeeh Khoury (2):
>   net: mvneta: dcache flush TX descriptors at init
>   net: mvneta: zero Tx descriptors on init

We're a week from release.  Is all of this appropriate at this point?
Thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-14 Thread Tom Rini
On Wed, Jun 13, 2018 at 02:00:15PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit acaee30608ce203289a180d664b7f0abb2e64ee7:
> 
>   ARM: DTS: resync a3517.dtsi with Linux 4.17 (2018-06-13 07:49:14 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 5b2c9a6ce3ce66796e8c375133da8340c7ab2adc:
> 
>   net: gem: Check return value from memalign/malloc (2018-06-13 13:59:04 
> -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-04-15 Thread Tom Rini
On Sat, Apr 14, 2018 at 11:18:45PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> There are a few checkpatch warnings, but I checked each of them and they seem 
> appropriate.
> 
> The following changes since commit 93cb6142c1d349492d23bad3951b5a8f59eaafed:
> 
>   Merge git://git.denx.de/u-boot-sh (2018-04-13 09:23:53 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 16879cd25a4089cde2f3393fb09567df53402679:
> 
>   net: phy: Don't limit phy addresses by default (2018-04-13 15:56:47 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-22 Thread Tom Rini
On Thu, Mar 22, 2018 at 03:39:39PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 2511930193a420eb8bb6cfa9c60912626f68ae67:
> 
>   Merge git://git.denx.de/u-boot-mips (2018-03-21 18:58:03 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to d04791dfa5e14183148c4b966a392de7a9869a10:
> 
>   net: Drop CONFIG_ENC28J60 (2018-03-22 15:05:32 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-27 Thread Tom Rini
On Tue, Feb 27, 2018 at 11:17:42AM -0600, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 4bafceff0e9e5a36908031e41c69a6b37e82da58:
> 
>   Merge git://git.denx.de/u-boot-mmc (2018-02-25 22:28:59 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to a0fd381fc60460a23d85c71ea06af0daa2427b2c:
> 
>   net: phy: smsc: Add SMSC LAN8741 support (2018-02-26 15:51:37 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-17 Thread Joe Hershberger
Hi Tom,

On Mon, Jan 15, 2018 at 8:25 PM, Tom Rini  wrote:
> On Mon, Jan 15, 2018 at 12:06:17PM -0600, Joe Hershberger wrote:
>
>> Hi Tom,
>>
>> The following changes since commit 3dde8f20377c3a051dda64497bdf0cdb23e03a2d:
>>
>>   Merge git://git.denx.de/u-boot-mmc (2018-01-14 22:26:38 -0500)
>>
>> are available in the git repository at:
>>
>>
>>   git://git.denx.de/u-boot-net.git master
>>
>> for you to fetch changes up to 1e2d2597a667e16adfe0a8a9be22e904cee84727:
>>
>>   phy: atheros: set auto-negotiation for AR8021 (2018-01-15 12:05:27 -0600)
>>
>
> Applied to u-boot/master, thanks!
>
> But please note from ceheckpatch.pl (which is actually pretty good):

Sorry, I should have noted this in the PR. These remaining checkpatch
spew are deliberate. I reviewed each of them to be acceptable.

Cheers,
-Joe

>
> WARNING: please write a paragraph that describes the config symbol fully
> #37: FILE: drivers/net/Kconfig:188:
> +config MACB_ZYNQ
>
> total: 0 errors, 1 warnings, 0 checks, 213 lines checked
> ERROR: Unrecognized email address: 'Coverity (CID: 144423)'
> #8:
> Reported-by: Coverity (CID: 144423)
>
> total: 1 errors, 0 warnings, 0 checks, 19 lines checked
> WARNING: please write a paragraph that describes the config symbol fully
> #34: FILE: drivers/net/phy/Kconfig:15:
> +config B53_SWITCH
>
> WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
> #67:
> new file mode 100644
>
> CHECK: Prefer using the BIT macro
> #134: FILE: drivers/net/phy/b53.c:63:
> +#define   PORT_OVERRIDE_SPEED_100M (1 << PORT_OVERRIDE_SPEED_S)
>
> total: 0 errors, 2 warnings, 1 checks, 675 lines checked
> CHECK: Unbalanced braces around else statement
> #38: FILE: net/bootp.c:396:
> +   } else
>
> total: 0 errors, 0 warnings, 1 checks, 24 lines checked
> WARNING: A patch subject line should describe the change not the tool that 
> found it
> #4:
> Subject: [PATCH] net: sh-eth: Fix coding style checked by checkpatch.pl
>
> WARNING: 'alligned' may be misspelled - perhaps 'aligned'?
> #10:
> Change from alligned to aligned.
>
> total: 0 errors, 2 warnings, 0 checks, 92 lines checked
> WARNING: please write a paragraph that describes the config symbol fully
> #277: FILE: drivers/net/Kconfig:279:
> +config SH_ETHER
>
> total: 0 errors, 1 warnings, 0 checks, 273 lines checked
>
> --
> Tom
>
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
>
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-15 Thread Tom Rini
On Mon, Jan 15, 2018 at 12:06:17PM -0600, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 3dde8f20377c3a051dda64497bdf0cdb23e03a2d:
> 
>   Merge git://git.denx.de/u-boot-mmc (2018-01-14 22:26:38 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 1e2d2597a667e16adfe0a8a9be22e904cee84727:
> 
>   phy: atheros: set auto-negotiation for AR8021 (2018-01-15 12:05:27 -0600)
> 

Applied to u-boot/master, thanks!

But please note from ceheckpatch.pl (which is actually pretty good):

WARNING: please write a paragraph that describes the config symbol fully
#37: FILE: drivers/net/Kconfig:188:
+config MACB_ZYNQ

total: 0 errors, 1 warnings, 0 checks, 213 lines checked
ERROR: Unrecognized email address: 'Coverity (CID: 144423)'
#8: 
Reported-by: Coverity (CID: 144423)

total: 1 errors, 0 warnings, 0 checks, 19 lines checked
WARNING: please write a paragraph that describes the config symbol fully
#34: FILE: drivers/net/phy/Kconfig:15:
+config B53_SWITCH

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#67: 
new file mode 100644

CHECK: Prefer using the BIT macro
#134: FILE: drivers/net/phy/b53.c:63:
+#define   PORT_OVERRIDE_SPEED_100M (1 << PORT_OVERRIDE_SPEED_S)

total: 0 errors, 2 warnings, 1 checks, 675 lines checked
CHECK: Unbalanced braces around else statement
#38: FILE: net/bootp.c:396:
+   } else

total: 0 errors, 0 warnings, 1 checks, 24 lines checked
WARNING: A patch subject line should describe the change not the tool that 
found it
#4: 
Subject: [PATCH] net: sh-eth: Fix coding style checked by checkpatch.pl

WARNING: 'alligned' may be misspelled - perhaps 'aligned'?
#10: 
Change from alligned to aligned.

total: 0 errors, 2 warnings, 0 checks, 92 lines checked
WARNING: please write a paragraph that describes the config symbol fully
#277: FILE: drivers/net/Kconfig:279:
+config SH_ETHER

total: 0 errors, 1 warnings, 0 checks, 273 lines checked

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-15 Thread Joe Hershberger
On Mon, Jan 15, 2018 at 12:22 PM, Tom Rini  wrote:
> On Mon, Jan 15, 2018 at 12:15:24PM -0600, Joe Hershberger wrote:
>> On Mon, Jan 15, 2018 at 12:13 PM, Tom Rini  wrote:
>> > On Mon, Jan 15, 2018 at 12:10:17PM -0600, Joe Hershberger wrote:
>> >> Hi Tom,
>> >>
>> >> On Tue, Jan 9, 2018 at 12:06 PM, Tom Rini  wrote:
>> >> > On Wed, Jan 03, 2018 at 03:32:31PM -0600, Joe Hershberger wrote:
>> >> >
>> >> >> Hi Tom,
>> >> >>
>> >> >> The following changes since commit 
>> >> >> 1314bd1192b4c67d28bdae7eee639588e88090cd:
>> >> >>
>> >> >>   boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)
>> >> >>
>> >> >> are available in the git repository at:
>> >> >>
>> >> >>   git://git.denx.de/u-boot-net.git master
>> >> >>
>> >> >> for you to fetch changes up to 
>> >> >> c925860a49905177e6c355cacf7a25b4c617af6b:
>> >> >>
>> >> >>   phy: atheros: set auto-negotiation for AR8021 (2018-01-03 11:06:31 
>> >> >> -0600)
>> >> >>
>> >> >>
>> >> >> All board pass compile tests on Travis: 
>> >> >> https://travis-ci.org/jhershbe/u-boot/builds/324666118
>> >> >>
>> >> >>
>> >> >
>> >> > NAK.  The following change (via git bisect'ing):
>> >> > commit 003eaf15a043cf6f9c21d757a93610575d9b7ba2
>> >> > Author: Joe Hershberger 
>> >> > Date:   Wed Aug 30 17:42:26 2017 -0500
>> >> >
>> >> > net: Correct size of NFS buffers
>> >> >
>> >> > Reported-by: Coverity (CID: 152888)
>> >> > Signed-off-by: Joe Hershberger 
>> >> > is breaking NFS for me on my am335x_evm:
>> >> > 12:58:46 - Captured stdout call 
>> >> > -
>> >> > 12:58:46 => nfs 8040 /tftpboot/1MiBtest.bin
>> >> > 12:58:46 link up on port 0, speed 1000, full duplex
>> >> > 12:58:46 
>> >> > #
>> >> > 12:58:46 
>> >> > #
>> >> > 12:58:46 
>> >> > #
>> >> > 12:58:46 ##
>> >> > 12:58:46 done
>> >> > 12:58:46 Bytes transferred = 1048576 (10 hex)
>> >> > 12:58:46 => => crc32 8040 $filesize
>> >> > 12:58:46 crc32 for 8040 ... 804f ==> 1edf15ed
>> >> > 12:58:46 =>
>> >> > 12:58:46 === 1 failed, 78 passed, 25 skipped in 32.80 
>> >> > seconds ===
>> >> >
>> >> > I can't point to any SW-only tests that show this as they're passing.  
>> >> > Any ideas?
>> >> > Thanks!
>> >>
>> >> I can't see any obvious reason for the error, so it will need
>> >> debugging. I've sent a new PR with this dropped for now. I'll look
>> >> into fixing it for real when I can get to it.
>> >>
>> >> Are these tests you're running possible to include in travis?
>> >
>> > So, that's part of the problem.  These are the standard tests we do run
>> > in Travis, in QEMU, and they pass.  It's only on real hardware where it
>> > fails.
>>
>> OK, good to know. Any particular arch? or just all that you have tried?
>
> It honestly failed on the first real board I tried it on, so I didn't
> try others.  I suppose since I have a faster local box than I used to, I
> might look at turning my real HW tests in jenkins into a matrix rather
> than a single job.  It failed on am335x_evm which is ARM.

Thanks.
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-15 Thread Tom Rini
On Mon, Jan 15, 2018 at 12:15:24PM -0600, Joe Hershberger wrote:
> On Mon, Jan 15, 2018 at 12:13 PM, Tom Rini  wrote:
> > On Mon, Jan 15, 2018 at 12:10:17PM -0600, Joe Hershberger wrote:
> >> Hi Tom,
> >>
> >> On Tue, Jan 9, 2018 at 12:06 PM, Tom Rini  wrote:
> >> > On Wed, Jan 03, 2018 at 03:32:31PM -0600, Joe Hershberger wrote:
> >> >
> >> >> Hi Tom,
> >> >>
> >> >> The following changes since commit 
> >> >> 1314bd1192b4c67d28bdae7eee639588e88090cd:
> >> >>
> >> >>   boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)
> >> >>
> >> >> are available in the git repository at:
> >> >>
> >> >>   git://git.denx.de/u-boot-net.git master
> >> >>
> >> >> for you to fetch changes up to c925860a49905177e6c355cacf7a25b4c617af6b:
> >> >>
> >> >>   phy: atheros: set auto-negotiation for AR8021 (2018-01-03 11:06:31 
> >> >> -0600)
> >> >>
> >> >>
> >> >> All board pass compile tests on Travis: 
> >> >> https://travis-ci.org/jhershbe/u-boot/builds/324666118
> >> >>
> >> >>
> >> >
> >> > NAK.  The following change (via git bisect'ing):
> >> > commit 003eaf15a043cf6f9c21d757a93610575d9b7ba2
> >> > Author: Joe Hershberger 
> >> > Date:   Wed Aug 30 17:42:26 2017 -0500
> >> >
> >> > net: Correct size of NFS buffers
> >> >
> >> > Reported-by: Coverity (CID: 152888)
> >> > Signed-off-by: Joe Hershberger 
> >> > is breaking NFS for me on my am335x_evm:
> >> > 12:58:46 - Captured stdout call 
> >> > -
> >> > 12:58:46 => nfs 8040 /tftpboot/1MiBtest.bin
> >> > 12:58:46 link up on port 0, speed 1000, full duplex
> >> > 12:58:46 
> >> > #
> >> > 12:58:46 
> >> > #
> >> > 12:58:46 
> >> > #
> >> > 12:58:46 ##
> >> > 12:58:46 done
> >> > 12:58:46 Bytes transferred = 1048576 (10 hex)
> >> > 12:58:46 => => crc32 8040 $filesize
> >> > 12:58:46 crc32 for 8040 ... 804f ==> 1edf15ed
> >> > 12:58:46 =>
> >> > 12:58:46 === 1 failed, 78 passed, 25 skipped in 32.80 
> >> > seconds ===
> >> >
> >> > I can't point to any SW-only tests that show this as they're passing.  
> >> > Any ideas?
> >> > Thanks!
> >>
> >> I can't see any obvious reason for the error, so it will need
> >> debugging. I've sent a new PR with this dropped for now. I'll look
> >> into fixing it for real when I can get to it.
> >>
> >> Are these tests you're running possible to include in travis?
> >
> > So, that's part of the problem.  These are the standard tests we do run
> > in Travis, in QEMU, and they pass.  It's only on real hardware where it
> > fails.
> 
> OK, good to know. Any particular arch? or just all that you have tried?

It honestly failed on the first real board I tried it on, so I didn't
try others.  I suppose since I have a faster local box than I used to, I
might look at turning my real HW tests in jenkins into a matrix rather
than a single job.  It failed on am335x_evm which is ARM.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-15 Thread Joe Hershberger
On Mon, Jan 15, 2018 at 12:13 PM, Tom Rini  wrote:
> On Mon, Jan 15, 2018 at 12:10:17PM -0600, Joe Hershberger wrote:
>> Hi Tom,
>>
>> On Tue, Jan 9, 2018 at 12:06 PM, Tom Rini  wrote:
>> > On Wed, Jan 03, 2018 at 03:32:31PM -0600, Joe Hershberger wrote:
>> >
>> >> Hi Tom,
>> >>
>> >> The following changes since commit 
>> >> 1314bd1192b4c67d28bdae7eee639588e88090cd:
>> >>
>> >>   boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)
>> >>
>> >> are available in the git repository at:
>> >>
>> >>   git://git.denx.de/u-boot-net.git master
>> >>
>> >> for you to fetch changes up to c925860a49905177e6c355cacf7a25b4c617af6b:
>> >>
>> >>   phy: atheros: set auto-negotiation for AR8021 (2018-01-03 11:06:31 
>> >> -0600)
>> >>
>> >>
>> >> All board pass compile tests on Travis: 
>> >> https://travis-ci.org/jhershbe/u-boot/builds/324666118
>> >>
>> >>
>> >
>> > NAK.  The following change (via git bisect'ing):
>> > commit 003eaf15a043cf6f9c21d757a93610575d9b7ba2
>> > Author: Joe Hershberger 
>> > Date:   Wed Aug 30 17:42:26 2017 -0500
>> >
>> > net: Correct size of NFS buffers
>> >
>> > Reported-by: Coverity (CID: 152888)
>> > Signed-off-by: Joe Hershberger 
>> > is breaking NFS for me on my am335x_evm:
>> > 12:58:46 - Captured stdout call 
>> > -
>> > 12:58:46 => nfs 8040 /tftpboot/1MiBtest.bin
>> > 12:58:46 link up on port 0, speed 1000, full duplex
>> > 12:58:46 #
>> > 12:58:46 
>> > #
>> > 12:58:46 
>> > #
>> > 12:58:46 ##
>> > 12:58:46 done
>> > 12:58:46 Bytes transferred = 1048576 (10 hex)
>> > 12:58:46 => => crc32 8040 $filesize
>> > 12:58:46 crc32 for 8040 ... 804f ==> 1edf15ed
>> > 12:58:46 =>
>> > 12:58:46 === 1 failed, 78 passed, 25 skipped in 32.80 seconds 
>> > ===
>> >
>> > I can't point to any SW-only tests that show this as they're passing.  Any 
>> > ideas?
>> > Thanks!
>>
>> I can't see any obvious reason for the error, so it will need
>> debugging. I've sent a new PR with this dropped for now. I'll look
>> into fixing it for real when I can get to it.
>>
>> Are these tests you're running possible to include in travis?
>
> So, that's part of the problem.  These are the standard tests we do run
> in Travis, in QEMU, and they pass.  It's only on real hardware where it
> fails.

OK, good to know. Any particular arch? or just all that you have tried?
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-15 Thread Tom Rini
On Mon, Jan 15, 2018 at 12:10:17PM -0600, Joe Hershberger wrote:
> Hi Tom,
> 
> On Tue, Jan 9, 2018 at 12:06 PM, Tom Rini  wrote:
> > On Wed, Jan 03, 2018 at 03:32:31PM -0600, Joe Hershberger wrote:
> >
> >> Hi Tom,
> >>
> >> The following changes since commit 
> >> 1314bd1192b4c67d28bdae7eee639588e88090cd:
> >>
> >>   boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)
> >>
> >> are available in the git repository at:
> >>
> >>   git://git.denx.de/u-boot-net.git master
> >>
> >> for you to fetch changes up to c925860a49905177e6c355cacf7a25b4c617af6b:
> >>
> >>   phy: atheros: set auto-negotiation for AR8021 (2018-01-03 11:06:31 -0600)
> >>
> >>
> >> All board pass compile tests on Travis: 
> >> https://travis-ci.org/jhershbe/u-boot/builds/324666118
> >>
> >>
> >
> > NAK.  The following change (via git bisect'ing):
> > commit 003eaf15a043cf6f9c21d757a93610575d9b7ba2
> > Author: Joe Hershberger 
> > Date:   Wed Aug 30 17:42:26 2017 -0500
> >
> > net: Correct size of NFS buffers
> >
> > Reported-by: Coverity (CID: 152888)
> > Signed-off-by: Joe Hershberger 
> > is breaking NFS for me on my am335x_evm:
> > 12:58:46 - Captured stdout call 
> > -
> > 12:58:46 => nfs 8040 /tftpboot/1MiBtest.bin
> > 12:58:46 link up on port 0, speed 1000, full duplex
> > 12:58:46 #
> > 12:58:46 
> > #
> > 12:58:46 
> > #
> > 12:58:46 ##
> > 12:58:46 done
> > 12:58:46 Bytes transferred = 1048576 (10 hex)
> > 12:58:46 => => crc32 8040 $filesize
> > 12:58:46 crc32 for 8040 ... 804f ==> 1edf15ed
> > 12:58:46 =>
> > 12:58:46 === 1 failed, 78 passed, 25 skipped in 32.80 seconds 
> > ===
> >
> > I can't point to any SW-only tests that show this as they're passing.  Any 
> > ideas?
> > Thanks!
> 
> I can't see any obvious reason for the error, so it will need
> debugging. I've sent a new PR with this dropped for now. I'll look
> into fixing it for real when I can get to it.
> 
> Are these tests you're running possible to include in travis?

So, that's part of the problem.  These are the standard tests we do run
in Travis, in QEMU, and they pass.  It's only on real hardware where it
fails.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-15 Thread Joe Hershberger
Hi Tom,

On Tue, Jan 9, 2018 at 12:06 PM, Tom Rini  wrote:
> On Wed, Jan 03, 2018 at 03:32:31PM -0600, Joe Hershberger wrote:
>
>> Hi Tom,
>>
>> The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd:
>>
>>   boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-net.git master
>>
>> for you to fetch changes up to c925860a49905177e6c355cacf7a25b4c617af6b:
>>
>>   phy: atheros: set auto-negotiation for AR8021 (2018-01-03 11:06:31 -0600)
>>
>>
>> All board pass compile tests on Travis: 
>> https://travis-ci.org/jhershbe/u-boot/builds/324666118
>>
>>
>
> NAK.  The following change (via git bisect'ing):
> commit 003eaf15a043cf6f9c21d757a93610575d9b7ba2
> Author: Joe Hershberger 
> Date:   Wed Aug 30 17:42:26 2017 -0500
>
> net: Correct size of NFS buffers
>
> Reported-by: Coverity (CID: 152888)
> Signed-off-by: Joe Hershberger 
> is breaking NFS for me on my am335x_evm:
> 12:58:46 - Captured stdout call 
> -
> 12:58:46 => nfs 8040 /tftpboot/1MiBtest.bin
> 12:58:46 link up on port 0, speed 1000, full duplex
> 12:58:46 #
> 12:58:46 
> #
> 12:58:46 
> #
> 12:58:46 ##
> 12:58:46 done
> 12:58:46 Bytes transferred = 1048576 (10 hex)
> 12:58:46 => => crc32 8040 $filesize
> 12:58:46 crc32 for 8040 ... 804f ==> 1edf15ed
> 12:58:46 =>
> 12:58:46 === 1 failed, 78 passed, 25 skipped in 32.80 seconds 
> ===
>
> I can't point to any SW-only tests that show this as they're passing.  Any 
> ideas?
> Thanks!

I can't see any obvious reason for the error, so it will need
debugging. I've sent a new PR with this dropped for now. I'll look
into fixing it for real when I can get to it.

Are these tests you're running possible to include in travis?

Thanks,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-09 Thread Tom Rini
On Wed, Jan 03, 2018 at 03:32:31PM -0600, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd:
> 
>   boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to c925860a49905177e6c355cacf7a25b4c617af6b:
> 
>   phy: atheros: set auto-negotiation for AR8021 (2018-01-03 11:06:31 -0600)
> 
> 
> All board pass compile tests on Travis: 
> https://travis-ci.org/jhershbe/u-boot/builds/324666118
> 
> 

NAK.  The following change (via git bisect'ing):
commit 003eaf15a043cf6f9c21d757a93610575d9b7ba2
Author: Joe Hershberger 
Date:   Wed Aug 30 17:42:26 2017 -0500

net: Correct size of NFS buffers

Reported-by: Coverity (CID: 152888)
Signed-off-by: Joe Hershberger 
is breaking NFS for me on my am335x_evm:
12:58:46 - Captured stdout call 
-
12:58:46 => nfs 8040 /tftpboot/1MiBtest.bin
12:58:46 link up on port 0, speed 1000, full duplex
12:58:46 #
12:58:46 
#
12:58:46 
#
12:58:46 ##
12:58:46 done
12:58:46 Bytes transferred = 1048576 (10 hex)
12:58:46 => => crc32 8040 $filesize
12:58:46 crc32 for 8040 ... 804f ==> 1edf15ed
12:58:46 => 
12:58:46 === 1 failed, 78 passed, 25 skipped in 32.80 seconds 
===

I can't point to any SW-only tests that show this as they're passing.  Any 
ideas?
Thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-04 Thread Joe Hershberger
Hi Tom,

On Wed, Jan 3, 2018 at 7:09 PM, Tom Rini  wrote:
> On Wed, Jan 03, 2018 at 03:32:31PM -0600, Joe Hershberger wrote:
>> Hi Tom,
>>
>> The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd:
>>
>>   boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-net.git master
>>
>> for you to fetch changes up to c925860a49905177e6c355cacf7a25b4c617af6b:
>>
>>   phy: atheros: set auto-negotiation for AR8021 (2018-01-03 11:06:31 -0600)
>>
>>
>> All board pass compile tests on Travis: 
>> https://travis-ci.org/jhershbe/u-boot/builds/324666118
>>
>>
>> 
>> Chris Brandt (3):
>>   net: sh-eth: fix inl and outl definitions
>>   net: sh-eth: remove sh_eth_offset_rz table
>>   net: miiphybb: fix casting error
>>
>> Florian Fainelli (4):
>>   net: phy: Add Broadcom BCM53xx switch driver
>>   net: designware: Pad small packets
>>   net: phy: b53: Add b53_reg read/write commands
>>   configs: Update Lamobo_R1 with B53 switch options
>>
>> Jason Brown (1):
>>   net: mvneta - Fixed recv() when multiple packets have arrived.
>>
>> Joe Hershberger (4):
>>   net: Fix buffer overrun error in netconsole
>>   net: Remove nfs.h include from bootp.c
>>   net: Correct size of NFS buffers
>>   net: dhcp: Allow "MAY_FAIL" to still try each adapter
>>
>> Lukasz Majewski (1):
>>   net: phy: marvell: Add functions to read PHY's extended registers
>>
>> Nobuhiro Iwamatsu (5):
>>   net: sh-eth: Fix coding style checked by checkpatch.pl
>>   net: sh-eth: Remove bd_t from sh_eth_config()
>>   net: sh-eth: Change read/write() param to struct sh_eth_info
>>   net: sh-eth: Fix misaligned cache operation warning
>>   net: sh-eth: Add to Kconfig and convert
>>
>> Patrice Chotard (2):
>>   dm: core: add missing dev_count_phandle_with_args()
>>   net: designware: add clock support
>>
>> Wilson Lee (1):
>>   net: macb: Add support for Xilinx Zynq SoC
>>
>> Zhao Qiang (1):
>>   phy: atheros: set auto-negotiation for AR8021
>
> As-is, this is too close to the release for all of this.  Should I wait
> until after release, or do you want to re-work this for just critical
> fixes?  Thanks!

Sure, waiting until after release is fine. There aren't any "critical"
fixes in this.

Thanks,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-03 Thread Tom Rini
On Wed, Jan 03, 2018 at 03:32:31PM -0600, Joe Hershberger wrote:
> Hi Tom,
> 
> The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd:
> 
>   boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to c925860a49905177e6c355cacf7a25b4c617af6b:
> 
>   phy: atheros: set auto-negotiation for AR8021 (2018-01-03 11:06:31 -0600)
> 
> 
> All board pass compile tests on Travis: 
> https://travis-ci.org/jhershbe/u-boot/builds/324666118
> 
> 
> 
> Chris Brandt (3):
>   net: sh-eth: fix inl and outl definitions
>   net: sh-eth: remove sh_eth_offset_rz table
>   net: miiphybb: fix casting error
> 
> Florian Fainelli (4):
>   net: phy: Add Broadcom BCM53xx switch driver
>   net: designware: Pad small packets
>   net: phy: b53: Add b53_reg read/write commands
>   configs: Update Lamobo_R1 with B53 switch options
> 
> Jason Brown (1):
>   net: mvneta - Fixed recv() when multiple packets have arrived.
> 
> Joe Hershberger (4):
>   net: Fix buffer overrun error in netconsole
>   net: Remove nfs.h include from bootp.c
>   net: Correct size of NFS buffers
>   net: dhcp: Allow "MAY_FAIL" to still try each adapter
> 
> Lukasz Majewski (1):
>   net: phy: marvell: Add functions to read PHY's extended registers
> 
> Nobuhiro Iwamatsu (5):
>   net: sh-eth: Fix coding style checked by checkpatch.pl
>   net: sh-eth: Remove bd_t from sh_eth_config()
>   net: sh-eth: Change read/write() param to struct sh_eth_info
>   net: sh-eth: Fix misaligned cache operation warning
>   net: sh-eth: Add to Kconfig and convert
> 
> Patrice Chotard (2):
>   dm: core: add missing dev_count_phandle_with_args()
>   net: designware: add clock support
> 
> Wilson Lee (1):
>   net: macb: Add support for Xilinx Zynq SoC
> 
> Zhao Qiang (1):
>   phy: atheros: set auto-negotiation for AR8021

As-is, this is too close to the release for all of this.  Should I wait
until after release, or do you want to re-work this for just critical
fixes?  Thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-07 Thread Tom Rini
On Thu, Sep 07, 2017 at 01:29:37PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> A few minor fixes for you.
> RGMII fix for LS1043/6 and cosmetic stuff.
> 
> The following changes since commit 84a42069f253554dbc2c7b4bbd28149a7a88c0ab:
> 
>   env: Add 'envtools' target to 'make help' (2017-09-05 20:34:09 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to e4691564ccd366618934e70b7f621df7e1c5d70b:
> 
>   net: fix typos (2017-09-07 13:23:52 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-14 Thread Tom Rini
On Mon, Aug 14, 2017 at 12:48:43PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit aa6aaf93211b7e22361e75f1068e1e565e731f25:
> 
>   ARM: rockchip: rock: Correct test to use CONFIG_IS_ENABLED not defined 
> (2017-08-14 13:33:07 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to a5fe87e829487cb5589afba3b5d8c3adff3b077d:
> 
>   driver: net: ldpaa: Update priv->phydev after free() (2017-08-14 12:47:33 
> -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-08 Thread Tom Rini
On Mon, Aug 07, 2017 at 03:30:32PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> 
>   common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 20:38:39 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to da3b9e7fd6a1e38af3cf0dff0248427c9df583ff:
> 
>   Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig (2017-08-07 15:22:29 
> -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-06-04 Thread Tom Rini
On Fri, Jun 02, 2017 at 02:45:15PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 46bac66b20da6d50e757bdca74703153f233090b:
> 
>   sandbox: Move to use live tree (2017-06-01 07:03:17 -0600)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 2303bff7d55df47105740e5d635d50ef9f6856b6:
> 
>   net: pch_gbe: Add cache maintenance (2017-06-02 14:44:20 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-04 Thread Tom Rini
On Mon, Mar 27, 2017 at 11:50:12AM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:
> 
>   Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to db40c1aa1c100d8a9e33206575efd8b3678f31db:
> 
>   drivers/net/phy: add fixed-phy / fixed-link support (2017-03-26 09:58:26 
> -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-03-08 Thread Tom Rini
On Tue, Mar 07, 2017 at 02:01:49PM -0600, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 3fd2b3aa19b9479b5e785087e4951d3a7bbb87be:
> 
>   net: macb: Fix ETH not found when clock not support (2017-03-01 21:28:39 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 2c2ab8d65ff6c95a8af0fdb90cb34a777c28e3a1:
> 
>   net: zynq_gem: Fix masking of supported phydev features (2017-03-07 
> 11:27:33 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-02-09 Thread Tom Rini
On Thu, Feb 09, 2017 at 10:25:32AM -0600, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit c83a824e62277162ad35f52879b2316902c0eff5:
> 
>   Merge git://git.denx.de/u-boot-fsl-qoriq (2017-02-03 20:33:42 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to a5fd13ad1913d9c66c47666dbedac7703a48e502:
> 
>   net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541 (2017-02-08 
> 16:32:58 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-09 Thread Michal Simek
Hi Joe,

2016-12-09 19:35 GMT+01:00 Joe Hershberger :

> On Fri, Dec 9, 2016 at 11:43 AM, Michal Simek  wrote:
> > Hi Joe,
> >
> > 2016-12-09 17:22 GMT+01:00 Joe Hershberger :
> >>
> >> Hi Tom,
> >>
> >> On Fri, Dec 9, 2016 at 6:12 AM, Tom Rini  wrote:
> >> > On Thu, Dec 08, 2016 at 10:37:26AM -0600, Joe Hershberger wrote:
> >> >
> >> >> Hi Tom,
> >> >>
> >> >> The following changes since commit
> >> >> 388019f1e2166638453bc4e0cc5d138c2a19e0c9:
> >> >>
> >> >>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-12-06
> >> >> 08:07:20 -0500)
> >> >>
> >> >> are available in the git repository at:
> >> >>
> >> >>
> >> >>   git://git.denx.de/u-boot-net.git master
> >> >>
> >> >> for you to fetch changes up to
> >> >> bb135a0180c31fbd7456021fb9700b49bba7f533:
> >> >>
> >> >>   net/phy/vitesse: Rework RGMII skew configuration for VSC8601
> >> >> (2016-12-08 10:36:22 -0600)
> >> >
> >> > This is a NAK and is what is breaking microblaze-generic and
> >> > imgtec_xilfpga at least:
>
> Uhh... so it's not a NAK? This PR seems to be in your master.
>
> I've rebased and have no commits left on top of your master. I've
> pushed it for travis as another test anyway.
> https://travis-ci.org/jhershbe/u-boot/builds/182680490
>
> >> > +(imgtec_xilfpga,microblaze-generic)   ret =
> >> > mdio_register_seq(emaclite->bus,
> >> > dev->seq);+(imgtec_xilfpga,microblaze-generic)   ^
> >> > +(imgtec_xilfpga,microblaze-generic) drivers/net/built-in.o: In
> function
> >> > `emaclite_probe':
> >> > +(imgtec_xilfpga)
> >> > ../drivers/net/xilinx_emaclite.c:(.text.emaclite_probe+0x64):
> undefined
> >> > reference to `mdio_register_seq'
> >> > +(imgtec_xilfpga,microblaze-generic) make[1]: *** [u-boot] Error 1
> >> > +(imgtec_xilfpga,microblaze-generic) make: *** [sub-make] Error 2
> >> > +(microblaze-generic)   ret = mdio_register_seq(priv->bus, dev->seq);
> >> > +(microblaze-generic) drivers/net/built-in.o: In function
> >> > `axi_emac_probe': +(microblaze-generic)
> >> > build/../drivers/net/xilinx_axi_emac.c:652: undefined reference to
> >> > `mdio_register_seq'
> >> > +(microblaze-generic) build/../drivers/net/xilinx_emaclite.c:570:
> >> > undefined reference to `mdio_register_seq'
> >>
> >> This is strange... I build tested this on Travis.
> >>
> >> https://travis-ci.org/jhershbe/u-boot/builds/180270329
> >>
> >> Are we missing microblaze coverage on Travis or something?
> >
> >
> >
> > This patches went to the tree by accident. Tom reverted that incorrect
> > merge.
> > Adding mdio_register_seq was sent recently for review and it shouldn't
> have
> > these compilation issue.
> > I have no idea what's wrong with imgtec_xilfpga.
> > And microblaze should be covered by travis already.
>


I have some patches in master but nothing what is ready for merge.
And Tom lost one email that he merged something what I didn't ask for.
Anyway I think it is good reason start to use pull request based on tags
not on branches.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-09 Thread Tom Rini
On Fri, Dec 09, 2016 at 12:35:59PM -0600, Joe Hershberger wrote:
> On Fri, Dec 9, 2016 at 11:43 AM, Michal Simek  wrote:
> > Hi Joe,
> >
> > 2016-12-09 17:22 GMT+01:00 Joe Hershberger :
> >>
> >> Hi Tom,
> >>
> >> On Fri, Dec 9, 2016 at 6:12 AM, Tom Rini  wrote:
> >> > On Thu, Dec 08, 2016 at 10:37:26AM -0600, Joe Hershberger wrote:
> >> >
> >> >> Hi Tom,
> >> >>
> >> >> The following changes since commit
> >> >> 388019f1e2166638453bc4e0cc5d138c2a19e0c9:
> >> >>
> >> >>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-12-06
> >> >> 08:07:20 -0500)
> >> >>
> >> >> are available in the git repository at:
> >> >>
> >> >>
> >> >>   git://git.denx.de/u-boot-net.git master
> >> >>
> >> >> for you to fetch changes up to
> >> >> bb135a0180c31fbd7456021fb9700b49bba7f533:
> >> >>
> >> >>   net/phy/vitesse: Rework RGMII skew configuration for VSC8601
> >> >> (2016-12-08 10:36:22 -0600)
> >> >
> >> > This is a NAK and is what is breaking microblaze-generic and
> >> > imgtec_xilfpga at least:
> 
> Uhh... so it's not a NAK? This PR seems to be in your master.
> 
> I've rebased and have no commits left on top of your master. I've
> pushed it for travis as another test anyway.
> https://travis-ci.org/jhershbe/u-boot/builds/182680490

OK, thanks.  I messed things up slightly but I think we're all good now,
thanks for checking.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 11:43 AM, Michal Simek  wrote:
> Hi Joe,
>
> 2016-12-09 17:22 GMT+01:00 Joe Hershberger :
>>
>> Hi Tom,
>>
>> On Fri, Dec 9, 2016 at 6:12 AM, Tom Rini  wrote:
>> > On Thu, Dec 08, 2016 at 10:37:26AM -0600, Joe Hershberger wrote:
>> >
>> >> Hi Tom,
>> >>
>> >> The following changes since commit
>> >> 388019f1e2166638453bc4e0cc5d138c2a19e0c9:
>> >>
>> >>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-12-06
>> >> 08:07:20 -0500)
>> >>
>> >> are available in the git repository at:
>> >>
>> >>
>> >>   git://git.denx.de/u-boot-net.git master
>> >>
>> >> for you to fetch changes up to
>> >> bb135a0180c31fbd7456021fb9700b49bba7f533:
>> >>
>> >>   net/phy/vitesse: Rework RGMII skew configuration for VSC8601
>> >> (2016-12-08 10:36:22 -0600)
>> >
>> > This is a NAK and is what is breaking microblaze-generic and
>> > imgtec_xilfpga at least:

Uhh... so it's not a NAK? This PR seems to be in your master.

I've rebased and have no commits left on top of your master. I've
pushed it for travis as another test anyway.
https://travis-ci.org/jhershbe/u-boot/builds/182680490

>> > +(imgtec_xilfpga,microblaze-generic)   ret =
>> > mdio_register_seq(emaclite->bus,
>> > dev->seq);+(imgtec_xilfpga,microblaze-generic)   ^
>> > +(imgtec_xilfpga,microblaze-generic) drivers/net/built-in.o: In function
>> > `emaclite_probe':
>> > +(imgtec_xilfpga)
>> > ../drivers/net/xilinx_emaclite.c:(.text.emaclite_probe+0x64): undefined
>> > reference to `mdio_register_seq'
>> > +(imgtec_xilfpga,microblaze-generic) make[1]: *** [u-boot] Error 1
>> > +(imgtec_xilfpga,microblaze-generic) make: *** [sub-make] Error 2
>> > +(microblaze-generic)   ret = mdio_register_seq(priv->bus, dev->seq);
>> > +(microblaze-generic) drivers/net/built-in.o: In function
>> > `axi_emac_probe': +(microblaze-generic)
>> > build/../drivers/net/xilinx_axi_emac.c:652: undefined reference to
>> > `mdio_register_seq'
>> > +(microblaze-generic) build/../drivers/net/xilinx_emaclite.c:570:
>> > undefined reference to `mdio_register_seq'
>>
>> This is strange... I build tested this on Travis.
>>
>> https://travis-ci.org/jhershbe/u-boot/builds/180270329
>>
>> Are we missing microblaze coverage on Travis or something?
>
>
>
> This patches went to the tree by accident. Tom reverted that incorrect
> merge.
> Adding mdio_register_seq was sent recently for review and it shouldn't have
> these compilation issue.
> I have no idea what's wrong with imgtec_xilfpga.
> And microblaze should be covered by travis already.
>
> Thanks,
> Michal
>
> --
> Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
> w: www.monstr.eu p: +42-0-721842854
> Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
> Maintainer of Linux kernel - Xilinx Zynq ARM architecture
> Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-09 Thread Michal Simek
Hi Joe,

2016-12-09 17:22 GMT+01:00 Joe Hershberger :

> Hi Tom,
>
> On Fri, Dec 9, 2016 at 6:12 AM, Tom Rini  wrote:
> > On Thu, Dec 08, 2016 at 10:37:26AM -0600, Joe Hershberger wrote:
> >
> >> Hi Tom,
> >>
> >> The following changes since commit 388019f1e2166638453bc4e0cc5d13
> 8c2a19e0c9:
> >>
> >>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-12-06
> 08:07:20 -0500)
> >>
> >> are available in the git repository at:
> >>
> >>
> >>   git://git.denx.de/u-boot-net.git master
> >>
> >> for you to fetch changes up to bb135a0180c31fbd7456021fb9700b
> 49bba7f533:
> >>
> >>   net/phy/vitesse: Rework RGMII skew configuration for VSC8601
> (2016-12-08 10:36:22 -0600)
> >
> > This is a NAK and is what is breaking microblaze-generic and
> > imgtec_xilfpga at least:
> > +(imgtec_xilfpga,microblaze-generic)   ret =
> > mdio_register_seq(emaclite->bus, 
> > dev->seq);+(imgtec_xilfpga,microblaze-generic)
>  ^
> > +(imgtec_xilfpga,microblaze-generic) drivers/net/built-in.o: In function
> > `emaclite_probe':
> > +(imgtec_xilfpga)
> > ../drivers/net/xilinx_emaclite.c:(.text.emaclite_probe+0x64): undefined
> reference to `mdio_register_seq'
> > +(imgtec_xilfpga,microblaze-generic) make[1]: *** [u-boot] Error 1
> > +(imgtec_xilfpga,microblaze-generic) make: *** [sub-make] Error 2
> > +(microblaze-generic)   ret = mdio_register_seq(priv->bus, dev->seq);
> > +(microblaze-generic) drivers/net/built-in.o: In function
> `axi_emac_probe': +(microblaze-generic)
> > build/../drivers/net/xilinx_axi_emac.c:652: undefined reference to
> `mdio_register_seq'
> > +(microblaze-generic) build/../drivers/net/xilinx_emaclite.c:570:
> undefined reference to `mdio_register_seq'
>
> This is strange... I build tested this on Travis.
>
> https://travis-ci.org/jhershbe/u-boot/builds/180270329
>
> Are we missing microblaze coverage on Travis or something?
>


This patches went to the tree by accident. Tom reverted that incorrect
merge.
Adding mdio_register_seq was sent recently for review and it shouldn't have
these compilation issue.
I have no idea what's wrong with imgtec_xilfpga.
And microblaze should be covered by travis already.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-09 Thread Joe Hershberger
Hi Tom,

On Fri, Dec 9, 2016 at 6:12 AM, Tom Rini  wrote:
> On Thu, Dec 08, 2016 at 10:37:26AM -0600, Joe Hershberger wrote:
>
>> Hi Tom,
>>
>> The following changes since commit 388019f1e2166638453bc4e0cc5d138c2a19e0c9:
>>
>>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-12-06 08:07:20 
>> -0500)
>>
>> are available in the git repository at:
>>
>>
>>   git://git.denx.de/u-boot-net.git master
>>
>> for you to fetch changes up to bb135a0180c31fbd7456021fb9700b49bba7f533:
>>
>>   net/phy/vitesse: Rework RGMII skew configuration for VSC8601 (2016-12-08 
>> 10:36:22 -0600)
>
> This is a NAK and is what is breaking microblaze-generic and
> imgtec_xilfpga at least:
> +(imgtec_xilfpga,microblaze-generic)   ret =
> mdio_register_seq(emaclite->bus, 
> dev->seq);+(imgtec_xilfpga,microblaze-generic)   ^
> +(imgtec_xilfpga,microblaze-generic) drivers/net/built-in.o: In function
> `emaclite_probe':
> +(imgtec_xilfpga)
> ../drivers/net/xilinx_emaclite.c:(.text.emaclite_probe+0x64): undefined 
> reference to `mdio_register_seq'
> +(imgtec_xilfpga,microblaze-generic) make[1]: *** [u-boot] Error 1
> +(imgtec_xilfpga,microblaze-generic) make: *** [sub-make] Error 2
> +(microblaze-generic)   ret = mdio_register_seq(priv->bus, dev->seq);
> +(microblaze-generic) drivers/net/built-in.o: In function `axi_emac_probe':   
>   +(microblaze-generic)
> build/../drivers/net/xilinx_axi_emac.c:652: undefined reference to 
> `mdio_register_seq'
> +(microblaze-generic) build/../drivers/net/xilinx_emaclite.c:570: undefined 
> reference to `mdio_register_seq'

This is strange... I build tested this on Travis.

https://travis-ci.org/jhershbe/u-boot/builds/180270329

Are we missing microblaze coverage on Travis or something?

Thanks,
-Joe

> --
> Tom
>
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-09 Thread Tom Rini
On Thu, Dec 08, 2016 at 10:37:26AM -0600, Joe Hershberger wrote:

> Hi Tom,
>
> The following changes since commit 388019f1e2166638453bc4e0cc5d138c2a19e0c9:
>
>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-12-06 08:07:20 
> -0500)
>
> are available in the git repository at:
>
>
>   git://git.denx.de/u-boot-net.git master
>
> for you to fetch changes up to bb135a0180c31fbd7456021fb9700b49bba7f533:
>
>   net/phy/vitesse: Rework RGMII skew configuration for VSC8601 (2016-12-08 
> 10:36:22 -0600)

This is a NAK and is what is breaking microblaze-generic and
imgtec_xilfpga at least:
+(imgtec_xilfpga,microblaze-generic)   ret =
mdio_register_seq(emaclite->bus, dev->seq);+(imgtec_xilfpga,microblaze-generic) 
  ^
+(imgtec_xilfpga,microblaze-generic) drivers/net/built-in.o: In function
`emaclite_probe':
+(imgtec_xilfpga)
../drivers/net/xilinx_emaclite.c:(.text.emaclite_probe+0x64): undefined 
reference to `mdio_register_seq'
+(imgtec_xilfpga,microblaze-generic) make[1]: *** [u-boot] Error 1
+(imgtec_xilfpga,microblaze-generic) make: *** [sub-make] Error 2
+(microblaze-generic)   ret = mdio_register_seq(priv->bus, dev->seq);
+(microblaze-generic) drivers/net/built-in.o: In function `axi_emac_probe': 
+(microblaze-generic)
build/../drivers/net/xilinx_axi_emac.c:652: undefined reference to 
`mdio_register_seq'
+(microblaze-generic) build/../drivers/net/xilinx_emaclite.c:570: undefined 
reference to `mdio_register_seq'

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-11-08 Thread Tom Rini
On Mon, Nov 07, 2016 at 11:29:02AM -0600, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 4b6035da482cccda06aeb419634f99937c9fc783:
> 
>   mx6sabresd: Make Ethernet functional again (2016-11-06 06:59:27 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to aa555fe9f07a21b3bbdab15aea594f3869e5ab22:
> 
>   net: use random ethernet address if invalid and not zero (2016-11-07 
> 11:28:16 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-10-13 Thread Tom Rini
On Thu, Oct 13, 2016 at 12:34:54PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 5ebd27d860ec0c6e36f1b0f973653fe66a7360be:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-x86 (2016-10-12 13:59:26 
> -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to c9abfbdd66ed97e1cac8553d0b31bd23f68480a9:
> 
>   net: smsc95xx: fix DM MAC address reading (2016-10-13 12:25:40 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-09-09 Thread Tom Rini
On Fri, Sep 09, 2016 at 01:52:41PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> A few last minute fixes. Turns out I broke NFS.
> 
> The following changes since commit 16f416661ec5ffa46b3f879a0b83907bbec13714:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-09-09 
> 09:45:32 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 41d1258aceb45b45f9e68f67a9c40f0afbc09dc9:
> 
>   net: asix: Fix AX88772B when used with DriverModel (2016-09-09 13:13:42 
> -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-08-24 Thread Tom Rini
On Mon, Aug 22, 2016 at 09:26:53PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit c98b171e1098f94b2ff7720c45a25a602882f876:
> 
>   Merge branch 'rmobile' of git://git.denx.de/u-boot-sh (2016-08-20 16:40:34 
> -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 8c83c0303c0eaa5f5323d08ffe1f786759e509be:
> 
>   net: mii: check phy advertising register when geting link status 
> (2016-08-22 14:21:23 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-08-15 Thread Tom Rini
On Mon, Aug 15, 2016 at 03:30:26PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit f4b0df1823921ad3bc39820466e9c5201cef6210:
> 
>   Merge git://git.denx.de/u-boot-dm (2016-08-12 16:00:50 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to cc2593128f7ad1b879e9e5bd3097f6c717cf4c9a:
> 
>   net: mii: Clean up legacy glue that is not used (2016-08-15 15:29:04 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-08-15 Thread Joe Hershberger
On Mon, Aug 15, 2016 at 3:20 PM, Joe Hershberger  wrote:
> Hi Tom,
>
> The following changes since commit f4b0df1823921ad3bc39820466e9c5201cef6210:
>
>   Merge git://git.denx.de/u-boot-dm (2016-08-12 16:00:50 -0400)
>
> are available in the git repository at:
>
>
>   git://git.denx.de/u-boot-net.git master
>
> for you to fetch changes up to 23f728cd317c93e3342766614109ea15de07bf4d:
>
>   net: mii: Clean up legacy glue that is not used (2016-08-15 15:17:45 -0500)
>
> 
> Alban Bedel (1):
>   net: e1000: Fix the build with driver model and SPI EEPROM
>
> Chris Packham (1):
>   net: smsc95xx: Use correct get_unaligned functions
>
> Joe Hershberger (5):
>   scripts: Add a cocci patch for miiphy_register
>   net: mii: Use spatch to update miiphy_register
>   net: mii: Fix changes made by spatch
>   net: mii: Changes not made by spatch
>   net: mii: Clean up legacy glue that is not used

Ooops... meant to repull spatch series from mailing list... another
pull req to follow.

>
> Max Filippov (7):
>   net/ethoc: add Kconfig entry for the driver
>   net/ethoc: use priv instead of dev internally
>   net/ethoc: add CONFIG_DM_ETH support
>   net/ethoc: support device tree
>   net/ethoc: don't mix virtual and physical addresses
>   net/ethoc: support private memory configurations
>   net/ethoc: implement MDIO bus and support phylib
>
> Wenyou Yang (1):
>   net: macb: Fix build error for CONFIG_DM_ETH enabled
>
>  arch/m68k/include/asm/fec.h|   9 +-
>  arch/mips/mach-au1x00/au1x00_eth.c |  25 +-
>  arch/powerpc/cpu/mpc8260/ether_fcc.c   |  13 +-
>  arch/powerpc/cpu/mpc85xx/ether_fcc.c   |  13 +-
>  arch/powerpc/cpu/mpc8xx/fec.c  |  40 ++-
>  arch/powerpc/cpu/ppc4xx/miiphy.c   |  11 +-
>  board/gdsys/405ep/io.c |  13 +-
>  board/gdsys/405ep/iocon.c  |  27 +-
>  board/gdsys/405ex/io64.c   |  25 +-
>  board/gdsys/mpc8308/hrcon.c|  27 +-
>  board/gdsys/mpc8308/strider.c  |  27 +-
>  common/miiphyutil.c|  73 
>  configs/openrisc-generic_defconfig |   2 +
>  drivers/net/4xx_enet.c |  20 +-
>  drivers/net/Kconfig|   5 +
>  drivers/net/armada100_fec.c|  33 +-
>  drivers/net/at91_emac.c|  28 +-
>  drivers/net/bcm-sf2-eth-gmac.c |  18 +-
>  drivers/net/bcm-sf2-eth.c  |  13 +-
>  drivers/net/bcm-sf2-eth.h  |   8 +-
>  drivers/net/bfin_mac.c |  43 ++-
>  drivers/net/davinci_emac.c |  34 +-
>  drivers/net/e1000.c|   6 +-
>  drivers/net/e1000_spi.c|  59 ++--
>  drivers/net/eepro100.c |  34 +-
>  drivers/net/enc28j60.c |  26 +-
>  drivers/net/ep93xx_eth.c   |  40 ++-
>  drivers/net/ethoc.c| 526 
> +++--
>  drivers/net/fsl_mcdmafec.c |  13 +-
>  drivers/net/ftmac110.c |  35 +-
>  drivers/net/lpc32xx_eth.c  |  52 ++-
>  drivers/net/macb.c | 123 +--
>  drivers/net/mcffec.c   |  13 +-
>  drivers/net/mcfmii.c   |  19 +-
>  drivers/net/mpc512x_fec.c  |  30 +-
>  drivers/net/mpc5xxx_fec.c  |  30 +-
>  drivers/net/mvgbe.c|  33 +-
>  drivers/net/phy/miiphybb.c |  25 +-
>  drivers/net/sh_eth.c   |  12 +-
>  drivers/net/smc911x.c  |  35 +-
>  drivers/qe/uec.c   |  32 +-
>  drivers/usb/eth/smsc95xx.c |   4 +-
>  include/configs/corvus.h   |   1 +
>  include/configs/openrisc-generic.h |   1 -
>  include/configs/smartweb.h |   1 +
>  include/configs/snapper9g45.h  |   1 +
>  include/configs/taurus.h   |   1 +
>  include/dm/platform_data/net_ethoc.h   |  21 ++
>  include/miiphy.h   |  20 +-
>  scripts/coccinelle/net/mdio_register.cocci | 142 
>  50 files changed, 1326 insertions(+), 516 deletions(-)
>  create mode 100644 include/dm/platform_data/net_ethoc.h
>  create mode 100644 scripts/coccinelle/net/mdio_register.cocci
>
> Thanks!
> -Joe
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-07-07 Thread Tom Rini
On Wed, Jul 06, 2016 at 10:46:51AM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> A few small last minute compile fixes and a phy support addition.
> 
> The following changes since commit e8009beff6d5c55c1bf1ae8184791f167e6378b0:
> 
>   Merge git://git.denx.de/u-boot-arc (2016-07-04 11:46:21 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 4c64c4db3b87818318ed8b4cd6907c508aaf04ce:
> 
>   net: rtl8169: Fix return value for rtl_send_common (2016-07-06 10:45:11 
> -0500)
> 

Reviewed-by: Tom Rini 

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-06-22 Thread Tom Rini
On Tue, Jun 21, 2016 at 05:04:04PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> The following changes since commit 9f823615af919c6b89f0b80197f009f78299dcde:
> 
>   Kconfig: Add a new DISTRO_DEFAULTS Kconfig option (2016-06-20 21:30:13 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 69fd0d4131c73a3b8a199a8d88fb4e5c688b58d5:
> 
>   NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS 
> server (2016-06-21 17:01:52 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-05-24 Thread Tom Rini
On Tue, May 24, 2016 at 11:50:33AM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> Changes from last merge window.
> 
> The following changes since commit d7d000311285e4b8d11e089ca13ea456a01be3b8:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2016-05-23 11:51:37 
> -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 0a71cd77290ca317ecf6f15984a91abbee741e09:
> 
>   net: phy: dp83867: Add SGMII helper for configuration (2016-05-24 11:42:05 
> -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-05-03 Thread Tom Rini
On Tue, May 03, 2016 at 05:58:22PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> Here are the bug fixes for this release.
> 
> The following changes since commit e96e064f51139c4af39f14499564ef76e40bbc29:
> 
>   usb: dwc2: Init desc_before_addr (2016-05-03 19:21:18 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 700877a62bfa88ef6e0267749db49f4dc63e2ea2:
> 
>   net: increase maximum frame size to accomediate VLAN packets (2016-05-03 
> 17:52:12 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-05-03 Thread Joe Hershberger
On Tue, May 3, 2016 at 4:34 PM, Tom Rini  wrote:
> On Tue, May 03, 2016 at 03:01:10PM -0500, Joe Hershberger wrote:
>
>> Hi Tom,
>>
>> I left out my semantic patch changes for now since spatch does not generate
>> well-formatted multi-line function definitions. I'm looking into improving 
>> the
>> tool, but ocaml is not a language that I'm familiar with.
>>
>> The following changes since commit e7fbcbc2566ab4bbcb07889a5791972ac49fa407:
>>
>>   igep00x0: Use the SRAM available for SPL. (2016-05-03 12:17:13 -0400)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-net.git master
>>
>> for you to fetch changes up to f0973c9e75deddbde92b6e18187d1ee9b814cf5c:
>>
>>   net: phy: dp83867: Add SGMII helper for configuration (2016-05-03 14:39:35 
>> -0500)
>
> OK, we're less than a week from release.  Which things here are
> important bugfixes we need for the release? Thanks!

Ah, damn... time flies. I'll send a new PR limited to bug fixes and
push the rest to next.

-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-05-03 Thread Tom Rini
On Tue, May 03, 2016 at 03:01:10PM -0500, Joe Hershberger wrote:

> Hi Tom,
> 
> I left out my semantic patch changes for now since spatch does not generate
> well-formatted multi-line function definitions. I'm looking into improving the
> tool, but ocaml is not a language that I'm familiar with.
> 
> The following changes since commit e7fbcbc2566ab4bbcb07889a5791972ac49fa407:
> 
>   igep00x0: Use the SRAM available for SPL. (2016-05-03 12:17:13 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to f0973c9e75deddbde92b6e18187d1ee9b814cf5c:
> 
>   net: phy: dp83867: Add SGMII helper for configuration (2016-05-03 14:39:35 
> -0500)

OK, we're less than a week from release.  Which things here are
important bugfixes we need for the release? Thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-02-27 Thread Tom Rini
On Fri, Feb 26, 2016 at 01:42:14PM -0600, Joe Hershberger wrote:

> The following changes since commit 24862c640ea50ac88be343161eb681bea5dbfeef:
> 
>   test/py: skip tests that require large CONFIG_SYS_MAXARGS
> (2016-02-26 08:42:12 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 50768f5b06e7704cf2bc209f89e250130c3fff5b:
> 
>   net: bootp: Add environment variable for timeout period (2016-02-26
> 13:37:38 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-02-19 Thread Tom Rini
On Thu, Feb 18, 2016 at 11:39:57AM -0600, Joe Hershberger wrote:

> Bug fixes.
> 
> The following changes since commit 727a25b2418031e1b94ba603e0eb61657024091b:
> 
>   Prepare v2016.03-rc2 (2016-02-15 21:44:30 +)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to a8c3eca43393cffef16a40e683f7a4d45b37e6ed:
> 
>   net: phy: marvell: Fix problem with phy_reset() clearing BMCR
> (2016-02-18 11:32:03 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-02-09 Thread Tom Rini
On Thu, Jan 28, 2016 at 05:32:19PM -0600, Joe Hershberger wrote:

> Hi Tom,
> 
> Here are the network patches for this round. Should be pretty basic stuff.
> 
> Thanks!
> -Joe
> 
> The following changes since commit 077678eb0c226e52a1f90edabd3369ab26065b32:
> 
>   Merge git://git.denx.de/u-boot-dm (2016-01-12 18:12:42 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to b2b7fbc33ff1b990804e481153dd45de579cff75:
> 
>   net: Add bootfile in DHCP Request (2016-01-28 17:19:43 -0600)
> 

For the record, applied to u-boot/master a number of days ago, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-10-29 Thread Tom Rini
On Thu, Oct 29, 2015 at 02:34:43PM -0500, Joe Hershberger wrote:

> These are changes that came in before the merge window.  Only one regression:
> 
> +(bf538f-ezkit) bfin-elf-ld.bfd: region `ram' overflowed by 256 bytes
> 
> but it is the same family that are nearly all not fitting. It's not
> worth battling one at a time. All of BF needs attention.
> 
> The following changes since commit 677f970bc62a661690b3431543d5a5d5e682ba70:
> 
>   common/board_f.c: modify the macro to use get_clocks() more common
> (2015-10-24 13:50:38 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to ac1d31380618f3f68bf7f05b73b6ab0cdeab0e9f:
> 
>   net: eth: Check return value in various places (2015-10-29 14:05:52 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-10-02 Thread Tom Rini
On Wed, Sep 30, 2015 at 12:23:38PM -0500, Joe Hershberger wrote:
> The following changes since commit 1f8836396de8215b7f460616926052b32597bb29:

> 
>   Prepare v2015.10-rc4 (2015-09-28 16:57:42 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 8ac46a98618ea21cf9900961fcff9cf803198271:
> 
>   sunxi: add NetConsole by default for Banana Pi/Pro (2015-09-29 21:54:46 
> -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-08-24 Thread Tom Rini
On Fri, Aug 21, 2015 at 04:48:25PM -0500, Joe Hershberger wrote:

 Hi Tom,
 
 Nearly done with net for this release.
 
 After this I just know of 2 series and a few patches that are awaiting
 new versions.
 
 The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:
 
   ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-net.git master
 
 for you to fetch changes up to a77fda1f7df4739d044ca9fcf413b1c93cef111e:
 
   net: Move CONFIG_E1000 options to Kconfig (2015-08-21 16:40:23 -0500)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-06-02 Thread Tom Rini
On Mon, Jun 01, 2015 at 01:24:00PM -0500, Joe Hershberger wrote:

 Hi Tom,
 
 This should include the few build fixes that have been submitted as
 well as fixing up Michal's patch to the LIB_RAND dependency patch.
 
 It also cleans up the CONFIG_NET/CONFIG_CMD_NET situation that was
 breaking networking for a number of boards.
 
 I've included the CMD_SETEXPR patch in this since it would otherwise
 create patch conflicts if done separately.
 
 The following changes since commit 012681b1fa822492bb8fdc5c2dd3d24d6092e110:
 
   am33xx, spl, siemens: enable debug uart output again (2015-05-28
 08:18:25 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-net.git master
 
 for you to fetch changes up to 9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a:
 
   net: Fix NET_RANDOM_ETHADDR dependencies (2015-06-01 13:15:11 -0500)
 

Applied to u-boot/master and fixed up include/configs/unipher.h, thanks!

-- 
Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-05-27 Thread Joe Hershberger
Hi Tom,

On Tue, May 26, 2015 at 9:02 PM, Tom Rini tr...@konsulko.com wrote:
 On Tue, May 26, 2015 at 12:24:38PM -0500, Joe Hershberger wrote:

 Hi Tom,

 This fixes a few mistakes I made in the rand rework stuff.

 The following changes since commit 980267a1445b7b4d8e8d05ef57799d92ba4a2ee3:

   Merge git://git.denx.de/u-boot-nand-flash (2015-05-24 21:01:30 -0400)

 are available in the git repository at:


   git://git.denx.de/u-boot-net.git master

 for you to fetch changes up to 91fed5574600142f68dac7807bc06173d1f29eb5:

   blackfin: fix build error on bct-brettl2 board (2015-05-26 12:18:42 -0500)


 NAK:
 06: Merge branch 'master' of git://git.denx.de/u-boot-net
   blackfin: bct-brettl2 +   bf537-minotaur cm-bf527 ip04 bf537-stamp 
 cm-bf537e tcm-bf518 cm-bf537u bf527-ezkit bf537-pnav bf537-srv1 tcm-bf537 
 dnp5370 bf518f-ezbrd bf526-ezbrd

 All about CONFIG_LIB_RAND being redefined.

Sorry about that. Got a little too hasty it appears.

Michal, please rework your patch using tools/moveconfig.py

Thanks,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-05-26 Thread Tom Rini
On Tue, May 26, 2015 at 12:24:38PM -0500, Joe Hershberger wrote:

 Hi Tom,
 
 This fixes a few mistakes I made in the rand rework stuff.
 
 The following changes since commit 980267a1445b7b4d8e8d05ef57799d92ba4a2ee3:
 
   Merge git://git.denx.de/u-boot-nand-flash (2015-05-24 21:01:30 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-net.git master
 
 for you to fetch changes up to 91fed5574600142f68dac7807bc06173d1f29eb5:
 
   blackfin: fix build error on bct-brettl2 board (2015-05-26 12:18:42 -0500)
 

NAK:
06: Merge branch 'master' of git://git.denx.de/u-boot-net
  blackfin: bct-brettl2 +   bf537-minotaur cm-bf527 ip04 bf537-stamp 
cm-bf537e tcm-bf518 cm-bf537u bf527-ezkit bf537-pnav bf537-srv1 tcm-bf537 
dnp5370 bf518f-ezbrd bf526-ezbrd

All about CONFIG_LIB_RAND being redefined.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-05-21 Thread Tom Rini
On Wed, May 20, 2015 at 12:11:36PM -0500, Joe Hershberger wrote:
 Hi Tom,
 
 On Wed, May 20, 2015 at 6:28 AM, Tom Rini tr...@konsulko.com wrote:
  On Tue, May 19, 2015 at 01:56:47PM -0500, Joe Hershberger wrote:
 
  Hi Tom,
 
  This contains a few bug fixes and features from earlier in the merge 
  window.
 
  The following changes since commit 
  0e6b7a28243175ae0874d53b6e6e4eff8548d71f:
 
Merge git://git.denx.de/u-boot-samsung (2015-05-18 09:15:15 -0400)
 
  are available in the git repository at:
 
 
git://git.denx.de/u-boot-net.git master
 
  for you to fetch changes up to d6bf59abead4069aa1164951d76a00d91f8f0298:
 
net: Remove all calls to net_random_ethaddr() (2015-05-19 13:33:22 -0500)
 
  NAK:
  +(bf537-minotaur) common/built-in.o:(.data.init_sequence_r+0x40):
  undefined reference to `misc_init_r'
  +(bf537-pnav) common/built-in.o:(.data.init_sequence_r+0x48): undefined
  reference to `misc_init_r'
  +(bf537-srv1) ../board/bf537-srv1/bf537-srv1.c:29:2: error: #endif
  without #if
  +(bf537-srv1) make[2]: *** [board/bf537-srv1/bf537-srv1.o] Error 1
  +(bf537-srv1) make[1]: *** [board/bf537-srv1] Error 2
  w+(bf527-ezkit-v2,bf527-ezkit) ../board/bf527-ezkit/bf527-ezkit.c: In
  function ‘board_init_enetaddr’:
  w+(bf527-ezkit-v2,bf527-ezkit) ../board/bf527-ezkit/bf527-ezkit.c:30:7:
  warning: unused variable ‘valid_mac’
 
 Sorry about that. Meant to circle back on this one I got the blackfin
 compiler setup.
 
 Should be good now. I ran buildman on it for all blackfin boards.

I've applied the updated PR.  Please address the following in some
follow-up patches:
w+(lschlv2,lsxhl) ../board/buffalo/lsxl/lsxl.c: In function 'rescue_mode':
w+(lschlv2,lsxhl) ../board/buffalo/lsxl/lsxl.c:230:8: warning: unused variable 
'enetaddr' [-Wunused-variable]

Thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-05-21 Thread Joe Hershberger
Hi Tom,

On Thu, May 21, 2015 at 8:09 AM, Tom Rini tr...@konsulko.com wrote:
 On Wed, May 20, 2015 at 12:11:36PM -0500, Joe Hershberger wrote:
 Hi Tom,

 On Wed, May 20, 2015 at 6:28 AM, Tom Rini tr...@konsulko.com wrote:
  On Tue, May 19, 2015 at 01:56:47PM -0500, Joe Hershberger wrote:
 
  Hi Tom,
 
  This contains a few bug fixes and features from earlier in the merge 
  window.
 
  The following changes since commit 
  0e6b7a28243175ae0874d53b6e6e4eff8548d71f:
 
Merge git://git.denx.de/u-boot-samsung (2015-05-18 09:15:15 -0400)
 
  are available in the git repository at:
 
 
git://git.denx.de/u-boot-net.git master
 
  for you to fetch changes up to d6bf59abead4069aa1164951d76a00d91f8f0298:
 
net: Remove all calls to net_random_ethaddr() (2015-05-19 13:33:22 
  -0500)
 
  NAK:
  +(bf537-minotaur) common/built-in.o:(.data.init_sequence_r+0x40):
  undefined reference to `misc_init_r'
  +(bf537-pnav) common/built-in.o:(.data.init_sequence_r+0x48): undefined
  reference to `misc_init_r'
  +(bf537-srv1) ../board/bf537-srv1/bf537-srv1.c:29:2: error: #endif
  without #if
  +(bf537-srv1) make[2]: *** [board/bf537-srv1/bf537-srv1.o] Error 1
  +(bf537-srv1) make[1]: *** [board/bf537-srv1] Error 2
  w+(bf527-ezkit-v2,bf527-ezkit) ../board/bf527-ezkit/bf527-ezkit.c: In
  function ‘board_init_enetaddr’:
  w+(bf527-ezkit-v2,bf527-ezkit) ../board/bf527-ezkit/bf527-ezkit.c:30:7:
  warning: unused variable ‘valid_mac’

 Sorry about that. Meant to circle back on this one I got the blackfin
 compiler setup.

 Should be good now. I ran buildman on it for all blackfin boards.

 I've applied the updated PR.  Please address the following in some
 follow-up patches:
 w+(lschlv2,lsxhl) ../board/buffalo/lsxl/lsxl.c: In function 'rescue_mode':
 w+(lschlv2,lsxhl) ../board/buffalo/lsxl/lsxl.c:230:8: warning: unused 
 variable 'enetaddr' [-Wunused-variable]

Will do.

Thanks,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-05-20 Thread Tom Rini
On Tue, May 19, 2015 at 01:56:47PM -0500, Joe Hershberger wrote:

 Hi Tom,
 
 This contains a few bug fixes and features from earlier in the merge window.
 
 The following changes since commit 0e6b7a28243175ae0874d53b6e6e4eff8548d71f:
 
   Merge git://git.denx.de/u-boot-samsung (2015-05-18 09:15:15 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-net.git master
 
 for you to fetch changes up to d6bf59abead4069aa1164951d76a00d91f8f0298:
 
   net: Remove all calls to net_random_ethaddr() (2015-05-19 13:33:22 -0500)

NAK:
+(bf537-minotaur) common/built-in.o:(.data.init_sequence_r+0x40):
undefined reference to `misc_init_r'
+(bf537-pnav) common/built-in.o:(.data.init_sequence_r+0x48): undefined
reference to `misc_init_r'
+(bf537-srv1) ../board/bf537-srv1/bf537-srv1.c:29:2: error: #endif
without #if
+(bf537-srv1) make[2]: *** [board/bf537-srv1/bf537-srv1.o] Error 1
+(bf537-srv1) make[1]: *** [board/bf537-srv1] Error 2
w+(bf527-ezkit-v2,bf527-ezkit) ../board/bf527-ezkit/bf527-ezkit.c: In
function ‘board_init_enetaddr’:
w+(bf527-ezkit-v2,bf527-ezkit) ../board/bf527-ezkit/bf527-ezkit.c:30:7:
warning: unused variable ‘valid_mac’

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-05-20 Thread Joe Hershberger
Hi Tom,

On Wed, May 20, 2015 at 6:28 AM, Tom Rini tr...@konsulko.com wrote:
 On Tue, May 19, 2015 at 01:56:47PM -0500, Joe Hershberger wrote:

 Hi Tom,

 This contains a few bug fixes and features from earlier in the merge window.

 The following changes since commit 0e6b7a28243175ae0874d53b6e6e4eff8548d71f:

   Merge git://git.denx.de/u-boot-samsung (2015-05-18 09:15:15 -0400)

 are available in the git repository at:


   git://git.denx.de/u-boot-net.git master

 for you to fetch changes up to d6bf59abead4069aa1164951d76a00d91f8f0298:

   net: Remove all calls to net_random_ethaddr() (2015-05-19 13:33:22 -0500)

 NAK:
 +(bf537-minotaur) common/built-in.o:(.data.init_sequence_r+0x40):
 undefined reference to `misc_init_r'
 +(bf537-pnav) common/built-in.o:(.data.init_sequence_r+0x48): undefined
 reference to `misc_init_r'
 +(bf537-srv1) ../board/bf537-srv1/bf537-srv1.c:29:2: error: #endif
 without #if
 +(bf537-srv1) make[2]: *** [board/bf537-srv1/bf537-srv1.o] Error 1
 +(bf537-srv1) make[1]: *** [board/bf537-srv1] Error 2
 w+(bf527-ezkit-v2,bf527-ezkit) ../board/bf527-ezkit/bf527-ezkit.c: In
 function ‘board_init_enetaddr’:
 w+(bf527-ezkit-v2,bf527-ezkit) ../board/bf527-ezkit/bf527-ezkit.c:30:7:
 warning: unused variable ‘valid_mac’

Sorry about that. Meant to circle back on this one I got the blackfin
compiler setup.

Should be good now. I ran buildman on it for all blackfin boards.

-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-04-21 Thread Tom Rini
On Mon, Apr 20, 2015 at 06:08:44PM -0500, Joe Hershberger wrote:

 The following changes since commit 1733259d25015c28c47990ec11af99b3f62f811c:
 
   Merge branch 'master' of git://git.denx.de/u-boot-video (2015-04-20
 09:13:52 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-net.git master
 
 for you to fetch changes up to 523bb66f5a8e2cee22535e509c4e762bbc774406:
 
   net: pch_gbe: Fix pch_gbe device name (2015-04-20 17:57:13 -0500)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-02-02 Thread Tom Rini
On Fri, Jan 30, 2015 at 04:01:46PM -0600, Joe Hershberger wrote:

 The following changes since commit 2af13d6b6265a6700c4f65597410b769895024bf:
 
   lcd: fix console address is not initialized (2015-01-28 16:58:02 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-net.git master
 
 for you to fetch changes up to 875143f32428b8317a2b890b34a1eeb31cbf8a53:
 
   net/designware: add error message on DMA reset timeout (2015-01-30
 15:55:00 -0600)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


  1   2   >