]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
usb: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:30 +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.

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
118 files changed:
drivers/usb/cdns3/cdns3-ti.c
drivers/usb/cdns3/core.c
drivers/usb/common/common.c
drivers/usb/common/fsl-dt-fixup.c
drivers/usb/common/fsl-errata.c
drivers/usb/dwc3/core.c
drivers/usb/dwc3/dwc3-generic.c
drivers/usb/dwc3/dwc3-layerscape.c
drivers/usb/dwc3/dwc3-meson-g12a.c
drivers/usb/dwc3/dwc3-meson-gxl.c
drivers/usb/dwc3/dwc3-omap.c
drivers/usb/dwc3/ep0.c
drivers/usb/dwc3/gadget.c
drivers/usb/dwc3/samsung_usb_phy.c
drivers/usb/dwc3/ti_usb_phy.c
drivers/usb/emul/sandbox_flash.c
drivers/usb/emul/sandbox_hub.c
drivers/usb/emul/sandbox_keyb.c
drivers/usb/emul/usb-emul-uclass.c
drivers/usb/eth/asix.c
drivers/usb/eth/asix88179.c
drivers/usb/eth/mcs7830.c
drivers/usb/eth/r8152.c
drivers/usb/eth/r8152_fw.c
drivers/usb/eth/smsc95xx.c
drivers/usb/eth/usb_ether.c
drivers/usb/gadget/at91_udc.c
drivers/usb/gadget/atmel_usba_udc.c
drivers/usb/gadget/bcm_udc_otg_phy.c
drivers/usb/gadget/ci_udc.c
drivers/usb/gadget/config.c
drivers/usb/gadget/dwc2_udc_otg.c
drivers/usb/gadget/dwc2_udc_otg_phy.c
drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c
drivers/usb/gadget/ep0.c
drivers/usb/gadget/epautoconf.c
drivers/usb/gadget/ether.c
drivers/usb/gadget/f_acm.c
drivers/usb/gadget/f_dfu.c
drivers/usb/gadget/f_fastboot.c
drivers/usb/gadget/f_mass_storage.c
drivers/usb/gadget/f_rockusb.c
drivers/usb/gadget/f_sdp.c
drivers/usb/gadget/f_thor.c
drivers/usb/gadget/g_dnl.c
drivers/usb/gadget/max3420_udc.c
drivers/usb/gadget/rndis.c
drivers/usb/gadget/udc/udc-core.c
drivers/usb/gadget/udc/udc-uclass.c
drivers/usb/gadget/usbstring.c
drivers/usb/host/dwc2.c
drivers/usb/host/dwc3-of-simple.c
drivers/usb/host/dwc3-sti-glue.c
drivers/usb/host/ehci-atmel.c
drivers/usb/host/ehci-exynos.c
drivers/usb/host/ehci-fsl.c
drivers/usb/host/ehci-generic.c
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-marvell.c
drivers/usb/host/ehci-msm.c
drivers/usb/host/ehci-mx5.c
drivers/usb/host/ehci-mx6.c
drivers/usb/host/ehci-mxs.c
drivers/usb/host/ehci-npcm.c
drivers/usb/host/ehci-omap.c
drivers/usb/host/ehci-pci.c
drivers/usb/host/ehci-tegra.c
drivers/usb/host/ehci-vf.c
drivers/usb/host/ehci-zynq.c
drivers/usb/host/ohci-at91.c
drivers/usb/host/ohci-da8xx.c
drivers/usb/host/ohci-generic.c
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci-lpc32xx.c
drivers/usb/host/ohci-npcm.c
drivers/usb/host/ohci-pci.c
drivers/usb/host/r8a66597-hcd.c
drivers/usb/host/usb-sandbox.c
drivers/usb/host/usb-uclass.c
drivers/usb/host/usb_bootdev.c
drivers/usb/host/xhci-brcm.c
drivers/usb/host/xhci-dwc3.c
drivers/usb/host/xhci-exynos5.c
drivers/usb/host/xhci-fsl.c
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci-mtk.c
drivers/usb/host/xhci-mvebu.c
drivers/usb/host/xhci-omap.c
drivers/usb/host/xhci-pci.c
drivers/usb/host/xhci-rcar.c
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci.c
drivers/usb/isp1760/isp1760-hcd.c
drivers/usb/isp1760/isp1760-if.c
drivers/usb/isp1760/isp1760-uboot.c
drivers/usb/mtu3/mtu3_plat.c
drivers/usb/musb-new/am35x.c
drivers/usb/musb-new/da8xx.c
drivers/usb/musb-new/mt85xx.c
drivers/usb/musb-new/musb_core.c
drivers/usb/musb-new/musb_dsps.c
drivers/usb/musb-new/musb_gadget.c
drivers/usb/musb-new/musb_gadget_ep0.c
drivers/usb/musb-new/musb_host.c
drivers/usb/musb-new/musb_uboot.c
drivers/usb/musb-new/omap2430.c
drivers/usb/musb-new/pic32.c
drivers/usb/musb-new/sunxi.c
drivers/usb/musb-new/ti-musb.c
drivers/usb/musb-new/ux500.c
drivers/usb/musb/am35x.c
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_hcd.c
drivers/usb/musb/musb_udc.c
drivers/usb/phy/rockchip_usb2_phy.c
drivers/usb/ulpi/omap-ulpi-viewport.c
drivers/usb/ulpi/ulpi-viewport.c
drivers/usb/ulpi/ulpi.c

