From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 6/9] rockchip: video: split RK3228-specific part off from rk_hdmi
Date: Fri, 2 Jun 2017 15:13:20 +0200 [thread overview]
Message-ID: <20170602151320.64b4f17b@crub> (raw)
In-Reply-To: <1496246386-61447-7-git-send-email-philipp.tomsich@theobroma-systems.com>
On Wed, 31 May 2017 17:59:33 +0200
Philipp Tomsich philipp.tomsich at theobroma-systems.com wrote:
> Version-changes: 4
> - add this path (as part of breaking up the large HDMI change for the RK3399)
>
> ---
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
> drivers/video/rockchip/Makefile | 3 +-
> drivers/video/rockchip/rk3288_hdmi.c | 116 +++++++++++++++++++++++++++++++++++
> drivers/video/rockchip/rk_hdmi.c | 105 +++++--------------------------
> drivers/video/rockchip/rk_hdmi.h | 32 ++++++++++
> 4 files changed, 166 insertions(+), 90 deletions(-)
> create mode 100644 drivers/video/rockchip/rk3288_hdmi.c
> create mode 100644 drivers/video/rockchip/rk_hdmi.h
Rebased on master and applied to u-boot-video/master
(with s/RK3228/RK3288/ in commit message).
Please send a subsequent path adding comments for the header-file
functions, as Simon noted. Thanks!
--
Anatolij
next prev parent reply other threads:[~2017-06-02 13:13 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-31 15:59 [U-Boot] [PATCH v4 0/9] rockchip: video: rk3399: enable HDMI output Philipp Tomsich
2017-05-31 15:59 ` [U-Boot] [PATCH v4 1/9] rockchip: video: Kconfig: reformat help for VIDEO_ROCKCHIP Philipp Tomsich
2017-06-02 2:54 ` Simon Glass
2017-06-02 12:45 ` Anatolij Gustschin
2017-05-31 15:59 ` [U-Boot] [PATCH v4 2/9] rockchip: video: Kconfig: set MAX_XRES and MAX_YRES via Kconfig Philipp Tomsich
2017-06-02 2:54 ` Simon Glass
2017-06-02 12:46 ` Anatolij Gustschin
2017-05-31 15:59 ` [U-Boot] [PATCH v4 3/9] rockchip: video: refactor rk_vop and split RK3328-specific code off Philipp Tomsich
2017-06-02 2:54 ` Simon Glass
2017-06-02 3:10 ` Eric
2017-06-02 12:49 ` Anatolij Gustschin
2017-05-31 15:59 ` [U-Boot] [PATCH v4 4/9] rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the RK3399 Philipp Tomsich
2017-06-02 2:54 ` Simon Glass
2017-06-02 13:03 ` Anatolij Gustschin
2017-05-31 15:59 ` [U-Boot] [PATCH v4 5/9] rockchip: video: add mpixelclock settings from Linux driver Philipp Tomsich
2017-06-02 2:54 ` Simon Glass
2017-06-02 13:04 ` Anatolij Gustschin
2017-05-31 15:59 ` [U-Boot] [PATCH v4 6/9] rockchip: video: split RK3228-specific part off from rk_hdmi Philipp Tomsich
2017-06-02 2:54 ` Simon Glass
2017-06-02 3:11 ` Eric
2017-06-02 13:13 ` Anatolij Gustschin [this message]
2017-05-31 15:59 ` [U-Boot] [PATCH v4 7/9] rockchip: video: rk3399: add HDMI TX support on the RK3399 Philipp Tomsich
2017-06-02 2:54 ` Simon Glass
2017-06-02 13:17 ` Anatolij Gustschin
2017-05-31 15:59 ` [U-Boot] [PATCH v4 8/9] rockchip: dts: rk3399: enable HDMI output in the DTS Philipp Tomsich
2017-06-02 2:54 ` Simon Glass
2017-06-02 13:24 ` Anatolij Gustschin
2017-06-07 12:51 ` Simon Glass
2017-06-07 13:05 ` Anatolij Gustschin
2017-06-08 3:30 ` Simon Glass
2017-06-08 7:57 ` Anatolij Gustschin
2017-05-31 15:59 ` [U-Boot] [PATCH v4 9/9] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP Philipp Tomsich
2017-06-02 2:54 ` Simon Glass
2017-06-02 13:37 ` Anatolij Gustschin
2017-06-08 3:34 ` sjg at google.com
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=20170602151320.64b4f17b@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.