Re: [PATCH net-next 0/2] r8169: factor out firmware handling

2019-06-04 Thread Heiner Kallweit
On 05.06.2019 04:35, David Miller wrote: > From: Heiner Kallweit > Date: Tue, 4 Jun 2019 07:44:53 +0200 > >> Let's factor out firmware handling into a separate source code file. >> This simplifies reading the code and makes clearer what the interface >> between driver and firmware handling is. >

Re: [PATCH net-next 0/2] r8169: factor out firmware handling

2019-06-04 Thread David Miller
From: Heiner Kallweit Date: Tue, 4 Jun 2019 07:44:53 +0200 > Let's factor out firmware handling into a separate source code file. > This simplifies reading the code and makes clearer what the interface > between driver and firmware handling is. This doesn't apply cleanly to net-next, specificall

[PATCH net-next 0/2] r8169: factor out firmware handling

2019-06-03 Thread Heiner Kallweit
Let's factor out firmware handling into a separate source code file. This simplifies reading the code and makes clearer what the interface between driver and firmware handling is. Heiner Kallweit (2): r8169: rename r8169.c to r8169_main.c r8169: factor out firmware handling drivers/net/ether