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-prev] [day] [month] [year] [list]
Date:	Thu, 24 Sep 2015 14:11:28 +0300
From:	Tomi Valkeinen <tomi.valkeinen@...com>
To:	Olliver Schinagl <o.schinagl@...imaker.com>,
	Olliver Schinagl <oliver@...inagl.nl>,
	Rob Herring <robh+dt@...nel.org>,
	Pawel Moll <pawel.moll@....com>,
	Mark Rutland <mark.rutland@....com>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>,
	Jean-Christophe Plagniol-Villard <plagnioj@...osoft.com>
CC:	Thomas Niederprüm <niederp@...sik.uni-kl.de>,
	Maxime Ripard <maxime.ripard@...e-electrons.com>,
	Prabhakar Lad <prabhakar.csengg@...il.com>,
	<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<linux-fbdev@...r.kernel.org>
Subject: Re: [PATCH 0/2] SSD1307fb updates



On 08/09/15 22:19, Olliver Schinagl wrote:
> Having a few ssd1309 128x64 OLED displays laying around, I added support for it to the existing 1307fb driver. While doing this I noticed the headers where out of order so I fixed those as well.
> 
> For this specific display, the following can be used in a i2c node for example.
> 
> 	ssd1309: oled@3c {
> 		compatible = "solomon,ssd1309fb-i2c";
> 		pinctrl-names = "default";
> 		pinctrl-0 = <&oled_pins>;
> 		reg = <0x3c>;
> 		reset-gpios = <&pio 8 13 GPIO_ACTIVE_HIGH>;
> 		solomon,width = <128>;
> 		solomon,height = <64>;
> 		solomon,com-invdir;
> 		solomon,page-offset = <0>;
> 		solomon,prechargep1 = <2>;
> 		solomon,prechargep2 = <8>;
> 	};
> 
> Olliver Schinagl (2):
>   fbdev: ssd1307fb: alphabetize headers
>   fbdev: ssd1307fb: add ssd1309 support
> 
>  .../devicetree/bindings/video/ssd1307fb.txt         |  3 ++-
>  drivers/video/fbdev/ssd1307fb.c                     | 21 ++++++++++++++++-----
>  2 files changed, 18 insertions(+), 6 deletions(-)
> 

Thanks, queued for 4.4.

 Tomi


Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists