From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/5] video: seps525: Add new driver for seps525 OLED display
Date: Mon, 14 Dec 2020 09:37:47 +0100 [thread overview]
Message-ID: <cover.1607935068.git.michal.simek@xilinx.com> (raw)
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
Changes in v2:
- New patch is series
- New patch is series
- Add support for returning value
- Update kernel-doc format to pass kernel-doc script
- Update patch subject s/call/operation/
- Fix Kconfig entry and use VIDEO_SEPS525 instead of SEPS525 and fix
location
- Add kernel-doc structure for seps525_priv structure
- Remove flags variable and use macros directly
Michal Simek (4):
video: Fix video sync kernel-doc format
video: Let video_sync to return error value
video: Introduce video_sync operation
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 | 7 +
drivers/video/Makefile | 1 +
drivers/video/seps525.c | 327 ++++++++++++++++++
drivers/video/vidconsole-uclass.c | 40 ++-
drivers/video/video-uclass.c | 21 +-
include/video.h | 22 +-
8 files changed, 424 insertions(+), 20 deletions(-)
create mode 100644 doc/device-tree-bindings/video/syncoam,seps525.txt
create mode 100644 drivers/video/seps525.c
--
2.29.2
next reply other threads:[~2020-12-14 8:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-14 8:37 Michal Simek [this message]
2020-12-14 8:37 ` [PATCH v2 1/5] video: Fix video sync kernel-doc format Michal Simek
2020-12-15 4:00 ` Simon Glass
2020-12-14 8:37 ` [PATCH v2 2/5] video: Let video_sync to return error value Michal Simek
2020-12-15 4:00 ` Simon Glass
2020-12-14 8:37 ` [PATCH v2 3/5] video: Introduce video_sync operation Michal Simek
2020-12-15 4:00 ` Simon Glass
2020-12-15 6:57 ` Michal Simek
2020-12-19 2:28 ` Simon Glass
2020-12-14 8:37 ` [PATCH v2 4/5] video: seps525: Add dt binding description Michal Simek
2020-12-14 8:37 ` [PATCH v2 5/5] video: seps525: Add seps525 SPI driver Michal Simek
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=cover.1607935068.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=u-boot@lists.denx.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