Re: [PATCH v2 1/2] PCI: Introduce pcie_wait_for_link_delay()

2020-08-09 Thread Marc MERLIN
On Sat, Aug 08, 2020 at 01:22:02PM -0700, Marc MERLIN wrote: > Basically, I'm getting the same thing than this person with a P53 (which > is a mostly identical lenovo thinkpad, to mine) > kernel: pcieport :00:01.0: PME: Spurious native interrupt! > kernel: pcieport :00:01.0: PME: Spurious n

Re: [PATCH v2 1/2] PCI: Introduce pcie_wait_for_link_delay()

2020-08-08 Thread Marc MERLIN
I forgot to add that my mostly hanging boots look like this: https://photos.app.goo.gl/HJvTraYYZbiNTNE39 Marc -- "A mouse is a device used to point at the xterm you want to type in" - A.S.R. Home page: http://marc.merlins.org/

Re: [PATCH v2 1/2] PCI: Introduce pcie_wait_for_link_delay()

2020-08-08 Thread Marc MERLIN
On Fri, Oct 04, 2019 at 03:39:46PM +0300, Mika Westerberg wrote: > This is otherwise similar to pcie_wait_for_link() but allows passing > custom activation delay in milliseconds. > > Signed-off-by: Mika Westerberg > --- > drivers/pci/pci.c | 21 ++--- > 1 file changed, 18 inserti

[PATCH v2 1/2] PCI: Introduce pcie_wait_for_link_delay()

2019-10-04 Thread Mika Westerberg
This is otherwise similar to pcie_wait_for_link() but allows passing custom activation delay in milliseconds. Signed-off-by: Mika Westerberg --- drivers/pci/pci.c | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c inde