From patchwork Fri Jun 21 07:30:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 806431 Received: from mail.zeus03.de (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 BC20B39ACC for ; Fri, 21 Jun 2024 07:30:24 +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=1718955028; cv=none; b=NNJEMdp5qKHzTR4q/QLyX8Hq4b2PT+6VimLyBUPpiecwbqP6Z9iaP7V7eFMgEqiEJcpqq/B41uFSivta4tItUb0plAV5SqXKHiYIBS7oCexB1FjkLGm7BMyZZapYwtfMs8eYEnXCJbBOqVdsQd5N/mCZYTjU60oput+U2Myxmqk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718955028; c=relaxed/simple; bh=LB4QOi9LK6GONrdmJpUg3ByUIohmjdLTvvzGHevTlik=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=Z+u8Vvz2HJRhK/SSH03P034AaMgvC9jHAAnrWrPsKFL/5TMQ4RSrd5+blNEG3xRyKYyAHnunRdKGUWBPQXgPBLzGcoIAPvHfGW0lN71eWKfHyK4bmKFlXnbqM1iA/v9biYbt1tGOB0zk42Rbip2k6iJvgNqfS9Qa/CvLfQIZ44E= 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=QolgJBCA; 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="QolgJBCA" 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=K +6Hqt9y3xI51edpmWC25ugnY/P75Ez8oab3G5r0Nb8=; b=QolgJBCAT3OS+BhsH kgwbZA09RAfAlPUc7b9EhF01hUthI2Gq0ZHrAf9wmc80fN8P//EwrdWqb9xcmKVY h4Emv4OfP3HmUH7b36r3lb9bSdyrV1HMEYLnYTukRqmI8sH2oM8Mlxf7dsyidHJU n78RKcCjoDEQ89hX+AIwLz7kAGY2QKBCpJ/pFbLSGac/a5pK7R2KEjHyZCavQGZm Y8qcA3fsuFkag4OvW9Yn0bf3KAsrvoEqz8j8oKBUF698MhuMgQuhT3r2A4LfJUTL /fkZmhmHiyrW/ruo9itK2d9ZSO7+wzwb9mrjKGP8Z/GM4krVWw+RmwghwAuhtL4Z fk6yQ== Received: (qmail 1279008 invoked from network); 21 Jun 2024 09:30:22 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 21 Jun 2024 09:30:22 +0200 X-UD-Smtp-Session: l3s3148p1@X8l/Z2EbzMMgAwDPXzjQABqqX1QYyOSW From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Andi Shyti , Easwar Hariharan , Wolfram Sang , linux-i2c@vger.kernel.org Subject: [PATCH v4 0/6] docs: i2c: summary: update and use inclusive wording Date: Fri, 21 Jun 2024 09:30:07 +0200 Message-ID: <20240621073015.5443-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 v3: * reword "Synonyms" paragraph in patch 6 to be more clear 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: be clearer with 'controller/target' and 'adapter/client' pairs Documentation/i2c/i2c_bus.svg | 15 +++---- Documentation/i2c/summary.rst | 79 ++++++++++++++++++++++------------- 2 files changed, 58 insertions(+), 36 deletions(-) Reviewed-by: Easwar Hariharan Reviewed-by: Easwar Hariharan