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 3FE85C433FE for ; Wed, 23 Nov 2022 14:46:18 +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 53E461655; Wed, 23 Nov 2022 15:45:26 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 53E461655 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1669214776; bh=JjSRB1gRJ3pgoS9q4CAE6iiJArcPdfzpnU5eRwNhnY0=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=X3udALI4I85fjDjOXBN/ucXB5xRA+XTyMmKmPeQ4WUXkNjUGTTTF22p/z1GwQ+TVC HaDIPFarNnin4plXgompOr/dD7yhMUd+fEXVYg1id9DdQIZTTH1MM108Qi0aM/31hR RIbRLrwlTarN8rHpr/1j89nhz6vFMWnE+dS6aQzA= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 12F05F80249; Wed, 23 Nov 2022 15:45:26 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id ED7D1F8030F; Wed, 23 Nov 2022 15:45:24 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id C550EF80149 for ; Wed, 23 Nov 2022 15:45:21 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz C550EF80149 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="vFfHdSRc" 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 ams.source.kernel.org (Postfix) with ESMTPS id 1E01AB8205D; Wed, 23 Nov 2022 14:45:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10DACC4314A; Wed, 23 Nov 2022 14:45:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669214719; bh=JjSRB1gRJ3pgoS9q4CAE6iiJArcPdfzpnU5eRwNhnY0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vFfHdSRcWdQzPkB2cwZ3QHOx5vyC+jyRcAlJhCs1xBSFFdYViT426ZCJEFG2lb0rh puV00JR7xpH20dik1qJAwNT0ox5qVr13YiXOLHX7E5zVH0xNCfsOmksSaY+jy+2nvv CQaYDuLY6dnlAKdqu6AWNN7IVO31siNVSuejQ+/+rUmTEQHqAlS3d8IY1tgpF0Af3i +pAW69V3i8YWA/PEu25VNL/GiMXYcnyVG1qCzuMKAg8eWxl2Kj+aZ5N8c/U3QLTT7J pYTB7JO0XZoJA+rSUmou3cAFUZbJAGBjAkfZK58ZpVWLm6iM6DdqJW1WX6d/ttGqJy MVrz3OrpfZlGA== Date: Wed, 23 Nov 2022 20:15:15 +0530 From: Vinod Koul To: Bard Liao Subject: Re: [PATCH 1/8] soundwire: intel_init: remove useless interrupt enablement in interrupt thread Message-ID: References: <20221111042653.45520-1-yung-chuan.liao@linux.intel.com> <20221111042653.45520-2-yung-chuan.liao@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221111042653.45520-2-yung-chuan.liao@linux.intel.com> Cc: alsa-devel@alsa-project.org, tiwai@suse.de, linux-kernel@vger.kernel.org, pierre-louis.bossart@linux.intel.com, broonie@kernel.org, bard.liao@intel.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 11-11-22, 12:26, Bard Liao wrote: > From: Pierre-Louis Bossart > > When the code reaches the SoundWire interrupt thread handling, the > interrupt was enabled already, and there is no code that disables it > -> this is a no-op sequence. Acked-By: Vinod Koul -- ~Vinod 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 90823C4332F for ; Wed, 23 Nov 2022 14:45:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236712AbiKWOpZ (ORCPT ); Wed, 23 Nov 2022 09:45:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235612AbiKWOpV (ORCPT ); Wed, 23 Nov 2022 09:45:21 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1D2163CE for ; Wed, 23 Nov 2022 06:45:20 -0800 (PST) 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 603CF61D51 for ; Wed, 23 Nov 2022 14:45:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10DACC4314A; Wed, 23 Nov 2022 14:45:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669214719; bh=JjSRB1gRJ3pgoS9q4CAE6iiJArcPdfzpnU5eRwNhnY0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vFfHdSRcWdQzPkB2cwZ3QHOx5vyC+jyRcAlJhCs1xBSFFdYViT426ZCJEFG2lb0rh puV00JR7xpH20dik1qJAwNT0ox5qVr13YiXOLHX7E5zVH0xNCfsOmksSaY+jy+2nvv CQaYDuLY6dnlAKdqu6AWNN7IVO31siNVSuejQ+/+rUmTEQHqAlS3d8IY1tgpF0Af3i +pAW69V3i8YWA/PEu25VNL/GiMXYcnyVG1qCzuMKAg8eWxl2Kj+aZ5N8c/U3QLTT7J pYTB7JO0XZoJA+rSUmou3cAFUZbJAGBjAkfZK58ZpVWLm6iM6DdqJW1WX6d/ttGqJy MVrz3OrpfZlGA== Date: Wed, 23 Nov 2022 20:15:15 +0530 From: Vinod Koul To: Bard Liao Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, tiwai@suse.de, broonie@kernel.org, pierre-louis.bossart@linux.intel.com, bard.liao@intel.com Subject: Re: [PATCH 1/8] soundwire: intel_init: remove useless interrupt enablement in interrupt thread Message-ID: References: <20221111042653.45520-1-yung-chuan.liao@linux.intel.com> <20221111042653.45520-2-yung-chuan.liao@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221111042653.45520-2-yung-chuan.liao@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11-11-22, 12:26, Bard Liao wrote: > From: Pierre-Louis Bossart > > When the code reaches the SoundWire interrupt thread handling, the > interrupt was enabled already, and there is no code that disables it > -> this is a no-op sequence. Acked-By: Vinod Koul -- ~Vinod