From patchwork Fri Mar 22 13:25:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 783355 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E761562807 for ; Fri, 22 Mar 2024 13:27:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711114034; cv=none; b=IN8AIW2axnTds4YTSudA+06uZj6WZI2M7j9A+hoWzdRoc/VSidHnb/cLLg0u+8UlGC3vBGlaf95Ac907TLSbKNUoJN6OCVnmABi5yHfU2/uWjL8d5TJKmM4sOqbEdV1qPLJ3Mh01DfkHScYt3oUQXJeGmoPTItOqmmc1fliso1A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711114034; c=relaxed/simple; bh=4jU5UrYVuKboOqguTAQNiprTpycabJ/ha8XLQxZAE+4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=gQbY8btWn8M1mH8uxNee8/4Xit58bxFmJJVDdz+OVI+ilg71v5UohWcVjglJdGl4Ca2g8bWkhglVLoBGHDqjLzI50k0q7xfn+Jzv0tiBHgXCQbDI5tTewesq/WKHULGIA4rbi50rm4jvgnQ0zxtazfS6VtfkHWD+gAzy6Y3oXXU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=Xo4CUIDO; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="Xo4CUIDO" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=jtQWgUHLJBsBn4k0hPCfptVF721mjEvpbVebl9Y7Pm4=; b=Xo4CUI DO/VElG0PJ52AZRRwzu5LRWgKWRmpxFP5+3SXwccn2imURSgyH5j/tU0sIcPlFtT 9Dl0ea5R7ailNpRYciMmqGWRTfvH8b2uLEZz6xgGyh7Y8m21cGp2QrRui1YF21XH yPpGIO6bs4bLeTr38ULKTylbR/ezyWIfl78sraHAzm73kXBF+tOjq73KMGIimX1P zRQBOewsfliIYYrEsF+PVBdkuDCjIvYUNfzkmwkfjhsqPVPKV2rXXk4PmP3dmnWN atUWGxwyqegBt/XYanPBIgEcmriwMg5xIHMeN1PrI4J2zsecVakgjvwZ7/60SuPI sCeEwLH6pgvvj2DA== Received: (qmail 3871408 invoked from network); 22 Mar 2024 14:26:55 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 22 Mar 2024 14:26:55 +0100 X-UD-Smtp-Session: l3s3148p1@uVQJxz8UerBehhtF From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Wolfram Sang , Jean Delvare , Andi Shyti , linux-kernel@vger.kernel.org Subject: [PATCH 41/64] i2c: piix4: reword according to newest specification Date: Fri, 22 Mar 2024 14:25:34 +0100 Message-ID: <20240322132619.6389-42-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240322132619.6389-1-wsa+renesas@sang-engineering.com> References: <20240322132619.6389-1-wsa+renesas@sang-engineering.com> Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Match the wording of this driver wrt. the newest I2C v7, SMBus 3.2, I3C specifications and replace "master/slave" with more appropriate terms. They are also more specific because we distinguish now between a remote entity ("client") and a local one ("target"). Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-piix4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c index 6a0392172b2f..1f6223b88146 100644 --- a/drivers/i2c/busses/i2c-piix4.c +++ b/drivers/i2c/busses/i2c-piix4.c @@ -589,7 +589,7 @@ static int piix4_transaction(struct i2c_adapter *piix4_adapter) result = -EIO; dev_dbg(&piix4_adapter->dev, "Bus collision! SMBus may be " "locked until next hard reset. (sorry!)\n"); - /* Clock stops and slave is stuck in mid-transmission */ + /* Clock stops and client is stuck in mid-transmission */ } if (temp & 0x04) {