summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-06board: armltd: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: armadeus: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: aristainetos: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Reviewed-by: Heiko Schocher <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: amlogic: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: amarula: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: alliedtelesis: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Reviewed-by: Chris Packham <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: advantech: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Acked-by: Oliver Graute <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: Synology: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: Seagate: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Reviewed-by: Tony Dinh <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: Marvell: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Reviewed-by: Chris Packham <[email protected]> Reviewed-by: Tony Dinh <[email protected]> Reviewed-by: Stefan Roese <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: LaCie: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: CZ.NIC: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: BuS: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06board: BuR: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06extension_board.h: Add missing <linux/list.h>Tom Rini
This file has "struct list" in one of the structures, so add <linux/list.h>. Signed-off-by: Tom Rini <[email protected]>
2024-05-06splash.h: Add missing <linux/types.h>Tom Rini
This file has many "Linux" style types in it, add <linux/types.h> Signed-off-by: Tom Rini <[email protected]>
2024-05-06eeprom.h: Add missing <linux/types.h>Tom Rini
This file has many "Linux" style types in it, add <linux/types.h> Signed-off-by: Tom Rini <[email protected]>
2024-05-06global: Audit usage of <eeprom.h>Tom Rini
The file include/eeprom.h is used only in some legacy non-DM I2C EEPROM access cases. Remove most inclusions of this file as they are not needed. Signed-off-by: Tom Rini <[email protected]>
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
This follows the example of RISC-V where <asm/global_data.h> includes <asm/u-boot.h> directly as "gd" includes a reference to bd_info already and so the first must include the second anyhow. We then remove <asm/u-boot.h> from all of the places which include references to "gd" an so have <asm/global_data.h> already. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from the remainder of the files under arch/arm and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: fsl-layerscape: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all fsl-layerscape related files and when needed add missing include files directly. Acked-by: Peng Fan <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: apple: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-apple files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: aspeed: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-aspeed files and when needed add missing include files directly. Reviewed-by: Chia-Wei Wang <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: at91: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-at91 files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: bcm: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-bcmbca, mach-bcm283x and bcm* CPU directory files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: davinci: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-davinci files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: exynos: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-exynos files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: highbank: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-highbank files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: histb: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-histb files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: imx: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-imx, CPU specific sub-directories and include/asm/arch-mx* files and when needed add missing include files directly. Acked-by: Peng Fan <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: kirkwood: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-kirkwood files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: lpc32xx: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-lpc32xx files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: mediatek: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-mediatek files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: meson: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-meson files and when needed add missing include files directly. Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: mvebu: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-mvebu files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: nexell: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-nexell files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: npcm: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-npcm files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: octeontx: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-octeontx files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: octeontx2: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-octeontx2 files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: omap2: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-omap2 files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: orion5x: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-orion5x files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: owl: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-owl files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: rockchip: Remove <common.h> and add needed includesTom Rini
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 <[email protected]>
2024-05-06arm: s5pc1xx: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-s5pc1xx and cpu/armv7/s5p-common files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: socfpga: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-socfpga files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: sunxi: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-sunxi and board/sunxi files and when needed add missing include files directly. Reviewed-by: Andre Przywara <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: stm32/stm32mp: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-stm32 and mach-stm32mp files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: tegra: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-tegra and include/asm/arch-tegra files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: u8500: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-u8500 files and when needed add missing include files directly. Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2024-05-06arm: xilinx: Remove <common.h> and add needed includesTom Rini
Remove <common.h> from all mach-versal-net, mach-versal, mach-zynq and mach-zynqmp files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>