arm: rockchip: Remove <common.h> and add needed includes

Remove <common.h> from all mach-rockchip and include/asm/arch-rockchip
files and when needed add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-04-30 07:35:36 -06:00
parent 4b2c15ab57
commit c501db7566
54 changed files with 7 additions and 52 deletions

View File

@ -7,6 +7,8 @@
#ifndef _ASM_ARCH_BOOTROM_H #ifndef _ASM_ARCH_BOOTROM_H
#define _ASM_ARCH_BOOTROM_H #define _ASM_ARCH_BOOTROM_H
#include <linux/types.h>
/* /*
* Saved Stack pointer address. * Saved Stack pointer address.
* Access might be needed in some special cases. * Access might be needed in some special cases.

View File

@ -6,6 +6,8 @@
#ifndef _ASM_ARCH_CLOCK_H #ifndef _ASM_ARCH_CLOCK_H
#define _ASM_ARCH_CLOCK_H #define _ASM_ARCH_CLOCK_H
#include <linux/types.h>
struct udevice; struct udevice;
/* define pll mode */ /* define pll mode */

View File

@ -8,7 +8,7 @@
* Based on puma-rk3399.c: * Based on puma-rk3399.c:
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*/ */
#include <common.h> #include <config.h>
#include <clk.h> #include <clk.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <env.h> #include <env.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2016 Rockchip Electronics Co., Ltd * (C) Copyright 2016 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <adc.h> #include <adc.h>
#include <command.h> #include <command.h>
#include <env.h> #include <env.h>

View File

@ -3,7 +3,6 @@
* Copyright (c) 2017 Google, Inc * Copyright (c) 2017 Google, Inc
*/ */
#include <common.h>
#include <hang.h> #include <hang.h>
#include <asm/arch-rockchip/bootrom.h> #include <asm/arch-rockchip/bootrom.h>
#include <asm/arch-rockchip/boot_mode.h> #include <asm/arch-rockchip/boot_mode.h>

View File

@ -4,7 +4,6 @@
* Author: Jagan Teki <jagan@amarulasolutions.com> * Author: Jagan Teki <jagan@amarulasolutions.com>
*/ */
#include <common.h>
#include <env.h> #include <env.h>
#include <init.h> #include <init.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2019 Rockchip Electronics Co., Ltd * (C) Copyright 2019 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <debug_uart.h> #include <debug_uart.h>
#include <dm.h> #include <dm.h>
#include <init.h> #include <init.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2017 Rockchip Electronics Co., Ltd. * (C) Copyright 2017 Rockchip Electronics Co., Ltd.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -2,7 +2,6 @@
/* /*
* Copyright (c) 2017 Rockchip Electronics Co., Ltd * Copyright (c) 2017 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <clk.h> #include <clk.h>
#include <dm.h> #include <dm.h>
#include <fdt_support.h> #include <fdt_support.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2017 Rockchip Electronics Co., Ltd * (C) Copyright 2017 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <syscon.h> #include <syscon.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2015-2019 Rockchip Electronics Co., Ltd * (C) Copyright 2015-2019 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <debug_uart.h> #include <debug_uart.h>
#include <init.h> #include <init.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2019 Rockchip Electronics Co., Ltd * (C) Copyright 2019 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <init.h> #include <init.h>
#include <asm/global_data.h> #include <asm/global_data.h>
#include <asm/arch-rockchip/grf_rk3036.h> #include <asm/arch-rockchip/grf_rk3036.h>

View File

@ -2,7 +2,7 @@
/* /*
* (C) Copyright 2015 Rockchip Electronics Co., Ltd * (C) Copyright 2015 Rockchip Electronics Co., Ltd
*/ */
#include <common.h> #include <config.h>
#include <init.h> #include <init.h>
#include <asm/types.h> #include <asm/types.h>
#include <asm/arch-rockchip/cru_rk3036.h> #include <asm/arch-rockchip/cru_rk3036.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2015 Rockchip Electronics Co., Ltd * (C) Copyright 2015 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2016 Rockchip Electronics Co., Ltd * (C) Copyright 2016 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <asm/arch-rockchip/bootrom.h> #include <asm/arch-rockchip/bootrom.h>
#include <asm/arch-rockchip/grf_rk3066.h> #include <asm/arch-rockchip/grf_rk3066.h>
#include <asm/arch-rockchip/hardware.h> #include <asm/arch-rockchip/hardware.h>

View File

@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <syscon.h> #include <syscon.h>

View File

