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 X-Spam-Level: X-Spam-Status: No, score=-12.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BBB99C433E6 for ; Thu, 18 Mar 2021 13:18:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 85B0664F04 for ; Thu, 18 Mar 2021 13:18:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231214AbhCRNR3 (ORCPT ); Thu, 18 Mar 2021 09:17:29 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:26268 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230458AbhCRNRC (ORCPT ); Thu, 18 Mar 2021 09:17:02 -0400 Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 12ID1rwX030658; Thu, 18 Mar 2021 14:16:47 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=subject : to : cc : references : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=Q3fg+ZhC8rZuokIL+rmXhyDST60kwy28bssDlRJCJTs=; b=UI1PqTnpEkDEbAg4dEZJeMIWaZqEa+9pMo6F9AzVYrmqtw7DheWkSTRf2jSnjNDRQnJ1 zJF7ADFpgt8BjmYD80UNPbt+CgoHNJjNr58JVxdBrER4m0Mmi/hRjmjih3m4HRawkg7A csqhnLwzNBoCVRJeNplZF3ZIy00hTZNQJZnxCK++djXmqP9Wg91pP3v5vje3USFr82bw gxRBW2mOYvMKJKbS28lIr9jK4zl+N90pg6Iur7viWaCc+T0mfRR5nFVW6QKkpwyikSOs FcwuFd04eU2WolVY+PsdFLaNIQhX541kbImpg6oo0p36b3rD26UdaIHs50FD/uW1pGHe 0Q== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 37a8prbg9q-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 18 Mar 2021 14:16:47 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 51B6210002A; Thu, 18 Mar 2021 14:16:46 +0100 (CET) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 1086824E75B; Thu, 18 Mar 2021 14:16:46 +0100 (CET) Received: from lmecxl0912.lme.st.com (10.75.127.48) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 18 Mar 2021 14:16:45 +0100 Subject: Re: [PATCH 4/5] ARM: dts: stm32: enable the analog filter for all I2C nodes in stm32mp151 To: Wolfram Sang , Alain Volmat CC: , , , , , , , , , References: <1612515104-838-1-git-send-email-alain.volmat@foss.st.com> <1612515104-838-5-git-send-email-alain.volmat@foss.st.com> <20210318105537.GF974@ninjato> From: Alexandre TORGUE Message-ID: <52fc8d91-8799-65fd-a72a-1707ae3e3a10@foss.st.com> Date: Thu, 18 Mar 2021 14:16:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210318105537.GF974@ninjato> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.48] X-ClientProxiedBy: SFHDAG3NODE2.st.com (10.75.127.8) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.369,18.0.761 definitions=2021-03-18_07:2021-03-17,2021-03-18 signatures=0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Wolfram On 3/18/21 11:55 AM, Wolfram Sang wrote: > On Fri, Feb 05, 2021 at 09:51:43AM +0100, Alain Volmat wrote: >> Enable the analog filter for all I2C nodes of the stm32mp151. >> >> Signed-off-by: Alain Volmat > > I usually don't take DTS patches, but they can go in now via arm-soc as > I applied the patches to the driver. > I'll take it in my stm32 tree. Thanks Alex 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 X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC058C433E0 for ; Thu, 18 Mar 2021 13:18:48 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 27D5164EF6 for ; Thu, 18 Mar 2021 13:18:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 27D5164EF6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=foss.st.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:CC:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=HMvMSkpzwXzTS42BsS23PAGeULiAgmkfsnYmspacXS0=; b=DhUPghxc307ig9dhO7syD29hX I1URRZv4JR3nSY8GfgnKGcGclKzdR8Nnv/5rp3qn7yhqH9pVS0go6z8TeahcZXinvNc0Gw3sDp7Vb z55SdU1h7dpVJoYCIc5BiqYKJ4fDbHmDsFyiD2nHcyGX+fWDp6NFH+g1LFpRvIRhxPnceBzfdnH0d BQwxWRDzwvJkBNQEqpjYxjXIcZ1BNzF4a0ww/lpf5XbXFcRlwddQdofuwVOrY+mG8e/82YYuL5TfJ GtnJaRbrwphFCaq86TYOFc5fWAFNO3zhSOI0sDLj4nskIdtjgD1K+8T4bAadOQK4xRbmdgmmftdjW 8/VHcX4qg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lMsWM-005Lkj-28; Thu, 18 Mar 2021 13:17:03 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lMsWG-005LjJ-7u for linux-arm-kernel@lists.infradead.org; Thu, 18 Mar 2021 13:16:58 +0000 Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 12ID1rwX030658; Thu, 18 Mar 2021 14:16:47 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=subject : to : cc : references : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=Q3fg+ZhC8rZuokIL+rmXhyDST60kwy28bssDlRJCJTs=; b=UI1PqTnpEkDEbAg4dEZJeMIWaZqEa+9pMo6F9AzVYrmqtw7DheWkSTRf2jSnjNDRQnJ1 zJF7ADFpgt8BjmYD80UNPbt+CgoHNJjNr58JVxdBrER4m0Mmi/hRjmjih3m4HRawkg7A csqhnLwzNBoCVRJeNplZF3ZIy00hTZNQJZnxCK++djXmqP9Wg91pP3v5vje3USFr82bw gxRBW2mOYvMKJKbS28lIr9jK4zl+N90pg6Iur7viWaCc+T0mfRR5nFVW6QKkpwyikSOs FcwuFd04eU2WolVY+PsdFLaNIQhX541kbImpg6oo0p36b3rD26UdaIHs50FD/uW1pGHe 0Q== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 37a8prbg9q-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 18 Mar 2021 14:16:47 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 51B6210002A; Thu, 18 Mar 2021 14:16:46 +0100 (CET) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 1086824E75B; Thu, 18 Mar 2021 14:16:46 +0100 (CET) Received: from lmecxl0912.lme.st.com (10.75.127.48) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 18 Mar 2021 14:16:45 +0100 Subject: Re: [PATCH 4/5] ARM: dts: stm32: enable the analog filter for all I2C nodes in stm32mp151 To: Wolfram Sang , Alain Volmat CC: , , , , , , , , , References: <1612515104-838-1-git-send-email-alain.volmat@foss.st.com> <1612515104-838-5-git-send-email-alain.volmat@foss.st.com> <20210318105537.GF974@ninjato> From: Alexandre TORGUE Message-ID: <52fc8d91-8799-65fd-a72a-1707ae3e3a10@foss.st.com> Date: Thu, 18 Mar 2021 14:16:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210318105537.GF974@ninjato> Content-Language: en-US X-Originating-IP: [10.75.127.48] X-ClientProxiedBy: SFHDAG3NODE2.st.com (10.75.127.8) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.369, 18.0.761 definitions=2021-03-18_07:2021-03-17, 2021-03-18 signatures=0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210318_131656_958770_40FF88CD X-CRM114-Status: GOOD ( 17.47 ) 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: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Wolfram On 3/18/21 11:55 AM, Wolfram Sang wrote: > On Fri, Feb 05, 2021 at 09:51:43AM +0100, Alain Volmat wrote: >> Enable the analog filter for all I2C nodes of the stm32mp151. >> >> Signed-off-by: Alain Volmat > > I usually don't take DTS patches, but they can go in now via arm-soc as > I applied the patches to the driver. > I'll take it in my stm32 tree. Thanks Alex _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel