Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp667630yba; Wed, 3 Apr 2019 17:10:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqzZSAQ5j3h4vzWbrX3JF6FB0tmDKpdrRCW3grQ/g9qdpCLtqsaLFRw1QufDhcbXUz31KnkL X-Received: by 2002:a65:6150:: with SMTP id o16mr2568863pgv.285.1554336604408; Wed, 03 Apr 2019 17:10:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554336604; cv=none; d=google.com; s=arc-20160816; b=a0gSSmpFfOlDxHc4OurPpTxb+++LTAKXbLWqSJS6jFv0E9p7ygakSx1QLotU0dpNuc 9qyjefkHzUSF5I0Ohe0JK3tvE38QKmTV3U7QYCZxJqOuNBDfaipSXPPGRXigOY4ugT3H fRq3JWfTJETI7OST0NNvs3M6WfnGPj20kmLSf/yhTNHxGvHNdjoJSphXqYg2N7T7vNVd d0u67CuYAVIfbRFapZbofif5PViCAt1+HkPg2Q08u5mgyvrwtibC/GpoqTxhaRe9hIbY qXprMa/EPbVP3xlFz4gDAMRlWrEVTSlMlthEhOZdMBoI97E2Th6QwQ53NwhAFbUhdayT nqTQ== 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=kRRog8t3XhLshT2iZj/G0zdGZaTYCF9EfpgOKyP49Gk=; b=qARNH2tF9OanzS95T2vo/DPXT9Cq4W6c7MJrtUwBdttU9e/0OYKf9djpQG4bsXWIfd 9Oj3ngEFnxrojsKxB+dFwCDfJhsnHrIzlu/I39OuZcIKhtyzKU9+RmMVkpIuR4mady58 vBz5A41FBaLBJUMcNJfpVTKp9Vz5Hhw48GX4U0KNHFeE96vzq6BybE727ORGf0S4OYKM l13gCACC2irEtvbTKmtHOaXPja2xfw2XtSi4Vm2id4uVke4CgS1/IP6plT62J7iMj4CB kyZt46/QtLk/qgHsNguAmpKyW9rvCbHKymcIjfdH2RkFsjyAgK8HJfoO6dUAB9Ymz62C EXCQ== 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.09.48; Wed, 03 Apr 2019 17:10:04 -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 S1726352AbfDDAJO (ORCPT + 99 others); Wed, 3 Apr 2019 20:09:14 -0400 Received: from muru.com ([72.249.23.125]:44270 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726099AbfDDAJN (ORCPT ); Wed, 3 Apr 2019 20:09:13 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 66E7D803A; Thu, 4 Apr 2019 00:09:27 +0000 (UTC) Date: Wed, 3 Apr 2019 17:09:09 -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, Sebastian Reichel Subject: Re: [PATCH 4/4] leds: lm3532: Introduce the lm3532 LED driver Message-ID: <20190404000909.GY49658@atomide.com> References: <20190321142838.22985-1-dmurphy@ti.com> <20190321142838.22985-4-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190321142838.22985-4-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]: > Introduce the Texas Instruments LM3532 White LED driver. > The driver supports ALS configurability or manual brightness > control. > > The driver also supports associating LED strings with specific > control banks in a group or as individually controlled strings. I'm seeing slightly different naming under /sys/class/leds: lm3532:backlight lm3532:platform::kbd_backlight Not sure if this is correct with the the "platform" and "::" there for the kbd_backlight? With the dts change I posted, I've tested this with linux-next and Sebastian's DSI command mode patches "[PATCHv6 0/4] omapdrm: DSI command mode panel support". So feel free to add: Tested-by: Tony Lindgren