Re: [kbuild-all] [PATCH] net: stmmac: socfpga: re-use the `interface` parameter from platform data

2019-10-09 Thread Rong Chen
On 9/9/19 4:53 PM, Ardelean, Alexandru wrote: On Sat, 2019-09-07 at 20:54 +0800, kbuild test robot wrote: [External] Hi Alexandru, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] Hmm, this error should be expectable I guess: I applied this on

Re: [PATCH] net: stmmac: socfpga: re-use the `interface` parameter from platform data

2019-09-10 Thread Ardelean, Alexandru
On Tue, 2019-09-10 at 17:46 +0200, David Miller wrote: > [External] > > From: David Miller > Date: Tue, 10 Sep 2019 17:45:44 +0200 (CEST) > > > From: Alexandru Ardelean > > Date: Fri, 6 Sep 2019 15:30:54 +0300 > > > > > The socfpga sub-driver defines an `interface` field in the

Re: [PATCH] net: stmmac: socfpga: re-use the `interface` parameter from platform data

2019-09-10 Thread David Miller
From: David Miller Date: Tue, 10 Sep 2019 17:45:44 +0200 (CEST) > From: Alexandru Ardelean > Date: Fri, 6 Sep 2019 15:30:54 +0300 > >> The socfpga sub-driver defines an `interface` field in the `socfpga_dwmac` >> struct and parses it on init. >> >> The shared `stmmac_probe_config_dt()`

Re: [PATCH] net: stmmac: socfpga: re-use the `interface` parameter from platform data

2019-09-10 Thread David Miller
From: Alexandru Ardelean Date: Fri, 6 Sep 2019 15:30:54 +0300 > The socfpga sub-driver defines an `interface` field in the `socfpga_dwmac` > struct and parses it on init. > > The shared `stmmac_probe_config_dt()` function also parses this from the > device-tree and makes it available on the

Re: [PATCH] net: stmmac: socfpga: re-use the `interface` parameter from platform data

2019-09-09 Thread Ardelean, Alexandru
On Sat, 2019-09-07 at 20:54 +0800, kbuild test robot wrote: > [External] > > Hi Alexandru, > > I love your patch! Yet something to improve: > > [auto build test ERROR on linus/master] Hmm, this error should be expectable I guess: I applied this on net-next/master. Alex > [cannot apply to

Re: [PATCH] net: stmmac: socfpga: re-use the `interface` parameter from platform data

2019-09-07 Thread kbuild test robot
Hi Alexandru, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc7 next-20190904] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] net: stmmac: socfpga: re-use the `interface` parameter from platform data

2019-09-06 Thread Alexandru Ardelean
The socfpga sub-driver defines an `interface` field in the `socfpga_dwmac` struct and parses it on init. The shared `stmmac_probe_config_dt()` function also parses this from the device-tree and makes it available on the returned `plat_data` (which is the same data available via `netdev_priv()`).