
27 Sep
2018
27 Sep
'18
10:44 a.m.
Hi,
On Mon, 17 Sep 2018 17:52:54 +0100 Liviu Dudau Liviu.Dudau@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 liviu.dudau@foss.arm.com
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