All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/5] drivers: Add OSD uclass
Date: Wed, 23 May 2018 09:33:38 -0700	[thread overview]
Message-ID: <CAPnjgZ2iBrNUUDb4qBETXNeomUBSiC+Khy_pNF4vZ34Bp6gzHg@mail.gmail.com> (raw)
In-Reply-To: <20180523120954.28182-1-mario.six@gdsys.cc>

On 23 May 2018 at 06:09, Mario Six <mario.six@gdsys.cc> wrote:
> Some devices offer a text-based OSD (on-screen display) that can be
> programmatically controlled (i.e. text displayed on).
>
> Add a uclass to support such devices.
>
> Signed-off-by: Mario Six <mario.six@gdsys.cc>
>
> ---
>
> v1 -> v2:
> * Use singular case for UCLASS_VIDEO_OSD description
> * Expanded description of video_osd_set_mem with example
> * Replaced all left-over mentions of pixels with text
> * Renamed x and y parameters to col and row
> * Expaneded description of color parameter
> * Added general description of the OSD uclass
> * Expanded description of video_osd_info
>
> ---
>  drivers/video/Kconfig            |   8 ++
>  drivers/video/Makefile           |   2 +
>  drivers/video/video_osd-uclass.c |  46 ++++++++++
>  include/dm/uclass-id.h           |   1 +
>  include/video_osd.h              | 193 +++++++++++++++++++++++++++++++++++++++
>  5 files changed, 250 insertions(+)
>  create mode 100644 drivers/video/video_osd-uclass.c
>  create mode 100644 include/video_osd.h

Why drop the 'u' on 'colour'?

Reviewed-by: Simon Glass <sjg@chromium.org>

  parent reply	other threads:[~2018-05-23 16:33 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-23 12:09 [U-Boot] [PATCH v2 1/5] drivers: Add OSD uclass Mario Six
2018-05-23 12:09 ` [U-Boot] [PATCH v2 2/5] video_osd: Add ihs_video_out driver Mario Six
2018-05-23 16:33   ` Simon Glass
2018-05-25 11:20     ` Mario Six
2018-05-23 12:09 ` [U-Boot] [PATCH v2 3/5] video_osd: Add osd sandbox driver and tests Mario Six
2018-05-23 16:33   ` Simon Glass
2018-05-25 11:19     ` Mario Six
2018-05-23 12:09 ` [U-Boot] [PATCH v2 4/5] lib: Import hexdump.c from Linux Mario Six
2018-05-23 16:33   ` Simon Glass
2018-05-25 11:22     ` Mario Six
2018-06-04 16:05   ` Alexey Brodkin
2018-06-13  8:24     ` Mario Six
2018-06-13 16:04       ` Alexey Brodkin
2018-05-23 12:09 ` [U-Boot] [PATCH v2 5/5] cmd: Add osd commands Mario Six
2018-05-23 16:33   ` Simon Glass
2018-05-25 11:23     ` Mario Six
2018-05-23 16:33 ` Simon Glass [this message]
2018-05-25 11:25   ` [U-Boot] [PATCH v2 1/5] drivers: Add OSD uclass Mario Six

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=CAPnjgZ2iBrNUUDb4qBETXNeomUBSiC+Khy_pNF4vZ34Bp6gzHg@mail.gmail.com \
    --to=sjg@chromium.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.