mbox series

[net-next,0/4] r8169: sync few functionalities with vendor driver

Message ID ae5fb819-26e4-d796-2783-2ed5212d0146@gmail.com
Headers show
Series r8169: sync few functionalities with vendor driver | expand

Message

Heiner Kallweit May 8, 2020, 9:28 p.m. UTC
Add few helpers (with names copied from vendor drivers) to make clearer
what the respective code is doing. In addition improve reset preparation
for chips from RTL8168g.

Heiner Kallweit (4):
  r8169: add helper r8168g_wait_ll_share_fifo_ready
  r8169: add helper rtl_enable_rxdvgate
  r8169: add helper rtl_wait_txrx_fifo_empty
  r8169: improve reset handling for chips from RTL8168g

 drivers/net/ethernet/realtek/r8169_main.c | 63 ++++++++++++++---------
 1 file changed, 39 insertions(+), 24 deletions(-)

Comments

Jakub Kicinski May 9, 2020, 5:44 a.m. UTC | #1
On Fri, 8 May 2020 23:28:51 +0200 Heiner Kallweit wrote:
> Add few helpers (with names copied from vendor drivers) to make clearer
> what the respective code is doing. In addition improve reset preparation
> for chips from RTL8168g.

Applied, thank you!