public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/7] net/ethoc improvements
Date: Fri,  5 Aug 2016 18:26:14 +0300	[thread overview]
Message-ID: <1470410781-7944-1-git-send-email-jcmvbkbc@gmail.com> (raw)

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.

Changes v1->v2:
- rename ethoc_set_mac_address to ethoc_write_hwaddr_common;
- rename ethoc_recv_common to ethoc_is_new_packet_received;
- use positive logic with CONFIG_DM_ETH;
- return from DM ethoc_recv when ethoc_is_new_packet_received returns 0;
- use wait_for_bit in ethoc_mdio_read/ethoc_mdio_write;
- remove stray ioremap addition/removal across the series.

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                  | 526 ++++++++++++++++++++++++++++-------
 include/configs/openrisc-generic.h   |   1 -
 include/dm/platform_data/net_ethoc.h |  21 ++
 5 files changed, 454 insertions(+), 101 deletions(-)
 create mode 100644 include/dm/platform_data/net_ethoc.h

-- 
2.1.4

             reply	other threads:[~2016-08-05 15:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-05 15:26 Max Filippov [this message]
2016-08-05 15:26 ` [U-Boot] [PATCH v2 1/7] net/ethoc: add Kconfig entry for the driver Max Filippov
2016-08-15 20:33   ` [U-Boot] " Joe Hershberger
2016-08-05 15:26 ` [U-Boot] [PATCH v2 2/7] net/ethoc: use priv instead of dev internally Max Filippov
2016-08-15 20:33   ` [U-Boot] " Joe Hershberger
2016-08-05 15:26 ` [U-Boot] [PATCH v2 3/7] net/ethoc: add CONFIG_DM_ETH support Max Filippov
2016-08-15 20:33   ` [U-Boot] " Joe Hershberger
2016-08-05 15:26 ` [U-Boot] [PATCH v2 4/7] net/ethoc: support device tree Max Filippov
2016-08-15 20:33   ` [U-Boot] " Joe Hershberger
2016-08-05 15:26 ` [U-Boot] [PATCH v2 5/7] net/ethoc: don't mix virtual and physical addresses Max Filippov
2016-08-15 20:33   ` [U-Boot] " Joe Hershberger
2016-08-05 15:26 ` [U-Boot] [PATCH v2 6/7] net/ethoc: support private memory configurations Max Filippov
2016-08-15 20:33   ` [U-Boot] " Joe Hershberger
2016-08-05 15:26 ` [U-Boot] [PATCH v2 7/7] net/ethoc: implement MDIO bus and support phylib Max Filippov
2016-08-05 17:27   ` Joe Hershberger
2016-08-15 20:33   ` [U-Boot] " Joe Hershberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470410781-7944-1-git-send-email-jcmvbkbc@gmail.com \
    --to=jcmvbkbc@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox