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

Signed-off-by: Tom Rini <trini@konsulko.com>
106 files changed:
drivers/power/acpi_pmc/acpi-pmc-uclass.c
drivers/power/acpi_pmc/pmc_emul.c
drivers/power/acpi_pmc/sandbox.c
drivers/power/axp152.c
drivers/power/axp209.c
drivers/power/axp221.c
drivers/power/axp305.c
drivers/power/axp313.c
drivers/power/axp809.c
drivers/power/axp818.c
drivers/power/domain/apple-pmgr.c
drivers/power/domain/bcm6328-power-domain.c
drivers/power/domain/imx8-power-domain-legacy.c
drivers/power/domain/imx8-power-domain.c
drivers/power/domain/imx8m-power-domain.c
drivers/power/domain/imx8mp-hsiomix.c
drivers/power/domain/meson-ee-pwrc.c
drivers/power/domain/meson-gx-pwrc-vpu.c
drivers/power/domain/mtk-power-domain.c
drivers/power/domain/power-domain-uclass.c
drivers/power/domain/sandbox-power-domain-test.c
drivers/power/domain/sandbox-power-domain.c
drivers/power/domain/tegra186-power-domain.c
drivers/power/domain/ti-power-domain.c
drivers/power/domain/ti-sci-power-domain.c
drivers/power/domain/zynqmp-power-domain.c
drivers/power/exynos-tmu.c
drivers/power/mt6323.c
drivers/power/pmic/ab8500.c
drivers/power/pmic/act8846.c
drivers/power/pmic/as3722.c
drivers/power/pmic/as3722_gpio.c
drivers/power/pmic/bd71837.c
drivers/power/pmic/da9063.c
drivers/power/pmic/fan53555.c
drivers/power/pmic/i2c_pmic_emul.c
drivers/power/pmic/lp873x.c
drivers/power/pmic/lp87565.c
drivers/power/pmic/max77686.c
drivers/power/pmic/max8997.c
drivers/power/pmic/max8998.c
drivers/power/pmic/mc34708.c
drivers/power/pmic/mp5416.c
drivers/power/pmic/palmas.c
drivers/power/pmic/pca9450.c
drivers/power/pmic/pfuze100.c
drivers/power/pmic/pmic-uclass.c
drivers/power/pmic/pmic_hi6553.c
drivers/power/pmic/pmic_ltc3676.c
drivers/power/pmic/pmic_mc34vr500.c
drivers/power/pmic/pmic_pca9450.c
drivers/power/pmic/pmic_pfuze100.c
drivers/power/pmic/pmic_pfuze3000.c
drivers/power/pmic/pmic_qcom.c
drivers/power/pmic/pmic_tps62362.c
drivers/power/pmic/pmic_tps65217.c
drivers/power/pmic/pmic_tps65218.c
drivers/power/pmic/pmic_tps65910.c
drivers/power/pmic/pmic_tps65910_dm.c
drivers/power/pmic/rk8xx.c
drivers/power/pmic/rn5t567.c
drivers/power/pmic/s2mps11.c
drivers/power/pmic/s5m8767.c
drivers/power/pmic/sandbox.c
drivers/power/pmic/stpmic1.c
drivers/power/pmic/tps65090.c
drivers/power/pmic/tps65219.c
drivers/power/pmic/tps65941.c
drivers/power/power_core.c
drivers/power/power_dialog.c
drivers/power/power_fsl.c
drivers/power/power_i2c.c
drivers/power/power_spi.c
drivers/power/regulator/act8846.c
drivers/power/regulator/anatop_regulator.c
drivers/power/regulator/as3722_regulator.c
drivers/power/regulator/bd71837.c
drivers/power/regulator/da9063.c
drivers/power/regulator/fan53555.c
drivers/power/regulator/fixed.c
drivers/power/regulator/gpio-regulator.c
drivers/power/regulator/lp873x_regulator.c
drivers/power/regulator/lp87565_regulator.c
drivers/power/regulator/max77686.c
drivers/power/regulator/npcm8xx_regulator.c
drivers/power/regulator/palmas_regulator.c
drivers/power/regulator/pbias_regulator.c
drivers/power/regulator/pca9450.c
drivers/power/regulator/pfuze100.c
drivers/power/regulator/pwm_regulator.c
drivers/power/regulator/regulator-uclass.c
drivers/power/regulator/regulator_common.c
drivers/power/regulator/rk8xx.c
drivers/power/regulator/s2mps11_regulator.c
drivers/power/regulator/s5m8767.c
drivers/power/regulator/sandbox.c
drivers/power/regulator/scmi_regulator.c
drivers/power/regulator/stm32-vrefbuf.c
drivers/power/regulator/stpmic1.c
drivers/power/regulator/tps62360_regulator.c
drivers/power/regulator/tps65090_regulator.c
drivers/power/regulator/tps65219_regulator.c
drivers/power/regulator/tps65910_regulator.c
drivers/power/regulator/tps65941_regulator.c
drivers/power/sy8106a.c
drivers/power/tps6586x.c

index 34446a34e60d21778deae3938d8294f6aba8b20c..c289cede15b80176a844c78f16f80b17ec235ef8 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_ACPI_PMC
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <spl.h>
index 8015031da85926d6dc8d2bde3aeabdcdd41447b7..8eff3d9fa7ac69b163a569c36a459a9bb2b6dc85 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <pci.h>
index 8cf03f737c080069104f7c97cab2af60938cd75e..ed1bb1980931dac5bf6d3ae4bc221ad3fea552d0 100644 (file)
@@ -7,7 +7,6 @@
 
 #define LOG_CATEGORY UCLASS_ACPI_PMC
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <asm/io.h>
index a93987c15382bdaf83c552b0f0602fc0238de99c..5a62382ab86e960ae026b0a4337db9102b5077d1 100644 (file)
@@ -3,8 +3,8 @@
  * (C) Copyright 2012
  * Henrik Nordstrom <henrik@henriknordstrom.net>
  */
-#include <common.h>
 #include <command.h>
+#include <linux/errno.h>
 #include <asm/arch/pmic_bus.h>
 #include <axp_pmic.h>
 
index 3447b9f0113a12a5980de0ce61ed1d1f72d692da..6ae416982ebe2ba17998ad9305dc61cdea43e0f0 100644 (file)
@@ -4,11 +4,11 @@
  * Henrik Nordstrom <henrik@henriknordstrom.net>
  */
 
-#include <common.h>
 #include <command.h>
 #include <asm/arch/pmic_bus.h>
 #include <axp_pmic.h>
 #include <linux/delay.h>
+#include <linux/errno.h>
 
 #ifdef CONFIG_AXP_ALDO3_VOLT_SLOPE_08
 #  define AXP209_VRC_SLOPE AXP209_VRC_LDO3_800uV_uS
index d251c314b9876ba8511bac5346e461ce543e7c34..c22ca03f46948c9dba4e233ada1199d3860e9d8c 100644 (file)
@@ -9,7 +9,6 @@
  * (C) Copyright 2013 Oliver Schinagl <oliver@schinagl.nl>
  */
 
-#include <common.h>
 #include <command.h>
 #include <errno.h>
 #include <asm/arch/pmic_bus.h>
index 049ef07f7467f878ecb7c5e021e46dc5d6f844eb..0312ad9af763f643166fce940e93a6c4590c288b 100644 (file)
@@ -9,7 +9,6 @@
  * (C) Copyright 2013 Oliver Schinagl <oliver@schinagl.nl>
  */
 
-#include <common.h>
 #include <command.h>
 #include <errno.h>
 #include <asm/arch/pmic_bus.h>
index bbc9e911115f1ab906650a0db239964e5a1367f5..09ecb5b1ec2880d0417a1799b606af14cfe02532 100644 (file)
@@ -10,7 +10,6 @@
  * (C) Copyright 2013 Oliver Schinagl <oliver@schinagl.nl>
  */
 
-#include <common.h>
 #include <command.h>
 #include <errno.h>
 #include <asm/arch/pmic_bus.h>
index d327a584ded0373a11660c57847ab2d984907db3..9e38e1a74508469a30eddf1191d90528981a5d0d 100644 (file)
@@ -10,7 +10,6 @@
  * (C) Copyright 2013 Oliver Schinagl <oliver@schinagl.nl>
  */
 
-#include <common.h>
 #include <command.h>
 #include <errno.h>
 #include <asm/arch/pmic_bus.h>
index 08286ea3b55077e710dd6527c89d80714990a46a..83ae6ecc138d7da2df7ed739cdb475f47adcc1de 100644 (file)
@@ -10,7 +10,6 @@
  * (C) Copyright 2013 Oliver Schinagl <oliver@schinagl.nl>
  */
 
-#include <common.h>
 #include <command.h>
 #include <errno.h>
 #include <asm/arch/pmic_bus.h>
index 402c5b1fd18883bea376209faee2e2c78b1b6888..bf9940621ee7f39392e45058165840cd4f6e7b5c 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2021 Mark Kettenis <kettenis@openbsd.org>
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <dm.h>
 #include <dm/device-internal.h>
index 80144dd977250b1d236e61e28b0a600b2e628dda..36b5a933748073e5aa774298a2fd07757e5a779c 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <malloc.h>
 #include <power-domain-uclass.h>
index c8ca2665752fb9aa47765de2a57e32b2baca2d64..713a51d7807d1816b6c7d8687f45af9706ce76af 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2017 NXP
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index b45e468756bf4de8b0d5294ef034a372acb7d96b..e8dcc057fee0071b43dc3792ec65d0ce87ec2b76 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 #define DEBUG
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index df5d7d695621af3fa1b70d21a39e5f6a96283e34..8b6870c8646335194cdc8edae34b944fde078f56 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2017 NXP
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <malloc.h>
index 6188a04c45ed5a907268f1d1f00fbb0d34cedd54..455ad53ef525e18ae45068fa5d8c2be8a1b79335 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2022 Marek Vasut <marex@denx.de>
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <clk.h>
 #include <clk-uclass.h>
index 676fded8080ac57d3547fcf2b08c09a8d0e55f3b..20e9f32b3819b3ce067eb07009d8845778544df1 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index 612660ce89f9a90d02cf2434d55bd8563019d626..1c56e8508c3231549a3e829dd0dcfeb0f3cd1d6f 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index 3b84147d48142f9909c00e900737712a78d83e8a..2d1ba1855a5bfb12158a7ae65168dc73f7b3300e 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <malloc.h>
 #include <power-domain-uclass.h>
index f6286c70c1d796173c3fda61c0e71a91526787f0..938bd8cbc9ffd1ba2109d702f886b6a99288d063 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_POWER_DOMAIN
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index 1bf52f1d861c1b12b505563d2eff7e25f6dc00d4..08c15ef342b3dd3ce01807ee59b7e97337f7dde5 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <malloc.h>
 #include <power-domain.h>
index 04a071044f3b5f6d01ab5c35eb1dc726a5a6eee1..9dd490b14a3f6e502baccd94d32704e4b6bd56ed 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index 46da541b75a887ee82d882dfe276c45777c5d8dd..334c460c805f6fdc16948041b664267fd823020f 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index 8996c40ddc03101be1d40ac250b024c97a7f1983..b059dd37376d13a97d8239e5fa59068ca764a453 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include <asm/io.h>
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <power-domain-uclass.h>
index 8d6abe13dbc6d3ccf0e500efb24674214a0ab99b..0a9f498b97b15173ce2b890c17ed89c3dc57734d 100644 (file)
@@ -8,7 +8,6 @@
  * Loosely based on Linux kernel ti_sci_pm_domains.c...
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 5ee9e020fb3b658f5aeb2c7a2f4d1fe9b7a82353..ac93934eb42089cbe326667c8bfa79b101f66b78 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2021, Xilinx. Inc.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <log.h>
index 6d62f6cae40d59588688e7b5ef4d88c5e1c5be2e..21c2fabce1b888fa3cb127b22eebb955ddef46c5 100644 (file)
  * MA 02111-1307 USA
  */
 
-#include <common.h>
 #include <errno.h>
 #include <fdtdec.h>
 #include <log.h>
+#include <time.h>
 #include <tmu.h>
+#include <asm/io.h>
 #include <asm/arch/tmu.h>
 #include <asm/arch/power.h>
 
index 354817a037808d6dd3692b755793fb9e9fce6e52..dd6cbcf18206573c0783d6e4397be3fb47b3e243 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2019 Frank Wunderlich <frank-w@public-files.de>
  */
 
-#include <common.h>
 #include <command.h>
 #include <asm/io.h>
 #include <linux/delay.h>
index 1f64f217c345fc9d1c24f21939f12c4bf5c4f759..9ba096711e14da01b62214da18644cb189b4e652 100644 (file)
@@ -7,7 +7,6 @@
  * Copyright (C) ST-Ericsson SA 2010
  */
 
-#include <common.h>
 #include <dm.h>
 #include <regmap.h>
 #include <syscon.h>
index 8f0f5a6d96e5ca63449d95ca174a8ff40df264a2..3058ef0f893d810c94f7a21538dfb88b9481db68 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <fdtdec.h>
index c7dd9705d18960edf4bc4d54a0c0300cde7dc5a7..9b0f4fb97363e1916419448ffd6dbe30a2dae593 100644 (file)
@@ -5,7 +5,6 @@
 
 #define pr_fmt(fmt) "as3722: " fmt
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <fdtdec.h>
index 987fbdf9bc08ab5e5b33155a121e3f5972fbb56b..52d8bd00b1fd8fa348c9f7e66db8cfb317cb22c0 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2014 NVIDIA Corporation
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/gpio.h>
 #include <linux/printk.h>
index ee6ae78e5c4c91e371de48d3ce8f423aae8274f8..a5df2570fc3e6a2dcaa4f1277c1a4fd341d66f63 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2018 NXP
  */
 
-#include <common.h>
 #include <errno.h>
 #include <dm.h>
 #include <i2c.h>
index ca95b82e6d0115db987adc771a571268b3f9bb06..7bd3df391421c4d93743f696f8607981ec640c4f 100644 (file)
@@ -4,7 +4,6 @@
  *  Martin Fuzzey  <martin.fuzzey@flowbird.group>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index d556b9a5878a0dc7b977321cd2d75a9e5e5eb90b..95bf600cbc3fe4908bfdcfedd1ede2a69c3a4972 100644 (file)
@@ -3,7 +3,6 @@
  * (C) 2018 Theobroma Systems Design und Consulting GmbH
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <dm/device-internal.h>
index f0a03742f87bc7cb1c34645686475905dd35351e..6e81b9c34279d9b2a70c3bd287973b97000bbbf5 100644 (file)
@@ -4,7 +4,6 @@
  *  Przemyslaw Marczak  <p.marczak@samsung.com>
  */
 
-#include <common.h>
 #include <errno.h>
 #include <dm.h>
 #include <i2c.h>
index fda5bc1516429ee8ec20ff4b9bbf40da893dbbb4..2c8fa4ea312f2ac14aa39aa081f37e7118150377 100644 (file)
@@ -4,7 +4,6 @@
  * Keerthy <j-keerthy@ti.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 904e02c4d818802150169151dcc9edf843be93bf..c2ff75bbcdcd9f2ecc8263c661d4f02904754381 100644 (file)
@@ -4,7 +4,6 @@
  * Keerthy <j-keerthy@ti.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 7e6f7d1966f171a6fefa6578cab6433aa9cdd861..bfe57b386d3d2c5db525b0fa2cc5519f5ad4f4ef 100644 (file)
@@ -4,7 +4,6 @@
  *  Przemyslaw Marczak  <p.marczak@samsung.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 504a63bf743159c3feb3ba9c2853d7b8fe1557a3..4afa6c84ef82f986d95edc00255bbd029513f769 100644 (file)
@@ -4,7 +4,6 @@
  *  Jaehoon Chung <jh80.chung@samsung.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <i2c.h>
 #include <linux/printk.h>
index d155474447f5dec4c7249b0df4cf33de8764783b..05669023753e8d17f5bd9e050bd93843d59d3f90 100644 (file)
@@ -4,7 +4,6 @@
  *  Jaehoon Chung <jh80.chung@samsung.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <i2c.h>
index 40d732224b6c2ee426dd5ae4cf200ab775ca0189..43badb5767a589c74e70529da159406905b6f66d 100644 (file)
@@ -5,7 +5,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <fsl_pmic.h>
index 6180adf77e2d02d75e6fe66ff89bf9c9a03d7888..9d44f0ae655e843682d1286c9a795f402519fbcf 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Copyright 2020 Gateworks Corporation
  */
-#include <common.h>
 #include <errno.h>
 #include <dm.h>
 #include <i2c.h>
