From 76ec318118106cb25d762de83857f6579c13e273 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 27 Aug 2021 03:06:13 +0200 Subject: yocto rename --- .../linux/rvphone/cl-imx8/sn65dsi83/Kconfig | 7 - .../linux/rvphone/cl-imx8/sn65dsi83/Makefile | 2 - .../rvphone/cl-imx8/sn65dsi83/sn65dsi83_brg.c | 388 ------------------- .../rvphone/cl-imx8/sn65dsi83/sn65dsi83_brg.h | 55 --- .../rvphone/cl-imx8/sn65dsi83/sn65dsi83_drv.c | 411 --------------------- .../rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h | 33 -- 6 files changed, 896 deletions(-) delete mode 100644 recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/Kconfig delete mode 100644 recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/Makefile delete mode 100644 recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_brg.c delete mode 100644 recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_brg.h delete mode 100644 recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_drv.c delete mode 100644 recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_timing.h (limited to 'recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83') diff --git a/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/Kconfig b/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/Kconfig deleted file mode 100644 index 1d8f37f..0000000 --- a/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/Kconfig +++ /dev/null @@ -1,7 +0,0 @@ -config DRM_I2C_SN65DSI83 - bool "SN65DSI83 mipi dsi to lvds bridge" - depends on OF - select DRM_MIPI_DSI - default y - help - Support for the sn65dsi83 MIPI DSI to LVDS bridge diff --git a/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/Makefile b/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/Makefile deleted file mode 100644 index dee7f49..0000000 --- a/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -sn65dsi83-objs := sn65dsi83_drv.o sn65dsi83_brg.o -obj-$(CONFIG_DRM_I2C_SN65DSI83) := sn65dsi83.o diff --git a/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_brg.c b/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_brg.c deleted file mode 100644 index f4a7713..0000000 --- a/recipes-kernel/linux/rvphone/cl-imx8/sn65dsi83/sn65dsi83_brg.c +++ /dev/null @@ -1,388 +0,0 @@ -/* - * Copyright (C) 2018 CopuLab Ltd. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include