Re: [PATCH] Convert enum pci_dev_flags to bit fields in struct pci_dev

2020-09-21 Thread Martin Habets
On Mon, Sep 14, 2020 at 03:57:56AM +, Krzysztof Wilczyński wrote: > All the flags defined in the enum pci_dev_flags are used to determine > whether a particular feature of an underlying PCI device should be used > or not - features are also often disabled via a device-specific quirk. > > These

Re: [PATCH] Convert enum pci_dev_flags to bit fields in struct pci_dev

2020-09-16 Thread Bjorn Helgaas
[+cc Kai-Heng, Colin, Myron] On Mon, Sep 14, 2020 at 03:57:56AM +, Krzysztof Wilczyński wrote: > All the flags defined in the enum pci_dev_flags are used to determine > whether a particular feature of an underlying PCI device should be used > or not - features are also often disabled via a dev

Re: [PATCH] Convert enum pci_dev_flags to bit fields in struct pci_dev

2020-09-13 Thread Krzysztof Wilczyński
Hello Bjorn, Sincere apologies! I forgot to include the "PCI" prefix in the subject. Would you like me to send the patch again? Krzysztof