Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2008 12:27:22 GMT
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 149417 for review
Message-ID:  <200809081227.m88CRMXd039177@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149417

Change 149417 by raj@raj_mimi on 2008/09/08 12:26:55

	Introduce TWSI (I2C) driver for Marvell SOCs. Update kernel config.
	
	Obtained from:	Marvell, Semihalf

Affected files ...

.. //depot/projects/arm/src/sys/arm/conf/DB-88F5XXX#6 edit
.. //depot/projects/arm/src/sys/arm/mv/files.mv#3 edit
.. //depot/projects/arm/src/sys/arm/mv/twsi.c#1 add

Differences ...

==== //depot/projects/arm/src/sys/arm/conf/DB-88F5XXX#6 (text+ko) ====

@@ -67,6 +67,11 @@
 options		DEVICE_POLLING
 options		HZ=1000
 
+# I2C (TWSI)
+device		iic
+device		iicbus
+device		ds133x
+
 device		mem			# Memory and kernel memory devices
 device		md
 

==== //depot/projects/arm/src/sys/arm/mv/files.mv#3 (text+ko) ====

@@ -24,6 +24,7 @@
 arm/mv/mv_machdep.c		standard
 arm/mv/obio.c			standard
 arm/mv/timer.c			standard
+arm/mv/twsi.c			optional	iicbus
 
 dev/mge/if_mge.c		optional	mge
 dev/uart/uart_bus_mbus.c	optional	uart



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