index 2e44aadea47b3eb24b3536cdc22c6235f6fb5e9f..ac072260c30a72484aea62bbadc9ef250f4a608a 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <dm/device_compat.h>
index 12a741c6ea7c4e376494a3cc29bebe5323220021..b4e931646b886c344c47f571a51356afa41a7efc 100644 (file)
@@ -11,7 +11,6 @@
  *         Roger Quadros <rogerq@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <dm/device-internal.h>
index 7137a569d97c83a8f84c7c7ac2f45227e931eb9a..13e9a61072a973acc9a2a7096867bb6d26fe6123 100644 (file)
@@ -6,7 +6,6 @@
  *     Texas Instruments Incorporated, <www.ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/global_data.h>
 #include <linux/printk.h>
index 00b8cd368b1af569e5c50e2188628fad74dfa62b..6a68bd76c2742c89862c82a4106bf9b9c4db6c03 100644 (file)
@@ -7,7 +7,6 @@
  * Author: Tor Krill tor@excito.com
  */
 
-#include <common.h>
 #include <log.h>
 #include <usb.h>
 #include <asm/io.h>
index 9eb1d23067253ea1c489fc08a05396b0883004c9..89ae73f2ba482ada9e215665a6e882f88529227c 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2013 Freescale Semiconductor, Inc.
  */
 
-#include <common.h>
 #include <hwconfig.h>
 #include <fsl_errata.h>
 #include<fsl_usb.h>
index 96e850b7170f346051f46e30462551bbe7c11a36..c443d56746dd5f342e39b9a982a126b3ddb8462b 100644 (file)
@@ -13,7 +13,6 @@
  * commit cd72f890d2 : usb: dwc3: core: enable phy suspend quirk on non-FPGA
  */
 
-#include <common.h>
 #include <clk.h>
 #include <cpu_func.h>
 #include <malloc.h>
index 7a00529a2a8e055d471d21b8c90cd8829b7a2ff9..8db678eb85d45da5ec7020312eaa6c06d1e24e7d 100644 (file)
@@ -7,7 +7,6 @@
  * Based on dwc3-omap.c.
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <log.h>
 #include <dm.h>
index c32df2396d74ab0e45563f03f6e40839ecf935ea..ff83bf71e89857dec27eee2847277eb0ce2a2f7d 100644 (file)
@@ -7,7 +7,6 @@
  * Based on dwc3-generic.c.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <dm/device-internal.h>
index 1a3e9350c46dfe3c3e86cccd747ce6f4e98c7c06..21e4f637bb150fb527c3f01fc641010c1eef5c74 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <dm.h>
 #include <dm/device-internal.h>
index 2ce915701a857dde9427cd0ed0be4fbbd2d30e1e..3e693c5ff310ad5e7a513ff1849856117b26cf73 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #define DEBUG
-#include <common.h>
 #include <dm.h>
 #include <dm/device-internal.h>
 #include <dm/lists.h>
index 53c4d4826b4544c967ab91729a8cc6f9daab4a77..4b219c35eb35229db55585ec8e5c27247083dcb2 100644 (file)
@@ -13,7 +13,6 @@
  * commit 7ee2566ff5 : usb: dwc3: dwc3-omap: get rid of ->prepare()/->complete()
  */
 
-#include <common.h>
 #include <malloc.h>
 #include <asm/io.h>
 #include <dm.h>
index 1133cf82b1ae176267ef6e82f1f71176fc8d71a5..117d38a0340b06248a70ce20cf4c1359b5bb1e54 100644 (file)
@@ -12,7 +12,6 @@
  *
  * commit c00552ebaf : Merge 3.18-rc7 into usb-next
  */
-#include <common.h>
 #include <cpu_func.h>
 #include <dm.h>
 #include <dm/device_compat.h>
index 406d36ceafe4c913894f47e0421f5d3b6cab9b7c..4de007cb0c387fdfd14ab92178d16c50b78d309d 100644 (file)
@@ -13,7 +13,6 @@
  * commit 8e74475b0e : usb: dwc3: gadget: use udc-core's reset notifier
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <log.h>
 #include <malloc.h>
index abbd413689016d1a0b5ad60776b789045dbfcec8..0a7713081636869b0c3df49d0c7dc95e55d1687f 100644 (file)
@@ -7,7 +7,7 @@
  * Author: Joonyoung Shim <jy0922.shim@samsung.com>
  */
 
-#include <common.h>
+#include <asm/io.h>
 #include <asm/arch/power.h>
 #include <asm/arch/xhci-exynos.h>
 #include <linux/delay.h>
index 8ae130860f7931f771492f4bad670652d5cdad96..f0ecdea958ae2ec387b1204493e232c82f08e4ec 100644 (file)
@@ -16,7 +16,6 @@
  * and remove" for phy-omap-usb2.c
  */
 
