]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
pwm: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:10 +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>
15 files changed:
drivers/pwm/cros_ec_pwm.c
drivers/pwm/exynos_pwm.c
drivers/pwm/pwm-aspeed.c
drivers/pwm/pwm-at91.c
drivers/pwm/pwm-cadence-ttc.c
drivers/pwm/pwm-imx.c
drivers/pwm/pwm-meson.c
drivers/pwm/pwm-mtk.c
drivers/pwm/pwm-sifive.c
drivers/pwm/pwm-ti-ehrpwm.c
drivers/pwm/pwm-uclass.c
drivers/pwm/rk_pwm.c
drivers/pwm/sandbox_pwm.c
drivers/pwm/sunxi_pwm.c
drivers/pwm/tegra_pwm.c

index 4a39c319aa2a704e04c73609c7b72567ac821fd8..b89f00f151b083f010d5b4b924ed1e18d15e180b 100644 (file)
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0+
 
-#include <common.h>
 #include <cros_ec.h>
 #include <dm.h>
 #include <errno.h>
index 609025d680d2cc7f4f8e1a9d817a96ffebd962ab..5ded60978f476ada941d338f4fb264cbd6fcafdf 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2016 Google Inc.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <pwm.h>
index b03472d2345ca5678a89f9fd1537a0b6f7d9f498..ebc9d9a89752f4b9c255e79ba48a26f80e18d9b4 100644 (file)
@@ -38,7 +38,6 @@
  *   This improvement can disable/enable through PWM_ASPEED_CTRL_DUTY_SYNC_DISABLE.
  */
 
-#include <common.h>
 #include <div64.h>
 #include <dm.h>
 #include <pwm.h>
index 3ff1fb6d5c30b3c43cb1ec3a1b3598181d576d5b..ffc37180eb42bb72627bcca73cbf1fb3612355f7 100644 (file)
@@ -9,7 +9,6 @@
  * Based on drivers/pwm/pwm-atmel.c from Linux.
  */
 #include <clk.h>
-#include <common.h>
 #include <div64.h>
 #include <dm.h>
 #include <linux/bitops.h>
index d9f6736a7aee737824aadb277d4579ea19c9d4f0..767628833bc0660407337b2434ec1775f527ee51 100644 (file)
@@ -6,7 +6,6 @@
 #define LOG_CATEGORY UCLASS_PWM
 
 #include <clk.h>
-#include <common.h>
 #include <div64.h>
 #include <dm.h>
 #include <log.h>
index 8fbb40cc276708e2137f64ece59eb4e99a54920a..320ea7c4239ab605f1e50f01734d0767c9a597c8 100644 (file)
@@ -6,7 +6,6 @@
  * Basic support for the pwm module on imx6.
  */
 
-#include <common.h>
 #include <div64.h>
 #include <dm.h>
 #include <log.h>
index 60959720dac8ad1d9f5ed3f98fac36036a67831c..c2597d8b6698bb582248fbfd3fcd88a2bd509a6e 100644 (file)
@@ -16,7 +16,6 @@
  * current period to complete first).
  */
 
-#include <common.h>
 #include <clk.h>
 #include <div64.h>
 #include <dm.h>
index ad845ed9662e5540a99f9d526cac720ba7534696..9776a41ff48e36af5d88249067caca90e8613db3 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Sam Shih <sam.shih@mediatek.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <pwm.h>
index b9813a3b6bbeadda0990223af5d391375654a382..e9777c71f5e0b845bbaebdaf71185b5509059cf9 100644 (file)
@@ -12,7 +12,6 @@
  * - The hardware generates only inverted output.
  */
 
-#include <common.h>
 #include <clk.h>
 #include <div64.h>
 #include <dm.h>
index fefa3c65ec450ae8795d834ce12c35f5da271c50..563109ef0f806e74fd6e15d952e1de5a91e0e3a8 100644 (file)
@@ -7,7 +7,6 @@
  * Based on Linux kernel drivers/pwm/pwm-tiehrpwm.c
  */
 
-#include <common.h>
 #include <clk.h>
 #include <div64.h>
 #include <dm.h>
index 648d0757ba620b51a9ddcb6d29ae618431c130be..6543db1d623d1c0d86eb4ab7a5e841b6d9f893fd 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_PWM
 
-#include <common.h>
 #include <dm.h>
 #include <pwm.h>
 
index 1858d5973386095e13d3fe10812881874b637aae..0a64eb01dc2bad5e1e7a9a4a65f929270564f764 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <div64.h>
 #include <dm.h>
index 4df15f0a2e8fbfa76e1d39cd6ce935d36f897f22..0d798609ddafe45fc9d3ff9ef6de23dc7701bfdb 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <pwm.h>
index bb1bec05ec34a3c8ea23c029592c9658179c09ad..2140a05b6796bbcf1c99b5a5024103aa1102a48c 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2017-2018 Vasily Khoruzhick <anarsoul@gmail.com>
  */
 
-#include <common.h>
 #include <div64.h>
 #include <dm.h>
 #include <log.h>
index 87034706060c306704a17d7c9f7b543f7237776c..e3f1417f2ad050f295d20743ce134fb0de4822c6 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2016 Google Inc.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <pwm.h>