From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Arnd Bergmann" Date: Wed, 05 Apr 2023 20:24:15 +0000 Subject: Re: [PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary Message-Id: <5d964527-92ef-49a8-bbb7-413eb09297a1@app.fastmail.com> List-Id: References: <20230323163354.1454196-1-schnelle@linux.ibm.com> <248a41a536d5a3c9e81e8e865b34c5bf74cd36d4.camel@linux.ibm.com> In-Reply-To: <248a41a536d5a3c9e81e8e865b34c5bf74cd36d4.camel@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Niklas Schnelle , Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Catalin Marinas , Will Deacon , Huacai Chen , WANG Xuerui , Geert Uytterhoeven , Michal Simek , Thomas Bogendoerfer , "James E . J . Bottomley" , Helge Deller , Michael Ellerman , Nicholas Piggin , Christophe Leroy , Paul Walmsley , Palmer Dabbelt , Albert Ou , Yoshinori Sato , Rich Felker , John Paul Adrian Glaubitz , "David S . Miller" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" Cc: Greg Kroah-Hartman , Bjorn Helgaas , =?UTF-8?Q?Uwe_Kleine-K=C3=B6nig?= , Mauro Carvalho Chehab , Alan Stern , "Rafael J . Wysocki" , linux-kernel@vger.kernel.org, Linux-Arch , linux-pci@vger.kernel.org, Arnd Bergmann , Johannes Berg , linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-ia64@vger.kernel.org, loongarch@lists.linux.dev, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org On Wed, Apr 5, 2023, at 17:12, Niklas Schnelle wrote: > On Thu, 2023-03-23 at 17:33 +0100, Niklas Schnelle wrote: > > Gentle ping. As far as I can tell this hasn't been picked to any tree > sp far but also hasn't seen complains so I'm wondering if I should send > a new version of the combined series of this patch plus the added > HAS_IOPORT dependencies per subsystem or wait until this is picked up. My bad, I've created an 'asm-generic-io' branch in the asm-generic tree now and merged that into the master branch for 6.4. If anyone wants to merge the later patches for 6.4, feel free to pull in https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git asm-generic-io as a stable base. Arnd