-#include <common.h>
 #include <malloc.h>
 #include <ti-usb-phy-uboot.h>
 #include <dm/device_compat.h>
index 7c5c1ab3de739dedebce2d2b9fec6aefec26e7fc..24420e3d51e1225b45a4492642166c29ff261fdf 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY   UCLASS_USB
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index 084cc16cc6838b856afe518c1284c76bfeee5f14..3b3e59f978f7d1b2f4bf2575b53d2b5e24d3e34c 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <usb.h>
index 5ec1e98e4ed42da28b840779462a4403a7516c49..db769883ba3b740963b5f68ccffa59d9791fb499 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <os.h>
index b31dc950e3abb6ab6c389d89ee6917e1e6230612..cdc18d6cbb978c18406d0470efd4b67e321b5780 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_USB_EMUL
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <usb.h>
index 26dd312b7d0673b9e00d95f6e413a01b1ecd64fb..c5a01ec922be55cbb5ac6ca21fd7bf6f2a15f844 100644 (file)
@@ -5,7 +5,6 @@
  * Patched for AX88772B by Antmicro Ltd <www.antmicro.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <net.h>
index 2e737e60668590664de2aea88d21ffffa9820a6f..7bfd285b3aa4b8e0d8e42fed3385802aac4e830d 100644 (file)
@@ -5,7 +5,6 @@
  * from the Linux AX88179_178a driver
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <usb.h>
index d94204f22d5f0ade885405d169931e876b1ec548..199fb7a5d08e8d2a7b9b68a5c0ae8c5d2e64f395 100644 (file)
@@ -9,7 +9,6 @@
  * MOSCHIP MCS7830 based (7730/7830/7832) USB 2.0 Ethernet Devices
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 3c866f4f1e2d18c08cc2baa4d2b2d8f2f6bb2c1f..e3f20e08c33cac4f8520dc670d22a1be6f3f10e7 100644 (file)
@@ -4,7 +4,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index a41abed3069a7aad80bd5b94d3c1245a024b2ba5..3159f30106020affb0fe8f00e18c769c123c4988 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2015 Realtek Semiconductor Corp. All rights reserved.
  *
   */
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <linux/bitops.h>
index de6586e62639fe1d2cd9704d96e4de57febb78e8..b4fcb2c2bb0dbf4f85251aef2e40171c48185d78 100644 (file)
@@ -6,7 +6,6 @@
  * Copyright (C) 2007-2008 SMSC (Steve Glendinning)
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 2e9af54fd63d992ad09c363de926d8c6af722a84..8bba3e0974e6cb3123de0b843ef834b7e3fa22b9 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2011 The Chromium OS Authors.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index e573a03477b9e220ed6fcb3a83dbbf8c7ae2f1a1..86b2cbf3f6ae5c8d7fbe48052fe3e12655b37001 100644 (file)
@@ -13,7 +13,6 @@
 #undef VERBOSE_DEBUG
 #undef PACKET_TRACE
 
-#include <common.h>
 #include <dm/devres.h>
 #include <linux/bug.h>
 #include <linux/err.h>
index 4c420747b0b68d49f775454f0d8701ae29b2ffe5..f99553df8d492f25caad08729ba31798227367fa 100644 (file)
@@ -7,7 +7,6 @@
  *                        Bo Shen <voice.shen@atmel.com>
  */
 
-#include <common.h>
 #include <linux/bitops.h>
 #include <linux/errno.h>
 #include <asm/gpio.h>
index c89cd57c253d8ecfd83c54bcef2a2dcc9877e7b2..9875191091ccff74a1de7e17b20d5b8380607e61 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <asm/io.h>
 #include <asm/arch/sysmap.h>
 #include <asm/kona-common/clk.h>
index 750d4714879831386c3becd68a7246c28387448a..bbe03cfff1fb877ce92afd71e38c0225311c2d12 100644 (file)
@@ -7,7 +7,6 @@
  * Murray.Jensen@cmst.csiro.au, 27-Jan-01.
  */
 
-#include <common.h>
 #include <command.h>
 #include <config.h>
 #include <cpu_func.h>
index e96782644f314c0d3ef011a929ce309253258d80..1363ef9e73df556eb51900d218adeb3fea6665b7 100644 (file)
@@ -8,7 +8,6 @@
  *                      Remy Bohmer <linux@bohmer.net>
  */
 
-#include <common.h>
 #include <asm/unaligned.h>
 #include <linux/errno.h>
 #include <linux/list.h>
index 27082f5152cbb935a8e8a4277d8b33edde8ae170..6bd395a6235a7c8e43a112eb6a538001ea3c660d 100644 (file)
@@ -17,7 +17,6 @@
  * Lukasz Majewski <l.majewski@samsumg.com>
  */
 #undef DEBUG
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <generic-phy.h>
index 7f8e9564b9e5d5259d4728420a7e4941d5f95916..c7eea7b34421ad9bde86d42334852d2f21a133e8 100644 (file)
@@ -17,7 +17,6 @@
  * Lukasz Majewski <l.majewski@samsumg.com>
  */
 
