From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Filippov Date: Tue, 2 Aug 2016 14:31:03 +0300 Subject: [U-Boot] [PATCH 0/7] net/ethoc improvements Message-ID: <1470137470-6051-1-git-send-email-jcmvbkbc@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, this series does the following improvements to the OpenCores 10/100 Mbps driver: - add Kconfig symbol for the driver; - add DM_ETH support; - add device tree support; - add optional phylib support; - add support for configurations with private packet memory; - clean up virtual/physical address usage. Please review. 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 configs/openrisc-generic_defconfig | 2 + drivers/net/Kconfig | 5 + drivers/net/ethoc.c | 522 ++++++++++++++++++++++++++++------- include/configs/openrisc-generic.h | 1 - include/dm/platform_data/net_ethoc.h | 21 ++ 5 files changed, 450 insertions(+), 101 deletions(-) create mode 100644 include/dm/platform_data/net_ethoc.h -- 2.1.4