Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp665203yba; Wed, 3 Apr 2019 17:06:42 -0700 (PDT) X-Google-Smtp-Source: APXvYqxiXu3WimoQA3a1tuN6Ar7OtpdE1VRnu4/A/rUi5AkHmwFNg8IjzO4blIKM8nU3bfehObhn X-Received: by 2002:a17:902:aa87:: with SMTP id d7mr3059422plr.146.1554336402118; Wed, 03 Apr 2019 17:06:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554336402; cv=none; d=google.com; s=arc-20160816; b=AO1DBML6Qe2eVX0P10gj4hxZIHBynmr7sl8zBrOpVD4BxyLJLOoLOcYjTRWAy4O1lP JxlsF8ufNYdJCHhtqrPuc3pddSj8viRSKI2EsprjhX+ezfEX9lQhQHVvad9U+FaRhjKV 2l3Lc5Szl5g+fsY0XCjOakDu9j/GeZ/rO/BfNfn5qhZe4PloEs8o4xad3r17mkNN6euX WVszhsNt1KaANsiNYRBHq8ps0x22E9Oyr60+5OTa8naxWB2NQdckmqJi/COUJff99h0j 9MAxp+efElfrrRdc7t9+0+6n+EK6zIphczqQIJBA5picwKpFRpc6I52zQIb9VkxjqMpC yLQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=3WxHzjgPGSUNcCM0XMlfzhcIgdofQMnfXvf3yT/PrKE=; b=ps+802SO9I0Q80naf3QoQrIJxZ4aKxBzwSxlXGLNC43rsZRLOtKQk73mgQLr1g5zaU gIHreUQp3fpVQyLN9E9LhE0m+ubYa8j0JnO6KopNUu4uHjKAqEXR1WS0GqDpqlVKFA4z 4jRjcvwOFiSbCNaHw6Nem8vfO+Z+zmuHTv5SVihfuLaGVJN3gSwJXcNUfcovtLHE9f0q QrZOKwi56Sock8hps7fakingHnDqcEtBFns4AlEG8EJWqmUDd/w3/fIgdLbxZRWZwhBl AqqpV3KDhPYHOFBiYRtAuGewsDgy+sI+kuE8IzF9/1Cz3sl9AbJn2i1UsXAIBT1lyQu/ QvFg== 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 r17si15213901pgm.52.2019.04.03.17.06.27; Wed, 03 Apr 2019 17:06:42 -0700 (PDT) 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 S1726530AbfDDAET (ORCPT + 99 others); Wed, 3 Apr 2019 20:04:19 -0400 Received: from muru.com ([72.249.23.125]:44224 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726099AbfDDAET (ORCPT ); Wed, 3 Apr 2019 20:04:19 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 73E48803A; Thu, 4 Apr 2019 00:04:33 +0000 (UTC) Date: Wed, 3 Apr 2019 17:04:15 -0700 From: Tony Lindgren To: Dan Murphy Cc: robh+dt@kernel.org, jacek.anaszewski@gmail.com, pavel@ucw.cz, lee.jones@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org Subject: Re: [PATCH 1/4] dt: lm3532: Add lm3532 dt doc and update ti_lmu doc Message-ID: <20190404000415.GW49658@atomide.com> References: <20190321142838.22985-1-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190321142838.22985-1-dmurphy@ti.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dan Murphy [190321 14:29]: > Add the lm3532 device tree documentation. > Remove lm3532 device tree reference from the ti_lmu devicetree > documentation. > > With the addition of the dedicated lm3532 documentation the device > can be removed from the ti_lmu.txt. > > The reason for this is that the lm3532 dt documentation now defines > the ability to control LED output strings against different control > banks or groups multiple strings to be controlled by a single control > bank. > > Another addition was for ALS lighting control and configuration. The > LM3532 has a feature that can take in the ALS reading from 2 separate > ALS devices and adjust the brightness on the strings that are configured > to support this feature. > > Finally the device specific properties were moved to the parent node as these > properties are not control bank configurable. These include the runtime ramp > and the ALS configuration. Acked-by: Tony Lindgren