Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp623271ybl; Fri, 24 Jan 2020 06:37:11 -0800 (PST) X-Google-Smtp-Source: APXvYqzmcEqLK7V0Z0HNQBttmFeQK29wPscDI3J6oew8j0Xqjwz9wRD0RAuyO0f35jiZraJMDJjN X-Received: by 2002:aca:ef82:: with SMTP id n124mr2244855oih.88.1579876631347; Fri, 24 Jan 2020 06:37:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579876631; cv=none; d=google.com; s=arc-20160816; b=daiNMp6aGHY2zt6O53ge8i2rakVAPS05oOFlu86lnN8h/hOTglV9wQU/09pPBXrs1V eNRW73UI0lGqUf8DGJk3+0a60zK6yHozLYifwDIYrT0Mon8DT/mmCbA+agmJLCGi+kzq j5WHnCLKRkemrPjQ546kehjCPWr3iwsA1CLNWyIwOqyvNoo3KM+5j3ZyxCowb6k+H/gP 9WJATAVp33ksZGT5p2hQU9N0oPgH3o2oQ7Xaz8Lrremj0r0pX3eQKU2ckCSFFzyTU5dB koSp1i18bxTisnGRK3dluzDjUzr1q9sCDEKEL77BKoTd3k6mTRcK0AtyCAKnbJ7m3agJ s5lw== 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=/K5M3Iy5I39kRP04G1m3pr5kpOZuOVf8vgASxQb+JU8=; b=ooPDSZqudTYJ4aGldgEt3en+79ZOvcANBWdXox4S5wjXBSGX4sOUQQQvdFbH+bGL7t 3Qj3TyfmmB99jH/ejCcy2u5b/7zHEyPgTcUMJ3IlCt3tjyg4j1BFSR8Wv2/NKWs8g0Th ct/RzjSHRMQQ1nOwqBtHJs8P1HZkD00fT3XsgNpDalsQ6tFq3Vjd5nJPuxtK4DckEGRz 19/wBWgUTJhCmfcqG3yYDL1xV8GVkrhOQA4J0lTKnUz19fpJF2hoLIK8UzM3xyL9uSor L7YbKmNa66LL6ur/4ApSB3Fa9GoFrpwOhJE2J1nOyi504UUFy26d8pBLj5BfhVVp+Bii pmVg== 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 d10si3068496oti.226.2020.01.24.06.36.59; Fri, 24 Jan 2020 06:37:11 -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 S1732359AbgAXMfv (ORCPT + 99 others); Fri, 24 Jan 2020 07:35:51 -0500 Received: from mx2.suse.de ([195.135.220.15]:55108 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729774AbgAXMfv (ORCPT ); Fri, 24 Jan 2020 07:35:51 -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 D8738ADB5; Fri, 24 Jan 2020 12:35:49 +0000 (UTC) Date: Fri, 24 Jan 2020 13:35:48 +0100 From: Jean Delvare To: Luca Ceresoli Cc: linux-i2c@vger.kernel.org, linux-doc@vger.kernel.org, Wolfram Sang , Peter Rosin , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 01/28] docs: i2c: sort index logically Message-ID: <20200124133548.7f01344a@endymion> In-Reply-To: <20200123135103.20540-2-luca@lucaceresoli.net> References: <20200123135103.20540-1-luca@lucaceresoli.net> <20200123135103.20540-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=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 23 Jan 2020 14:50:36 +0100, Luca Ceresoli wrote: > The index page currently lists sections in alphabetical file order without > caring about their content. Sort sections based on their content logically, > according to the following structure: > > * Intro to I2C/SMBus and their usage in Linux: summary, i2c-protocol, > smbus-protocol, instantiating-devices, busses/index, i2c-topology, > muxes/i2c-mux-gpio > * Implementing drivers: writing-clients, dev-interface, > dma-considerations, fault-codes, functionality > * Debugging: gpio-fault-injection, i2c-stub > * Slave I2C: slave-interface, slave-eeprom-backend > * Advanced: ten-bit-addresses > * Obsolete info: upgrading-clients, old-module-parameters > > Signed-off-by: Luca Ceresoli > Reviewed-by: Jean Delvare > > --- > > Changes in v2: > - split sections in groups (suggested by Jean Delvare) > - remove consecutive blank lines (reported by Jean Delvare) > --- > Documentation/i2c/index.rst | 59 ++++++++++++++++++++++++++++++------- > 1 file changed, 48 insertions(+), 11 deletions(-) > > diff --git a/Documentation/i2c/index.rst b/Documentation/i2c/index.rst > index a0fbaf6d0675..f0f3b9c97abb 100644 > --- a/Documentation/i2c/index.rst > +++ b/Documentation/i2c/index.rst > @@ -4,30 +4,67 @@ > I2C/SMBus Subsystem > =================== > > +Introduction > +============ > + > +.. toctree:: > + :maxdepth: 1 > + > + summary > + i2c-protocol > + smbus-protocol > + instantiating-devices > + busses/index > + i2c-topology > + muxes/i2c-mux-gpio > + > + You still have a double blank line here, not sure if this is intended? Looks good otherwise. Reviewed-by: Jean Delvare > +Writing device drivers > +====================== > + > .. toctree:: > :maxdepth: 1 > > + writing-clients > dev-interface > dma-considerations > fault-codes > functionality > + > +Debugging > +========= > + > +.. toctree:: > + :maxdepth: 1 > + > gpio-fault-injection > - i2c-protocol > i2c-stub > - i2c-topology > - instantiating-devices > - old-module-parameters > - slave-eeprom-backend > + > +Slave I2C > +========= > + > +.. toctree:: > + :maxdepth: 1 > + > slave-interface > - smbus-protocol > - summary > + slave-eeprom-backend > + > +Advanced topics > +=============== > + > +.. toctree:: > + :maxdepth: 1 > + > ten-bit-addresses > - upgrading-clients > - writing-clients > > - muxes/i2c-mux-gpio > +Legacy documentation > +==================== > > - busses/index > +.. toctree:: > + :maxdepth: 1 > + > + upgrading-clients > + old-module-parameters > > .. only:: subproject and html > -- Jean Delvare SUSE L3 Support