From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8EC70C7EE29 for ; Thu, 25 May 2023 16:09:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231964AbjEYQJT (ORCPT ); Thu, 25 May 2023 12:09:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53266 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231451AbjEYQJR (ORCPT ); Thu, 25 May 2023 12:09:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0774CE4A; Thu, 25 May 2023 09:08:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5360B61757; Thu, 25 May 2023 16:08:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0C5F6C433EF; Thu, 25 May 2023 16:08:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685030925; bh=yLNmU6oM5rYoi5bPYZ/1slw69C0cgZhSY5hlcUA5fLw=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=Bu7qXz//675tf5qYPE/GYQkvDL0wEkK4QF/4oVCwgjKzAF7dkBEN0QLTxDylDHISb 5RZrMsrBMGLWEmbz62O3KAnacy3+YjbfzuLTcVCgUvYPGfDg+toCJHFVJ4le5xcSmJ a+9exhF5fAeDvnUbEBtH1ONGYujt5o/ThXx38F4nhgwwbSA/RHgx4/fJavoct6E1Ll phsxg0+tMYGVUkFEfZdqU8gk31GNHA7fvw19BMPW6/Qts421gsq0kS+44mCI754Tt3 fnayGxDEg7B0q1k/ltESgbFqWmjF5sUnDEbb3v5ps4dzqN1Hja8KvDTK09v6B9HdzH zbqQxOOExmERw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [v5,43/44] wifi: add HAS_IOPORT dependencies From: Kalle Valo In-Reply-To: <20230522105049.1467313-44-schnelle@linux.ibm.com> References: <20230522105049.1467313-44-schnelle@linux.ibm.com> To: Niklas Schnelle Cc: Arnd Bergmann , Jouni Malinen , Greg Kroah-Hartman , Bjorn Helgaas , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , Mauro Carvalho Chehab , Alan Stern , "Rafael J. Wysocki" , Geert Uytterhoeven , Paul Walmsley , Palmer Dabbelt , Albert Ou , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-pci@vger.kernel.org, Arnd Bergmann , linux-wireless@vger.kernel.org User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <168503091986.22756.11469892190478443875.kvalo@kernel.org> Date: Thu, 25 May 2023 16:08:41 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org 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 > Signed-off-by: Arnd Bergmann > Acked-by: Kalle Valo > Signed-off-by: Niklas Schnelle Patch applied to wireless-next.git, thanks. 040a22191879 wifi: add HAS_IOPORT dependencies -- https://patchwork.kernel.org/project/linux-wireless/patch/20230522105049.1467313-44-schnelle@linux.ibm.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches