]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
video: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:31 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:57 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
111 files changed:
drivers/video/anx9804.c
drivers/video/atmel_hlcdfb.c
drivers/video/atmel_lcdfb.c
drivers/video/backlight-uclass.c
drivers/video/backlight_gpio.c
drivers/video/bcm2835.c
drivers/video/bmp.c
drivers/video/bochs.c
drivers/video/bridge/anx6345.c
drivers/video/bridge/ps862x.c
drivers/video/bridge/ptn3460.c
drivers/video/bridge/ssd2825.c
drivers/video/bridge/video-bridge-uclass.c
drivers/video/broadwell_igd.c
drivers/video/console_normal.c
drivers/video/console_rotate.c
drivers/video/console_truetype.c
drivers/video/coreboot.c
drivers/video/display-uclass.c
drivers/video/dsi-host-uclass.c
drivers/video/dw_hdmi.c
drivers/video/dw_mipi_dsi.c
drivers/video/efi.c
drivers/video/endeavoru-panel.c
drivers/video/exynos/exynos_dp.c
drivers/video/exynos/exynos_dp_lowlevel.c
drivers/video/exynos/exynos_fb.c
drivers/video/exynos/exynos_mipi_dsi.c
drivers/video/exynos/exynos_mipi_dsi_common.c
drivers/video/exynos/exynos_mipi_dsi_lowlevel.c
drivers/video/himax-hx8394.c
drivers/video/hitachi_tx18d42vm_lcd.c
drivers/video/hx8238d.c
drivers/video/ihs_video_out.c
drivers/video/imx/ipu_common.c
drivers/video/imx/ipu_disp.c
drivers/video/imx/mxc_ipuv3_fb.c
drivers/video/ivybridge_igd.c
drivers/video/lm3533_backlight.c
drivers/video/logicore_dp_tx.c
drivers/video/mali_dp.c
drivers/video/mcde_simple.c
drivers/video/meson/meson_canvas.c
drivers/video/meson/meson_dw_hdmi.c
drivers/video/meson/meson_plane.c
drivers/video/meson/meson_vclk.c
drivers/video/meson/meson_venc.c
drivers/video/meson/meson_vpu.c
drivers/video/meson/meson_vpu_init.c
drivers/video/mipi_dsi.c
drivers/video/mvebu_lcd.c
drivers/video/mxsfb.c
drivers/video/nexell/s5pxx18_dp.c
drivers/video/nexell/s5pxx18_dp_hdmi.c
drivers/video/nexell/s5pxx18_dp_lvds.c
drivers/video/nexell/s5pxx18_dp_mipi.c
drivers/video/nexell/s5pxx18_dp_rgb.c
drivers/video/nexell/soc/s5pxx18_soc_disptop.h
drivers/video/nexell_display.c
drivers/video/omap3_dss.c
drivers/video/orisetech_otm8009a.c
drivers/video/panel-uclass.c
drivers/video/pwm_backlight.c
drivers/video/raydium-rm68200.c
drivers/video/renesas-r61307.c
drivers/video/renesas-r69328.c
drivers/video/rockchip/dw_mipi_dsi_rockchip.c
drivers/video/rockchip/rk3288_hdmi.c
drivers/video/rockchip/rk3288_mipi.c
drivers/video/rockchip/rk3288_vop.c
drivers/video/rockchip/rk3399_hdmi.c
drivers/video/rockchip/rk3399_mipi.c
drivers/video/rockchip/rk3399_vop.c
drivers/video/rockchip/rk_edp.c
drivers/video/rockchip/rk_hdmi.c
drivers/video/rockchip/rk_lvds.c
drivers/video/rockchip/rk_mipi.c
drivers/video/rockchip/rk_vop.c
drivers/video/sandbox_dsi_host.c
drivers/video/sandbox_osd.c
drivers/video/sandbox_sdl.c
drivers/video/seps525.c
drivers/video/simple_panel.c
drivers/video/simplefb.c
drivers/video/ssd2828.c
drivers/video/stm32/stm32_dsi.c
drivers/video/stm32/stm32_ltdc.c
drivers/video/sunxi/lcdc.c
drivers/video/sunxi/sunxi_de2.c
drivers/video/sunxi/sunxi_display.c
drivers/video/sunxi/sunxi_dw_hdmi.c
drivers/video/sunxi/sunxi_lcd.c
drivers/video/sunxi/tve_common.c
drivers/video/tda19988.c
drivers/video/tdo-tl070wsh30.c
drivers/video/tegra124/display.c
drivers/video/tegra124/dp.c
drivers/video/tegra124/sor.c
drivers/video/tegra20/mipi-phy.c
drivers/video/tegra20/tegra-dsi.c
drivers/video/tegra20/tegra-pwm-backlight.c
drivers/video/ti/tilcdc-panel.c
drivers/video/ti/tilcdc.c
drivers/video/tidss/tidss_drv.c
drivers/video/vesa.c
drivers/video/vidconsole-uclass.c
drivers/video/video-uclass.c
drivers/video/video_bmp.c
drivers/video/video_osd-uclass.c
drivers/video/videomodes.c
drivers/video/zynqmp/zynqmp_dpsub.c

