From: Francois Romieu
Date: Fri, 25 Mar 2016 23:53:25 +0100
> Been there. Such requests are usually left unanswered. :o(
Due to this patch submitters continued anti-social and anti-community
behavior, I have been completely ignoring their patches.
I will continue to mark all of their patch subm
On Fri, Mar 25, 2016 at 11:53:25PM +0100, Francois Romieu wrote:
> Phil Sutter :
> [...]
> > Your patch submissions are getting better, also good to see you're
> > finally using git-send-email. A few things need to be corrected though:
> >
>
> #define BMCR_RESV 0x003f /* Unused...
Phil Sutter :
[...]
> Your patch submissions are getting better, also good to see you're
> finally using git-send-email. A few things need to be corrected though:
>
#define BMCR_RESV 0x003f /* Unused... */
#define BMCR_SPEED1000 0x0040 /* MSB of Speed (
On Fri, 25 Mar 2016 14:33:02 +0100
Phil Sutter wrote:
> Hi,
>
> Your patch submissions are getting better, also good to see you're
> finally using git-send-email. A few things need to be corrected
> though:
>
> Subject line:
> - The 'vNN' part in brackets is supposed to be the reroll-count (see
Hi,
Your patch submissions are getting better, also good to see you're
finally using git-send-email. A few things need to be corrected though:
Subject line:
- The 'vNN' part in brackets is supposed to be the reroll-count (see
'git format-patch -h' for details), not kernel version. You're
supp
This patch correct value on MII_BMCR register ald value 0
have target on reserved register first 2 bytes from MII_BMCR
speed 10 is flipped value on BMCR_SPEED100
Signed-off-by: Corcodel Marian
---
drivers/net/ethernet/realtek/r8169.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff