mbox series

[0/3] video: seps525: Add new driver for seps525 OLED display

Message ID cover.1606986778.git.michal.simek@xilinx.com
Headers show
Series video: seps525: Add new driver for seps525 OLED display | expand

Message

Michal Simek Dec. 3, 2020, 9:12 a.m. UTC
Hi,

This driver is connected via spi on one ZynqMP board. Only 8bit SPI
connection is supported now. Spi zynq driver was used for testing this
driver.
We have tested load image via BMP command and also using it as console as
is visible from log in the last patch.

Thanks,
Michal


Michal Simek (2):
  video: Introduce video_sync call
  video: seps525: Add seps525 SPI driver

Vikhyat Goyal (1):
  video: seps525: Add dt binding description

 MAINTAINERS                                   |   2 +
 .../video/syncoam,seps525.txt                 |  24 ++
 drivers/video/Kconfig                         |   6 +
 drivers/video/Makefile                        |   1 +
 drivers/video/seps525.c                       | 327 ++++++++++++++++++
 drivers/video/video-uclass.c                  |   5 +
 include/video.h                               |  13 +
 7 files changed, 378 insertions(+)
 create mode 100644 doc/device-tree-bindings/video/syncoam,seps525.txt
 create mode 100644 drivers/video/seps525.c