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 E2711C7EE2D for ; Mon, 22 May 2023 12:00:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233630AbjEVMAV (ORCPT ); Mon, 22 May 2023 08:00:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233622AbjEVMAT (ORCPT ); Mon, 22 May 2023 08:00:19 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45B171A8; Mon, 22 May 2023 04:59:55 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 9D7DA1FEAA; Mon, 22 May 2023 11:59:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1684756793; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wTXdnsTIOpts+ngHHMSt9G0bm+NoUyBrowWRidAO2Nc=; b=qHKQbh6wY2MNNQTFNhGrOOiY8nMGEc1TkHIZcZx1jfaABnWfq36pxR3EFOZQJEC5VwYtJQ m2sbSRil+kJ6SEJ0zZ5TYCvikBK8VDNhmdGMurxW/fLdm3gC4lwsjnINu9b/qtBpmP58a8 IC/x1pKqToZo7mmwl+pmt4PPN01xLAU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1684756793; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wTXdnsTIOpts+ngHHMSt9G0bm+NoUyBrowWRidAO2Nc=; b=nuw5oxmNgsLPzP3xjuG/8vVrfiUjxXMIJ2mEV3/yAfUT+OIqGyRI3csw1JeBuESgcDm2gC vpHXDZ14SBwqTrAw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 3B2E513336; Mon, 22 May 2023 11:59:53 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id zuKsDTlZa2TtSQAAMHmgww (envelope-from ); Mon, 22 May 2023 11:59:53 +0000 Date: Mon, 22 May 2023 13:59:52 +0200 Message-ID: <87cz2sy3t3.wl-tiwai@suse.de> From: Takashi Iwai To: Niklas Schnelle Cc: Arnd Bergmann , Jaroslav Kysela , Takashi Iwai , Greg Kroah-Hartman , Bjorn Helgaas , Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?= , 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 , alsa-devel@alsa-project.org Subject: Re: [PATCH v5 32/44] sound: add HAS_IOPORT dependencies In-Reply-To: <20230522105049.1467313-33-schnelle@linux.ibm.com> References: <20230522105049.1467313-1-schnelle@linux.ibm.com> <20230522105049.1467313-33-schnelle@linux.ibm.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Signed-off-by: Arnd Bergmann > Signed-off-by: Niklas Schnelle 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 thanks, Takashi