All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] video: Add support for Arm's Mali Display Processors
Date: Sat, 29 Sep 2018 23:38:37 +0200	[thread overview]
Message-ID: <20180929233837.1bd63693@crub> (raw)
In-Reply-To: <20180928125053.28969-1-Liviu.Dudau@foss.arm.com>

On Fri, 28 Sep 2018 13:50:53 +0100
Liviu Dudau Liviu.Dudau at foss.arm.com wrote:

> Add support for Arm Mali Display Processors DP500, DP550 and DP650.
> Only one layer is being used to display the console or boot logo,
> even if more layers are supported in the hardware.
> 
> Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
> ---
> Changelog:
>   - v2: Added MAINTAINERS entry and fixed checkpatch warnings.
> 
>  MAINTAINERS             |   6 +
>  drivers/video/Kconfig   |   8 +
>  drivers/video/Makefile  |   1 +
>  drivers/video/mali_dp.c | 405 ++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 420 insertions(+)
>  create mode 100644 drivers/video/mali_dp.c

Applied to u-boot-video/master, thanks!

--
Anatolij

      reply	other threads:[~2018-09-29 21:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-17 16:56 [U-Boot] [PATCH] video: Add support for Arm's Mali Display Processors Liviu Dudau
2018-09-27  8:47 ` Anatolij Gustschin
2018-09-28 12:50   ` [U-Boot] [PATCH v2] " Liviu Dudau
2018-09-29 21:38     ` Anatolij Gustschin [this message]

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=20180929233837.1bd63693@crub \
    --to=agust@denx.de \
    --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.