]> git.baikalelectronics.ru Git - uboot.git/commit
video: nexell: Drop unused and invalid code
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jan 2022 14:04:05 +0000 (07:04 -0700)
committerAnatolij Gustschin <agust@denx.de>
Mon, 28 Mar 2022 18:16:30 +0000 (20:16 +0200)
commit4ca23ea159596346fbe0a4b0b0e8166ea77fe36f
tree8e4672bc42280ffb14c3c8b563b4cf2eaaa6797e
parentb03d2faa60d1e2101d587146ab91a6c2408ca1c7
video: nexell: Drop unused and invalid code

Unfortunately this driver uses the old video structure to store things.
This is not supported with driver model.

Drop the old code and comment out the other pieces, so the maintainer can
take a look.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-nexell/include/mach/display_dev.h
drivers/video/nexell_display.c