From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 12 Aug 2013 22:43:29 +0000 Subject: Re: [PATCH] pwm-backlight: add "max-brightness" property Message-Id: <52096511.4000804@wwwdotorg.org> List-Id: References: <1376345057-29895-1-git-send-email-abrestic@chromium.org> In-Reply-To: <1376345057-29895-1-git-send-email-abrestic@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Bresticker Cc: Richard Purdie , Jingoo Han , Olof Johansson , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Rob Landley , Thierry Reding , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org, linux-fbdev@vger.kernel.org On 08/12/2013 04:04 PM, Andrew Bresticker wrote: > Specifying each individual brightness value via the "brightness-levels" > property can be a pain if we want to use a large continuous range of > brightness values. Add the property "max-brightness", which can be > given in place of "brightness-levels", that specifies that all values > between 0 and the given value can be used. What about the non-linear nature of PWM duty cycle <-> (perceived) brightness level? That's why the values are typically enumerated. I guess if you use this new property, you'd use a value of say 16; exposing levels 0..255 to a user is probably more than they want?