For this HW version, the device is on the system bus, directly addressableWhat do you mean by "system bus"?
by the CPU.
Motivation is that I wanted to switch the HW completion queues to useFair enough, seems like overkill for a "platform" bus though:)
managed interrupts.
Ah, I missed that, I thought that was some high-speed scsi thing, not aWhat in-kernel driver needs this complexity? I can't take new apisIt's in the final patch in the serieshttps://lore.kernel.org/linux-scsi/1606905417-183214-1-git-send-email-john.garry@xxxxxxxxxx/T/#m0df7e7cd6f0819b99aaeb6b7f8939ef1e17b8a83.
without a real user in the tree, sorry.
tiny platform driver...
I don't anticipate a huge number of users of this API in future, as mostOk, I'd like to have the irq maintainers/developers ack this before
multi-queue devices are PCI devices; so we could do the work of this API in
the driver itself, but the preference was not to export genirq functions
like irq_update_affinity_desc() or irq_create_affinity_masks(), and rather
have a common helper in the core platform code.
taking it in the driver core, as someone is going to have to maintain
this crazy thing for forever if it gets merged.