index 52b5988ba5f23e4f342342d140c4f27ea729e80b..a149e6f5b95d46a8a178dd107903c87e6967fa5d 100644 (file)
@@ -9,7 +9,6 @@
  * interface for driving eDP TFT displays.
  */
 
-#include <common.h>
 #include <i2c.h>
 #include <linux/delay.h>
 #include "anx98xx-edp.h"
index 652ba1418018a154ecf069fbbdd6b1140b06c864..89bc0eeb680acd72bcd891248fa6e09215a832d9 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2012 Atmel Corporation
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <log.h>
 #include <malloc.h>
index 5a7a54ada70e1e7f2fd97c5a80ca907f31988327..281c3a1d6632b2e4b97b9feed9038107ca4c1610 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2007 Atmel Corporation
  */
 
-#include <common.h>
 #include <atmel_lcd.h>
 #include <dm.h>
 #include <fdtdec.h>
index c14996d003c00041c7fe5a88b085d60b04717d7b..2a09b2da91063dc8c6ede1a2be084798618924fc 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_PANEL_BACKLIGHT
 
-#include <common.h>
 #include <dm.h>
 #include <backlight.h>
 
index eea824ab5e16ee263126c866c1173d3fa69252c8..b26fa9a8acf1515876dd3728aaeb7e6d08bcb68d 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Patrick Delaunay <patrick.delaunay@foss.st.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <backlight.h>
 #include <log.h>
index 63efa762db160abe5e15dcf80b10831b8bd9234c..0c81e6066229049c8185d71bf8a3ca5e0364835a 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2012 Stephen Warren
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <video.h>
index bab6fa7265af3ef5bf833336905bd2c7f3353568..291ed36440c8bf17ae2b4fadda785123951851fd 100644 (file)
@@ -8,7 +8,6 @@
  * BMP handling routines
  */
 
-#include <common.h>
 #include <bmp_layout.h>
 #include <command.h>
 #include <dm.h>
index 022ea38d4cfecc97403f16e2886a6fb4f7149029..00e673a4db08bc65d36da0815035a5c6d923a85c 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY   UCLASS_VIDEO
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <pci.h>
index 93fa25f16e31365eaddb465dc22c78d27a26f31c..8cee4c958bd8f17a97be9a738cce7127ec67328b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2017 Vasily Khoruzhick <anarsoul@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <i2c.h>
index d1d22a6e235cd842d946ad61a82f9c7eb183e205..efd03752281c90cb710ad4f45596f16928f4fe53 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <i2c.h>
index 4760f04108f7e46e6e183f11d580352aa63a8b0a..5851e1ef15e9a9608b92bcf5592578e579ee0733 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <video_bridge.h>
index f0ef3dafb93b09be3c230f78b7840bf5fbc40ae2..f978021c860e6e8637f5e57afdb2076ce815ae70 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2022 Svyatoslav Ryhel <clamor95@gmail.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index f389bc6b14753613f14e41e5a06adbc3242d4767..2084a2e03ee830b0900b64fbd545a1bdb946dc6d 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_VIDEO_BRIDGE
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <edid.h>
index 83b6c908a8db565ff6b97c64f5ef79eb8302e588..a26154ab588f9b65073eaf1e86f765e38848499b 100644 (file)
@@ -5,12 +5,12 @@
  * Copyright (C) 2016 Google, Inc
  */
 
-#include <common.h>
 #include <bios_emul.h>
 #include <bootstage.h>
 #include <dm.h>
 #include <init.h>
 #include <log.h>
+#include <time.h>
 #include <vesa.h>
 #include <video.h>
 #include <asm/cpu.h>
index 34ef5a5229426840f0c100e2d5cb30c38ed19adc..6f4194a1814747bca85944b40835ebeb099b4826 100644 (file)
@@ -6,7 +6,6 @@
  * (C) Copyright 2023 Dzmitry Sankouski <dsankouski@gmail.com>
  */
 
-#include <common.h>
 #include <charset.h>
 #include <dm.h>
 #include <video.h>
index e4303dfb364c48152206f60b52d40a5e856d8aea..dc969836274108c9e1665f4d1154d6ec604358c3 100644 (file)
@@ -6,7 +6,6 @@
  * (C) Copyright 2023 Dzmitry Sankouski <dsankouski@gmail.com>
  */
 
-#include <common.h>
 #include <charset.h>
 #include <dm.h>
 #include <video.h>