index e340a32279fbf35445fd60ee38b78836307d434f..f676bf641694702ef0af739b0e688d964f4f1934 100644 (file)
@@ -4,7 +4,6 @@
  * Keerthy <j-keerthy@ti.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 0bbe98cd8a29b5783b0fe057a1c7b2d26a5032cb..07af6273d8aece5f94dccd7358539118deca004d 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2019 NXP
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 15420acb4725807be4c7f22e837118ab517869d5..9e09805d251f1f1537215cb3388bd0958ad9fdb9 100644 (file)
@@ -4,7 +4,6 @@
  * Peng Fan <Peng.Fan@freescale.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 0e2f5e1f41111eff5342d46810fbb9d30c617003..bb459816d14381c8568588737c5f1fc442fb2abe 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_PMIC
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 80b9078cf8f0732e0f798040c33aa1976d3623f0..05305013882d70886db4d3869c634f49104bd76a 100644 (file)
@@ -4,7 +4,6 @@
  *  Peter Griffin <peter.griffin@linaro.org>
  */
 #include <asm/io.h>
-#include <common.h>
 #include <linux/delay.h>
 #include <power/pmic.h>
 #include <power/max8997_muic.h>
index af94f37b0f108f79c9c10d1f850a0a137f4913a7..145a631b6b24086ad885bdabe49d18a1b09c1c47 100644 (file)
@@ -4,7 +4,6 @@
  * Tim Harvey <tharvey@gateworks.com>
  */
 
-#include <common.h>
 #include <errno.h>
 #include <i2c.h>
 #include <power/pmic.h>
index 9dd1c46ea220bf3d258b597713b2d7b782b0097d..0dfdfbdf3dca1aa397489be4e75e49d3d90ac065 100644 (file)
@@ -4,7 +4,6 @@
  * Hou Zhiqiang <Zhiqiang.Hou@freescale.com>
  */
 
-#include <common.h>
 #include <errno.h>
 #include <i2c.h>
 #include <power/pmic.h>
index 8c4d0a92306bde820c57454d1537ac5d130e6231..12500ba9990117d6ff08865455983d32f1ca2675 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2019 NXP
  */
 
-#include <common.h>
 #include <errno.h>
 #include <i2c.h>
 #include <power/pmic.h>
index 5115b55e49dc9c3d7af3eb8d3137a45cdee4b850..a266709d8d078990801458d65108e371585ec731 100644 (file)
@@ -4,7 +4,6 @@
  * Tim Harvey <tharvey@gateworks.com>
  */
 
-#include <common.h>
 #include <errno.h>
 #include <i2c.h>
 #include <power/pmic.h>
index a6d97252bc9e644de9f467864a6de9e82aed3bd4..602c4744aa6c2e57837c687f74d13cabcc24a159 100644 (file)
@@ -4,7 +4,6 @@
  * Peng Fan <Peng.Fan@freescale.com>
  */
 
-#include <common.h>
 #include <errno.h>
 #include <i2c.h>
 #include <power/pmic.h>
index f2ac6494811ddbe8031285fe437faf930a80d0db..92d0a95859b0fed240363b04053e04efbb4a1f40 100644 (file)
@@ -4,7 +4,6 @@
  *
  * (C) Copyright 2015 Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  */
-#include <common.h>
 #include <dm.h>
 #include <power/pmic.h>
 #include <spmi/spmi.h>
index 6426d1488a5c2bee1f8ca1cf3f6d009fa314baba..4f0e406d560626d28950859c32757306c0d07126 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Felipe Balbi <balbi@ti.com>
  */
 
-#include <common.h>
 #include <i2c.h>
 #include <linux/errno.h>
 #include <power/pmic.h>
index ccbf2235933da9862f96f7e8d4d192743dd42533..bd44e0d9ae05150d1123998d3c9be43d47db8af1 100644 (file)
@@ -4,7 +4,6 @@
  * Texas Instruments, <www.ti.com>
  */
 
-#include <common.h>
 #include <i2c.h>
 #include <dm.h>
 #include <errno.h>
index 6717490180413e03bbfb82689fbf44ca8734cfcb..49d07e95cd7ce04c839aa460e88cb6d537581aca 100644 (file)
@@ -4,7 +4,6 @@
  * Texas Instruments, <www.ti.com>
  */
 
-#include <common.h>
 #include <i2c.h>
 #include <linux/errno.h>
 #include <power/pmic.h>
index e3de73082150244ef58e92a633db596b486c25e8..df9bb66a7f9ca2d5605010f01d24edf1a3a079a1 100644 (file)
@@ -4,7 +4,6 @@
  * Texas Instruments, <www.ti.com>
  */
 
-#include <common.h>
 #include <i2c.h>
 #include <power/tps65910.h>
 
index ecf836eb0e659002ad64f5f0696ed6f69758eda7..de8d805566aacdddfb19a04f17f7d6548968c0c6 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) EETS GmbH, 2017, Felix Brack <f.brack@eets.ch>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/lists.h>
 #include <i2c.h>
index 3a8261d1749f053afec82825a255349e64490c6c..12ff26a08558e7e2dc5bfb9bbc387ccd1dd8339b 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/lists.h>
 #include <errno.h>
index 9d103dd840578bcf549be799a5024f3b3f33c684..0124d84a7295bf7a3da8058c41e411c81a9dc07d 100644 (file)
@@ -4,7 +4,6 @@
  * Stefan Agner <stefan.agner@toradex.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <fdtdec.h>
index 5ff4f20521135c31bd34582df52c2d3141e0e14b..17780017035bc2f8c6b672976eb4d25e484307b7 100644 (file)
@@ -4,7 +4,6 @@
  *  Przemyslaw Marczak  <p.marczak@samsung.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index eea072ae824f4be635279cb1130a9f1a4a09e21e..799d00125409efa350f476b07a978a6a6a8ab8a4 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 14b82455f5fbc80b96bf9458adba700dc77c7b35..ddc11d6df86f810b821bd81430f4609e9e996e05 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY   UCLASS_PMIC
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 8701d4f971c9ba04c4101b54205d6255e37801e2..c99a0c27b3360ad5f13655f99380f56c660cf0f4 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <i2c.h>
index 2a04d5948a5e4d407c399f068743ba383d3b1edc..ad2ab34719e5b08bdd2e6c9ab6f7850bc84fb83c 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <fdtdec.h>
index 9462afee77fd6e9a3099ab19964634e74aa31fc8..0716af027a3ad5fcd871a7aa65b1199ea644b27d 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 943d845086c3b6101d6a7d48b76acf53e6e1b92e..c3490db2a089850db40cf205fe52cb32a26a6bab 100644 (file)
@@ -4,7 +4,6 @@
  * Keerthy <j-keerthy@ti.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 4f7ba099cd917baf8c2bb4a4846f6e15c7eb3c6c..1caf9f0934689c042d5bc0ec2f72e45a13f19b48 100644 (file)
@@ -9,7 +9,6 @@
  * (C) Copyright 2008-2009 Freescale Semiconductor, Inc.
  */
 
-#include <common.h>
 #include <command.h>
 #include <log.h>
 #include <malloc.h>
index ad7aaf35a9a0279965a2196e88970d35e5372853..a5c7ea34c4ae436b92a6b0a904f08979cbbc6fc9 100644 (file)
@@ -4,7 +4,7 @@
  *  Lukasz Majewski <l.majewski@samsung.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <log.h>
 #include <power/pmic.h>
 #include <dialog_pmic.h>
index 9dc930fb305aecb0302408447349f34b52f854cd..a10a14a79616ca1c65a7aa168434a96e6a1d1d42 100644 (file)
@@ -4,7 +4,7 @@
  *  Lukasz Majewski <l.majewski@samsung.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <spi.h>
 #include <power/pmic.h>
 #include <fsl_pmic.h>
index b67ac2f027b59c8ccf13862585cf6ea737d00bdf..a871fc4198722c0b60cc02a07934f03108b7e908 100644 (file)
@@ -10,7 +10,6 @@
  * (C) Copyright 2019 NXP
  */
 
-#include <common.h>
 #include <log.h>
 #include <linux/types.h>
 #include <power/pmic.h>
index 1eaf9773ef8b35aa93a472575e46254462a7ba63..54427316ce42f2163767e12b475ac5a3602a837f 100644 (file)
@@ -9,7 +9,6 @@
  * (C) Copyright 2008-2009 Freescale Semiconductor, Inc.
  */
 
-#include <common.h>
 #include <linux/types.h>
 #include <power/pmic.h>
 #include <spi.h>
index bdce97365dd00c448b3bac915be8e234451d4418..d3e72da0d35a8b0a0b4272136d3b54c45f56bcdb 100644 (file)
@@ -8,7 +8,6 @@
  * zyw <zyw@rock-chips.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <power/act8846_pmic.h>
