Message ID | 20210606070511.778487-1-zhengdejin5@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Introduce pcim_alloc_irq_vectors() | expand |
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.
On Mon, Jun 07, 2021 at 12:09:20PM +0300, Andy Shevchenko wrote: > 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). > Andy, Thanks for your reminder, I will use PCI for-next branch for new patch version. BR, Dejin > Besides that kbuild bot is not happy. > > > -- > With Best Regards, > Andy Shevchenko > >