
Dear Tom,
On Sat, 11 Jun 2022 at 12:03, Tom Rini trini@konsulko.com wrote:
Since bb5930d5c97f ("exynos: video: Convert several boards to driver model for video") there have been no callers of any of the exynos_lcd_* family of functions. Remove these from the boards, and then remove unused logo and related code as well.
Signed-off-by: Tom Rini trini@konsulko.com
arch/arm/mach-exynos/include/mach/system.h | 1 - board/samsung/trats/trats.c | 23 - board/samsung/trats2/trats2.c | 35 - board/samsung/universal_c210/universal.c | 107 - drivers/video/Makefile | 1 - drivers/video/s6e8ax0.c | 265 - include/configs/s5pc210_universal.h | 2 - include/configs/trats.h | 2 - include/configs/trats2.h | 2 - lib/Makefile | 1 - lib/tizen/Makefile | 6 - lib/tizen/tizen.c | 34 - lib/tizen/tizen_logo_16bpp.h | 7934 -------------------- lib/tizen/tizen_logo_16bpp_gzip.h | 647 -- 14 files changed, 9060 deletions(-) delete mode 100644 drivers/video/s6e8ax0.c delete mode 100644 lib/tizen/Makefile delete mode 100644 lib/tizen/tizen.c delete mode 100644 lib/tizen/tizen_logo_16bpp.h delete mode 100644 lib/tizen/tizen_logo_16bpp_gzip.h
Reviewed-by: Minkyu Kang mk7.kang@samsung.com