[PATCH] PCI: create builtin_pci_driver to avoid registration boilerplate

2015-08-25 Thread Paul Gortmaker
In commit f309d4443130bf814e991f836e919dca22df37ae ("platform_device: better support builtin boilerplate avoidance") we introduced the builtin_driver macro. Here we use that support and extend it to PCI driver registration, so where a driver is clearly non-modular and builtin-only, we can register

Re: [PATCH] PCI: create builtin_pci_driver to avoid registration boilerplate

2015-10-06 Thread Bjorn Helgaas
On Tue, Aug 25, 2015 at 08:25:37PM -0400, Paul Gortmaker wrote: > In commit f309d4443130bf814e991f836e919dca22df37ae ("platform_device: > better support builtin boilerplate avoidance") we introduced the > builtin_driver macro. > > Here we use that support and extend it to PCI driver registration,

Re: [PATCH] PCI: create builtin_pci_driver to avoid registration boilerplate

2015-09-26 Thread Paul Gortmaker
[Re: [PATCH] PCI: create builtin_pci_driver to avoid registration boilerplate] On 15/09/2015 (Tue 11:46) Bjorn Helgaas wrote: > Hi Paul, > > On Tue, Aug 25, 2015 at 08:25:37PM -0400, Paul Gortmaker wrote: > > In commit f309d4443130bf814e991f836e919dca22df37ae ("platfor

Re: [PATCH] PCI: create builtin_pci_driver to avoid registration boilerplate

2015-09-15 Thread Bjorn Helgaas
Hi Paul, On Tue, Aug 25, 2015 at 08:25:37PM -0400, Paul Gortmaker wrote: > In commit f309d4443130bf814e991f836e919dca22df37ae ("platform_device: > better support builtin boilerplate avoidance") we introduced the > builtin_driver macro. > > Here we use that support and extend it to PCI driver regi