X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fvideo%2Ffbdev%2Fexynos%2Fexynos_mipi_dsi.c;fp=kernel%2Fdrivers%2Fvideo%2Ffbdev%2Fexynos%2Fexynos_mipi_dsi.c;h=b527fe464628578b65f6effa91c5998a16311cb0;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/drivers/video/fbdev/exynos/exynos_mipi_dsi.c b/kernel/drivers/video/fbdev/exynos/exynos_mipi_dsi.c new file mode 100644 index 000000000..b527fe464 --- /dev/null +++ b/kernel/drivers/video/fbdev/exynos/exynos_mipi_dsi.c @@ -0,0 +1,573 @@ +/* linux/drivers/video/exynos/exynos_mipi_dsi.c + * + * Samsung SoC MIPI-DSIM driver. + * + * Copyright (c) 2012 Samsung Electronics Co., Ltd + * + * InKi Dae, + * Donghwa Lee, + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. +*/ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include