[PATCH v4] net: macb: Add default usrio config to default gem config

2021-03-03 Thread Atish Patra
atform configuration") Signed-off-by: Atish Patra Acked-by: Nicolas Ferre --- Changes from v3->v4: 1. Moved the macb_default_usrio out of OF_FDT to make buildbots happy. Changes from v2->v3: 1. Fixed the typo in fixes tag. Changes from v1->v2: 1. Fixed the fixes tag. --- drivers/net

[PATCH net v3] net: macb: Add default usrio config to default gem config

2021-01-13 Thread Atish Patra
rio bits as platform configuration") Acked-by: Nicolas Ferre Signed-off-by: Atish Patra --- Changes from v2->v3: 1. Fixed the typo in fixes tag. Changes from v1->v2: 1. Fixed the fixes tag. --- drivers/net/ethernet/cadence/macb_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/n

Re: [PATCH net v2] net: macb: Add default usrio config to default gem config

2021-01-12 Thread Atish Patra
On Tue, 2021-01-12 at 18:11 -0800, Jakub Kicinski wrote: > On Mon, 11 Jan 2021 17:47:28 -0800 Atish Patra wrote: > > There is no usrio config defined for default gem config leading to > > a kernel panic devices that don't define a data. This issue can be > > reprdouced

Re: [PATCH] net: macb: Add default usrio config to default gem config

2021-01-11 Thread Atish Patra
On Mon, 2021-01-11 at 15:13 -0800, Jakub Kicinski wrote: > On Mon, 11 Jan 2021 11:55:53 -0800 Atish Patra wrote: > > There is no usrio config defined for default gem config leading to > > a kernel panic devices that don't define a data. This issue can be > > reprdouced

[PATCH net v2] net: macb: Add default usrio config to default gem config

2021-01-11 Thread Atish Patra
io config to default gem config") Signed-off-by: Atish Patra --- Changes from v1->v2: 1. Fixed that fixes tag. --- drivers/net/ethernet/cadence/macb_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/cadence/macb_main.c b/drivers/net/ethernet/cadence/ma

[PATCH] net: macb: Add default usrio config to default gem config

2021-01-11 Thread Atish Patra
atform configuration") Signed-off-by: Atish Patra --- drivers/net/ethernet/cadence/macb_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/cadence/macb_main.c b/drivers/net/ethernet/cadence/macb_main.c index 814a5b10141d..47ee72ab7002 100644 --- a/drivers/net/ethernet/

Re: macb: probe of 10090000.ethernet failed with error -110

2018-11-28 Thread Atish Patra
On 11/28/18 2:11 AM, Andreas Schwab wrote: The PHY probing of the macb driver appears to be rather unreliable. Most of the time it doesn't work the first time, I have to reload the module several times to let it succeed. [ 40.53] macb: GEM doesn't support hardware ptp. [ 40.53] libph

Re: [RFC PATCH] bpf: Add helpers to read useful task_struct members

2017-11-07 Thread Atish Patra
On 11/07/2017 04:42 PM, Y Song wrote: On Tue, Nov 7, 2017 at 2:04 PM, Alexei Starovoitov wrote: On 11/8/17 6:47 AM, Y Song wrote: On Tue, Nov 7, 2017 at 1:39 PM, Alexei Starovoitov wrote: On 11/8/17 6:14 AM, Y Song wrote: On Tue, Nov 7, 2017 at 12:37 AM, Naveen N. Rao wrote: Alexei

Re: [RFC PATCH] bpf: Add helpers to read useful task_struct members

2017-11-07 Thread Atish Patra
On 11/07/2017 03:14 PM, Y Song wrote: On Tue, Nov 7, 2017 at 12:37 AM, Naveen N. Rao wrote: Alexei Starovoitov wrote: On 11/7/17 12:55 AM, Naveen N. Rao wrote: I thought such struct shouldn't change layout. If it is we need to fix include/linux/compiler-clang.h to do that anon struct as wel

[RFC PATCH net-next] sunvnet: Add ethtool support for netdev stastics

2016-04-12 Thread Atish Patra
-by: Atish Patra Acked-by: Sowmini Varadhan --- drivers/net/ethernet/sun/sunvnet.c| 26 + drivers/net/ethernet/sun/sunvnet_common.c | 47 drivers/net/ethernet/sun/sunvnet_common.h | 57 + 3 files changed, 130 insertions