index 28665a327575708fde86eafcfaa80c290e3983e0..c435162d3f946f58792583e817be841ebfec060d 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2016 Google, Inc
  */
 
-#include <common.h>
 #include <abuf.h>
 #include <dm.h>
 #include <log.h>
index 5b718ae3e5a5e409486b756348cabde4b9c57ed8..9aede2626423ea32569259e0a57b520a5e987efd 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <init.h>
 #include <vesa.h>
index 2da3d1d14e958c9853f7a04edc5bc13492275e99..61a73e1bc2a629eae6a9210434641a9babaf9dea 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_DISPLAY
 
-#include <common.h>
 #include <dm.h>
 #include <display.h>
 #include <edid.h>
index 6e5256eb1265402cb053e9e34bfe42475f584377..fde275ad7e2ed575b84382648c663be75544c275 100644 (file)
@@ -7,7 +7,6 @@
 
 #define LOG_CATEGORY UCLASS_DSI_HOST
 
-#include <common.h>
 #include <dm.h>
 #include <dsi_host.h>
 
index c217af97878eabd4c85f3fa7364300d3a2cee896..35559cef22985fc243464a2942b7ef97c5b1eea3 100644 (file)
@@ -5,13 +5,14 @@
  * Copyright 2017 Jernej Skrabec <jernej.skrabec@siol.net>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <log.h>
 #include <asm/io.h>
 #include <i2c.h>
 #include <media_bus_format.h>
+#include <time.h>
 #include <linux/delay.h>
