lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 18 Jul 2012 14:59:32 +0000
From:	"Philip, Avinash" <avinashphilip@...com>
To:	"rpurdie@...ys.net" <rpurdie@...ys.net>,
	Thierry Reding <thierry.reding@...onic-design.de>
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"Nori, Sekhar" <nsekhar@...com>,
	"Hebbar, Gururaja" <gururaja.hebbar@...com>
Subject: DT support for Low threshold brightness in backlight.

Hi,

In pwm-backlight driver low threshold brightness support in DT is not
present. Do you have any plans in such direction?

I am planning to add support for the same but want to avoid duplication
of work.

Below scenario describes need for it:
On some boards panel backlight is OFF at low end of brightness scale.
So with Low threshold brightness we can have linear scale in brightness
(Though the actual brightness scale is changes to Low threshold
brightness value instead of 0).

Example with Low threshold brightness
	pwms = <&pwm 0 50000>;
	brightness-levels = <0 2 4 8 16 32 64 128 255>;
	default-brightness-level = <6>;
	brightness_threshold_level = <50>;

It can also be achieved without Low threshold brightness as below

	pwms = <&pwm 0 50000>;
	brightness-levels = <0 51 53 56 62 75 101 152 255>; 
	default-brightness-level = <6>;

But brightness-levels won't be uniformly divided.

So it is good to have low threshold DT support for backlight.

Thanks
Avinash Philip



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