From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 2 Jun 2017 15:17:46 +0200 Subject: [U-Boot] [PATCH v4 7/9] rockchip: video: rk3399: add HDMI TX support on the RK3399 In-Reply-To: <1496246386-61447-8-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1496246386-61447-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1496246386-61447-8-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <20170602151746.7ae37092@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 31 May 2017 17:59:34 +0200 Philipp Tomsich philipp.tomsich at theobroma-systems.com wrote: ... > Changes in v4: > - splits the large change into smaller changes > > Changes in v3: > - split into separate drivers for the SOC-specific portion of the driver > - rebase to sjg/next > > Changes in v2: > - removed DEBUG from the patch (as was done in our production branches, > but missing from the patch-prep branch) > - updated SJG's comment (with a TODO for the RK3288) to reflect the > new code structure > > > --- > arch/arm/include/asm/arch-rockchip/grf_rk3399.h | 3 + > drivers/video/rockchip/Makefile | 1 + > drivers/video/rockchip/rk3399_hdmi.c | 81 +++++++++++++++++++++++++ > 3 files changed, 85 insertions(+) > create mode 100644 drivers/video/rockchip/rk3399_hdmi.c applied to u-boot-video/master, thanks! -- Anatolij