Re: [PATCH v2] pci: Allow hotplug service drivers to operate in polling mode

2014-04-24 Thread Bjorn Helgaas
On Mon, Mar 31, 2014 at 04:51:23PM -0700, Rajat Jain wrote: > Today the PCIe port bus driver disables the Hot-plug service if the > port device does not have the capability to generate interrupts. > However, a user must be able to use the "pciehp_poll_mode" parameter > to use the pciehp in polling

RE: [PATCH v2] pci: Allow hotplug service drivers to operate in polling mode

2014-04-14 Thread Rajat Jain
el.org; linux-kernel@vger.kernel.org > Cc: Rajat Jain; Guenter Roeck > Subject: [PATCH v2] pci: Allow hotplug service drivers to operate in polling > mode > > Today the PCIe port bus driver disables the Hot-plug service if the port > device > does not have the capability to gener

[PATCH v2] pci: Allow hotplug service drivers to operate in polling mode

2014-03-31 Thread Rajat Jain
Today the PCIe port bus driver disables the Hot-plug service if the port device does not have the capability to generate interrupts. However, a user must be able to use the "pciehp_poll_mode" parameter to use the pciehp in polling method in such a case. Today it is not possible. This patch allows