[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200107143342.GP14821@dell>
Date: Tue, 7 Jan 2020 14:33:42 +0000
From: Lee Jones <lee.jones@...aro.org>
To: Pavel Machek <pavel@....cz>
Cc: Tony Lindgren <tony@...mide.com>,
Jean-Jacques Hiblot <jjhiblot@...com>,
jacek.anaszewski@...il.com, sre@...nel.org, robh+dt@...nel.org,
mark.rutland@....com, daniel.thompson@...aro.org, dmurphy@...com,
linux-leds@...r.kernel.org, linux-kernel@...r.kernel.org,
dri-devel@...ts.freedesktop.org, tomi.valkeinen@...com
Subject: Re: [PATCH v10 6/6] backlight: add led-backlight driver
On Tue, 07 Jan 2020, Pavel Machek wrote:
> Hi!
>
> > > * Jean-Jacques Hiblot <jjhiblot@...com> [700101 00:00]:
> > > > From: Tomi Valkeinen <tomi.valkeinen@...com>
> > > >
> > > > This patch adds a led-backlight driver (led_bl), which is similar to
> > > > pwm_bl except the driver uses a LED class driver to adjust the
> > > > brightness in the HW. Multiple LEDs can be used for a single backlight.
> > > ...
> > >
> > > > + ret = of_property_read_u32(node, "default-brightness", &value);
> > > > + if (!ret && value <= priv->max_brightness)
> > > > + priv->default_brightness = value;
> > > > + else if (!ret && value > priv->max_brightness)
> > > > + dev_warn(dev, "Invalid default brightness. Ignoring it\n");
> > >
> > > Hmm so just wondering.. Are we using "default-brightness" instead of the
> > > usual "default-brightness-level" here?
> >
> > Did this get answered?
> >
> > > Please Cc me on the next patchset too :)
> >
> > I've been waiting for v11.
>
> I guess I could just remove it from a merge for now if there's no other
> fix.
What do you mean, sorry?
This patch should not be merged anywhere yet.
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists