From: Sascha Hauer <s.hauer@pengutronix.de>
To: Bastian Stender <bst@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2 0/4] Prepare consoles, add fb flush and Solomon SSD1307 OLED controller support
Date: Wed, 1 Mar 2017 08:03:36 +0100 [thread overview]
Message-ID: <20170301070336.watqbdjpohdtkc6j@pengutronix.de> (raw)
In-Reply-To: <20170228143127.2945-1-bst@pengutronix.de>
On Tue, Feb 28, 2017 at 03:31:23PM +0100, Bastian Stender wrote:
> Changes since last version:
>
> console: replace set_active by open/close
> - use a counter rather than flags
> - inrease counter independent of the presence of the cdev->open() hook
>
> console: expose consoles in devfs
> - test for presence before using flush hook
>
> video: add support for Solomon SSD1307 OLED controller family
> - remove pwm dependency and SSD1307 compatibility
> - use tabs and spaces consistently
> - remove unnecessary 'struct ssd1307fb_par'
> - remove unnecessary xzalloc check
> - bail out if any of the *required* device tree properties are missing
> - replace errno on gpio failure with error string
> - remove obsolete printk include
>
> Bastian Stender (4):
> console: replace set_active by open/close
> console: expose consoles in devfs
> fb: introduce flush for virtual framebuffer
> video: add support for Solomon SSD1307 OLED controller family
Applied, thanks
Sascha
>
> commands/fbtest.c | 1 +
> common/console.c | 99 +++++++-
> drivers/video/Kconfig | 4 +
> drivers/video/Makefile | 1 +
> drivers/video/fb.c | 26 +++
> drivers/video/fbconsole.c | 31 ++-
> drivers/video/ssd1307fb.c | 566 ++++++++++++++++++++++++++++++++++++++++++++++
> include/console.h | 10 +-
> include/fb.h | 2 +
> net/netconsole.c | 27 ++-
> 10 files changed, 744 insertions(+), 23 deletions(-)
> create mode 100644 drivers/video/ssd1307fb.c
>
> --
> 2.11.0
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2017-03-01 7:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-28 14:31 Bastian Stender
2017-02-28 14:31 ` [PATCH v2 1/4] console: replace set_active by open/close Bastian Stender
2017-02-28 14:31 ` [PATCH v2 2/4] console: expose consoles in devfs Bastian Stender
2017-02-28 14:31 ` [PATCH v2 3/4] fb: introduce flush for virtual framebuffer Bastian Stender
2017-02-28 14:31 ` [PATCH v2 4/4] video: add support for Solomon SSD1307 OLED controller family Bastian Stender
2017-03-03 9:06 ` [PATCH] fixup! " Uwe Kleine-König
2017-03-06 7:10 ` Sascha Hauer
2017-03-01 7:03 ` Sascha Hauer [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=20170301070336.watqbdjpohdtkc6j@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=bst@pengutronix.de \
/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