index 096a1565d5a7f5b150445edfa0f3be5cd1aea008..824a753db16122c16dcc1ac1fa3fc940a06fa543 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2021 Linaro
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index ec0776b440bb8a80ffc4f375c156a68f9797d65b..8d60965fe9ac2dab11ee0c885704379f4e013c59 100644 (file)
@@ -6,7 +6,6 @@
  * Placeholder regulator driver for as3722.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 913ed88d45f79079a6e41fb45f31abcceaa23d61..59aec1a7313e16b2301315564aa6fc2f2fd95b26 100644 (file)
@@ -5,7 +5,6 @@
  * ROHM BD71837 regulator driver
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <linux/bitops.h>
index 8df1abcf7885cb38fdf0054586902773acb54128..5d566b06a522824ec0c3060606e49b2607641915 100644 (file)
@@ -4,7 +4,6 @@
  *  Martin Fuzzey  <martin.fuzzey@flowbird.group>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <linux/bitops.h>
 #include <power/da9063_pmic.h>
index fa8d88f2e0dc5e45a990b45ecc07f8dcda268ebc..5cba58f91cacdd8556060f62153bfefbc190fca3 100644 (file)
@@ -3,7 +3,6 @@
  * (C) 2018 Theobroma Systems Design und Consulting GmbH
  */
 
-#include <common.h>
 #include <bitfield.h>
 #include <errno.h>
 #include <dm.h>
index 590c288d6575f7e7282e89a416db784426cbcf15..98c89bf2aff687a69e5b22419e7b9b4b5e852a4d 100644 (file)
@@ -5,7 +5,6 @@
  *  Przemyslaw Marczak <p.marczak@samsung.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <errno.h>
 #include <dm.h>
index 74137b7b876fd7b6201891d85739247633893ac6..38b22535c3dd4998a2670d9a1b1d24dc1e47519d 100644 (file)
@@ -4,7 +4,6 @@
  * Keerthy <j-keerthy@ti.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index c326f8efa471cc04d85fe0c47efde2b6eed79d7f..c59d77118adad8436b86ca34b3581a8a9073eba3 100644 (file)
@@ -6,7 +6,6 @@
  * Keerthy <j-keerthy@ti.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 6bbc831d2c8ab46f78c34cad4b81640c6da73b2c..d622d9568156787db12ec9ad6d46cbad18121deb 100644 (file)
@@ -6,7 +6,6 @@
  * Keerthy <j-keerthy@ti.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 3a20803993403b2e4601f32db78b7d19dd5ba7b0..4e0ba12a0ef880d0477fc2d587a518f43c157537 100644 (file)
@@ -6,7 +6,6 @@
  *  Przemyslaw Marczak <p.marczak@samsung.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index fcd1058cdf521bd2fa2544e9fc979bc484745c2d..30d1b8945cb7e6430447464848abf74ad216b99b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2022 Nuvoton Technology Corp.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/io.h>
 #include <dm/device_compat.h>
index d615e9473403e4dc82b87666a7e947f9b2e20dee..2286eac93fbe5e850b910f7bb0c89a91d8958ae7 100644 (file)
@@ -6,7 +6,6 @@
  * Keerthy <j-keerthy@ti.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index cf4e2858443da2771e287ce5088fc488c13fec1b..8f599cab68999500ccee1aebd8feb576be00d8ff 100644 (file)
@@ -4,7 +4,6 @@
  * Jean-Jacques Hiblot <jjhiblot@ti.com>
  */
 
-#include <common.h>
 #include <errno.h>
 #include <dm.h>
 #include <log.h>
index 7ca20d1f7f87191c3493803b24d0573cfcd2c6ce..9faf1eab5f90739e85e901cdd52ce9aa2156d322 100644 (file)
@@ -7,7 +7,6 @@
  * ROHM BD71837 regulator driver
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <linux/bitops.h>
index 1d926689b3b012d55757f2cddb7c67709b3726bf..bf3a7019411e764a19b5ceb0dc259dfd76152369 100644 (file)
@@ -5,7 +5,6 @@
  * Peng Fan <peng.fan@nxp.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index ca59f3ae3e18ceae3f36a818c26548b17b29faf8..ff738faadc52d0e7847d3e3f8b6e9167b25d82a8 100644 (file)
