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


Groups > linux.kernel > #1738096

Re: [PATCH 5/5] PCI: add device wait after slot and bus reset

From Sinan Kaya <okaya@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH 5/5] PCI: add device wait after slot and bus reset
Date 2017-09-24 02:30 +0200
Message-ID <ut2Y1-1DY-1@gated-at.bofh.it> (permalink)
References <ut2Ol-1AW-3@gated-at.bofh.it> <ut2Ol-1AW-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 9/23/2017 8:16 PM, Sinan Kaya wrote:
> @@ -4056,7 +4056,7 @@ static int pci_parent_bus_reset(struct pci_dev *dev, int probe)
>  
>  	pci_reset_bridge_secondary_bus(dev->bus->self);
>  
> -	return 0;
> +	return pci_dev_wait(dev, "bus reset", 1000, 60000);
>  }

This doesn't solve the warm reset message getting broadcasted. I wanted to get
feedback on the direction first with this version.

-- 
Sinan Kaya
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.

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


Thread

[PATCH 5/5] PCI: add device wait after slot and bus reset Sinan Kaya <okaya@codeaurora.org> - 2017-09-24 02:20 +0200
  Re: [PATCH 5/5] PCI: add device wait after slot and bus reset Sinan Kaya <okaya@codeaurora.org> - 2017-09-24 02:30 +0200

csiph-web