Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2023 07:56:35 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 22d7dd834bc5 - main - iicbus: Move adm1030 and adt746x to new pwm subdirectory
Message-ID:  <202310030756.3937uZWE035622@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=22d7dd834bc5cd189810e414701e3ad1e98102e4

commit 22d7dd834bc5cd189810e414701e3ad1e98102e4
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-09-19 08:04:02 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-10-03 07:56:19 +0000

    iicbus: Move adm1030 and adt746x to new pwm subdirectory
    
    Those are (mainly) pwm controller so move it under a new subdirectory.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    Differential Revision:  https://reviews.freebsd.org/D41910
---
 sys/conf/files.powerpc             | 4 ++--
 sys/dev/iicbus/{ => pwm}/adm1030.c | 0
 sys/dev/iicbus/{ => pwm}/adt746x.c | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 48251ab07d9e..0a05b1327689 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -41,13 +41,13 @@ dev/hwpmc/hwpmc_power8.c	optional	hwpmc
 dev/hwpmc/hwpmc_powerpc.c	optional	hwpmc
 dev/hwpmc/hwpmc_ppc970.c	optional	hwpmc
 dev/iicbus/ad7417.c		optional	ad7417 powermac
-dev/iicbus/adm1030.c		optional	powermac windtunnel | adm1030 powermac
-dev/iicbus/adt746x.c		optional        adt746x powermac
 dev/iicbus/ds1631.c		optional	ds1631 powermac
 dev/iicbus/ds1775.c		optional	ds1775 powermac
 dev/iicbus/max6690.c		optional	max6690 powermac
 dev/iicbus/ofw_iicbus.c		optional	iicbus aim
 dev/iicbus/ofw_iicbus_if.m	optional	iicbus aim
+dev/iicbus/pwm/adm1030.c	optional	powermac windtunnel | adm1030 powermac
+dev/iicbus/pwm/adt746x.c	optional        adt746x powermac
 dev/ipmi/ipmi.c			optional	ipmi
 dev/ipmi/ipmi_opal.c		optional	powernv ipmi
 dev/ice/if_ice_iflib.c		optional	ice pci powerpc64 | ice pci powerpc64le \
diff --git a/sys/dev/iicbus/adm1030.c b/sys/dev/iicbus/pwm/adm1030.c
similarity index 100%
rename from sys/dev/iicbus/adm1030.c
rename to sys/dev/iicbus/pwm/adm1030.c
diff --git a/sys/dev/iicbus/adt746x.c b/sys/dev/iicbus/pwm/adt746x.c
similarity index 100%
rename from sys/dev/iicbus/adt746x.c
rename to sys/dev/iicbus/pwm/adt746x.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310030756.3937uZWE035622>