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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 40DE3C433EF for ; Thu, 19 May 2022 17:52:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LZunvx9l3sKalCuG2zvhtdJpISFEx+5AaevZk5+KJTI=; b=hdVgtfxHnnsGuF MhnvKbgEYcpPaRK9/yLs4yfYGrynrpanpg9xKhjs9esoJW3PKiO3kyqVab0tmHeq1lmDM2iTDNHe+ aaEmPjOMn38TH/dHEJOqZsnSLqwjFUQxQKCDUvLO053cU09adIdbWMjg6T9NGZcglgHvL6oONMXNJ 4RaJ51G77EcH24EneRVlfts3YLQ5e4J+t8iDL6N29OeVbJ7CXrDPzSDexn9niiK5LVJjMiHyGJsen dbrjTam/FeCS1Xh0pxTqxLPoR+WWtWOE7VYj1TDY5WXXluVavdfPD/htDyj4RTW1xuy6jySNvHtgV 2UKprNl5prjO2S0jpoaw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrkJP-008iTr-0f; Thu, 19 May 2022 17:51:47 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrkJL-008iSl-Nz for linux-arm-kernel@lists.infradead.org; Thu, 19 May 2022 17:51:44 +0000 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 0A4F8618D6; Thu, 19 May 2022 17:51:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB05CC3411E; Thu, 19 May 2022 17:51:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652982702; bh=4HOH8hGdisT7kvObHMoru1/cjL66qqMhvek5a+tvt8k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AI4Pzlgd6rgGA2MBUXLnpQtyJJgNqOZOhfsS5eIObcFDhd+TMl5OgUVUDxE3ihWDY 6KkxbTJJuYKnmcrkzwRveKHAM9zr50hGesj+yPAeSSD+NdSmHQSRV2k7eibI+vum93 dG9zDs1n0b2SdE72RcEFfzyWHpUR5QAjq1G+RTV8Yf4wBD49jbCq1Ad2cMO9M6uxUJ ha1m8E/UYcFMfZVFHW3APvyMyUYq/BLIN0TfhlXkkmveWAvBjDArePvITEQh/IsDdk 947AGtvPgaU3uOc03a4yRs9Jp43bWrQpOLoKuidgBum440XPk/mEkeINywsVTK79ce Ay269JkheM9lw== Date: Thu, 19 May 2022 23:21:37 +0530 From: Vinod Koul To: Amelie Delaunay Cc: Maxime Coquelin , Alexandre Torgue , dmaengine@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] STM32 MDMA IRQ handler code cleaning Message-ID: References: <20220504155322.121431-1-amelie.delaunay@foss.st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220504155322.121431-1-amelie.delaunay@foss.st.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220519_105143_857290_D7CE70E5 X-CRM114-Status: UNSURE ( 9.82 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 04-05-22, 17:53, Amelie Delaunay wrote: > This patchset cleans stm32-mdma interrupt handler: > - GISR1 register is not used on any STM32 SoC with MDMA > - Remove chan wrong initialization > - Lower the log level to debug instead of warn in case of spurious it > on stopped channel Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel