Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2016 23:42:07 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295621 - in head/sys/arm: conf mv
Message-ID:  <201602142342.u1ENg7d5041901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Sun Feb 14 23:42:07 2016
New Revision: 295621
URL: https://svnweb.freebsd.org/changeset/base/295621

Log:
  Create the twsi device option in preparation to move the driver to a common
  location. The device is also found in Allwinner SoCs.
  
  Sponsored by:	ABT Systems Ltd

Modified:
  head/sys/arm/conf/ARMADA38X
  head/sys/arm/conf/ARMADAXP
  head/sys/arm/conf/DB-78XXX
  head/sys/arm/conf/DB-88F5XXX
  head/sys/arm/conf/DB-88F6XXX
  head/sys/arm/conf/DOCKSTAR
  head/sys/arm/conf/DREAMPLUG-1001
  head/sys/arm/conf/NOTES
  head/sys/arm/mv/files.mv

Modified: head/sys/arm/conf/ARMADA38X
==============================================================================
--- head/sys/arm/conf/ARMADA38X	Sun Feb 14 23:05:45 2016	(r295620)
+++ head/sys/arm/conf/ARMADA38X	Sun Feb 14 23:42:07 2016	(r295621)
@@ -78,6 +78,7 @@ device		da
 # I2C
 device		iic
 device		iicbus
+device		twsi
 
 #FDT
 options 	FDT

Modified: head/sys/arm/conf/ARMADAXP
==============================================================================
--- head/sys/arm/conf/ARMADAXP	Sun Feb 14 23:05:45 2016	(r295620)
+++ head/sys/arm/conf/ARMADAXP	Sun Feb 14 23:42:07 2016	(r295621)
@@ -90,6 +90,7 @@ device		uart
 # I2C (TWSI)
 device		iic
 device		iicbus
+device		twsi
 
 #Network
 device		ether

Modified: head/sys/arm/conf/DB-78XXX
==============================================================================
--- head/sys/arm/conf/DB-78XXX	Sun Feb 14 23:05:45 2016	(r295620)
+++ head/sys/arm/conf/DB-78XXX	Sun Feb 14 23:42:07 2016	(r295621)
@@ -82,6 +82,7 @@ device		da
 # I2C (TWSI)
 device		iic
 device		iicbus
+device		twsi
 device		ds133x
 
 # SATA

Modified: head/sys/arm/conf/DB-88F5XXX
==============================================================================
--- head/sys/arm/conf/DB-88F5XXX	Sun Feb 14 23:05:45 2016	(r295620)
+++ head/sys/arm/conf/DB-88F5XXX	Sun Feb 14 23:42:07 2016	(r295621)
@@ -74,6 +74,7 @@ options 	HZ=1000
 # I2C (TWSI)
 device		iic
 device		iicbus
+device		twsi
 device		ds133x
 
 # USB

Modified: head/sys/arm/conf/DB-88F6XXX
==============================================================================
--- head/sys/arm/conf/DB-88F6XXX	Sun Feb 14 23:05:45 2016	(r295620)
+++ head/sys/arm/conf/DB-88F6XXX	Sun Feb 14 23:42:07 2016	(r295621)
@@ -87,6 +87,7 @@ device		da
 # I2C (TWSI)
 device		iic
 device		iicbus
+device		twsi
 
 # SATA
 device		mvs

Modified: head/sys/arm/conf/DOCKSTAR
==============================================================================
--- head/sys/arm/conf/DOCKSTAR	Sun Feb 14 23:05:45 2016	(r295620)
+++ head/sys/arm/conf/DOCKSTAR	Sun Feb 14 23:42:07 2016	(r295621)
@@ -117,6 +117,7 @@ device		u3g  			# USB-based 3G modems (O
 # I2C (TWSI)
 device		iic
 device		iicbus
+device		twsi
 
 # Sound
 device		sound

Modified: head/sys/arm/conf/DREAMPLUG-1001
==============================================================================
--- head/sys/arm/conf/DREAMPLUG-1001	Sun Feb 14 23:05:45 2016	(r295620)
+++ head/sys/arm/conf/DREAMPLUG-1001	Sun Feb 14 23:42:07 2016	(r295621)
@@ -121,6 +121,7 @@ device		u3g  			# USB-based 3G modems (O
 # I2C (TWSI)
 device		iic
 device		iicbus
+device		twsi
 
 # GPIO
 device		gpio

Modified: head/sys/arm/conf/NOTES
==============================================================================
--- head/sys/arm/conf/NOTES	Sun Feb 14 23:05:45 2016	(r295620)
+++ head/sys/arm/conf/NOTES	Sun Feb 14 23:42:07 2016	(r295621)
@@ -51,6 +51,9 @@ device		at91_board_tsc4370
 device		at91rm9200
 device		nand
 
+# IIC
+device		twsi
+
 nooptions	SMP
 nooptions	MAXCPU
 

Modified: head/sys/arm/mv/files.mv
==============================================================================
--- head/sys/arm/mv/files.mv	Sun Feb 14 23:05:45 2016	(r295620)
+++ head/sys/arm/mv/files.mv	Sun Feb 14 23:42:07 2016	(r295621)
@@ -19,7 +19,7 @@ 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	iicbus
+arm/mv/twsi.c			optional	twsi
 
 dev/cesa/cesa.c			optional	cesa
 dev/mge/if_mge.c		optional	mge



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