+#include <linux/errno.h>
 #include "dw_hdmi.h"
 
 struct tmds_n_cts {
index a7e0784596a985799bc0b101a26c0da3d2f03b6d..c74fe678d12a5615ffaad4e14b371a8d45225da6 100644 (file)
@@ -9,7 +9,6 @@
  * the Linux Kernel driver drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c.
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dsi_host.h>
 #include <dm.h>
index 28ac15ff61b9484e545546c96936aeab750e2035..78d123fad4be3ecd0570d7f954944d981298bf10 100644 (file)
@@ -7,7 +7,6 @@
 
 #define LOG_CATEGORY LOGC_EFI
 
-#include <common.h>
 #include <dm.h>
 #include <efi_api.h>
 #include <log.h>
index 1bff641434e1980a7a7b51d551afdbe73f756c33..d4ba4d8b6da64681e2806216a3727a0835ae2272 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2022 Svyatoslav Ryhel <clamor95@gmail.com>
  */
 
-#include <common.h>
 #include <backlight.h>
 #include <dm.h>
 #include <panel.h>
index 59838da6c9260e603a6aecc42e8fbaae674d42f3..b0afb2338fb74b8a344d17e4b1f2e4d9453573c8 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Donghwa Lee <dh09.lee@samsung.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <display.h>
 #include <fdtdec.h>
index ae500a702804d0b3367f3860fb0d64e50d93bb6a..f007b319b20e78d4d3b4b3306a81966c57a6d129 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <log.h>
 #include <linux/delay.h>
 #include <linux/err.h>
index 86970a6d5d20bdbcc7b58e2bca6ca21be224fc97..0407a3f51b0d0b3dbb43e2979055208540d5549a 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <display.h>
 #include <div64.h>
 #include <dm.h>
index 804fcd0b248486cc4404152e2f0b6eb39c09f1f2..edeb0a87bbb7bf88df705527102ae58688f6b399 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Donghwa Lee <dh09.lee@samsung.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <malloc.h>
 #include <fdtdec.h>
index be67cebae7f2439ed36485f84e107fbff427ddb9..fc2767adc38c2400d46fe072ef0f5b69135ec920 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Donghwa Lee <dh09.lee@samsung.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <linux/delay.h>
 #include <linux/err.h>
index 8111acd9a0b592c31b0ff2011baef92c3a0add76..9f18b5da10262a45282fb4402fd847eae861b18e 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Donghwa Lee <dh09.lee@samsung.com>
  */
 
-#include <common.h>
 #include <asm/arch/dsim.h>
 #include <asm/arch/mipi_dsim.h>
 #include <asm/arch/power.h>
index 63637b4db0223974ed06ef14bbb84fe16e1f9ba6..cb7f93e9c997f488788e0759a9cb7f5f9cf5d771 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Copyright (C) 2022 Ondrej Jirman <megi@xff.cz>
  */
-#include <common.h>
 #include <backlight.h>
 #include <dm.h>
 #include <mipi_dsi.h>
index 95984fe3d3d1bab04d26a6165ef0415ed4bfc150..68f7b75eef99220730814c768036ffec9fdee0e0 100644 (file)
@@ -5,7 +5,6 @@
  * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
  */
 
-#include <common.h>
 #include <malloc.h>
 #include <linux/delay.h>
 
index 6ee97cb4ff3a8ae344fae7ca766284ea384a865f..2491a32810e235c346142b9bd3d4c18819e03d12 100644 (file)
@@ -12,7 +12,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <panel.h>
 #include <spi.h>
index 73b8f4bd1c9bd3919db032defe52c4e2f602d058..bf4d4995c36c869d328e46e6f834eea29c190f5a 100644 (file)
@@ -9,7 +9,6 @@
  * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.de
  */
 
-#include <common.h>
 #include <display.h>
 #include <dm.h>
 #include <log.h>
index b0a99c9cd5d95670c680b3e432f5d01331f27ad6..d582fb8ad9d914c32081e5a0f09469042f6ea4ac 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 /* #define DEBUG */
-#include <common.h>
+#include <config.h>
 #include <log.h>
 #include <linux/delay.h>
 #include <linux/types.h>
index 144322e4e26be127c81443cfb2538da4075c0462..aaba7d135a4622a71fa99abf0f68b39ef6ad59d8 100644 (file)
@@ -12,7 +12,6 @@
 
 /* #define DEBUG */
 
-#include <common.h>
 #include <log.h>
 #include <linux/delay.h>
 #include <linux/types.h>
index 7e60385bcfa512a68d88e9b2d8d94c217fe30a75..039b22086a93ca6498efafdff00a2393e70be687 100644 (file)
@@ -10,7 +10,6 @@
  * (C) Copyright 2004-2010 Freescale Semiconductor, Inc.
  */
 
-#include <common.h>
 #include <log.h>
 #include <part.h>
 #include <asm/cache.h>
index c2cc976618a11149ba3cbf5e6b19e8c4f08cd22d..ad688640733e98573ef9abc1e6e585d1259fac2e 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2016 Google, Inc
  */
 
-#include <common.h>
 #include <bios_emul.h>
 #include <dm.h>
 #include <errno.h>
index 00297a09b7fcee613e723d34fa2c14462266d3fa..6b51fa0628e4c152539968626c8f8f4ce7e24308 100644 (file)
@@ -6,7 +6,6 @@
 #define LOG_CATEGORY UCLASS_PANEL_BACKLIGHT
 
 #include <backlight.h>
-#include <common.h>
 #include <dm.h>
 #include <i2c.h>
 #include <log.h>
index 624084d38bcacefa4b4b7f13808c34f598da4a7f..643a77a0f4e14e156aae61d12ec1cd39be0a264f 100644 (file)
@@ -9,7 +9,6 @@
  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
  */
 
-#include <common.h>
 #include <clk.h>
 #include <display.h>
 #include <dm.h>
index dbb2f538617178afa6305f1ef966fcf612bb4856..c89212674624505d2f56f9c6633fd0c419f78b0d 100644 (file)
@@ -5,7 +5,6 @@
  *
  */
 #define DEBUG
-#include <common.h>
 #include <malloc.h>
 #include <video.h>
 #include <dm.h>
index 0924ceee3098ba141b1db9e982b6671ed8f07f92..2ba5d0de1529180a830c664db5b4140df224af48 100644 (file)
@@ -1,7 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /* Copyright (C) 2019 Stephan Gerhold */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <video.h>
index eccac2f8f24a4fd0866bdf3c7c1db0789cd88ba0..dd4c546222d57acc9312acc8c616ada0caf6364d 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/io.h>
 
index 259af1b45717a3c1db263a5212f4679f20ac5abd..587df7beb9b0d2c703de7afe1031ae1fce405f07 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Jorge Ramirez-Ortiz <jramirez@baylibre.com>
  */
 
-#include <common.h>
 #include <display.h>
 #include <dm.h>
 #include <edid.h>
index e3f784ecfe427ee67007c50d863ebcb19fafa3ef..899ce22d067e36c030c63dcec2365d4ecb6fa04d 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/io.h>
 #include <linux/bitfield.h>
index e718a0074ed6a70633209ee45e3471fd4870dcce..4761ff661e4ed5d3aa113bb43c123fab57f1b1e7 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <edid.h>
 #include <linux/bitops.h>
index e7366dd2fdeaaee91041bf42ded707a677a53059..1bc6aaf73055e58008b3764097f5f551eae20538 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <edid.h>
 #include <fdtdec.h>
index 67d4ce7b3b49a970ed33b2c7e28a47fe22d8aca1..ca627728743b8b74407b2b42703180ef8f1102d2 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <display.h>
 #include <dm.h>
 #include <efi_loader.h>
index c9808e1c63176a7e2c846ab13bb88ec73760fd0c..0e34cefd1002e71c0c81fabe3cb6ee0df8344e3c 100644 (file)
@@ -8,7 +8,6 @@
 
 #define DEBUG
 
-#include <common.h>
 #include <dm.h>
 #include <asm/io.h>
 #include <linux/bitops.h>
index ecacea1dbebdf549417dd375568bdebaf2580873..dc949c8ae61f4268ae693625e0dd1871d4dbd658 100644 (file)
@@ -32,7 +32,6 @@
  *
  */
 
-#include <common.h>
 #include <clk.h>
 #include <display.h>
 #include <dm.h>
index d3d07e5f83334ace424b13d514a25255fd391f4b..3fc5640b71ec45fd9d5dbd93c8f21b0353748898 100644 (file)
@@ -5,7 +5,6 @@
  * Initialization of LCD interface and setup of SPLASH screen image
  */
 
-#include <common.h>
 #include <dm.h>
 #include <part.h>
 #include <video.h>
index 515363f6a49bc808b810a2b6bc6c52abc9886881..792d6314d15ef50797c946aa4c3f0683eeec2ec6 100644 (file)
@@ -4,7 +4,6 @@
  *
  * Copyright (C) 2011-2013 Marek Vasut <marex@denx.de>
  */
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <env.h>
index 2248f479057548052a025f0cc627587775734d8a..16a489b88dc299423bc90a12ae17abfca55b8ac5 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <errno.h>
 #include <log.h>
 #include <asm/arch/reset.h>
index 3f1fb8a5757b279c2063e9c29d156076dc0760cb..109d9f28bb01d635377226f4381b82e418508ab0 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <errno.h>
 #include <log.h>
 
index f8ea63fdf1b38e0f7f8794ae33f04d732b76c3d2..5db8d2b73b142aaec35e0d490782d702d0575b65 100644 (file)
@@ -6,8 +6,8 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <errno.h>
+#include <stdio.h>
 
 #include <asm/arch/nexell.h>
 #include <asm/arch/reset.h>
index 670272b26802a74047127913f315344fa2f6244f..58493a825982b471c65e5413b29ffcfe66566b8d 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <errno.h>
 
 #include <asm/arch/nexell.h>
index 44e8edb02a22aa28208ee4c926a73eaafb0cc257..6abb8b5e216b355f060a576256b6e8549d7f0af5 100644 (file)
@@ -6,8 +6,8 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <errno.h>
+#include <stdio.h>
 
 #include <asm/arch/display.h>
 
index c7bf5043e6053383951a3ebe58ea1ab98cafca67..4ad353256ebcb2fa7fa917e34ebbdfcf3674c166 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef _S5PXX18_SOC_DISPTOP_H_
 #define _S5PXX18_SOC_DISPTOP_H_
 
+#include <linux/types.h>
 #include "s5pxx18_soc_disptype.h"
 
 #define NUMBER_OF_DISPTOP_MODULE       1
index af2698ffca846a0581d12feab8395a0562d5511e..7bda33fb16e10e57a91d485d3c03051028726ead 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <command.h>
 #include <dm.h>
 #include <mapmem.h>
index 432b16bfbfe796ed5fe22d354e087c60cbba434c..0b7ce348d5ad8fa6a1b32c14ce95c98a49987051 100644 (file)
@@ -25,7 +25,6 @@
  * MA 02111-1307 USA
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <asm/arch/dss.h>
 
index 848f174b6e48708976e05021e554d53ccd1a1e19..a29e909decc9800cd41c078bb0d7dd548079490f 100644 (file)
@@ -7,7 +7,6 @@
  * This otm8009a panel driver is inspired from the Linux Kernel driver
  * drivers/gpu/drm/panel/panel-orisetech-otm8009a.c.
  */
-#include <common.h>
 #include <backlight.h>
 #include <dm.h>
 #include <mipi_dsi.h>
index 1f7e20e0b50648b7062480039067074bd9f0125e..52a3466dc8c1203731dfcb62ebf4e63ed390bbb4 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_PANEL
 
-#include <common.h>
 #include <dm.h>
 #include <panel.h>
 
index 1c747d98d7acfdd1d3024d3523af94e01fceff5c..a4576c888cf0244ff2733c2304479e372e552034 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_PANEL_BACKLIGHT
 
-#include <common.h>
 #include <dm.h>
 #include <backlight.h>
 #include <log.h>
index f1fce55a2cb2f9e186fc98dc411554b97745a379..b8662ca22bf2995d2aa83f9f77ae988de104d766 100644 (file)
@@ -7,7 +7,6 @@
  * This rm68200 panel driver is inspired from the Linux Kernel driver
  * drivers/gpu/drm/panel/panel-raydium-rm68200.c.
  */
-#include <common.h>
 #include <backlight.h>
 #include <dm.h>
 #include <mipi_dsi.h>
index 3f5859055c983d1c3a859db6955817a5fdaa3bd5..a3697bce5ee3a6de40edac9a7aaed3b0c68bf1a7 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2022 Svyatoslav Ryhel <clamor95@gmail.com>
  */
 
-#include <common.h>
 #include <backlight.h>
 #include <dm.h>
 #include <panel.h>
index 082f5bc3d0a01306188c3f66f8d977dde4146c7d..9861c3fef11acc697574d54cebdaf49cb6d236e0 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2022 Svyatoslav Ryhel <clamor95@gmail.com>
  */
 
-#include <common.h>
 #include <backlight.h>
 #include <dm.h>
 #include <panel.h>
index fb784636e8774c67223f60878122faaafc0fbb8f..fa512173510b1ee6f51e6269eb249e24d0e980f8 100644 (file)
@@ -24,7 +24,6 @@
 #include <dm/lists.h>
 #include <linux/iopoll.h>
 
-#include <common.h>
 #include <log.h>
 #include <video.h>
 #include <dm/device-internal.h>
index efa87540340bb5ce4bad4454bdab57b389fea307..3d39f31a5ade309cd32e8f0675341cc280922186 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2017 Theobroma Systems Design und Consulting GmbH
  */
 
-#include <common.h>
 #include <clk.h>
 #include <display.h>
 #include <dm.h>
index 9d42119c82611ac83d44553d8ffc0311bfa611a6..850fe310754959e6ce7e260ce35d911020ade153 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Eric Gao <eric.gao@rock-chips.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <display.h>
 #include <dm.h>
index a4683852ea0c6093e624c3781667d2188ee4432f..282831eaac4466d99082b5f7fd863fbcb9a23e62 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2014 Rockchip Inc.
  */
 
-#include <common.h>
 #include <display.h>
 #include <dm.h>
 #include <regmap.h>
index 5f3f5d26886d14f9ab0fb9767f8e1347708c50a6..c7630ccf55588ce9d5c41f429cceeb67e3e57b69 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2017 Theobroma Systems Design und Consulting GmbH
  */
 
-#include <common.h>
 #include <clk.h>
 #include <display.h>
 #include <dm.h>
index b62d80866745d21c034aea5b633ea496fec2c153..57e36eed6a999497c21223a019649c3749bccc9b 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Eric Gao <eric.gao@rock-chips.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <display.h>
 #include <dm.h>
index cb589c7537e697e90063edbb89bb0a1780c854ff..17e1601e81444e4cf971ccd3ecc603504790d2bb 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2014 Rockchip Inc.
  */
 
-#include <common.h>
 #include <display.h>
 #include <dm.h>
 #include <log.h>
index 5f68a610e4accddf218bb1b038c311dd49b68bc7..eb881ba4b0efbdbe9cbfe4b135aacd7a67445334 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright 2014 Rockchip Inc.
  */
 
-#include <common.h>
 #include <clk.h>
 #include <display.h>
 #include <dm.h>
index d31f6a4ff81b306d946cb58a253cc6893134baac..0ac0a3a1ecd0d0d7b780e4af5b13f8ec1a593379 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2014 Rockchip Inc.
  */
 
-#include <common.h>
 #include <clk.h>
 #include <display.h>
 #include <dm.h>
index d0a015e31ee882af8c42bdf7dc1f5ea3b6adad83..c969dae30b6912b122a1a8ae0c2a4789c7015312 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2016 Rockchip Inc.
  */
 
-#include <common.h>
 #include <display.h>
 #include <dm.h>
 #include <edid.h>
index f14cbc6dbf7f9606e01720adbbec63963ebc8519..0a603083ba9a561501ab2d8f37e00ea98b734aa0 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Eric Gao <eric.gao@rock-chips.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <display.h>
 #include <dm.h>
index acc02e5d7c7813122a06bdf091e8f9d930f8a453..17dfe62c9dae72a0f45544a82718a8aeafb50f84 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright 2014 Rockchip Inc.
  */
 
-#include <common.h>
 #include <clk.h>
 #include <display.h>
 #include <dm.h>
index c84a27ee3be6f973dec32e6e303a7202eae3200f..7025ac986e3ceb34f95264dcf7e40f9f3fa1a559 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2019, STMicroelectronics - All Rights Reserved
  */
 
-#include <common.h>
 #include <display.h>
 #include <dm.h>
 #include <dsi_host.h>
index 2a854d3958b7b6276e66112eb5ab0482a054ead4..bedc32b7c80e5ba220949f7a76ad3c5440b4ec24 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2018
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
-#include <common.h>
 #include <display.h>
 #include <dm.h>
 #include <malloc.h>
index 9081c7da62e4b52f1e8009b9c54d338176192618..69dfa9302735b0f23bf3c4065516135ccb89d7f0 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2013 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
 #include <log.h>
index 74c8721e1e11d2a9997083b853515358b8cfd233..86cd301c4b91398b9f804ac86fdc86023b1e8a61 100644 (file)
@@ -6,7 +6,6 @@
  * Copyright (C) 2020 Xilinx Inc.
  */
 
-#include <common.h>
 #include <command.h>
 #include <cpu_func.h>
 #include <dm.h>
index 76a30427a59f2efa57230e54b0ce8a423aaa816f..b6c5b058b2e967bbbd47ab3c3ce5ca52c7804409 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <backlight.h>
 #include <dm.h>
 #include <edid.h>
index 33bb78bc3a3e44b8d3600c9046238200b99bfde3..cb518b149cb58b53a885882d475e20a2713878f3 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2017 Rob Clark
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
 #include <fdt_support.h>
index 948f5e74d0fee1e1715fb454eaea6778460161b9..4334bbd72353da3a33ead8cdc62e7f7aef677e36 100644 (file)
@@ -9,7 +9,6 @@
  * interface for driving a MIPI compatible TFT display.
  */
 
-#include <common.h>
 #include <malloc.h>
 #include <mipi_display.h>
 #include <asm/gpio.h>
index a18c1e027a87088cb7326b8ca4e1d025355cdd96..438ed41e8d5f03ab54b70c191acc0882cd8721ea 100644 (file)
@@ -10,7 +10,6 @@
 
 #define LOG_CATEGORY UCLASS_VIDEO_BRIDGE
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <dsi_host.h>
index 4f60ba8ebeeb49f72f14643c4a2c88daa3aeaee6..0a062c8939dbe49b11aa50f5ca9701bdbe5c5b0b 100644 (file)
@@ -7,7 +7,6 @@
 
 #define LOG_CATEGORY UCLASS_VIDEO
 
-#include <common.h>
 #include <clk.h>
 #include <display.h>
 #include <dm.h>
index 73033c3b858968ef242d3704bb6d8291f4dfd0e5..264d775c1256ae5da7e430337995bb8cfd63c547 100644 (file)
@@ -7,7 +7,6 @@
  * (C) Copyright 2017 Jernej Skrabec <jernej.skrabec@siol.net>
  */
 
-#include <common.h>
 #include <log.h>
 #include <linux/delay.h>
 
index e02d359cd25930341434a852e473d2fd3f3406fa..154641b9a699d0c57475a55789af8f791b92dc64 100644 (file)
@@ -5,7 +5,6 @@
  * (C) Copyright 2017 Jernej Skrabec <jernej.skrabec@siol.net>
  */
 
-#include <common.h>
 #include <display.h>
 #include <dm.h>
 #include <edid.h>
index 8da44a1bb6d8a0970f360e6d079174c67a23e617..4a6a89ef9d2640a8b44c10dc767b6db42c864794 100644 (file)
@@ -6,7 +6,7 @@
  * (C) Copyright 2014-2015 Hans de Goede <hdegoede@redhat.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <display.h>
 #include <dm.h>
 #include <cpu_func.h>
index a5e8d39e98f87c173279bc2a7cf531c3429da699..b9c03ea03864b6ba278e5e8a98d8cb8c8eac2e68 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <display.h>
 #include <dm.h>
 #include <dw_hdmi.h>
index 7a01cc343cac3734a62aa5ca5f2d3a3e49865709..953233fcd6838c58aa69f020ea0d7ba9e19c6280 100644 (file)
@@ -5,7 +5,6 @@
  * (C) Copyright 2017 Vasily Khoruzhick <anarsoul@gmail.com>
  */
 
-#include <common.h>
 #include <display.h>
 #include <log.h>
 #include <video_bridge.h>
index 35251371d14f6c9244e65a2f6d71dc83953bf2a5..7bc2b3b29090ec5cc42718feba0d6d55a578906c 100644 (file)
@@ -7,7 +7,6 @@
  * (C) Copyright 2017 Jernej Skrabec <jernej.skrabec@siol.net>
  */
 
-#include <common.h>
 
 #include <asm/arch/tve.h>
 #include <asm/io.h>
index 2448743904547ced45697653c65d46350d8c281d..ebc8521c6edd811687006a69ad9240ee7dd4c5d0 100644 (file)
@@ -5,7 +5,6 @@
  * Based on the Linux driver, (C) 2012 Texas Instruments
  */
 
-#include <common.h>
 #include <dm.h>
 #include <display.h>
 #include <i2c.h>
index 273672db024af4b264c9d21bf18ccb7df035c4f2..d772958f46eddeacc2383e24d63bfb376e90abae 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2020 BayLibre, SAS
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
-#include <common.h>
 #include <backlight.h>
 #include <dm.h>
 #include <mipi_dsi.h>
index 9261cc9384a2b628ae19dc5fafdeee2ba001cda1..abe31e27d84d5a6ad273de655870f91185a83f3c 100644 (file)
@@ -5,7 +5,6 @@
  * Extracted from Chromium coreboot commit 3f59b13d
  */
 
-#include <common.h>
 #include <bootstage.h>
 #include <dm.h>
 #include <edid.h>
@@ -14,6 +13,7 @@
 #include <edid.h>
 #include <log.h>
 #include <part.h>
+#include <time.h>
 #include <video.h>
 #include <asm/gpio.h>
 #include <asm/io.h>
index b27b1633bab56538358d2a93a199eb501efea494..763f7ee39fcdc00fb8d0c5bf35b9ecbb1c8f228b 100644 (file)
@@ -4,12 +4,12 @@
  * Copyright 2014 Google Inc.
  */
 
-#include <common.h>
 #include <display.h>
 #include <dm.h>
 #include <div64.h>
 #include <errno.h>
 #include <log.h>
+#include <time.h>
 #include <video_bridge.h>
 #include <asm/io.h>
 #include <asm/arch-tegra/dc.h>
index 258685182c7df75400fb422291431b39d246353d..1ce5330c6bcf8750c5a5adb3c92ccd8743d01b59 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2011-2013, NVIDIA Corporation.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index c3ebc4074b536165a2349bc39653681236a2b7d6..576262e405d60bc2fc98f6ca0fd927cb1eb6561c 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2013 NVIDIA Corporation
  */
 
-#include <common.h>
 #include <linux/err.h>
 
 #include "mipi-phy.h"
index 13dae37806f1fcc92b1194a2c35ffdbe05e8741e..35a8e6c176b3ad1e87642a9c29554d828a74f351 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (c) 2022 Svyatoslav Ryhel <clamor95@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <misc.h>
index 5f93f57fe9086bf2a55f9cf5a82727edcb01b2bd..79d8a021a3ac1a6c60ac744e0f10d0a0f839f1f0 100644 (file)
@@ -6,7 +6,6 @@
 #define LOG_CATEGORY UCLASS_PANEL_BACKLIGHT
 
 #include <backlight.h>
-#include <common.h>
 #include <dm.h>
 #include <i2c.h>
 #include <log.h>
index df95086a5151521f9c65d50fbf42a984921a743c..d40765230600b7df02c4d2ebaa1c1e199b15b0fd 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
  */
 
-#include <common.h>
 #include <backlight.h>
 #include <clk.h>
 #include <display.h>
index 2734754ecde7574b6f247c64aa88c3a84144321f..493e2f18cd2df18252d789f3f8d9c6c6a59475f8 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <dm/device_compat.h>
index 1380c6b69375b9ab225a02362e313e9c478067a2..865d4bddb7f917c6b2dbf72cbb76ddaacf3cd53a 100644 (file)
@@ -9,7 +9,6 @@
  * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <clk.h>
 #include <log.h>
index 50912c5c8bcadaeb1cf0edc1bdc56c2b99ba1146..ab756ac8ea128b1c3ddf43f574df8fe5a9f2f6aa 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <pci.h>
index 5d06e51ff236b2acc0d7d40fd12c2dc171bc2bd5..80e7adf6a1a4fd42ec00e56fd1254ece1382e42d 100644 (file)
@@ -9,7 +9,6 @@
 
 #define LOG_CATEGORY UCLASS_VIDEO_CONSOLE
 
-#include <common.h>
 #include <abuf.h>
 #include <charset.h>
 #include <command.h>
index 7b5d1dfbb3bdb2ea0d35137c73674c040b6b8fca..ff1382f4a43b76869956ca971f5c77fe9c3e871a 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_VIDEO
 
-#include <common.h>
 #include <bloblist.h>
 #include <console.h>
 #include <cpu_func.h>
index 45f003c8251ae01861ecb812f83cc94774d110bf..ad512d99a1b9133b4166fa63cf3b14751125e8f5 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <bmp_layout.h>
 #include <dm.h>
 #include <log.h>
index 0d3aae4d82722d8d9fcd37dd7caaf459da41dc0b..923686345ff7d36eac54d5417258af63cf8e09af 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_VIDEO_OSD
 
-#include <common.h>
 #include <dm.h>
 #include <video_osd.h>
 
index 35955a5df7dd6de2ebfd6ef4029ea79c24f2d012..d86d86798415852ad58e0109c7d588759db748b7 100644 (file)
@@ -55,7 +55,6 @@
                      "myvideo" and setting the variable "videomode=myvideo"..
 ****************************************************************************/
 
-#include <common.h>
 #include <edid.h>
 #include <env.h>
 #include <errno.h>
index def4dcf6261a4ae36962459ca0faffe8c7c66421..1405b29cb8b904da628e73bd37bc5349269550f1 100644 (file)
@@ -6,7 +6,6 @@
  * Xilinx displayport(DP) Tx Subsytem driver
  */
 
-#include <common.h>
 #include <clk.h>
 #include <cpu_func.h>
 #include <dm.h>