Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1452325

[PATCH net v2 0/3] r8169:fix 3 runtime pm related issues.

From Chunhao Lin <hau@realtek.com>
Newsgroups linux.kernel
Subject [PATCH net v2 0/3] r8169:fix 3 runtime pm related issues.
Date 2016-07-29 10:40 +0200
Message-ID <s0buN-2d6-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


v2:
use "struct device *d = &tp->pci_dev->dev" instead of "struct pci_dev *pdev = tp->pci_dev"

v1:
This series of patches fix 3 runtime pm related issues that are listed below.

Chunhao Lin (3):
  r8169:fix kernel log spam when set or get hardware wol setting.
  r8169:add checking driver's runtime pm status in
    rtl8169_get_ethtool_stats()
  r8169:fix nic may not work after changing mac address.

 drivers/net/ethernet/realtek/r8169.c | 37 ++++++++++++++++++++++++++++++++----
 1 file changed, 33 insertions(+), 4 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH net v2 0/3] r8169:fix 3 runtime pm related issues. Chunhao Lin <hau@realtek.com> - 2016-07-29 10:40 +0200
  Re: [PATCH net v2 0/3] r8169:fix 3 runtime pm related issues. David Miller <davem@davemloft.net> - 2016-08-01 05:40 +0200

csiph-web