From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A4BEC2D0DB for ; Wed, 22 Jan 2020 11:18:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ECD892465A for ; Wed, 22 Jan 2020 11:18:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729106AbgAVLSl (ORCPT ); Wed, 22 Jan 2020 06:18:41 -0500 Received: from mx2.suse.de ([195.135.220.15]:37754 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726049AbgAVLSl (ORCPT ); Wed, 22 Jan 2020 06:18:41 -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 EE58FB109; Wed, 22 Jan 2020 11:18:38 +0000 (UTC) Date: Wed, 22 Jan 2020 12:18:37 +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 24/26] docs: i2c: old-module-parameters: clarify this is for obsolete kernels Message-ID: <20200122121837.32da9bd7@endymion> In-Reply-To: <20200106074639.13763-1-luca@lucaceresoli.net> References: <20200105224006.10321-1-luca@lucaceresoli.net> <20200106074639.13763-1-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 Mon, 6 Jan 2020 08:46:39 +0100, Luca Ceresoli wrote: > This section applies only to code for very old kernels. Avoid people > reading this unnecessarily. > > Signed-off-by: Luca Ceresoli > --- > Documentation/i2c/old-module-parameters.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/i2c/old-module-parameters.rst b/Documentation/i2c/old-module-parameters.rst > index 0503d2f0b127..80fb117883fd 100644 > --- a/Documentation/i2c/old-module-parameters.rst > +++ b/Documentation/i2c/old-module-parameters.rst > @@ -2,6 +2,11 @@ > I2C device driver binding control from user-space > ================================================= > > +.. NOTE:: > + Note: this section is only relevant if you are handling some old code > + found in kernel 2.6. If you work with more recent kernels, you can > + safely skip this section. > + > Up to kernel 2.6.32, many I2C drivers used helper macros provided by > which created standard module parameters to let the user > control how the driver would probe I2C buses and attach to devices. These Reviewed-by: Jean Delvare -- Jean Delvare SUSE L3 Support