Re: [U-Boot] [PATCH] linux/compat.h: Add netdev_### log macros

2018-10-11 Thread Bin Meng
Hi Joe, On Wed, Oct 10, 2018 at 4:39 AM Joe Hershberger wrote: > > On Sun, Oct 7, 2018 at 7:53 AM Bin Meng wrote: > > > > Hi Joe, > > > > On Sat, Sep 15, 2018 at 4:37 AM Joe Hershberger > > wrote: > > > > > > Hi Bin, > > > On Tue, Sep 11, 2018 at 5:07 AM Bin Meng wrote: > > > > > > > > Hi Joe

Re: [U-Boot] [PATCH] linux/compat.h: Add netdev_### log macros

2018-10-09 Thread Joe Hershberger
On Sun, Oct 7, 2018 at 7:53 AM Bin Meng wrote: > > Hi Joe, > > On Sat, Sep 15, 2018 at 4:37 AM Joe Hershberger > wrote: > > > > Hi Bin, > > On Tue, Sep 11, 2018 at 5:07 AM Bin Meng wrote: > > > > > > Hi Joe, > > > > > > On Fri, Jul 27, 2018 at 2:52 AM Joe Hershberger > > > wrote: > > > > > >

Re: [U-Boot] [PATCH] linux/compat.h: Add netdev_### log macros

2018-10-07 Thread Bin Meng
Hi Joe, On Sat, Sep 15, 2018 at 4:37 AM Joe Hershberger wrote: > > Hi Bin, > On Tue, Sep 11, 2018 at 5:07 AM Bin Meng wrote: > > > > Hi Joe, > > > > On Fri, Jul 27, 2018 at 2:52 AM Joe Hershberger > > wrote: > > > > > > On Thu, Jul 26, 2018 at 5:15 AM, Bin Meng wrote: > > > > Currently there

Re: [U-Boot] [PATCH] linux/compat.h: Add netdev_### log macros

2018-09-14 Thread Joe Hershberger
Hi Bin, On Tue, Sep 11, 2018 at 5:07 AM Bin Meng wrote: > > Hi Joe, > > On Fri, Jul 27, 2018 at 2:52 AM Joe Hershberger > wrote: > > > > On Thu, Jul 26, 2018 at 5:15 AM, Bin Meng wrote: > > > Currently there are two ethernet drivers (mvneta.c and mvpp2.c) that > > > has netdev_### (eg: netdev_d

Re: [U-Boot] [PATCH] linux/compat.h: Add netdev_### log macros

2018-09-11 Thread Bin Meng
Hi Joe, On Fri, Jul 27, 2018 at 2:52 AM Joe Hershberger wrote: > > On Thu, Jul 26, 2018 at 5:15 AM, Bin Meng wrote: > > Currently there are two ethernet drivers (mvneta.c and mvpp2.c) that > > has netdev_### (eg: netdev_dbg) log macros defined in its own driver > > file. This adds these log macr

Re: [U-Boot] [PATCH] linux/compat.h: Add netdev_### log macros

2018-07-26 Thread Joe Hershberger
On Thu, Jul 26, 2018 at 5:15 AM, Bin Meng wrote: > Currently there are two ethernet drivers (mvneta.c and mvpp2.c) that > has netdev_### (eg: netdev_dbg) log macros defined in its own driver > file. This adds these log macros in a common place linux/compat.h. > > Signed-off-by: Bin Meng Acked-by

[U-Boot] [PATCH] linux/compat.h: Add netdev_### log macros

2018-07-26 Thread Bin Meng
Currently there are two ethernet drivers (mvneta.c and mvpp2.c) that has netdev_### (eg: netdev_dbg) log macros defined in its own driver file. This adds these log macros in a common place linux/compat.h. Signed-off-by: Bin Meng --- drivers/net/mvneta.c | 8 drivers/net/mvpp2.c|