From patchwork Mon Oct 23 08:50:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alain Volmat X-Patchwork-Id: 13432534 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 B50CACDB474 for ; Mon, 23 Oct 2023 08:51:06 +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:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=KsdMoS9gTwpDAJV7xMGq3A/latQV6vvdXPx/CYROgSk=; b=NSVvvijHnxJ+t8 62Y0sVB/CRYzfAibC1/1ceaMq3T7Em0tjzzVefCrQF/uk4rKgwpbG77PZREvvCaL+fS0VeohTMCe9 mfJSknz4hUmvTFoV8g/LMy0v1CtaBt2hKsiPBrob0ZVX//wInCKSOso0WZiBBXGc2panB22SGGQuJ u/DcjS7N2xAH3A666yB69jOsXy1q7gKBrkFyi/rGX+2k2/OdR8Hp+sJtrxWJfLBQ7SG6QC+p6tjQ9 nFm1iwkIVICTjuaqULODR/bRR5oH5NcbJ7+f/tO4kA7GHPXouYqWAGLYtdVgSmZx9r9vPXNBGnA0W 0XbIiRk8Hi5yNuWjfA9w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1quqe2-006olZ-0v; Mon, 23 Oct 2023 08:50:42 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1quqdz-006oku-37 for linux-arm-kernel@lists.infradead.org; Mon, 23 Oct 2023 08:50:41 +0000 Received: from pps.filterd (m0288072.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.22/8.17.1.22) with ESMTP id 39N1aoaO031544; Mon, 23 Oct 2023 10:50:29 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding:content-type; s=selector1; bh=nTRWhu8 z1NgyglIHAYCNkANWtovivkFITmf+G8oHblM=; b=bHxyXT82XkW7NxHdmOXgamD GOL93KIRHV1Lrap8ZkgrVa1bO7QzgtyAk+cUjgm279yXOrNpR/Sfo3A40CssCKni bfdA8KsSIiyTrg8i7g+VYilreKEPIDR+AGSbrQk0Bnsr+IgEheh1CysEMhuRzDyq 6YCcbj4jjyhMo75OX7pu90bLbQyptO6MkTIGQ5KxGRKoGe4P8E0F536WL72vG6E1 2rJ+gAXG6ko/8nRuJ4JbL55mJSMQL7Ep+fPc8CztYtm3SPuVyIU0SAfianDFlVTV bUnPInCHeZUBv4h5rCoTIXt6h/qwgJpr5cL9QLw6SgzmLydgX74Y3n4SENty6mw= = Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3tv42fpx4q-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 23 Oct 2023 10:50:29 +0200 (MEST) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 3AF0A100058; Mon, 23 Oct 2023 10:50:29 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 347A9215148; Mon, 23 Oct 2023 10:50:29 +0200 (CEST) Received: from localhost (10.129.178.213) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Mon, 23 Oct 2023 10:50:29 +0200 From: Alain Volmat To: Pierre-Yves MORDRET , Alain Volmat , Andi Shyti , Maxime Coquelin , Alexandre Torgue CC: , , , Subject: [PATCH] i2c: stm32f7: add description of atomic in struct stm32f7_i2c_dev Date: Mon, 23 Oct 2023 10:50:15 +0200 Message-ID: <20231023085015.2557849-1-alain.volmat@foss.st.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.129.178.213] X-ClientProxiedBy: SHFCAS1NODE2.st.com (10.75.129.73) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.980,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-10-23_06,2023-10-19_01,2023-05-22_02 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231023_015040_373465_5DD76523 X-CRM114-Status: UNSURE ( 9.00 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add missing description of the atomic boolean in struct stm32f7_i2c_dev. Signed-off-by: Alain Volmat --- drivers/i2c/busses/i2c-stm32f7.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/i2c/busses/i2c-stm32f7.c b/drivers/i2c/busses/i2c-stm32f7.c index 87b9abcc42d8..983509936727 100644 --- a/drivers/i2c/busses/i2c-stm32f7.c +++ b/drivers/i2c/busses/i2c-stm32f7.c @@ -325,6 +325,7 @@ struct stm32f7_i2c_alert { * @dnf_dt: value of digital filter requested via dt * @dnf: value of digital filter to apply * @alert: SMBus alert specific data + * @atomic: boolean indicating that current transfer is atomic */ struct stm32f7_i2c_dev { struct i2c_adapter adap;