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 0C098C433F5 for ; Fri, 6 May 2022 23:06:26 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Cc:To :Subject:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=5TrM5MppqErbX66yocwGZ8yr/oG8zTUqfbADMF4dfPY=; b=Ut28EPvjbQD70ElRJMEeFtt+gV wUKkv4wsSG4ds+aqjG7lTl+Nr4s6AI+oMM029jPBDwizW3mHbPflwJLGJ9pLzAuApDIJhaLJ8tk1F h36ngQ11Hw+GoyeSCIY3p/daPVbYsNEsewXYJV3z5trnl0CNFERTUQT9TjQ/KI8/0CGmlOdPUdGs9 OI+Pk+8Txux2eDdU9LTzkKNKxiCnk3SWqFuPX8Wl32hr4x/9E/ocfBthIxrg1T4hIF1SxwYb3TRGH 2Pb3LU3CfKp1+Qb8c8FlGpxKsgPlsa69gdZ/cAHY8jvaEjs4oZ0XRbPiOpzchiZiEkiapX5Zk0oKX IwSFR5Qw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nn70j-005K3j-H6; Fri, 06 May 2022 23:05:21 +0000 Received: from aposti.net ([89.234.176.197]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nn70g-005K2Q-DR for linux-arm-kernel@lists.infradead.org; Fri, 06 May 2022 23:05:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1651878310; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bGhwf4sYiYCYD5eWpzxgTupVNYyX9SJesdBqmCbRwqw=; b=i90xn6oynU4xRZMiQ4i+NyI2KzJSk8b6ivKryUam3OxPRFhVgYSZmcU3Sj0wS4Egqa3Jnh pYsaN+56BjFyNlRrLiNZbq0pQ2SLkI+Jxbc8reqhQ4MLiJXyTJcSAyHR4sP/68JcodSIce m5aNY1TwE8cA+gOzJmbyfflMyLjcthI= Date: Sat, 07 May 2022 00:05:00 +0100 From: Paul Cercueil Subject: Re: [PATCH 0/2] iio: adc: stm32: Fix ADC IRQ handling on STM32F4 To: Yannick Brosseau Cc: jic23@kernel.org, lars@metafoo.de, mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com, fabrice.gasnier@foss.st.com, olivier.moysan@foss.st.com, linux-iio@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Message-Id: In-Reply-To: <20220506225617.1774604-1-yannick.brosseau@gmail.com> References: <20220506225617.1774604-1-yannick.brosseau@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220506_160518_688372_B2FA6A3C X-CRM114-Status: UNSURE ( 8.42 ) 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Yannick, Le ven., mai 6 2022 at 18:56:15 -0400, Yannick Brosseau = a =E9crit : > Recent changes to the STM32 ADC irq handling broke the STM32F4 = > platforms > These two patches bring it back to a working state. If the STM32 ADC was broken recently, and these two patches fix it, = then I'd expect to see a Fixes: tag on both commits and Cc: = linux-stable. Cheers, -Paul > Yannick Brosseau (2): > iio: adc: stm32: Iterate through all ADCs in irq handler > iio: adc: stm32: Fix check for spurious IRQs on STM32F4 > = > drivers/iio/adc/stm32-adc-core.c | 7 ++++++- > drivers/iio/adc/stm32-adc.c | 9 ++++++--- > 2 files changed, 12 insertions(+), 4 deletions(-) > = > -- > 2.36.0 > = _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel