Re: [PATCH] net: ftgmac100: Fix missing TX-poll issue

2020-10-20 Thread Andrew Jeffery
On Wed, 21 Oct 2020, at 08:40, Benjamin Herrenschmidt wrote: > On Tue, 2020-10-20 at 21:49 +0200, Arnd Bergmann wrote: > > On Tue, Oct 20, 2020 at 11:37 AM Dylan Hung > > wrote: > > > > +1 @first is system memory from dma_alloc_coherent(), right? > > > > > > > > You shouldn't have to do this.

Re: [PATCH v3] net: ftgmac100: Request clock and set speed

2017-10-16 Thread Andrew Jeffery
ASPEED, both requesting the clock and configuring the speed is > skipped. >  > Signed-off-by: Joel Stanley Tested on an AST2500 EVB and an OpenPOWER Palmetto (AST2400) machine. Confirmed clock rates were nominally what was requested, and successfully downloaded a 100MB test file. Tested-by:

[PATCH] net: ftgmac100: Fix oops in probe on failure to find associated PHY

2017-08-21 Thread Andrew Jeffery
>] (kernel_init) from [<8000a5e8>] (ret_from_fork+0x14/0x2c) [ 2.81] Code: e594205c e5941058 e2843058 e3a05000 (e5812004) [ 3.21] ---[ end trace f32811052fd3860c ]--- Signed-off-by: Andrew Jeffery --- drivers/net/ethernet/faraday/ftgmac100.c | 1 - 1 file changed, 1 delet