From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 22 Oct 2015 03:59:07 +0200 Subject: [U-Boot] [PATCH v2] net: convert altera_tse to driver model and phylib In-Reply-To: <1445432703-1239-1-git-send-email-thomas@wytron.com.tw> References: <1445222181-30241-1-git-send-email-thomas@wytron.com.tw> <1445432703-1239-1-git-send-email-thomas@wytron.com.tw> Message-ID: <201510220359.07451.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, October 21, 2015 at 03:05:03 PM, Thomas Chou wrote: > Convert altera_tse to driver model and phylib. > > Signed-off-by: Thomas Chou > --- > 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. > > configs/nios2-generic_defconfig | 2 + > doc/device-tree-bindings/net/altera_tse.txt | 112 +++ > drivers/net/Kconfig | 9 + > drivers/net/altera_tse.c | 1150 > +++++++++------------------ drivers/net/altera_tse.h | > 277 +------ > include/configs/nios2-generic.h | 8 + > 6 files changed, 526 insertions(+), 1032 deletions(-) > create mode 100644 doc/device-tree-bindings/net/altera_tse.txt Hrm, either I didn't look properly or you did really great job fixing this patch up ;-) Reviewed-by: Marek Vasut Thanks! Best regards, Marek Vasut