From patchwork Mon Jun 10 08:10:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 803355 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 791B755E53 for ; Mon, 10 Jun 2024 08:10:33 +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=1718007039; cv=none; b=hHJ8Wow69Gbzi2zAaEj/eIVQWrTBaTkmTdB7ZN9ujkhVzBy7kig1C30W6h5aSVN2M2+WDkBGV+OYZuxWnnenDycs9+CbhUXMNSJLHtSM4dHYFVa5J8ecnKTsg1pzWYR9hmOfuD3Rdq9WX4LjjE5XMztU5bztUHDiMVQTH+mMyNA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718007039; c=relaxed/simple; bh=Om3tgtvL7zx3STVEfGcFIyutGvx1ayQHvev9/xlcvdM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=mLVw3PidyQr4y8+wy30ezg3VjkUfG5leHkphN0rJ4ZqXFlJ/MtrHMK0AJWKb3gEeX/oHZ5nf7DiayHjqEQeotNnUlVlRfJ9EL0s7Pf/AcM8xUtQuQJiyu/lblNkDbaygaDCfRiGEPJyQnLb0kbWoe1lJvTvhSjrKjmpi5UM+C0g= 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=FdX0mw0+; 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="FdX0mw0+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :mime-version:content-type:content-transfer-encoding; s=k1; bh=o +WZ7wY84tNezlQl5CxbAAB2zMVOpXowsJm/tB2JR/k=; b=FdX0mw0+lO7O1XzDU CTjTTg0UiLt6zpybDPD4iI73HmqGnIpSjzoYaSSDqhT5gORKbeiUszsK6VvB8QvR 2Vb7RzGxQItlAWjr4mXdN7P1hBieXVIb0IYhX6y64+WM796qtH/iJyfd+Veazlx9 7AIInchkuFIWHYcXKt3cJ65Zqa6r98dTFelO+5OXXNbacdk3uUC2DTRXfubExOCF 0NLleYl+JJgyVne3fHGztomQNhtx4fRNqNYsHQ6odS7EyAElbZl0MAY4OHiENoLc +/vx8hcr++MKPkRPxZiCyqY5LiB21auctFl1VySN9qwNAa0ETZI5ZzD5J+fGIr51 6qe8w== Received: (qmail 4192364 invoked from network); 10 Jun 2024 10:10:25 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 10 Jun 2024 10:10:25 +0200 X-UD-Smtp-Session: l3s3148p1@Eu11roQauuYgAwDPXymAAHMyzy0c7Kdl From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Easwar Hariharan , Andi Shyti , linux-doc@vger.kernel.org, Wolfram Sang , linux-kernel@vger.kernel.org Subject: [PATCH v2 0/6] docs: i2c: summary: update and use inclusive wording Date: Mon, 10 Jun 2024 10:10:15 +0200 Message-ID: <20240610081023.8118-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The main motivation for this series is patch 4: switching to "controller/master" when defining the I2C terminology. This sets the base for further improvements to inclusive language within the Linux Kernel. The other patches are improvements found on the way. Changes since v1: * patch 5 added explaining 'remote' and 'local' targets * added tags from Easwar to patches 1-3 * rebased to 6.10-rc3 Wolfram Sang (6): docs: i2c: summary: start sentences consistently. docs: i2c: summary: update I2C specification link docs: i2c: summary: update speed mode description docs: i2c: summary: document use of inclusive language docs: i2c: summary: document 'local' and 'remote' targets docs: i2c: summary: rephrase paragraph explaining the figure Documentation/i2c/i2c_bus.svg | 15 +++++---- Documentation/i2c/summary.rst | 62 +++++++++++++++++++++-------------- 2 files changed, 46 insertions(+), 31 deletions(-)