From: Rob Clark <robdclark@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] video patches
Date: Fri, 21 Jul 2017 15:07:07 -0400 [thread overview]
Message-ID: <20170721190710.7758-1-robdclark@gmail.com> (raw)
1/3 unchanged, 2/3 updated to use fdtdec_get_addr_size_auto_parent()
to properly parse reg node based on #address-cells and #size-cells,
and 3/3 updated to change kconfig name and slight cleanup.
Rob Clark (3):
dm: core: also parse chosen node
video: simplefb
video: add config option to skip framebuffer clear
drivers/core/root.c | 22 +++++++++++++-
drivers/video/Kconfig | 18 +++++++++++
drivers/video/Makefile | 2 +-
drivers/video/cfb_console.c | 3 +-
drivers/video/simplefb.c | 71 ++++++++++++++++++++++++++++++++++++++++++++
drivers/video/video-uclass.c | 4 ++-
6 files changed, 116 insertions(+), 4 deletions(-)
create mode 100644 drivers/video/simplefb.c
--
2.13.0
next reply other threads:[~2017-07-21 19:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-21 19:07 Rob Clark [this message]
2017-07-21 19:07 ` [U-Boot] [PATCH 1/3] dm: core: also parse chosen node Rob Clark
2017-07-21 19:07 ` [U-Boot] [PATCH 2/3] video: simplefb Rob Clark
2017-07-21 19:07 ` [U-Boot] [PATCH 3/3] video: add config option to skip framebuffer clear Rob Clark
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=20170721190710.7758-1-robdclark@gmail.com \
--to=robdclark@gmail.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