Re: [U-Boot] [PATCH v2 05/11] net: macb: Fix GEM hardware detection

2019-01-20 Thread Auer, Lukas
On Fri, 2019-01-18 at 11:19 +, Anup Patel wrote: > From: Atish Patra > > Fix MID bit field check to correctly identify all GEM hardwares. > > The check is updated as per macb driver in Linux location: > /drivers/net/ethernet/cadence/macb_main.c:259 > > Signed-off-by: Atish Patra > Reviewed

Re: [U-Boot] [PATCH v2 05/11] net: macb: Fix GEM hardware detection

2019-01-18 Thread Anup Patel
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Friday, January 18, 2019 6:41 PM > To: Anup Patel ; Rick Chen ; > Bin Meng ; Joe Hershberger > ; Lukas Auer ; > Masahiro Yamada ; Simon Glass > > Cc: Palmer Dabbelt ; Paul Walmsley > ; Atish Patra ; > Christoph He

Re: [U-Boot] [PATCH v2 05/11] net: macb: Fix GEM hardware detection

2019-01-18 Thread Alexander Graf
On 18.01.19 14:03, Anup Patel wrote: > > >> -Original Message- >> From: Alexander Graf [mailto:ag...@suse.de] >> Sent: Friday, January 18, 2019 5:22 PM >> To: Anup Patel ; Rick Chen ; >> Bin Meng ; Joe Hershberger >> ; Lukas Auer ; >> Masahiro Yamada ; Simon Glass >> >> Cc: Palmer Dabb

Re: [U-Boot] [PATCH v2 05/11] net: macb: Fix GEM hardware detection

2019-01-18 Thread Anup Patel
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Friday, January 18, 2019 5:22 PM > To: Anup Patel ; Rick Chen ; > Bin Meng ; Joe Hershberger > ; Lukas Auer ; > Masahiro Yamada ; Simon Glass > > Cc: Palmer Dabbelt ; Paul Walmsley > ; Atish Patra ; > Christoph He

Re: [U-Boot] [PATCH v2 05/11] net: macb: Fix GEM hardware detection

2019-01-18 Thread Alexander Graf
On 18.01.19 12:19, Anup Patel wrote: > From: Atish Patra > > Fix MID bit field check to correctly identify all GEM hardwares. > > The check is updated as per macb driver in Linux location: > /drivers/net/ethernet/cadence/macb_main.c:259 > > Signed-off-by: Atish Patra This is missing your So

[U-Boot] [PATCH v2 05/11] net: macb: Fix GEM hardware detection

2019-01-18 Thread Anup Patel
From: Atish Patra Fix MID bit field check to correctly identify all GEM hardwares. The check is updated as per macb driver in Linux location: /drivers/net/ethernet/cadence/macb_main.c:259 Signed-off-by: Atish Patra Reviewed-by: Alexander Graf --- drivers/net/macb.c | 2 +- 1 file changed, 1