@@ -7,7 +7,6 @@
  * Author: Lee Jones <lee.jones@linaro.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 77d101f262e2708ee5a8ea9375860b099c0814f2..66fd531da043c867d2c836566cecbb19ef968272 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_REGULATOR
 
-#include <common.h>
 #include <errno.h>
 #include <dm.h>
 #include <log.h>
index 0116fa01bbfe19fe9ed2d40a3509ee13dcce2b87..e3565d32a019b3cd7a447d98afb29b2754a099b2 100644 (file)
@@ -4,7 +4,6 @@
  * Sven Schwermer <sven.svenschwermer@disruptive-technologies.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <asm/gpio.h>
index 1bd4605d43a06c9c9cf8f77d4b6147ed08b5130c..bf3af781527913af3845375de13ee3db1ac4600a 100644 (file)
@@ -8,7 +8,6 @@
  * zyw <zyw@rock-chips.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 987a1f9d8638af32bb4c28973cd494c2f885eb92..96de55065feb06fdb86d7b3f056b5a65f97dda16 100644 (file)
@@ -4,7 +4,6 @@
  *  Jaehoon Chung <jh80.chung@samsung.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 23575831f382e98d6843ae9a557daa39d873b709..0dcf0990802b8a946a91f0e14c819dc5e233d4c5 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 71ef0c5441afda9661f673144c816def70bb4783..80a68f5a30d52e709295a2f06a1c098eaccf31f2 100644 (file)
@@ -4,7 +4,6 @@
  *  Przemyslaw Marczak  <p.marczak@samsung.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 9c72c35d039e7e97d606700b69606553443967e7..99f6506f162874f2b778795c104a3250a8c74f55 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_REGULATOR
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <scmi_agent.h>
index c37998a4bac4b06313d098dfd6b2eeb95f016eaf..dd8a33f15bea08f4a261109118e85710daca18b1 100644 (file)
@@ -8,7 +8,6 @@
 
 #define LOG_CATEGORY UCLASS_REGULATOR
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <asm/io.h>
index 4839d834316a8320eb2e9e57c5c99e22789464ad..b5ffa1cd5895e3fa2f3979694ef20ce42d0ce058 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Christophe Kerello <christophe.kerello@st.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <linux/delay.h>
index 7014b1982d0012943fcfa9743fc10f349c8406b8..9acc6b9054979852427823624476cc8c25af9c40 100644 (file)
@@ -4,7 +4,6 @@
  *      Tero Kristo <t-kristo@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <i2c.h>
 #include <dm/device_compat.h>
index fa15e61a10e013d935f10e535a5356a1cc4d4b37..2d414de149079daa8f83e080e1de9f8fcdc99361 100644 (file)
@@ -3,10 +3,10 @@
  * Copyright (c) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
+#include <time.h>
 #include <linux/delay.h>
 #include <power/pmic.h>
 #include <power/regulator.h>
index f87d07e61fbff09f55ef7cac8da2c562e94e4e8a..b7124fed02450249172a9aacd75d75ae9d9f2a01 100644 (file)
@@ -5,7 +5,6 @@
  *
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index a4b9d449274bc50f9effc29b55d42ce1e2f04920..562fd7db1908bef3d33b8f748248c02878dab6c4 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) EETS GmbH, 2017, Felix Brack <f.brack@eets.ch>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <linux/printk.h>
index 5809a53fa214c5cb92980cf818f37060fe499f00..bc4d153fd84437b79b4c8046a5664abbd285d2ab 100644 (file)
@@ -6,7 +6,6 @@
  * Keerthy <j-keerthy@ti.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <errno.h>
 #include <dm.h>
index 45f47939869af317dd5df8313450457f7b97d139..fb6028de71af34ae9df02dd7c4a5890a987ba0eb 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2016
  * Jelle van der Waa <jelle@vdwaa.nl>
  */
-#include <common.h>
 #include <i2c.h>
 #include <sy8106a.h>
 
index 37f1c459a6373333e0deb792a592819fdebb9763..4034a9b49dd08dbad4de13857eacd0f2dd5d0051 100644 (file)
@@ -4,12 +4,12 @@
  * (C) Copyright 2010,2011 NVIDIA Corporation <www.nvidia.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <tps6586x.h>
 #include <asm/io.h>
 #include <i2c.h>
 #include <linux/delay.h>
+#include <linux/errno.h>
 
 static struct udevice *tps6586x_dev;