Re: [PATCH] pci: add pcibios_release_device

2013-06-04 Thread Bjorn Helgaas
On Tue, Jun 4, 2013 at 11:18 AM, Sebastian Ott wrote: > Hello Bjorn, > > part of your feedback to the PCI support on s390 was to put some smarts in > the config space accessors and let the pci core do the scanning of pci > functions. > To get there I had to implement pcibios_add_device on s390 to

[PATCH] pci: add pcibios_release_device

2013-06-04 Thread Sebastian Ott
Hello Bjorn, part of your feedback to the PCI support on s390 was to put some smarts in the config space accessors and let the pci core do the scanning of pci functions. To get there I had to implement pcibios_add_device on s390 to do some arch specific device initialization. During removal of

[PATCH] pci: add pcibios_release_device

2013-06-04 Thread Sebastian Ott
Hello Bjorn, part of your feedback to the PCI support on s390 was to put some smarts in the config space accessors and let the pci core do the scanning of pci functions. To get there I had to implement pcibios_add_device on s390 to do some arch specific device initialization. During removal of

Re: [PATCH] pci: add pcibios_release_device

2013-06-04 Thread Bjorn Helgaas
On Tue, Jun 4, 2013 at 11:18 AM, Sebastian Ott seb...@linux.vnet.ibm.com wrote: Hello Bjorn, part of your feedback to the PCI support on s390 was to put some smarts in the config space accessors and let the pci core do the scanning of pci functions. To get there I had to implement