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


Groups > linux.kernel > #1452325 > unrolled thread

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

Started byChunhao Lin <hau@realtek.com>
First post2016-07-29 10:40 +0200
Last post2016-08-01 05:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

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

FromChunhao Lin <hau@realtek.com>
Date2016-07-29 10:40 +0200
Subject[PATCH net v2 0/3] r8169:fix 3 runtime pm related issues.
Message-ID<s0buN-2d6-7@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1452954

FromDavid Miller <davem@davemloft.net>
Date2016-08-01 05:40 +0200
Message-ID<s1cf7-Qb-3@gated-at.bofh.it>
In reply to#1452325
From: Chunhao Lin <hau@realtek.com>
Date: Fri, 29 Jul 2016 16:37:53 +0800

> 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.

Series applied, thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web