On Mon, 22 May 2023 15:54:36 +0200, Niklas Schnelle wrote:
On Mon, 2023-05-22 at 13:59 +0200, Takashi Iwai wrote:
On Mon, 22 May 2023 12:50:37 +0200, Niklas Schnelle wrote:
In a future patch HAS_IOPORT=n will result in inb()/outb() and friends not being declared. We thus need to add HAS_IOPORT as dependency for those drivers using them.
Co-developed-by: Arnd Bergmann arnd@kernel.org Signed-off-by: Arnd Bergmann arnd@kernel.org Signed-off-by: Niklas Schnelle schnelle@linux.ibm.com
Looks good to me. Would you like the patch picked up through sound.git tree, or rather apply all through a different tree? In the latter case:
Reviewed-by: Takashi Iwai tiwai@suse.de
thanks,
Takashi
With the Kconfig addition of HAS_IOPORT merged in v6.4-rc1 this patch can now go independently via the the sound.git tree. Our plan is to get as many of these per-subsystem patches merged for v6.5 as possible such that then only a small number (ideally zero) of patches remain before the last one can be merged removing inb()/outb() etc for HAS_IOPORT=n.
OK, then I applied the patch now on for-next branch.
Thanks!
Takashi