mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Olliver Schinagl <o.schinagl@ultimaker.com>,
	Olliver Schinagl <oliver@schinagl.nl>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: "Thomas Niederprüm" <niederp@physik.uni-kl.de>,
	"Maxime Ripard" <maxime.ripard@free-electrons.com>,
	"Prabhakar Lad" <prabhakar.csengg@gmail.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-fbdev@vger.kernel.org
Subject: Re: [PATCH 0/2] SSD1307fb updates
Date: Thu, 24 Sep 2015 14:11:28 +0300	[thread overview]
Message-ID: <5603DA60.3050402@ti.com> (raw)
In-Reply-To: <1441739991-4676-1-git-send-email-o.schinagl@ultimaker.com>

[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]



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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      parent reply	other threads:[~2015-09-24 11:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08 19:19 Olliver Schinagl
2015-09-08 19:19 ` [PATCH 1/2] fbdev: ssd1307fb: alphabetize headers Olliver Schinagl
2015-09-08 19:19 ` [PATCH 2/2] fbdev: ssd1307fb: add ssd1309 support Olliver Schinagl
2015-09-08 23:02   ` Rob Herring
2015-09-09 10:19   ` Lad, Prabhakar
2015-09-24 11:11 ` Tomi Valkeinen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5603DA60.3050402@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=niederp@physik.uni-kl.de \
    --cc=o.schinagl@ultimaker.com \
    --cc=oliver@schinagl.nl \
    --cc=pawel.moll@arm.com \
    --cc=plagnioj@jcrosoft.com \
    --cc=prabhakar.csengg@gmail.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome