PERFORCE change 149417 for review

Rafal Jaworowski raj at FreeBSD.org
Mon Sep 8 12:27:23 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149417

Change 149417 by raj at 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


More information about the p4-projects mailing list