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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 B600DC43461 for ; Fri, 30 Apr 2021 16:44:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9C5F361264 for ; Fri, 30 Apr 2021 16:44:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229990AbhD3Qpb (ORCPT ); Fri, 30 Apr 2021 12:45:31 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:1293 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229712AbhD3Qpa (ORCPT ); Fri, 30 Apr 2021 12:45:30 -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 13UGg75S027242; Fri, 30 Apr 2021 18:44:26 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=selector1; bh=leoHlgkF/ftolIMzLKhMrrl72r2iOxgjIvSScbSBRN8=; b=P2xA66nm+lyPghzA1IvbW3luuYOcb7CKSQjbDDx02reWWoY19bCbuSoXdxk3JK0C1SxF Blj+Enak4P5kvjGqg1T5+DhAjAd4Wh/jc+/KDf2JX8RDJgFX2mSQBmuPOwV8609z2eeu TBHX0pb+bM6cqT8gdtyKDU+g8KSnn8EQxIKg8eGKztmsHVbUNz/+xXYcmqg2FAd5purF 6x8BJtSkr6WOFa8IWCq/Sjh+re3oR97iqQRbf25LI+rFIg6C2mmmTbtm3D4nYDY4B5b5 J+B/LQBl2BZocKZ0FNSs0w7kN2wfiyVja4zgnEmUChoClE3CxM+AiN+W53w/FvaJ17SF kQ== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 3881rpqb4m-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 30 Apr 2021 18:44:26 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 89B8910002A; Fri, 30 Apr 2021 18:44:25 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 6AC1C2C4205; Fri, 30 Apr 2021 18:44:25 +0200 (CEST) Received: from gnbcxd0016.gnb.st.com (10.75.127.44) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 30 Apr 2021 18:44:25 +0200 Date: Fri, 30 Apr 2021 18:44:13 +0200 From: Alain Volmat To: , CC: , , , , , , , , , Subject: Re: [PATCH v3 0/2] i2c: stm32f7: add SMBus-Alert support Message-ID: <20210430164413.GA3426@gnbcxd0016.gnb.st.com> Mail-Followup-To: wsa@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, pierre-yves.mordret@foss.st.com, mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, fabrice.gasnier@foss.st.com References: <1616998145-28278-1-git-send-email-alain.volmat@foss.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1616998145-28278-1-git-send-email-alain.volmat@foss.st.com> X-Disclaimer: ce message est personnel / this message is private X-Originating-IP: [10.75.127.44] X-ClientProxiedBy: SFHDAG1NODE3.st.com (10.75.127.3) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.761 definitions=2021-04-30_10:2021-04-30,2021-04-30 signatures=0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Wolfram, Gentle reminder about this serie about SMBus-Alert. Could you have a look at it ? Thanks Alain On Mon, Mar 29, 2021 at 08:09:03AM +0200, Alain Volmat wrote: > This serie adds support for SMBus Alert on the STM32F7. > A new binding st,smbus-alert is added in order to differenciate > with the existing smbus binding. > > SMBA alert control and status logic must be enabled along with > SMBALERT# pin configured via pinctrl in the device tree. This is the > rational for adding "st,smbus-alert" property. > > --- > v3: > use lore.kernel.org links instead of marc.info > > v2: > When SMBUS alert isn't available on the board (SMBA unused), this > logic musn't be enabled. Enabling it unconditionally wrongly lead to get > SMBA interrupts. > So, add "st,smbus-alert" dedicated binding to have a smbus alert with a > consistent pin configuration in DT. > > Alain Volmat (2): > dt-bindings: i2c: stm32f7: add st,smbus-alert binding for SMBus Alert > i2c: stm32f7: add SMBus-Alert support > > .../devicetree/bindings/i2c/st,stm32-i2c.yaml | 5 ++ > drivers/i2c/busses/i2c-stm32f7.c | 73 +++++++++++++++++++ > 2 files changed, 78 insertions(+) > > -- > 2.17.1 > 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=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 D93F0C433ED for ; Fri, 30 Apr 2021 16:46:50 +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 5505D61458 for ; Fri, 30 Apr 2021 16:46:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5505D61458 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-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=7cs+hgOoZ0eXE1dRb/jEbBiggZdsZhVLYrfC2pZzxl4=; b=KkZcgQGHZQ/51Z8/epzFYxZGv 5LmmZD557pkR2fF9S2e9yQK0rOkVf15i22tBBcnfcNb/ApJE5PvBIQfhMv5c4+TOqcVmg6Z1xFUZV BaGJkCe312AeULPd71P9rhnCs1kSuwkxhnP+h7jM9ZFHF7JZzI87VX4C4sqQMILzdT2K/xkIK0O+p FP8PEvbckVDXzsCFrA1RS9oQHh+HGXKN6XpCKoKHK9pj10/Kl1EhtbknE/77dKQsADdBb4ibyFiRj Aal5jsNszjyTyc0pkAbVSI9ksaZIwXbq5nRChRqTp6W4akappxWDUUFqtUR4noswmKAFdawXzsT6/ SdRpnOW9w==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lcWFx-008Dar-Og; Fri, 30 Apr 2021 16:44:47 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lcWFu-008Dae-LT for linux-arm-kernel@desiato.infradead.org; Fri, 30 Apr 2021 16:44:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:CC:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=leoHlgkF/ftolIMzLKhMrrl72r2iOxgjIvSScbSBRN8=; b=m1YKXfQjt0nISlW+HOzaSKwhnn kztXGNUla/BjxSvgUMsNW/0yZ1wtlBBx1xBSYRuF9uWv5LZfMo0R1TRz2c1Q0gKaHF5I2BLP+gXrw J2WEXlfQkMptWSPtZg0zCg64nbWtltlwleOmBMd6E6XRYVT0y3MmUmguxMFw33kJwca7mK7JQc37v rmPhCjQPkJ/8EFNQZHDaLLj1CqO55rB68patCS9DhiObKnO8V/k7CvYWA5ODsD3oF4aSD6W1upY71 bHa4QWwAPMhOamGWtAp7htj20j9kD2guaIihmc59XowlmLvlnfVofgOM6V7l7BboO2HcleZS3txy0 u4SgBeEA==; Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lcWFq-001Wss-Qw for linux-arm-kernel@lists.infradead.org; Fri, 30 Apr 2021 16:44:40 +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 13UGg75S027242; Fri, 30 Apr 2021 18:44:26 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=selector1; bh=leoHlgkF/ftolIMzLKhMrrl72r2iOxgjIvSScbSBRN8=; b=P2xA66nm+lyPghzA1IvbW3luuYOcb7CKSQjbDDx02reWWoY19bCbuSoXdxk3JK0C1SxF Blj+Enak4P5kvjGqg1T5+DhAjAd4Wh/jc+/KDf2JX8RDJgFX2mSQBmuPOwV8609z2eeu TBHX0pb+bM6cqT8gdtyKDU+g8KSnn8EQxIKg8eGKztmsHVbUNz/+xXYcmqg2FAd5purF 6x8BJtSkr6WOFa8IWCq/Sjh+re3oR97iqQRbf25LI+rFIg6C2mmmTbtm3D4nYDY4B5b5 J+B/LQBl2BZocKZ0FNSs0w7kN2wfiyVja4zgnEmUChoClE3CxM+AiN+W53w/FvaJ17SF kQ== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 3881rpqb4m-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 30 Apr 2021 18:44:26 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 89B8910002A; Fri, 30 Apr 2021 18:44:25 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 6AC1C2C4205; Fri, 30 Apr 2021 18:44:25 +0200 (CEST) Received: from gnbcxd0016.gnb.st.com (10.75.127.44) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 30 Apr 2021 18:44:25 +0200 Date: Fri, 30 Apr 2021 18:44:13 +0200 From: Alain Volmat To: , CC: , , , , , , , , , Subject: Re: [PATCH v3 0/2] i2c: stm32f7: add SMBus-Alert support Message-ID: <20210430164413.GA3426@gnbcxd0016.gnb.st.com> Mail-Followup-To: wsa@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, pierre-yves.mordret@foss.st.com, mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, fabrice.gasnier@foss.st.com References: <1616998145-28278-1-git-send-email-alain.volmat@foss.st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1616998145-28278-1-git-send-email-alain.volmat@foss.st.com> X-Disclaimer: ce message est personnel / this message is private X-Originating-IP: [10.75.127.44] X-ClientProxiedBy: SFHDAG1NODE3.st.com (10.75.127.3) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.761 definitions=2021-04-30_10:2021-04-30, 2021-04-30 signatures=0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210430_094439_375424_F0D52338 X-CRM114-Status: GOOD ( 20.96 ) 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 Hi Wolfram, Gentle reminder about this serie about SMBus-Alert. Could you have a look at it ? Thanks Alain On Mon, Mar 29, 2021 at 08:09:03AM +0200, Alain Volmat wrote: > This serie adds support for SMBus Alert on the STM32F7. > A new binding st,smbus-alert is added in order to differenciate > with the existing smbus binding. > > SMBA alert control and status logic must be enabled along with > SMBALERT# pin configured via pinctrl in the device tree. This is the > rational for adding "st,smbus-alert" property. > > --- > v3: > use lore.kernel.org links instead of marc.info > > v2: > When SMBUS alert isn't available on the board (SMBA unused), this > logic musn't be enabled. Enabling it unconditionally wrongly lead to get > SMBA interrupts. > So, add "st,smbus-alert" dedicated binding to have a smbus alert with a > consistent pin configuration in DT. > > Alain Volmat (2): > dt-bindings: i2c: stm32f7: add st,smbus-alert binding for SMBus Alert > i2c: stm32f7: add SMBus-Alert support > > .../devicetree/bindings/i2c/st,stm32-i2c.yaml | 5 ++ > drivers/i2c/busses/i2c-stm32f7.c | 73 +++++++++++++++++++ > 2 files changed, 78 insertions(+) > > -- > 2.17.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel