Re: [PATCH] bgmac: add helper checking for BCM4707 / BCM53018 chip id

2016-02-06 Thread David Miller
From: Rafał Miłecki Date: Tue, 2 Feb 2016 07:47:14 +0100 > Chipsets with BCM4707 / BCM53018 ID require special handling at a few > places in the code. It's likely there will be more IDs to check in the > future. To simplify it add this trivial helper. > > Signed-off-by: Rafał

[PATCH] bgmac: add helper checking for BCM4707 / BCM53018 chip id

2016-02-01 Thread Rafał Miłecki
Chipsets with BCM4707 / BCM53018 ID require special handling at a few places in the code. It's likely there will be more IDs to check in the future. To simplify it add this trivial helper. Signed-off-by: Rafał Miłecki --- It's the same change as sent few days ago, just

Re: [PATCH] bgmac: add helper checking for BCM4707 / BCM53018 chip id

2016-01-30 Thread Rafał Miłecki
On 30 January 2016 at 08:03, David Miller wrote: > From: Rafał Miłecki > Date: Sat, 30 Jan 2016 00:41:07 +0100 > >> Chipsets with BCM4707 / BCM53018 ID require special handling at a few >> places in the code. It's likely there will be more IDs to check in

[PATCH] bgmac: add helper checking for BCM4707 / BCM53018 chip id

2016-01-29 Thread Rafał Miłecki
Chipsets with BCM4707 / BCM53018 ID require special handling at a few places in the code. It's likely there will be more IDs to check in the future. To simplify it add this trivial helper. Signed-off-by: Rafał Miłecki --- drivers/net/ethernet/broadcom/bgmac.c | 30

Re: [PATCH] bgmac: add helper checking for BCM4707 / BCM53018 chip id

2016-01-29 Thread David Miller
From: Rafał Miłecki Date: Sat, 30 Jan 2016 00:41:07 +0100 > Chipsets with BCM4707 / BCM53018 ID require special handling at a few > places in the code. It's likely there will be more IDs to check in the > future. To simplify it add this trivial helper. > > Signed-off-by: Rafał