-#include <common.h>
 #include <linux/delay.h>
 #include <linux/errno.h>
 #include <linux/list.h>
index 1c34b753511d058f9e8ce8bc2e04df029bb7837a..16b2a03f9e4b2be2ed8bff75feb9d77ea6408c72 100644 (file)
@@ -17,7 +17,6 @@
  * Lukasz Majewski <l.majewski@samsumg.com>
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <log.h>
 #include <linux/bug.h>
index c256cc31fbd2e0e56e335a35a7a6f7f1b13183f2..9d08640ff23ac4972512046589ef8a240c719060 100644 (file)
@@ -36,7 +36,6 @@
  * XXX
  */
 
-#include <common.h>
 #include <serial.h>
 #include <usbdevice.h>
 
index bb0d2971d06b0b7bdd19698011202e9eb04585e5..0a70035ce04b087d75db871bd64e9cf7d03b58b1 100644 (file)
@@ -8,7 +8,6 @@
  *                      Remy Bohmer <linux@bohmer.net>
  */
 
-#include <common.h>
 #include <linux/usb/ch9.h>
 #include <linux/errno.h>
 #include <linux/usb/gadget.h>
index 36618f0bdf36ab0909642e1335bc312741a532ed..b8b29d399b13176d7db1f3aae4364bbed3e0ba9d 100644 (file)
@@ -7,7 +7,6 @@
  * Copyright (C) 2008 Nokia Corporation
  */
 
-#include <common.h>
 #include <console.h>
 #include <env.h>
 #include <log.h>
index ba216128ab27b0242215958e1f860f0c810d0116..f18c6a0a76110df62e925de1882316eed463b343 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 #include <circbuf.h>
-#include <common.h>
 #include <console.h>
 #include <errno.h>
 #include <g_dnl.h>
index 44877df4ec6b95877ba592be4de441ff1b45ca72..ca8b36e077bc52f5ff433ac3b78b200f5a98b1cb 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <env.h>
 #include <errno.h>
-#include <common.h>
 #include <log.h>
 #include <malloc.h>
 
index 09e740cc96224f75cb6c11e78af36d799c0f66dd..8df0e3f331d1938444ec8575fcceb3ae875d275b 100644 (file)
@@ -11,7 +11,6 @@
  */
 #include <command.h>
 #include <config.h>
-#include <common.h>
 #include <env.h>
 #include <errno.h>
 #include <fastboot.h>
index ef90c7ec7fb5a274e40eae2670343862d3d09eda..89a96dbb7a740b32b936e9b586c71558799d0634 100644 (file)
 #include <hexdump.h>
 #include <log.h>
 #include <malloc.h>
-#include <common.h>
 #include <console.h>
 #include <g_dnl.h>
 #include <dm/devres.h>
index 98a7ffa2a752cac0db3cc4c5e5c1010e28c8b578..d679cdae97c8d37f07cbc0f7d62ab0a474895ab3 100644 (file)
@@ -6,7 +6,6 @@
  */
 #include <command.h>
 #include <config.h>
-#include <common.h>
 #include <env.h>
 #include <errno.h>
 #include <log.h>
index ca2760c00d0d3379c55d2847ce4daa1c8f83b6c5..89496917a61f86fd3e50464fbbedaefbdc237d5e 100644 (file)
@@ -17,7 +17,6 @@
  */
 
 #include <errno.h>
-#include <common.h>
 #include <console.h>
 #include <env.h>
 #include <log.h>
index 0e7529dcdbb65df289d1077153fee3babfa56c77..5437211834800a7db7c44bf45df4b9620ca7fd5b 100644 (file)
@@ -15,7 +15,6 @@
  */
 
 #include <command.h>
-#include <common.h>
 #include <console.h>
 #include <dm.h>
 #include <errno.h>
index afb7b74f3057047f21e580fca4808c8302247551..b5b5f5d8c1182d0f8f4cb20ecb012345119d23da 100644 (file)
@@ -6,7 +6,6 @@
  * Lukasz Majewski  <l.majewski@samsung.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <malloc.h>
 
index fa655c98dcc5c30f23262f0dfc23ae80c31fd73c..5a227c0ffd99636bee2ea4aab0c25f154d1a9a2c 100644 (file)
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0+
 
-#include <common.h>
 #include <linux/errno.h>
 #include <linux/delay.h>
 #include <asm/gpio.h>
index e7276ccd37a35950b67f4f2e30449a9d662f6bf0..5e6e5a054ca745a40ec0897d3fdce75b10147cd1 100644 (file)
@@ -18,7 +18,6 @@
  *             updates to merge with Linux 2.6, better match RNDIS spec
  */
 
-#include <common.h>
 #include <log.h>
 #include <net.h>
 #include <malloc.h>
index ba658d922966ea971562c028cc618deeca9b3f6a..6bb419ae2abc67482b65ec40cca9f6640578a23a 100644 (file)
@@ -19,7 +19,6 @@
 #include <malloc.h>
 #include <asm/cache.h>
 #include <linux/dma-mapping.h>
-#include <common.h>
 #include <dm.h>
 #include <dm/device-internal.h>
 #include <linux/usb/ch9.h>
