mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Prepare consoles, add fb flush and Solomon SSD1307 OLED controller support
@ 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
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bastian Stender @ 2017-02-28 14:31 UTC (permalink / raw)
  To: barebox; +Cc: Bastian Stender

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

 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-06  7:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28 14:31 [PATCH v2 0/4] Prepare consoles, add fb flush and Solomon SSD1307 OLED controller support 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 ` [PATCH v2 0/4] Prepare consoles, add fb flush and Solomon SSD1307 OLED controller support Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox