Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp170186pxy; Tue, 20 Apr 2021 23:35:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxI8DoBYQkqZTmiH2bJdBVsAWiAerN0VTSaNb9mGMDDLLkGSAh17SjTRC2Dpa23/yGmOh35 X-Received: by 2002:a17:902:d884:b029:ec:9fcd:2311 with SMTP id b4-20020a170902d884b02900ec9fcd2311mr15918467plz.80.1618986956569; Tue, 20 Apr 2021 23:35:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618986956; cv=none; d=google.com; s=arc-20160816; b=SrBTBcXH+B4jAbuPj1CmEgFCrrJdmWN7dI18zcyMRW/nPBUi/fVmdt+tEQoXJn7aj9 biIdWA4o7H38bI/y03zDrgl3jFRLvXp9fhYXzW7GuTKtQozvSelvOAXTJR7ZM3sKlqtL QqUplTvR5VCJ2WvbFQRaPknTRjE0pFR9+xOCNDvmJnCiz++o7bkHoS39i8tVLBmhOnQe Svn5zwG5dC3B/d/vt3BHxF/7kofPpGOLR2F7qxkDiPuv4Vy1n3FDr7K9eMvte71ehkik rpM3W7P4rwT5gmWH8NQkr2ijkF6cAyOpgfMePf4+BQRZlhiAX9fQuCkhWh8y39qOG6Dv tzjQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=qS255ffpEvwuk16eyrkwzJ7ucRn/mb07vcfuqzh8MZI=; b=zCBo7ZoMl0FwLN19DZKJmWz9yF6qSLMG2SGXAL08OJ80SwXmhU8P7Nw/HZJa7OZHgh J9q6wWs5+SyHZ5sXmZDre5sg6CN2Wk2LrFjZRqJ4R4Fs3WM+AeCj1r0RVULK8EbMhqGw y/4NlLblOaEqRB1GAvOjAtvclrYso/vXqQav6qPWGfmmQRDZLQKcP26xL2SSMw4fcm4K z3lPY4Idnr2bvx02T/3+07pjuw2Up083mvf1GGUjSjjZxASEG7cmErn1gOB1LZVjN7ir hE374pIYHzEdn3vyRWI8KxFbN6Q2A+FZyPxDuLcpSxJu7dfpMiuKwf4kzhkClLYOQi+f mkPg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Cpw826sV; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y14si1646922pju.123.2021.04.20.23.35.44; Tue, 20 Apr 2021 23:35:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Cpw826sV; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236102AbhDUGYa (ORCPT + 99 others); Wed, 21 Apr 2021 02:24:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:46978 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235975AbhDUGY3 (ORCPT ); Wed, 21 Apr 2021 02:24:29 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5259361421; Wed, 21 Apr 2021 06:23:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1618986237; bh=yl/EdA30w7Ubmk3pTbQcHXk9BFC3bs7ulum3Oyt71Mo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Cpw826sV/Y/ioGMC08dttXBmA6y/S/ZAPi4cG19VqhlH2lNJEw823qKkqknEVdrUy CxJSIFcJPItGOcTCgfxxG//FjPri5nrpjhZu/RMHdIXccVE/mDr90vaGa7A2p4K1ZP HPrWlwNir3054PONTwXYG0+Cgqi+4QGrCoMGPU+8= Date: Wed, 21 Apr 2021 08:23:51 +0200 From: Greg KH To: Manivannan Sadhasivam Cc: Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: Re: [PATCH v2] docs: driver-model: Update the documentation for device class Message-ID: References: <20210407061053.81940-1-manivannan.sadhasivam@linaro.org> <87czuoio8r.fsf@meer.lwn.net> <20210421061340.GA6522@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210421061340.GA6522@thinkpad> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 21, 2021 at 11:43:40AM +0530, Manivannan Sadhasivam wrote: > On Tue, Apr 20, 2021 at 04:29:24PM -0600, Jonathan Corbet wrote: > > Manivannan Sadhasivam writes: > > > > > The current documentation about the device class is out of date such > > > that it refers to non-existent APIs and structures. This commit updates > > > them to the current device class APIs and structures, removes wordings > > > that no longer valid while trying to keep the original content intact. > > > > > > Signed-off-by: Manivannan Sadhasivam > > > --- > > > > > > Changes in v2: > > > > > > * Fixed CLASS_ATTR_RW as spotted by Greg > > > > > > .../driver-api/driver-model/class.rst | 144 ++++++++---------- > > > 1 file changed, 66 insertions(+), 78 deletions(-) > > > > Note that this file was removed in commit 1364c6787525 back in > > February by Geert (added to CC). If you want to update this document, > > you'll first want to bring it back. > > > > Oh thanks for the info! Perhaps I could just revert 1364c6787525 and add this > commit on top? Nah, leave it removed for now, it needs lots of work to be relevant. greg k-h