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

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)
---------------------------------------------------------------- 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 (3): net: Fix buffer overrun error in netconsole net: Remove nfs.h include from bootp.c 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
configs/Lamobo_R1_defconfig | 3 + configs/alt_defconfig | 3 +- configs/ap_sh4a_4a_defconfig | 3 +- configs/armadillo-800eva_defconfig | 3 +- configs/ecovec_defconfig | 3 +- configs/espt_defconfig | 3 +- configs/gose_defconfig | 3 +- configs/koelsch_defconfig | 3 +- configs/lager_defconfig | 3 +- configs/porter_defconfig | 3 +- configs/r0p7734_defconfig | 3 +- configs/sh7752evb_defconfig | 3 +- configs/sh7753evb_defconfig | 3 +- configs/sh7757lcr_defconfig | 3 +- configs/sh7763rdp_defconfig | 3 +- configs/silk_defconfig | 3 +- configs/stout_defconfig | 3 +- drivers/core/read.c | 7 + drivers/net/Kconfig | 13 + drivers/net/designware.c | 48 +++ drivers/net/designware.h | 4 + drivers/net/macb.c | 91 ++++- drivers/net/macb.h | 1 + drivers/net/mvneta.c | 6 +- drivers/net/netconsole.c | 7 +- drivers/net/phy/Kconfig | 17 + drivers/net/phy/Makefile | 1 + drivers/net/phy/atheros.c | 1 + drivers/net/phy/b53.c | 768 +++++++++++++++++++++++++++++++++++++ drivers/net/phy/marvell.c | 29 ++ drivers/net/phy/miiphybb.c | 2 +- drivers/net/phy/phy.c | 3 + drivers/net/sh_eth.c | 155 ++++---- drivers/net/sh_eth.h | 76 +--- include/configs/alt.h | 1 - include/configs/ap_sh4a_4a.h | 1 - include/configs/armadillo-800eva.h | 1 - include/configs/ecovec.h | 1 - include/configs/espt.h | 1 - include/configs/gose.h | 1 - include/configs/koelsch.h | 1 - include/configs/lager.h | 1 - include/configs/porter.h | 1 - include/configs/r0p7734.h | 1 - include/configs/sh7752evb.h | 1 - include/configs/sh7753evb.h | 1 - include/configs/sh7757lcr.h | 1 - include/configs/sh7763rdp.h | 1 - include/configs/silk.h | 1 - include/configs/stout.h | 1 - include/phy.h | 1 + net/bootp.c | 18 +- scripts/config_whitelist.txt | 1 - 53 files changed, 1131 insertions(+), 185 deletions(-) create mode 100644 drivers/net/phy/b53.c
Thanks! -Joe

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

Hi Tom,
On Mon, Jan 15, 2018 at 8:25 PM, Tom Rini trini@konsulko.com 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
participants (2)
-
Joe Hershberger
-
Tom Rini