index 30ee1cab0668de0a7469525263ae5deaed535f6d..5dc23a55bb58b1c546e1e14ea164fa57ae4c900a 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_USB_GADGET_GENERIC
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device-internal.h>
 #include <linux/printk.h>
index e2464ad923f8cffc0cc91ef085920bd017c4e0e8..4617a95bd0a7a8968fc5417110503fb2a951021c 100644 (file)
@@ -6,7 +6,6 @@
  *                      Remy Bohmer <linux@bohmer.net>
  */
 
-#include <common.h>
 #include <linux/errno.h>
 #include <linux/usb/ch9.h>
 #include <linux/usb/gadget.h>
index 637eb2dd06f5394d491a11cf5d6675219ca07339..a9dbb85f4e6c5a9122108eb64f77e99758b840e8 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2014 Marek Vasut <marex@denx.de>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <cpu_func.h>
 #include <dm.h>
index f9df59d2e5d7041079f763884d340017b82f80ef..d52e7d22d1a74cfdd5d751d460f878c999501fb3 100644 (file)
@@ -10,7 +10,6 @@
  * Author: Neil Armstrong <narmstron@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <reset.h>
 #include <clk.h>
index 4a3ab6111276e6239baf61afd696d5f92a31d792..3e6834e38e386bf2201263253e751d6e940f4611 100644 (file)
@@ -6,7 +6,6 @@
  * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics.
  */
 
-#include <common.h>
 #include <log.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
index c6d50fd4551ab5682fce0e4393727c82a10c36f6..ee751224463a1319c6d306a2e28fe8a7c3376ea2 100644 (file)
@@ -5,7 +5,6 @@
  * Written-by: Bo Shen <voice.shen@atmel.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index c1cdd4b0889aead5fad8c4e19f5a4c21bf2c3ce6..1e4a5a0b6f6ce3ff7e14ec16a5250eddb5a13139 100644 (file)
@@ -6,7 +6,6 @@
  *     Vivek Gautam <gautam.vivek@samsung.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
 #include <log.h>
index 0569dd54fff937af7ac0f8fc32ed3609e7e73118..ee3eb065b142143717c38ef50d8688d137d56810 100644 (file)
@@ -7,7 +7,6 @@
  * Author: Tor Krill tor@excito.com
  */
 
-#include <common.h>
 #include <env.h>
 #include <log.h>
 #include <pci.h>
index 936e30438d9ff32e1d95fa04fbc861c31ebc94fe..23c3ed25554f9acfeac840a132d99b92e3b8fafa 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Alexey Brodkin <abrodkin@synopsys.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <log.h>
 #include <dm/device_compat.h>
index 9839aa17492d827b08e8560df74457165a1d80b9..7d5519c65a9e1a0fc24345cdfe47f612a069ef71 100644 (file)
@@ -6,7 +6,6 @@
  *
  * All rights reserved.
  */
-#include <common.h>
 #include <cpu_func.h>
 #include <dm.h>
 #include <errno.h>
index 6093c8fb0b68629c79ae176b196d596552f08e76..ca0ab57d49c278b71b28223e79b2a245e1a192a8 100644 (file)
@@ -5,7 +5,6 @@
  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
index 98fe7bc3bcb169d04a1d0770bbdb7dc8e1153b19..a081f71b187d9ee63202f1b556f753f4e2bec9d6 100644 (file)
@@ -7,7 +7,6 @@
  * Based on Linux driver
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/lists.h>
 #include <errno.h>
index c11279867c7ca0d2412d9cea5105763419729df3..fb912654097eacdaecac0bda80a13ea1640f2f4d 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2010 Freescale Semiconductor, Inc.
  */
 
-#include <common.h>
 #include <log.h>
 #include <usb.h>
 #include <errno.h>
index a35fcca43a23a6abd2e6b806c1b063b4c97aaaf0..31cd8a50f4a2258ce478db93848cbef2529564c3 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2010 Freescale Semiconductor, Inc.
  */
 
-#include <common.h>
 #include <clk.h>
 #include <log.h>
 #include <usb.h>
index ddf7cc2d00a7b1881acdbd7903955fef9fd9a32e..95af5c9254cbb26286636306c1419b3db70256c7 100644 (file)
@@ -6,7 +6,6 @@
  * on behalf of DENX Software Engineering GmbH
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <asm/arch/imx-regs.h>
 #include <errno.h>
index 357a5614edb7ddf98d20a75e413b72917bf8a69d..d2a9965b4b4f6560d38513e91832ad38899ab6a3 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2021 Nuvoton Technology Corp.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <generic-phy.h>
 #include <reset.h>
index 765336a3c42b2b5d13c687334fb1cd95f5ddde12..a95fcad02131c72709729afe396c3113e3910488 100644 (file)
@@ -10,8 +10,8 @@
  *
  */
 
-#include <common.h>
 #include <log.h>
+#include <time.h>
 #include <usb.h>
 #include <linux/delay.h>
 #include <usb/ulpi.h>
