Re: [PATCH net v2 0/3] Bugfix for the netsec driver

2018-10-23 Thread David Miller
From: masahisa.koj...@linaro.org Date: Tue, 23 Oct 2018 20:24:25 +0900 > From: Masahisa Kojima > > This patch series include bugfix for the netsec ethernet > controller driver, fix the problem in interface down/up. > > changes in v2: > - change the place to perform the PHY power down > - use

Re: [PATCH net v2 0/3] Bugfix for the netsec driver

2018-10-23 Thread Masahisa Kojima
Hi Florian, Ard, Yes, that is my mistake. Thank you very much for pointing out, Ard. On Tue, 23 Oct 2018 at 20:32, Ard Biesheuvel wrote: > > (+ Florian) > > On 23 October 2018 at 08:24, wrote: > > From: Masahisa Kojima > > > > This patch series include bugfix for the netsec ethernet > >

Re: [PATCH net v2 0/3] Bugfix for the netsec driver

2018-10-23 Thread Ard Biesheuvel
(+ Florian) On 23 October 2018 at 08:24, wrote: > From: Masahisa Kojima > > This patch series include bugfix for the netsec ethernet > controller driver, fix the problem in interface down/up. > > changes in v2: > - change the place to perform the PHY power down > - use the MACROs defiend in

[PATCH net v2 0/3] Bugfix for the netsec driver

2018-10-23 Thread masahisa . kojima
From: Masahisa Kojima This patch series include bugfix for the netsec ethernet controller driver, fix the problem in interface down/up. changes in v2: - change the place to perform the PHY power down - use the MACROs defiend in include/uapi/linux/mii.h - update commit comment Masahisa