From owner-svn-src-all@freebsd.org Sun Feb 14 23:42:09 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1734AA90BA; Sun, 14 Feb 2016 23:42:09 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACBF1E93; Sun, 14 Feb 2016 23:42:09 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1ENg8kx041910; Sun, 14 Feb 2016 23:42:08 GMT (envelope-from andrew@FreeBSD.org) Received: (from andrew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1ENg7d5041901; Sun, 14 Feb 2016 23:42:07 GMT (envelope-from andrew@FreeBSD.org) Message-Id: <201602142342.u1ENg7d5041901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andrew set sender to andrew@FreeBSD.org using -f From: Andrew Turner Date: Sun, 14 Feb 2016 23:42:07 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 23:42:10 -0000 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