index e98ab312618daac821c7dcf8485e251f27101d7f..572686580cd56d7cca87a8c89aa259f65a3c4bcd 100644 (file)
@@ -4,7 +4,6 @@
  * All rights reserved.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <init.h>
index 2cf16256703d0dd0e149c9be38325a84432c5e55..343893b9f19acba389263fade3ccc11a89a03adb 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2013 Lucas Stach
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <linux/delay.h>
index 648e136447d93e21998333429bde8f23d33cc90e..5afe28ea303321a15905c17778a9a6317a9064e9 100644 (file)
@@ -6,7 +6,6 @@
  * Based on ehci-mx6 driver
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <usb.h>
index f7e458cb15a2b05e1f29e4571bdfc755ddd5277d..dfaff5c60f4e46e7a2cf9f7d5394cfb8a5cd00c5 100644 (file)
@@ -5,7 +5,6 @@
  * USB Low level initialization(Specific to zynq)
  */
 
-#include <common.h>
 #include <dm.h>
 #include <usb.h>
 #include <asm/arch/hardware.h>
index 9b955c1bd678eb70475b0a4002ed8457b1ec462a..b170f26e6c6a846323f3c2b90837416499ae214d 100644 (file)
@@ -4,7 +4,6 @@
  * DENX Software Engineering <mk@denx.de>
  */
 
-#include <common.h>
 #include <asm/arch/clk.h>
 
 int usb_cpu_init(void)
index d3d73d238442bba552f76d05375103d4f1960a9a..d321d147c2f957e6d54053f7c869514529803c90 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2012 Sughosh Ganu <urwithsughosh@gmail.com>
  */
 
-#include <common.h>
 #include <malloc.h>
 #include <asm/io.h>
 #include <clk.h>
index ceed1911a95a99dbdd893ba305bea3f517ba23f2..f1325cd4953430ba98a2709461627c78f693667b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Alexey Brodkin <abrodkin@synopsys.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index 3f4418198ccd7723597625e3fef23d53cc8fe3f6..c020d13c43d210c8524491ead131a544806db52e 100644 (file)
@@ -27,7 +27,7 @@
  *     to activate workaround for bug #41 or this driver will NOT work!
  */
 
-#include <common.h>
+#include <config.h>
 #include <cpu_func.h>
 #include <asm/byteorder.h>
 #include <dm.h>
index a04b2961b9617d7688412966eb379323532b25b2..ed04cae7afed81cd7eba2172c354923d11c25c81 100644 (file)
@@ -7,7 +7,6 @@
  * Copyright (c) 2015 Tyco Fire Protection Products.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <init.h>
index 9e1d52988099a9a5525c47fceda831ca0b2c9d37..ffeb6bc206a895d58ece3b99aba57b0324b116cd 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2021 Nuvoton Technology Corp.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <generic-phy.h>
 #include <reset.h>
index f061aec28966fc8cb709666efe6d0a5f019f9153..f10f109242055aacdfc092413cb868cb7edac4ea 100644 (file)
@@ -5,7 +5,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <pci.h>
index 3ccbc16da379f1ff33dd43ea47e87c2565a3b2d2..f0b18bffba4123c8dfb33a8083f953b5c5514764 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2008  Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
  */
 
-#include <common.h>
 #include <console.h>
 #include <dm.h>
 #include <log.h>
index 3d4f8d653b5d214041dc531537250d9b4372fcc9..e26f0b292ed534f65644f9137a50b99618c155cc 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <usb.h>
index a1cd0ad2d669b7c2fa04148cec104fcbe8aa99ea..cd3a07e4c374e322066afe290ff66f3157a2ed23 100644 (file)
@@ -8,7 +8,6 @@
 
 #define LOG_CATEGORY UCLASS_USB
 
-#include <common.h>
 #include <bootdev.h>
 #include <dm.h>
 #include <errno.h>
index 7fa1c601dff52fdb166fa96be700a34ac7653748..362b46dc466ebc92af987d3031dcefa6c407c10f 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <bootdev.h>
 #include <dm.h>
 #include <usb.h>
index fe17924028cd22ede5c28a79dd38c8fb9d9c64a8..2ffad148dea65a3597e45aff760e8396419a106e 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2019 Broadcom.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
 #include <usb.h>
index 6cebe1cc30cb6512805f49b324ba0b2aa5b30ce5..e3e0ceff43e6abdb8643f265819eff28c2c802f4 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <generic-phy.h>
 #include <log.h>
index 270be934e7fc58e563aeb032acbf12832532c20c..6a2d422c4b8e510bf485c3069287000f8cf77aef 100644 (file)
@@ -12,7 +12,6 @@
  * exynos5 specific PHY-init sequence.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
 #include <log.h>
index e67e09e31e4af8a21296f8b30084ea5507c5588f..3484ae1d21ee78ede669a945616081f643f139c1 100644 (file)
@@ -7,7 +7,6 @@
  * Author: Ramneek Mehresh<ramneek.mehresh@freescale.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <usb.h>
 #include <linux/errno.h>
index 72b75306265083e932ea901ea880989c2f0134c8..045b0fba81281b5ae36e8e12db2abc82f3ea6bce 100644 (file)
@@ -13,7 +13,6 @@
  *         Vikas Sajjan <vikas.sajjan@samsung.com>
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <dm.h>
 #include <log.h>
