Re: [PATCH v2 0/8] PCI: pciehp: Rework hotplug interrupt routine

2016-09-14 Thread Bjorn Helgaas
On Mon, Sep 12, 2016 at 04:08:47PM -0500, Bjorn Helgaas wrote: > This is mostly Mayurkumar's work from [1] and [2]. I split [2] into two > patches and reworked it to keep the enclosing loop around the pciehp ISR. > > The patches I added are trivial ones to clarify variable names, make dmesg > mes

Re: [PATCH v2 0/8] PCI: pciehp: Rework hotplug interrupt routine

2016-09-14 Thread Bjorn Helgaas
On Wed, Sep 14, 2016 at 11:41:17AM +0300, Mika Westerberg wrote: > On Mon, Sep 12, 2016 at 04:08:47PM -0500, Bjorn Helgaas wrote: > > This is mostly Mayurkumar's work from [1] and [2]. I split [2] into two > > patches and reworked it to keep the enclosing loop around the pciehp ISR. > > > > The p

Re: [PATCH v2 0/8] PCI: pciehp: Rework hotplug interrupt routine

2016-09-14 Thread Mika Westerberg
On Mon, Sep 12, 2016 at 04:08:47PM -0500, Bjorn Helgaas wrote: > This is mostly Mayurkumar's work from [1] and [2]. I split [2] into two > patches and reworked it to keep the enclosing loop around the pciehp ISR. > > The patches I added are trivial ones to clarify variable names, make dmesg > mes

Re: [PATCH v2 0/8] PCI: pciehp: Rework hotplug interrupt routine

2016-09-13 Thread Bjorn Helgaas
On Tue, Sep 13, 2016 at 06:20:52PM +0200, Lukas Wunner wrote: > On Mon, Sep 12, 2016 at 04:08:47PM -0500, Bjorn Helgaas wrote: > > This is mostly Mayurkumar's work from [1] and [2]. I split [2] into two > > patches and reworked it to keep the enclosing loop around the pciehp ISR. > > > > The patc

Re: [PATCH v2 0/8] PCI: pciehp: Rework hotplug interrupt routine

2016-09-13 Thread Lukas Wunner
On Mon, Sep 12, 2016 at 04:08:47PM -0500, Bjorn Helgaas wrote: > This is mostly Mayurkumar's work from [1] and [2]. I split [2] into two > patches and reworked it to keep the enclosing loop around the pciehp ISR. > > The patches I added are trivial ones to clarify variable names, make dmesg > mes

[PATCH v2 0/8] PCI: pciehp: Rework hotplug interrupt routine

2016-09-12 Thread Bjorn Helgaas
This is mostly Mayurkumar's work from [1] and [2]. I split [2] into two patches and reworked it to keep the enclosing loop around the pciehp ISR. The patches I added are trivial ones to clarify variable names, make dmesg messages consistent, and remove useless code. [1] 1471554479-42083-1-git-se