Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1725768
| From | Yinghai Lu <yinghai@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V13 1/4] PCI: Don't ignore valid response before CRS timeout |
| Date | 2017-09-04 00:20 +0200 |
| Message-ID | <ulLpg-5BV-13@gated-at.bofh.it> (permalink) |
| References | <uj9R7-2qq-3@gated-at.bofh.it> <ujUQ2-6TY-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Aug 29, 2017 at 12:53 PM, Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> Applied this series to pci/enumeration for v4.14. You didn't include a
> cover letter, but the series includes:
>
> [V13 1/4] PCI: Don't ignore valid response before CRS timeout
> [V13 2/4] PCI: Factor out pci_bus_wait_crs()
> [V13 3/4] PCI: Handle CRS ('device not ready') returned by device af
> [V13 4/4] PCI: Warn periodically while waiting for device to become
>
> I made some changes:
>
> - Renamed pci_bus_crs_visibility_pending() to pci_bus_crs_vendor_id()
> because the CRS completion is not "pending". It is not waiting
> somewhere for us to do something about it. The CRS completion has
> already occurred and is over. All we have now is a magic Vendor ID
> value that tells us that it happened.
>
> - Split addition of pci_bus_crs_vendor_id() to a separate patch, move
> it to probe.c, and make it static.
the calling of pci_bus_crs_vendor_id() in pci_bus_read_dev_vendor_id()
could be removed. pci_bus_wait_crs() have that calling inside.
-Yinghai
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH V13 1/4] PCI: Don't ignore valid response before CRS timeout Sinan Kaya <okaya@codeaurora.org> - 2017-08-27 19:50 +0200
[PATCH V13 2/4] PCI: Factor out pci_bus_wait_crs() Sinan Kaya <okaya@codeaurora.org> - 2017-08-27 19:50 +0200
Re: [PATCH V13 1/4] PCI: Don't ignore valid response before CRS timeout Bjorn Helgaas <helgaas@kernel.org> - 2017-08-29 22:00 +0200
Re: [PATCH V13 1/4] PCI: Don't ignore valid response before CRS timeout Yinghai Lu <yinghai@kernel.org> - 2017-09-04 00:20 +0200
csiph-web