index 63dfb793c6bdeac041da58edd5450357ac5d9cbb..7e288f0575b6c8064e6c60a466519c0a1b10de86 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <dm/devres.h>
index 46b89de85d1edf84a1c1270226c8890a71728936..1338b1021c644facb8243cd1caba0b0fb32f097c 100644 (file)
@@ -5,7 +5,6 @@
  * MVEBU USB HOST xHCI Controller
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
 #include <log.h>
index 501129d769a2f99d0809a9e12917a1d4ea52de7d..66da94c0709822fe10404ef4e018de4761929dbc 100644 (file)
@@ -8,7 +8,6 @@
  * Author: Dan Murphy <dmurphy@ti.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <usb.h>
 #include <linux/errno.h>
index 11f1c02000af6dc06f08d7792f145e6a1c649577..f6972af7963d61e350e83d4061291165a9cfc66f 100644 (file)
@@ -5,7 +5,6 @@
  * All rights reserved.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <init.h>
index fedcf786929542ce7589802550b1f3fc7248dfb0..38c5928faed502d66c25babd171c35178b278038 100644 (file)
@@ -5,7 +5,6 @@
  * Renesas RCar USB HOST xHCI Controller
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <fdtdec.h>
index 910c5f3352b805e1895f974aa6f23d8c7c7093e1..1360a5940fa05567bc288c4fc8056131bbb9c655 100644 (file)
@@ -13,7 +13,6 @@
  *         Vikas Sajjan <vikas.sajjan@samsung.com>
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <log.h>
 #include <asm/byteorder.h>
index 741e186ee05bc30e7255646ef03f009c234bbf48..d30725d3fcaae206cd91831befcc0b0b39027787 100644 (file)
@@ -19,7 +19,6 @@
  * The quirk devices support hasn't been given yet.
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <dm.h>
 #include <dm/device_compat.h>
index a6c4d97aee3f5af73f722ca424845433596c05db..96c483fb9afa720ae3b45e41a8f5f87d35677e08 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include <hexdump.h>
-#include <common.h>
 #include <asm/cache.h>
 #include <cpu_func.h>
 #include <dm.h>
index c96ab459f93e66cc2d52930cff52f17163863d39..54246b49d5fef2cdeb3d979773c938b973dca79d 100644 (file)
@@ -6,7 +6,6 @@
  * (c) 2007 Sebastian Siewior <bigeasy@linutronix.de>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device-internal.h>
 #include <dm/device_compat.h>
index 203500a4cb7ffa9ef7f966e508b49b36635268d4..8dcb7768a2c23fab8709f6fc2d588d32744719e4 100644 (file)
@@ -6,7 +6,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device-internal.h>
 #include <dm/device_compat.h>
index b1b22b9357cef0211f79091899249f7ff599e372..ca86b58dfcd72e4f5961ed87f1afa3a9d34ce361 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Chunfeng Yun <chunfeng.yun@mediatek.com>
  */
 
-#include <common.h>
 #include <dm/lists.h>
 #include <linux/iopoll.h>
 
index 0a52e09e19f153cd0a40c66f147da4a5062c6449..42bc816e4f1e5ca0e6fa891c563fea65106e0b43 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <plat/usb.h>
 #else
-#include <common.h>
 #include <asm/omap_musb.h>
 #include <linux/bug.h>
 #include <linux/delay.h>
index 68fc0c36146d575f38f0031e1db9f33ba0acf791..7caf03cc2e14016d7e0eac9c7ec64442b722a8bb 100644 (file)
@@ -13,7 +13,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <dm/device-internal.h>
index 1e632dca046203baa9c8ca5ce461df33e4561673..14b28bbae6b1dbc063a08107d2e328fcd2ee95e6 100644 (file)
@@ -9,7 +9,6 @@
  *
  * This file is part of the Inventra Controller Driver for Linux.
  */
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <dm/device_compat.h>
index 00da554982fe519a99764b0ec92c79a1df49b368..257e7685cfa34200dd89c7c78f1c8377d0545898 100644 (file)
@@ -79,7 +79,6 @@
 #include <linux/platform_device.h>
 #include <linux/io.h>
 #else
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <usb.h>
index a8ff7434c9f7a100e77bd488672b9ceca19fdaea..b73f3531ce24694d85631eff53d0b10084f3fe66 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <plat/usb.h>
 #else
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <asm/omap_musb.h>
index c6083963ede9a8fcf791412b85d315853c65c44d..29e225aa0f11b26ce4a8a6a4dca0a13c2b61d7c0 100644 (file)
@@ -22,7 +22,6 @@
 #include <linux/dma-mapping.h>
 #include <linux/slab.h>
 #else
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <linux/bug.h>
index 55ce8de99bb17501b352d740eb528f1ffed8c617..63eee31a6b3e5c016a8d34fc74987f31657b0894 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/device.h>
 #include <linux/interrupt.h>
 #else
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <linux/printk.h>
index e5905d90d66fb28140fbaccc636ef30646f8341b..2f2fc7c1359b39e115a53118c867484cd592b2e6 100644 (file)
@@ -21,7 +21,6 @@
 #include <linux/list.h>
 #include <linux/dma-mapping.h>
 #else
