Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp2423623ybl; Thu, 9 Jan 2020 12:30:02 -0800 (PST) X-Google-Smtp-Source: APXvYqzX3KfEwKcAxzNm43Iw3sXwiHGEp8iV/FOXwrvoRLLP74o9Xmi0FqLR1ansXINSkRBVkdVF X-Received: by 2002:a05:6808:a9c:: with SMTP id q28mr4818239oij.176.1578601802217; Thu, 09 Jan 2020 12:30:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578601802; cv=none; d=google.com; s=arc-20160816; b=QcmJJQRQTdZbeSpLAvX6EULPutkhaS6Gm7WP0tE7wg8aJIEp7leTHhb19nvMwhPA49 PfW+Ko0AWFzi6ATSWe4pmeNNaxh6E6GiMiyQhIFZdpNCSYVlEApxzXtiv3wzxlBTIIim aqM9Ekd0yy7K+3IvXQkrOV34azmIkG9OJ2YP6elLVqEDqOh2DV89W3bSKdCd/YugY0p3 UIHBvaxxx0WPz98Iu1lJn0jHiMxyonUr/EYu4x7oF1g26is6dGD/TuD4dM6l579//uJ4 uuzMZYjI9DHDo1GlnWJ9BrqPiJRlaIjx0FPptSmVwi8OgzKo7+OhammrtXFvCPQXfKRc iqVA== 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=IotsNrlP9PM9svy3PliBYRbsLxne73MugpFbSp7gUDw=; b=uvOs3PqazBAZm3Tur+HK4VjVjKPkI10hwFulyiLia9LF9z7Gy4yKO20Ou79rMoNIVL 5sDATbS1QAVuOGxJuuo5aT788R6ba+fRcBHW7EFjHFjuOpdGQnuHzC3209VPh5Y1AL6e NVk8kUUcSMw67mjA007AxbxmD46PaaqRzILKqEjYvp3wSIIbpn9Ak/CH1RKjvfkokT0e EvIsUX/r68t1adjzIPpiBoZjhjIzVJfLuTG/tq6lrGyPt1S/hR4GBkPw3g4Bf6h3Yz2h YxMf2z7X6qutZd8SAh+aI53BXuQkK090gmEQNZmTEcazRd42MPWotN1fngZyfx2KvNer 3s7A== 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 u3si4523257oif.167.2020.01.09.12.29.42; Thu, 09 Jan 2020 12:30:02 -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 S2387763AbgAIQjc (ORCPT + 99 others); Thu, 9 Jan 2020 11:39:32 -0500 Received: from mx2.suse.de ([195.135.220.15]:34116 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730477AbgAIQjc (ORCPT ); Thu, 9 Jan 2020 11:39:32 -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 BCFD9AD73; Thu, 9 Jan 2020 16:39:30 +0000 (UTC) Date: Thu, 9 Jan 2020 17:39:29 +0100 From: Jean Delvare To: Wolfram Sang Cc: Luca Ceresoli , Lei YU , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] docs: i2c: Fix return value of i2c_smbus_xxx functions Message-ID: <20200109173929.1b42e0a6@endymion> In-Reply-To: <20200106130056.GA1290@ninjato> References: <1574162632-65848-1-git-send-email-mine260309@gmail.com> <20191125144857.GA2412@kunai> <20191126115243.673fc164@endymion> <20200106130056.GA1290@ninjato> 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 Mon, 6 Jan 2020 14:01:09 +0100, Wolfram Sang wrote: > > I would go further and move half of the document to i2c-tools. i2c-dev > > itself only provides the ioctls. Everything on top of that is in libi2c > > now, so the kernel documentation should point to libi2c and the > > detailed documentation should come with libi2c. > > > > So I guess I should review the whole document now to see what needs to > > be updated, what should stay, and what should move. > > Maybe you can collaborate with Luca on this who just revamped a lot of > the docs? Putting him on CC and marking this patch as 'Deferred'. I'm resuming my work on this. Luca, can you point me to your changes to Documentation/i2c/dev-interface.rst so that I can adjust my own changes to fit on top? Thanks, -- Jean Delvare SUSE L3 Support