Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp2370853ybl; Mon, 20 Jan 2020 01:29:49 -0800 (PST) X-Google-Smtp-Source: APXvYqy7qlcUa6K3hV3rvR2FT6UoKVRbDMET5o0TDI7sTKdoVhB5jnWiYJcpxPl4rRQAUkBHtHQR X-Received: by 2002:aca:2207:: with SMTP id b7mr12376242oic.109.1579512589099; Mon, 20 Jan 2020 01:29:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579512589; cv=none; d=google.com; s=arc-20160816; b=Q15Pp5AiErjywnuBu3OyjZUpZ/waCo0jELJv95pHnNfYTLTdbUkc6l5lAEB0KNkNaN KszYmgBdinyX1ahYMEyo8UViQJCQzpK3NrIU/A5yBeBRIpnV8bfsKsnz0AQ+Xp0oDw+T wwQCw+FoMgjc1iIdWUHdMlXt3VKy3JHuHVEh2VQ12e/edXCf4ubnhfJtZBUhfbhmVCUN 6yYhIaLllA8KYLEg6tFVKqEX2zu99wDce526ffz9VfImvErj26Q+LQ+AH3uttxuab1Kg Ol/2USWVaI2/JEByiCymiN2/M/EQQo7yzmE3Cd0fTaZFnHlaIIg/LSPNQbXygTAdU+jd scVg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=9/FrgfUwFhiCJeDSx3P18m7/40zsgtVVCfUtzl+Bo3Q=; b=bcOlDefKLPPW1J80cmbAFnRnXEHuj88asCCou54JTXEpSaEBdqfzle+x/F4+NlJ4+0 Z4aom8jewso+5e3oSB0tFW7SCL6uITpmNplscieWf8NNUDZkxMeu1B3vYH/ICLJK0ytX u2A36MZssA5oUVI4Z5SsdDIi6JjvPKYT05lMVHjakz7LfX21m6OXDO2TYI2DxSlpAaDi n79mZoc6Ca4EfBJVbKrpK4hwjbrw/Wbe2WFnxNmDEBbJfsHrifUAZGN7kYoDdwSW5OEn Y/QESy4PwEZ122juLkUSGifLOpudl/p4bt8ibWllhTsvoqgEFgGuGuYdQHO+Zb7tP5bV NeyQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k10si4334273otn.323.2020.01.20.01.29.36; Mon, 20 Jan 2020 01:29:49 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726935AbgATJ1e convert rfc822-to-8bit (ORCPT + 99 others); Mon, 20 Jan 2020 04:27:34 -0500 Received: from mx2.suse.de ([195.135.220.15]:46644 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726130AbgATJ1d (ORCPT ); Mon, 20 Jan 2020 04:27:33 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id BD255AD85; Mon, 20 Jan 2020 09:27:31 +0000 (UTC) Date: Mon, 20 Jan 2020 10:27:30 +0100 From: Jean Delvare To: Luca Ceresoli Cc: linux-doc@vger.kernel.org, linux-i2c@vger.kernel.org, Wolfram Sang , Peter Rosin , linux-kernel@vger.kernel.org Subject: Re: [PATCH 02/26] docs: i2c: summary: extend introduction Message-ID: <20200120102730.4eb9116b@endymion> In-Reply-To: <20200105225012.11701-2-luca@lucaceresoli.net> References: <20200105224006.10321-1-luca@lucaceresoli.net> <20200105225012.11701-1-luca@lucaceresoli.net> <20200105225012.11701-2-luca@lucaceresoli.net> Organization: SUSE Linux X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 5 Jan 2020 23:49:48 +0100, Luca Ceresoli wrote: > - state the "official" name (I²C, not I2C, according to the spec) at > the beginning but keep using the more practical I2C elsewhere > - mention some known different names > - add link to the specification document Indentation is inconsistent. > > Signed-off-by: Luca Ceresoli > --- > Documentation/i2c/summary.rst | 18 ++++++++++++------ > 1 file changed, 12 insertions(+), 6 deletions(-) > > diff --git a/Documentation/i2c/summary.rst b/Documentation/i2c/summary.rst > index 3a24eac17375..b7d3e620155b 100644 > --- a/Documentation/i2c/summary.rst > +++ b/Documentation/i2c/summary.rst > @@ -2,12 +2,18 @@ > I2C and SMBus > ============= > > -I2C (pronounce: I squared C) is a protocol developed by Philips. It is a > -slow two-wire protocol (variable speed, up to 400 kHz), with a high speed > -extension (3.4 MHz). It provides an inexpensive bus for connecting many > -types of devices with infrequent or low bandwidth communications needs. > -I2C is widely used with embedded systems. Some systems use variants that > -don't meet branding requirements, and so are not advertised as being I2C. > +I²C (pronounce: I squared C and written I2C in the kernel documentation) is > +a protocol developed by Philips. It is a slow two-wire protocol (variable > +speed, up to 400 kHz), with a high speed extension (3.4 MHz). It provides > +an inexpensive bus for connecting many types of devices with infrequent or > +low bandwidth communications needs. I2C is widely used with embedded > +systems. Some systems use variants that don't meet branding requirements, > +and so are not advertised as being I2C but with different names, e.g. TWI > +(Two Wire Interface), IIC. Maybe that's just me but "but with different names" sounds strange to me in the sentence construct. Maybe "but come under different names" instead? > + > +The official I2C specification is the `"I2C-bus specification and user > +manual" (UM10204) `_ > +published by NXP Semiconductors. > > SMBus (System Management Bus) is based on the I2C protocol, and is mostly > a subset of I2C protocols and signaling. Many I2C devices will work on an Reviewed-by: Jean Delvare -- Jean Delvare SUSE L3 Support