Re: [PATCH -v2 0/3] Use PCIe DSN to improve pciehp_resume

2013-07-14 Thread Yijing Wang
On 2013/7/13 18:20, Paul Bolle wrote: > Yijing, > > On Fri, 2013-07-12 at 09:52 +0800, Yijing Wang wrote: >> Do you wireless card support Device Serial Number ? >> You can confirm it by lspci -vvv. > > Yes, it does: > lspci -vvv -s 03:00 | grep Serial > Capabilities: [140 v1] Device S

Re: [PATCH -v2 0/3] Use PCIe DSN to improve pciehp_resume

2013-07-13 Thread Paul Bolle
Yijing, On Fri, 2013-07-12 at 09:52 +0800, Yijing Wang wrote: > Do you wireless card support Device Serial Number ? > You can confirm it by lspci -vvv. Yes, it does: lspci -vvv -s 03:00 | grep Serial Capabilities: [140 v1] Device Serial Number [...] Paul Bolle -- To unsubscribe fro

Re: [PATCH -v2 0/3] Use PCIe DSN to improve pciehp_resume

2013-07-11 Thread Yijing Wang
On 2013/7/11 22:19, Paul Bolle wrote: > On Thu, 2013-07-11 at 17:43 +0800, Yijing Wang wrote: >> v1->v2: Modify pci_get_dsn to pci_device_serial_number, >> power off slot before remove the old device during resume to avoid >> old .remove() method to touch new hardware. >>

Re: [PATCH -v2 0/3] Use PCIe DSN to improve pciehp_resume

2013-07-11 Thread Paul Bolle
On Thu, 2013-07-11 at 17:43 +0800, Yijing Wang wrote: > v1->v2: Modify pci_get_dsn to pci_device_serial_number, > power off slot before remove the old device during resume to avoid > old .remove() method to touch new hardware. > Fix other typo and fail check pr

[PATCH -v2 0/3] Use PCIe DSN to improve pciehp_resume

2013-07-11 Thread Yijing Wang
v1->v2: Modify pci_get_dsn to pci_device_serial_number, power off slot before remove the old device during resume to avoid old .remove() method to touch new hardware. Fix other typo and fail check problems. Split the list_empty() guard int