Received: by 10.223.185.116 with SMTP id b49csp826718wrg; Fri, 23 Feb 2018 07:24:46 -0800 (PST) X-Google-Smtp-Source: AH8x227tmKicQgVYq0fNcZC10yxGag+lHh3L2dfsjcGk98Rwo2I6MfWwVvKPSHcQnsQiOHdzsjFv X-Received: by 10.99.117.6 with SMTP id q6mr1732213pgc.146.1519399485975; Fri, 23 Feb 2018 07:24:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519399485; cv=none; d=google.com; s=arc-20160816; b=VJnVP/xw43JqUbMCsLXv8qNZ229s9kTXMEHSrVqWw0LE8jVKoARCKuRLyFNbEQcu8j LAyC+LgOsgSYrYpHnEN6QZvN5Z7gKipvdjxKvGBuEAALF+7S8sf0eTwopoUXM3MTfd+m DJVcty1iwmBPw9ONdXjk7DsNIOGgit7NJlzVS2huUK+siVKAgSEWRNJqbbNkNg6f2i22 u9PL5SD3TaRzQRP5fPPbqIwSmAvjJu7Cjd+bt/ifKr4WAz3E/6jxYNSPH3RlkRsyRbBC fl/8YPuTNI9VxZ8Az7Xik7//F3WE+D5bT6dp1NBurECq+u4rJFUfL/j35Sr/Ash2r/eC 87nA== 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:arc-authentication-results; bh=Vvb6wWFdaiUBz2HErYZB7ZiEQ/ThWi0v/695nzWzu9c=; b=tdo9phHg6/U2GFhBNw3Pqi+bkgyjGKlQrW8cyf5AJhJGs0i/k7VGHVZbshpUOpbuA+ YzOw0IPX9GfYV6if8MWvS9++4L5bv3J/Us8XrCRXWFlwEAffkAfe7YN3IzpXv1ALcXNv fBlkFXtMm/FMtFX85+Ri0cnzX2QzYzdFWWqtMODRsatR3zUicIvCjA7W0VE6skBFp5cs v72xQppRLQG3CVspEbGKUCdai/U3IQN5TSWcAPr2gT6Llu2ZOeePVYP2vTp0+6Qm2ALE Z/DDgyi6K1QSOBEPQ6WZG20/JSus0P++uFc/5GpueupZnl43otiSDfH9pqCFCVQeeMSR K5wQ== 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 d8si1649438pgu.385.2018.02.23.07.24.30; Fri, 23 Feb 2018 07:24:45 -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 S1751731AbeBWPXp (ORCPT + 99 others); Fri, 23 Feb 2018 10:23:45 -0500 Received: from ms.lwn.net ([45.79.88.28]:57390 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751360AbeBWPXo (ORCPT ); Fri, 23 Feb 2018 10:23:44 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 36A1A2E9; Fri, 23 Feb 2018 15:23:43 +0000 (UTC) Date: Fri, 23 Feb 2018 08:23:41 -0700 From: Jonathan Corbet To: Aishwarya Pant Cc: Lee Jones , Daniel Thompson , Jingoo Han , Bartlomiej Zolnierkiewicz , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, Greg KH , Julia Lawall Subject: Re: [PATCH v2 0/3] backlight: document sysfs interfaces Message-ID: <20180223082341.5f19f8d2@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 6 Feb 2018 13:08:41 +0530 Aishwarya Pant wrote: > Patchset contains documentation of the sysfs interfaces for the > following five backlight drivers- > 1) lm3639 > 2) adp5520 > 3) adp8860 > > It was compiled from data sheets, reading code and git history logs. In v2 of > the patches, documentation for lp8788 and lp855x devices was dropped as the > attributes contained debug information. I've applied the set to the docs tree, thanks. jon