Re: [PATCH] fixup! video: add support for Solomon SSD1307 OLED controller family

2017-03-05 Thread Sascha Hauer
On Fri, Mar 03, 2017 at 10:06:33AM +0100, Uwe Kleine-König wrote: > --- > drivers/video/ssd1307fb.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > Applied, thanks Sascha > diff --git a/drivers/video/ssd1307fb.c b/drivers/video/ssd1307fb.c > index ff4af2cdf493..7437d340ee41

[PATCH 1/1] video: sdl fix typo

2017-03-05 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- drivers/video/sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/sdl.c b/drivers/video/sdl.c index 5e1dc8e57..8f5b409ef 100644 --- a/drivers/video/sdl.c +++ b/drivers/video/sdl.c @@

[PATCH 2/2] efi: add serial driver support

2017-03-05 Thread Jean-Christophe PLAGNIOL-VILLARD
So now we can stop to use the efi-stdio as this driver print on the Framebuffer and the serial at the same time. This is specially usefull if we want to use the framebuffer via efi-gop for something else. Do not forget to disable the efi-stdio device before enabling the console otherwise you

[PATCH 1/2] video: add EFI Graphics Output Protocol support

2017-03-05 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- drivers/video/Kconfig | 4 + drivers/video/Makefile | 2 + drivers/video/efi_gop.c | 267 3 files changed, 273 insertions(+) create mode 100644

[PATCH 0/2] add support of efi Serial IO and Graphics Output Protocol

2017-03-05 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, The following changes since commit d92ed454107b4d6f0d30fa0271da191ae5911d18: Merge branch 'for-next/video' into next (2017-02-27 08:51:08 +0100) are available in the git repository at: git://git.jcrosoft.org/barebox.git delivery/serial-gop for you to fetch changes up to