aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-02-14 23:51:13 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-02-14 23:51:13 +0000
commit632381ed9d54f8aaed2c9e5846bcc6ac04087d87 (patch)
tree2ac82ce7158f474db944e08e5f76928dddb43c75
parentaa8dbafa71a5a0ac32f656ccb08a4982948cce06 (diff)
downloadsrc-632381ed9d54f8aaed2c9e5846bcc6ac04087d87.tar.gz
src-632381ed9d54f8aaed2c9e5846bcc6ac04087d87.zip
Move the twsi driver source to be under iicbus. It is in a separate
directory as it is expected multiple attachments will be added for the SoC families that use this hardware. Sponsored by: ABT Systems Ltd
Notes
Notes: svn path=/head/; revision=295622
-rw-r--r--sys/arm/mv/files.mv1
-rw-r--r--sys/conf/files.arm1
-rw-r--r--sys/dev/iicbus/twsi/twsi.c (renamed from sys/arm/mv/twsi.c)0
3 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/mv/files.mv b/sys/arm/mv/files.mv
index 33a7711c1374..e605aab06f0e 100644
--- a/sys/arm/mv/files.mv
+++ b/sys/arm/mv/files.mv
@@ -19,7 +19,6 @@ arm/mv/mv_machdep.c standard
arm/mv/mv_pci.c optional pci
arm/mv/mv_ts.c standard
arm/mv/timer.c standard
-arm/mv/twsi.c optional twsi
dev/cesa/cesa.c optional cesa
dev/mge/if_mge.c optional mge
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index bc5d8a39fd6d..ac8b4e8914e6 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -101,6 +101,7 @@ dev/fb/fb.c optional sc
dev/fdt/fdt_arm_platform.c optional platform fdt
dev/hwpmc/hwpmc_arm.c optional hwpmc
dev/hwpmc/hwpmc_armv7.c optional hwpmc armv6
+dev/iicbus/twsi/twsi.c optional twsi
dev/psci/psci.c optional psci
dev/psci/psci_arm.S optional psci
dev/syscons/scgfbrndr.c optional sc
diff --git a/sys/arm/mv/twsi.c b/sys/dev/iicbus/twsi/twsi.c
index e0290a86121c..e0290a86121c 100644
--- a/sys/arm/mv/twsi.c
+++ b/sys/dev/iicbus/twsi/twsi.c