-#include <common.h>
 #include <dm.h>
 #include <dm/device_compat.h>
 #include <usb.h>
index 7cea9a2ed65c1594fb53bd8c309736ea092c4424..43ab3245e5c3245540b3b980e3ae5ca4fa93ff8a 100644 (file)
@@ -1,4 +1,3 @@
-#include <common.h>
 #include <console.h>
 #include <dm.h>
 #include <malloc.h>
index 308eff832c9ed8d94baffbe990bc9980b5d48d6d..c8dd73050b2964a44cfb15eb40b52cf3dd5d8129 100644 (file)
@@ -8,7 +8,6 @@
  *
  * This file is part of the Inventra Controller Driver for Linux.
  */
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <serial.h>
index 4ed5e6e90c6cc497fed7e7ce911918170e2fff2a..0b25e5893b3cbaf9711eb36796c826a30b562bee 100644 (file)
@@ -9,7 +9,6 @@
  * Based on the dsps "glue layer" code.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/global_data.h>
 #include <dm/device_compat.h>
index 778b01b22ea78d2cc5ed3e5718d3972929e917ff..b577ba4187807f6cd350ec5859fb347030c58f6c 100644 (file)
@@ -15,7 +15,6 @@
  *
  * This file is part of the Inventra Controller Driver for Linux.
  */
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <generic-phy.h>
index ed5e5194d8c917861f86b82bc69571df55a87122..76e8b88369e31d9d02fb37b63a395e5c042bbb31 100644 (file)
@@ -5,7 +5,6 @@
  * (C) Copyright 2016
  *     Texas Instruments Incorporated, <www.ti.com>
  */
-#include <common.h>
 #include <command.h>
 #include <console.h>
 #include <dm.h>
index 57c7d5630d37e79344acd667e34d984f6702eba3..6b4ef3c85782ce2027865c82629b8d17d59083e3 100644 (file)
@@ -1,7 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /* Copyright (C) 2019 Stephan Gerhold */
 
-#include <common.h>
 #include <dm.h>
 #include <generic-phy.h>
 #include <dm/device_compat.h>
index f945f1f5e2c584c830c4f8a1a9e0678ef6420cb0..2c23043d40e965baa18909f3f4f10706a3f75844 100644 (file)
@@ -9,7 +9,6 @@
  * Copyright (c) 2010 Texas Instruments Incorporated
  */
 
-#include <common.h>
 #include <linux/delay.h>
 
 #include "am35x.h"
index 9651f074a49d4c277cbdecab9496c3a6d33f160a..260552e4dbd424ce3375a6bd3a181ec9f1fc9c6e 100644 (file)
@@ -8,7 +8,6 @@
  * Author: Thomas Abraham t-abraham@ti.com, Texas Instruments
  */
 
-#include <common.h>
 #include <linux/bitops.h>
 
 #include "musb_core.h"
index 4676cabae0aa763c226c5613567f63ee2a26b0f2..c95c6a4828126906f69ee49f520e5c091b22beeb 100644 (file)
@@ -7,7 +7,6 @@
  * Author: Thomas Abraham t-abraham@ti.com, Texas Instruments
  */
 
-#include <common.h>
 #include <log.h>
 #include <usb.h>
 #include <linux/delay.h>
index 2ffcb7caaad7b0417ecfc62d180cb332d58eab7b..696855ee3a613bcb9cfaa0eb443df5a45bc510a5 100644 (file)
@@ -37,7 +37,6 @@
  * -------------------------------------------------------------------------
  */
 
-#include <common.h>
 #include <hang.h>
 #include <serial.h>
 #include <usbdevice.h>
index c46ad86d3d658afad4eaef930d3b5a8d741bcd8c..9ec5b2d172b875680c54895656f129079009248d 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2016 Rockchip Electronics Co., Ltd
  */
 
-#include <common.h>
 #include <hang.h>
 #include <log.h>
 #include <asm/global_data.h>
index 1b01cd4c559f7b2e7b2b6df188b1cb2e391efe50..6f0c3eb154ee40ce57d6a4cf10613043060d87ca 100644 (file)
@@ -7,7 +7,6 @@
  * Author: Govindraj R <govindraj.raja@ti.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <asm/io.h>
 #include <linux/delay.h>
index 55a62808384dac39473d1adce27fdfe56a3afa65..bac20a02f01834e9cee677694fb950109a53c4af 100644 (file)
@@ -13,7 +13,6 @@
  * Copyright (C) 2011 Google, Inc.
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <linux/delay.h>
 #include <usb/ulpi.h>
index b5d2c2c2d1c305e6e3ef457c7cbab2d8fd52d64c..128adcbde134bc5a3b3705c3ddd932b540b54cd4 100644 (file)
@@ -19,7 +19,6 @@
  *   Freescale Semiconductors
  */
 
-#include <common.h>
 #include <exports.h>
 #include <log.h>
 #include <linux/delay.h>