Re: [PATCH 1/2] pci: add pci_unmap_iospace function for PCI_IOBASE

2016-04-07 Thread Sinan Kaya
On 4/7/2016 12:00 PM, Bjorn Helgaas wrote: > Hi Sinan, > > On Mon, Mar 07, 2016 at 05:21:49PM -0500, Sinan Kaya wrote: >> The PCI_IOBASE needs to be released after hotplug removal so that it can be >> re-added back by the pci_remap_iospace function during insertion. >> >> Adding unmap function to

Re: [PATCH 1/2] pci: add pci_unmap_iospace function for PCI_IOBASE

2016-04-07 Thread Bjorn Helgaas
Hi Sinan, On Mon, Mar 07, 2016 at 05:21:49PM -0500, Sinan Kaya wrote: > The PCI_IOBASE needs to be released after hotplug removal so that it can be > re-added back by the pci_remap_iospace function during insertion. > > Adding unmap function to follow IO remap function. > > Signed-off-by: Sinan

Re: [PATCH 1/2] pci: add pci_unmap_iospace function for PCI_IOBASE

2016-03-19 Thread Sinan Kaya
Bjorn, Any feedback here? On 3/7/2016 5:21 PM, Sinan Kaya wrote: > The PCI_IOBASE needs to be released after hotplug removal so that it can be > re-added back by the pci_remap_iospace function during insertion. > > Adding unmap function to follow IO remap function. > > Signed-off-by: Sinan Kaya

[PATCH 1/2] pci: add pci_unmap_iospace function for PCI_IOBASE

2016-03-07 Thread Sinan Kaya
The PCI_IOBASE needs to be released after hotplug removal so that it can be re-added back by the pci_remap_iospace function during insertion. Adding unmap function to follow IO remap function. Signed-off-by: Sinan Kaya --- drivers/pci/pci.c | 25 + include/linux/pci.h