From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 27 Sep 2018 10:44:31 +0200 Subject: [U-Boot] [PATCH] video: Add support for NXP's TDA19988 HDMI encoder In-Reply-To: <20180917165254.28136-1-Liviu.Dudau@foss.arm.com> References: <20180917165254.28136-1-Liviu.Dudau@foss.arm.com> Message-ID: <20180927104431.296f053d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Mon, 17 Sep 2018 17:52:54 +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 > --- > drivers/video/Kconfig | 7 + > drivers/video/Makefile | 1 + > drivers/video/tda19988.c | 637 +++++++++++++++++++++++++++++++++++++++ > 3 files changed, 645 insertions(+) > create mode 100644 drivers/video/tda19988.c There are some issues reported by checkpatch, please fix. Thanks! -- Anatolij