From: Thomas Chou <thomas@wytron.com.tw>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] net: convert altera_tse to driver model and phylib
Date: Fri, 23 Oct 2015 08:21:13 +0800 [thread overview]
Message-ID: <56297D79.4020300@wytron.com.tw> (raw)
In-Reply-To: <1445499301-31684-1-git-send-email-thomas@wytron.com.tw>
On 10/22/2015 03:35 PM, Thomas Chou wrote:
> Convert altera_tse to driver model and phylib.
>
> Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
> Reviewed-by: Marek Vasut <marex@denx.de>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> v2
> remove volatile and use I/O accessors as suggested by Marek.
> use virt_to_phys() to get dma address.
> add free_pkt() ops.
> add timeout to loop.
> allocate cache aligned rx buffer.
> refactor sgdma calls.
> v3
> move the code into net ops for those with a single caller.
>
> configs/nios2-generic_defconfig | 2 +
> doc/device-tree-bindings/net/altera_tse.txt | 112 +++
> drivers/net/Kconfig | 9 +
> drivers/net/altera_tse.c | 1143 +++++++++------------------
> drivers/net/altera_tse.h | 277 +------
> include/configs/nios2-generic.h | 8 +
> 6 files changed, 504 insertions(+), 1047 deletions(-)
> create mode 100644 doc/device-tree-bindings/net/altera_tse.txt
>
Applied to u-boot-nios.
prev parent reply other threads:[~2015-10-23 0:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-19 2:36 [U-Boot] [PATCH] net: convert altera_tse to driver model and phylib Thomas Chou
2015-10-19 12:31 ` Marek Vasut
2015-10-21 13:09 ` Thomas Chou
2015-10-22 1:53 ` Marek Vasut
2015-10-21 13:05 ` [U-Boot] [PATCH v2] " Thomas Chou
2015-10-22 1:59 ` Marek Vasut
2015-10-22 2:15 ` Simon Glass
2015-10-22 3:06 ` Thomas Chou
2015-10-22 7:35 ` [U-Boot] [PATCH v3] " Thomas Chou
2015-10-23 0:21 ` Thomas Chou [this message]
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=56297D79.4020300@wytron.com.tw \
--to=thomas@wytron.com.tw \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.