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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D9728C433F5 for ; Tue, 1 Mar 2022 09:37:13 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 5A2C81933; Tue, 1 Mar 2022 10:36:21 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 5A2C81933 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1646127431; bh=KPiXc7oE5zVlt0Tyw3353SHMuTg4054NA9OAXC4jefs=; h=Date:From:To:Subject:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=mZg5vroxeZCwFl+w6JETTvLYMnxlD4ycnZJAfJT+XIZXlAcRcRBkBvCDSCnub1lIv o1OaUpoBYANdrT+V384Gn16QRfEOkHQMff6OkZx/Xq/Fbs/zQNmFeOtJI4+IozBZdz 9DBzfzu5nFIDnF2116XbIS47PsnmfHA/Ynt8p4zM= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id E6428F801D8; Tue, 1 Mar 2022 10:36:20 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id C3E7BF80227; Tue, 1 Mar 2022 10:36:19 +0100 (CET) Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 52819F80167 for ; Tue, 1 Mar 2022 10:36:10 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 52819F80167 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=suse.de header.i=@suse.de header.b="foRYU9AB"; dkim=permerror (0-bit key) header.d=suse.de header.i=@suse.de header.b="JUmeO7A4" Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 9393D1F37E; Tue, 1 Mar 2022 09:36:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1646127369; 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=TUvrHcAGDos5ULC1GLEdmmBfTgcilvUucu6ZddpraxU=; b=foRYU9ABr0hd2wOhIt6pkd74d9Zy233u7DX+JvbICsyXGFsUkd1FEGorfDY5qqdQYgBxkC FEjXKpi8MH72W9nYf8LVqV4kJYPKkIKBl8gFBeeEX4RPETIFH3E1aFOcM5GsETgf2Qz1mw hsJLviT4QwVtORC9BSNbPJXHZMl3tnw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1646127369; 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=TUvrHcAGDos5ULC1GLEdmmBfTgcilvUucu6ZddpraxU=; b=JUmeO7A4AuQXnnhWyvU6ANZFI9u6ZKKifaXQA4c6WPNtpR0HihrLalyeGFVro+zTlY4/SS ZBp/n5oPOZ0co5Bg== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 7F06DA3B81; Tue, 1 Mar 2022 09:36:09 +0000 (UTC) Date: Tue, 01 Mar 2022 10:36:09 +0100 Message-ID: From: Takashi Iwai To: Zhen Ni Subject: Re: [PATCH] ALSA: n64: Use platform_get_irq() to get the interrupt In-Reply-To: <20220301085536.24599-1-nizhen@uniontech.com> References: <20220301085536.24599-1-nizhen@uniontech.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, tiwai@suse.com X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Tue, 01 Mar 2022 09:55:36 +0100, Zhen Ni wrote: > > platform_get_resource(pdev, IORESOURCE_IRQ, ..) relies on static > allocation of IRQ resources in DT core code, this causes an issue > when using hierarchical interrupt domains using "interrupts" property > in the node as this bypassed the hierarchical setup and messed up the > irq chaining. > > In preparation for removal of static setup of IRQ resource from DT core > code use platform_get_irq(). > > Signed-off-by: Zhen Ni The same fix has been already queued at commit a544684b790f. thanks, Takashi