Re: [PATCH v1 00/13] PCI: Device configuration cleanup

2014-09-12 Thread Linus Torvalds
On Fri, Sep 12, 2014 at 11:02 AM, Bjorn Helgaas wrote: > > Finally, it tweaks several _HPP/_HPX things where we do things not > required by the spec and I haven't seen any other good reason for them: Looks ok to me, although, as always, resource management changes just makes me worry that things

[PATCH v1 00/13] PCI: Device configuration cleanup

2014-09-12 Thread Bjorn Helgaas
The motivation for this is to fix Linus' complaint about too many _HPP messages (https://bugzilla.kernel.org/show_bug.cgi?id=84391): pci :00:00.0: no hotplug settings from platform pci :00:00.0: using default PCI settings The first patch drops the messages and I intend it for

[PATCH v1 00/13] PCI: Device configuration cleanup

2014-09-12 Thread Bjorn Helgaas
The motivation for this is to fix Linus' complaint about too many _HPP messages (https://bugzilla.kernel.org/show_bug.cgi?id=84391): pci :00:00.0: no hotplug settings from platform pci :00:00.0: using default PCI settings The first patch drops the messages and I intend it for

Re: [PATCH v1 00/13] PCI: Device configuration cleanup

2014-09-12 Thread Linus Torvalds
On Fri, Sep 12, 2014 at 11:02 AM, Bjorn Helgaas bhelg...@google.com wrote: Finally, it tweaks several _HPP/_HPX things where we do things not required by the spec and I haven't seen any other good reason for them: Looks ok to me, although, as always, resource management changes just makes me