From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Murphy Subject: Re: [GIT PULL v2] LM3532 backlight support improvements and relocation Date: Mon, 8 Apr 2019 15:03:51 -0500 Message-ID: References: <20190407190951.27288-1-jacek.anaszewski@gmail.com> <20190407221740.GA6327@amd> <20190408193055.GN49658@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190408193055.GN49658@atomide.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Tony Lindgren Cc: Pavel Machek , Jacek Anaszewski , robh@kernel.org, lee.jones@linaro.org, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-leds@vger.kernel.org Tony On 4/8/19 2:30 PM, Tony Lindgren wrote: > * Dan Murphy [190408 15:54]: >> On 4/7/19 5:17 PM, Pavel Machek wrote: >>> Plus, I'd kind of expect ALS enabled/disabled to be runtime controled, >>> not from the device tree. >> We can always add runtime override control to the driver. > Yeah that sounds good to me :) Sounds like this can be done > with follow up patches though. > >> Just need to see if there is a common interface from input or IIO we can adopt. > Hmm can the lm3532 registers actually show the value > for the ALS sensors? No it can only report the current configured ALS zone not the LUX value. Dan > Regards, > > Tony