From: Tomi Valkeinen <tomi.valkeinen@iki.fi>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/4] drivers: video: Optimisations for the ssd1307fb driver
Date: Wed, 08 May 2013 06:57:24 +0000 [thread overview]
Message-ID: <5189F754.1030402@iki.fi> (raw)
In-Reply-To: <1366624945-5708-1-git-send-email-maxime.ripard@free-electrons.com>
On 22/04/13 13:02, Maxime Ripard wrote:
> Hi everyone,
>
> This is a patchset to improve significantly (by an order of magnitude)
> the refreshing time of the SSD1306 and SSD1307.
>
> We do so by sending the pixels by batches, instead of 8 at a time,
> combined with some additionnal features found on these controllers
> that allows to send a whole screen content at once.
>
> This obviously removes the tearing effect that was previously seen
> with these controllers.
>
> This patchset depends on the "Add support for the Solomon SSD1306 OLED
> Controller" I sent previously.
>
> Thanks,
> Maxime
>
> Maxime Ripard (4):
> ARM: cfa10036: dt: Change i2c0 clock frequency
> ssd1307fb: Rework the communication functions
> ssd1307fb: Speed up the communication with the controller
> ssd1307fb: Make use of horizontal addressing mode
>
> arch/arm/boot/dts/imx28-cfa10036.dts | 1 +
> drivers/video/ssd1307fb.c | 123 ++++++++++++++++++++++++----------
> 2 files changed, 89 insertions(+), 35 deletions(-)
>
I've taken the patches 2-4 into fbdev 3.11 branch. The first patch "ARM:
cfa10036: dt: Change i2c0 clock frequency" should preferably go through
arch tree.
Tomi
WARNING: multiple messages have this Message-ID (diff)
From: tomi.valkeinen@iki.fi (Tomi Valkeinen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] drivers: video: Optimisations for the ssd1307fb driver
Date: Wed, 08 May 2013 09:57:24 +0300 [thread overview]
Message-ID: <5189F754.1030402@iki.fi> (raw)
In-Reply-To: <1366624945-5708-1-git-send-email-maxime.ripard@free-electrons.com>
On 22/04/13 13:02, Maxime Ripard wrote:
> Hi everyone,
>
> This is a patchset to improve significantly (by an order of magnitude)
> the refreshing time of the SSD1306 and SSD1307.
>
> We do so by sending the pixels by batches, instead of 8 at a time,
> combined with some additionnal features found on these controllers
> that allows to send a whole screen content at once.
>
> This obviously removes the tearing effect that was previously seen
> with these controllers.
>
> This patchset depends on the "Add support for the Solomon SSD1306 OLED
> Controller" I sent previously.
>
> Thanks,
> Maxime
>
> Maxime Ripard (4):
> ARM: cfa10036: dt: Change i2c0 clock frequency
> ssd1307fb: Rework the communication functions
> ssd1307fb: Speed up the communication with the controller
> ssd1307fb: Make use of horizontal addressing mode
>
> arch/arm/boot/dts/imx28-cfa10036.dts | 1 +
> drivers/video/ssd1307fb.c | 123 ++++++++++++++++++++++++----------
> 2 files changed, 89 insertions(+), 35 deletions(-)
>
I've taken the patches 2-4 into fbdev 3.11 branch. The first patch "ARM:
cfa10036: dt: Change i2c0 clock frequency" should preferably go through
arch tree.
Tomi
next prev parent reply other threads:[~2013-05-08 6:57 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-22 10:02 [PATCH 0/4] drivers: video: Optimisations for the ssd1307fb driver Maxime Ripard
2013-04-22 10:02 ` Maxime Ripard
2013-04-22 10:02 ` [PATCH 1/4] ARM: cfa10036: dt: Change i2c0 clock frequency Maxime Ripard
2013-04-22 10:02 ` Maxime Ripard
2013-04-22 10:02 ` Maxime Ripard
2013-05-08 14:01 ` Shawn Guo
2013-05-08 14:01 ` Shawn Guo
2013-05-08 14:01 ` Shawn Guo
2013-04-22 10:02 ` [PATCH 2/4] ssd1307fb: Rework the communication functions Maxime Ripard
2013-04-22 10:02 ` Maxime Ripard
2013-04-22 10:02 ` Maxime Ripard
2013-04-22 10:02 ` [PATCH 3/4] ssd1307fb: Speed up the communication with the controller Maxime Ripard
2013-04-22 10:02 ` Maxime Ripard
2013-04-22 10:02 ` Maxime Ripard
2013-04-22 10:02 ` [PATCH 4/4] ssd1307fb: Make use of horizontal addressing mode Maxime Ripard
2013-04-22 10:02 ` Maxime Ripard
2013-04-22 10:02 ` Maxime Ripard
2013-05-08 6:57 ` Tomi Valkeinen [this message]
2013-05-08 6:57 ` [PATCH 0/4] drivers: video: Optimisations for the ssd1307fb driver Tomi Valkeinen
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=5189F754.1030402@iki.fi \
--to=tomi.valkeinen@iki.fi \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.