@ -3,7 +3,6 @@
* Copyright (c) 2017 Rockchip Electronics Co., Ltd * Copyright (c) 2017 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2017 Rockchip Electronics Co., Ltd * (C) Copyright 2017 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -2,7 +2,6 @@
/* /*
* (C) Copyright 2019 Rockchip Electronics Co., Ltd * (C) Copyright 2019 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <hang.h> #include <hang.h>
#include <init.h> #include <init.h>

View File

@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <syscon.h> #include <syscon.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2017 Rockchip Electronics Co., Ltd. * (C) Copyright 2017 Rockchip Electronics Co., Ltd.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2017 Rockchip Electronics Co., Ltd * (C) Copyright 2017 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -2,7 +2,6 @@
/* /*
* Copyright (c) 2016 Rockchip Electronics Co., Ltd * Copyright (c) 2016 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <dm.h> #include <dm.h>
#include <env.h> #include <env.h>

View File

@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <dt-structs.h> #include <dt-structs.h>
#include <log.h> #include <log.h>

View File

@ -3,7 +3,6 @@
* Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd * Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -2,7 +2,6 @@
/* /*
*Copyright (c) 2018 Rockchip Electronics Co., Ltd *Copyright (c) 2018 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <init.h> #include <init.h>
#include <malloc.h> #include <malloc.h>
#include <asm/arch-rockchip/bootrom.h> #include <asm/arch-rockchip/bootrom.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2018 Rockchip Electronics Co., Ltd * (C) Copyright 2018 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2017 Rockchip Electronics Co., Ltd * (C) Copyright 2017 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>
#include <asm/arch-rockchip/cru_rk3328.h> #include <asm/arch-rockchip/cru_rk3328.h>

View File

@ -3,7 +3,6 @@
* Copyright (c) 2016 Rockchip Electronics Co., Ltd * Copyright (c) 2016 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <init.h> #include <init.h>
#include <asm/arch-rockchip/bootrom.h> #include <asm/arch-rockchip/bootrom.h>
#include <asm/arch-rockchip/hardware.h> #include <asm/arch-rockchip/hardware.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2016 Rockchip Electronics Co., Ltd * (C) Copyright 2016 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>

View File

@ -4,7 +4,6 @@
* Author: Andy Yan <andy.yan@rock-chips.org> * Author: Andy Yan <andy.yan@rock-chips.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -4,7 +4,6 @@
* Copyright (c) 2016 Andreas Färber * Copyright (c) 2016 Andreas Färber
*/ */
#include <common.h>
#include <init.h> #include <init.h>
#include <syscon.h> #include <syscon.h>
#include <asm/armv8/mmu.h> #include <asm/armv8/mmu.h>

View File

@ -5,7 +5,6 @@
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <syscon.h> #include <syscon.h>

View File

@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -3,7 +3,6 @@
* Copyright (c) 2016 Rockchip Electronics Co., Ltd * Copyright (c) 2016 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <fdt_support.h> #include <fdt_support.h>
#include <init.h> #include <init.h>
#include <log.h> #include <log.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2016 Rockchip Electronics Co., Ltd * (C) Copyright 2016 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <syscon.h> #include <syscon.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2021 Rockchip Electronics Co., Ltd * (C) Copyright 2021 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2021 Rockchip Electronics Co., Ltd * (C) Copyright 2021 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <asm/armv8/mmu.h> #include <asm/armv8/mmu.h>
#include <asm/arch-rockchip/bootrom.h> #include <asm/arch-rockchip/bootrom.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2021 Rockchip Electronics Co., Ltd * (C) Copyright 2021 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2020 Rockchip Electronics Co., Ltd. * (C) Copyright 2020 Rockchip Electronics Co., Ltd.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -4,7 +4,6 @@
* Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd. * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
*/ */
#include <common.h>
#include <spl.h> #include <spl.h>
#include <asm/armv8/mmu.h> #include <asm/armv8/mmu.h>
#include <asm/arch-rockchip/bootrom.h> #include <asm/arch-rockchip/bootrom.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2021 Rockchip Electronics Co., Ltd * (C) Copyright 2021 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -4,7 +4,6 @@
* Author: Andy Yan <andy.yan@rock-chips.com> * Author: Andy Yan <andy.yan@rock-chips.com>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2016 Rockchip Electronics Co., Ltd * (C) Copyright 2016 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -4,7 +4,6 @@
* Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd. * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <syscon.h> #include <syscon.h>
#include <asm/arch-rockchip/clock.h> #include <asm/arch-rockchip/clock.h>

View File

@ -4,7 +4,6 @@
* Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd. * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
*/ */
#include <common.h>
#include <asm/arch-rockchip/bootrom.h> #include <asm/arch-rockchip/bootrom.h>
#include <asm/arch-rockchip/hardware.h> #include <asm/arch-rockchip/hardware.h>
#include <asm/arch-rockchip/grf_rv1126.h> #include <asm/arch-rockchip/grf_rv1126.h>

View File

@ -4,7 +4,6 @@
* Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd. * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <syscon.h> #include <syscon.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 Rockchip Electronics Co., Ltd. * Copyright (C) 2017 Rockchip Electronics Co., Ltd.
*/ */
#include <common.h> #include <config.h>
#include <dm.h> #include <dm.h>
#include <init.h> #include <init.h>
#include <log.h> #include <log.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <fdt_support.h> #include <fdt_support.h>
#include <log.h> #include <log.h>

View File

@ -3,7 +3,6 @@
* (C) Copyright 2019 Rockchip Electronics Co., Ltd * (C) Copyright 2019 Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <bootstage.h> #include <bootstage.h>
#include <debug_uart.h> #include <debug_uart.h>
#include <dm.h> #include <dm.h>