Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752066AbdC2CRt (ORCPT ); Tue, 28 Mar 2017 22:17:49 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:36412 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751515AbdC2CRr (ORCPT ); Tue, 28 Mar 2017 22:17:47 -0400 Date: Tue, 28 Mar 2017 21:17:34 -0500 From: Rob Herring To: Pavel Machek Cc: Bjorn Andersson , Richard Purdie , Jacek Anaszewski , linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, linux-arm-msm@vger.kernel.org, Mark Rutland , devicetree@vger.kernel.org Subject: Re: [PATCH 1/2] leds: Add driver for Qualcomm LPG Message-ID: <20170329021734.afhqmfpmbcjyv7bu@rob-hp-laptop> References: <20170323055435.29197-1-bjorn.andersson@linaro.org> <20170323203749.GB8563@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170323203749.GB8563@amd> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 23 On Thu, Mar 23, 2017 at 09:37:49PM +0100, Pavel Machek wrote: > Hi! > > > The Light Pulse Generator (LPG) is a PWM-block found in a wide range of > > PMICs from Qualcomm. It can operate on fixed parameters or based on a > > lookup-table, altering the duty cycle over time - which provides the > > means for e.g. hardware assisted transitions of LED brightness. > > Ok, this is not first hardware that supports something like this. We > have similar hardware that can do blinking on Nokia N900 -- please > take a look at leds-lp55*.c And perhaps some alignment on the bindings too if the N900 has bindings. > And it would be really good to provide hardware abstraction. We really > don't want to have different userspace for LPG and for N900 and for I'm interested in what this looks like as several AOSP platforms do tri-color LEDs with custom sysfs extensions. Do any of the Dragonboards have tri-color LEDs? Rob