Re: [PATCH v6 0/4] Introduce pcim_alloc_irq_vectors()
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2021-06-07 09:09:28
Also in:
linux-i2c, linux-pci, lkml
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2021-06-07 09:09:28
Also in:
linux-i2c, linux-pci, lkml
On Sun, Jun 06, 2021 at 03:05:07PM +0800, Dejin Zheng wrote:
Introduce pcim_alloc_irq_vectors(), a device-managed version of pci_alloc_irq_vectors(), In some i2c drivers, If pcim_enable_device() has been called before, then pci_alloc_irq_vectors() is actually a device-managed function. It is used as a device-managed function, So replace it with pcim_alloc_irq_vectors().
Thanks!
Changelog --------- v5 -> v6: - rebase to 5.13-rc4
It's already rc5 and I believe you better use the subsystem tree against which your series is (i.e. PCI for-next or how it is called there). Besides that kbuild bot is not happy. -- With Best Regards, Andy Shevchenko