Re: [PATCH v2 02/11] PCI: Provide pci_match_id() with CONFIG_PCI=n

2018-11-04 Thread Pavel Machek
On Wed 2018-10-10 19:09:27, Lubomir Rintel wrote: > This spares drivers from #ifdef-ing on CONFIG_PCI if the driver can be > optionally built on machines without PCI bus. > > Consistent with acpi_driver_match_device() and similar. > > Acked-by: Bjorn Helgaas > Signed-off-by: Lubomir Rintel

Re: [PATCH v2 02/11] PCI: Provide pci_match_id() with CONFIG_PCI=n

2018-11-04 Thread Pavel Machek
On Wed 2018-10-10 19:09:27, Lubomir Rintel wrote: > This spares drivers from #ifdef-ing on CONFIG_PCI if the driver can be > optionally built on machines without PCI bus. > > Consistent with acpi_driver_match_device() and similar. > > Acked-by: Bjorn Helgaas > Signed-off-by: Lubomir Rintel

[PATCH v2 02/11] PCI: Provide pci_match_id() with CONFIG_PCI=n

2018-10-10 Thread Lubomir Rintel
This spares drivers from #ifdef-ing on CONFIG_PCI if the driver can be optionally built on machines without PCI bus. Consistent with acpi_driver_match_device() and similar. Acked-by: Bjorn Helgaas Signed-off-by: Lubomir Rintel --- Changes since v1: - Capitalization in the commit message

[PATCH v2 02/11] PCI: Provide pci_match_id() with CONFIG_PCI=n

2018-10-10 Thread Lubomir Rintel
This spares drivers from #ifdef-ing on CONFIG_PCI if the driver can be optionally built on machines without PCI bus. Consistent with acpi_driver_match_device() and similar. Acked-by: Bjorn Helgaas Signed-off-by: Lubomir Rintel --- Changes since v1: - Capitalization in the commit message