From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Wed, 30 Sep 2015 12:23:38 -0500 Subject: [U-Boot] Pull request: u-boot-net.git master Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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) ---------------------------------------------------------------- Bernhard Nortmann (5): net: expose eth_is_active() function to test network device state net: fix netconsole when CONFIG_DM_ETH is set net: avoid eth_unregister() call when function is unavailable net: support NETCONSOLE option via Kconfig sunxi: add NetConsole by default for Banana Pi/Pro Mugunthan V N (1): net: phy: on phy device create do not initialize link to 1 common/bootm.c | 2 ++ configs/Bananapi_defconfig | 1 + configs/Bananapro_defconfig | 1 + drivers/net/netconsole.c | 14 +++++++++++--- drivers/net/phy/phy.c | 2 +- include/net.h | 4 ++++ net/Kconfig | 6 ++++++ net/eth.c | 18 +++++++++++++++++- 8 files changed, 43 insertions(+), 5 deletions(-)