From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 29 Sep 2018 23:37:54 +0200 Subject: [U-Boot] [PATCH v2] video: Add support for NXP's TDA19988 HDMI encoder In-Reply-To: <20180928124931.28897-1-Liviu.Dudau@foss.arm.com> References: <20180927104431.296f053d@crub> <20180928124931.28897-1-Liviu.Dudau@foss.arm.com> Message-ID: <20180929233754.35b90733@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 Fri, 28 Sep 2018 13:49:31 +0100 Liviu Dudau Liviu.Dudau at foss.arm.com wrote: > Add support for the NXP TDA19988 HDMI encoder as used on the Juno > development board from Arm. > > Signed-off-by: Liviu Dudau > --- > Changelog: > - v2: Added MAINTAINERS entry and fixed checkpatch warnings. > > MAINTAINERS | 5 + > drivers/video/Kconfig | 8 + > drivers/video/Makefile | 1 + > drivers/video/tda19988.c | 653 +++++++++++++++++++++++++++++++++++++++ > 4 files changed, 667 insertions(+) > create mode 100644 drivers/video/tda19988.c Applied to u-boot-video/master, thanks! -- Anatolij