From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965639AbdKQQaV (ORCPT ); Fri, 17 Nov 2017 11:30:21 -0500 Received: from mail-qt0-f178.google.com ([209.85.216.178]:39972 "EHLO mail-qt0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965323AbdKQQaO (ORCPT ); Fri, 17 Nov 2017 11:30:14 -0500 X-Google-Smtp-Source: AGs4zMYP5pLy2fCEpo3SDiqCCAOnZpnrSOvI5vQKGuN+fWWiqHMULrRE7cjHocXyzdfKcewzdZBY7A== From: "Jingoo Han" To: "'Pavel Machek'" , "'Dan Murphy'" Cc: "'Jacek Anaszewski'" , , , , , , , "'Lee Jones'" , "'Daniel Thompson'" References: <20171115194203.13572-1-dmurphy@ti.com> <0a78c883-f074-cc19-3c0c-fc05607400e9@ti.com> <20171115222323.GA18290@amd> <82336eb7-2b89-d37b-d688-4e4302766346@gmail.com> <16189eab-5541-9550-c027-1c9d2b5fa6d7@ti.com> <20171117112032.GA13855@amd> In-Reply-To: <20171117112032.GA13855@amd> Subject: Re: [PATCH v3 1/2] dt: bindings: lm3692x: Add bindings for lm3692x LED driver Date: Fri, 17 Nov 2017 11:30:09 -0500 Message-ID: <000b01d35fc1$57ad0500$07070f00$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: en-us Thread-Index: AQKuH/CQ9WwawmTFBdltDrzbnGIe1wHB0qKiAdiNxoIBeX4oWAFLgFuJAr4PxFwBu5eMEKEMehrg Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, November 17, 2017 6:21 AM, Pavel Machek wrote: > > Hi! > > > >> If that does not yet exist... you want to create glue layer to be > able > > >> to use LED as a display backlight. (It may already exist, no idea). > > >> > > >> ... > > >> > > >> Actually or maybe a LED trigger. Just set LED's trigger to "this is > > >> display backlight". > > > > > > There is one already: > > > > > > drivers/leds/trigger/ledtrig-backlight.c > > > > > > It adds a LED class device to the fb_notifier_list > > > (drivers/video/fbdev/core/fb_notify.c) > > > > > > using fb_register_client(). The same is used in > > > backlight_device_register (drivers/video/backlight/backlight.c). > > > > > > Actually why do you want to have this driver in the LED subsystem, > > > if it is advertised as "designed for LCD display backlighting"? > > > > Well this is also advertised as a driver for Smart phone and tablet > devices. And having worked with the Android lighting > > solutions this is the preferred subsystem for Android. The Android OS > manages the led brightness based on ALS values and in > > turn calls into the driver to control the brightness register through > the vendor provided lighting HAL. > > > > Well.. if it can control other LEDs than just backlight, I believe it > can stay in the LED subsystem. I also agree with your opinion. Best regards, Jingoo Han > > > I am going to look at the backlight source to figure out how to get the > same functionality using the backlight subsystem. > > Otherwise I will plug in this driver to the backlight subsystem through > the notifier. > > > > The backlight trigger should be ok. > > Best regards, > Pavel > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) > http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html