files.i2c revision 1.39
11.39Sjakllsch#	$NetBSD: files.i2c,v 1.39 2011/08/04 01:45:37 jakllsch Exp $
21.1Sthorpej
31.18Spgoyettedefflag	opt_i2cbus.h				I2C_SCAN
41.1Sthorpejdefine	i2cbus { }
51.1Sthorpejdefine	i2cexec
61.1Sthorpej
71.17Smacallandevice	iic { [addr = -1], [size = -1] }
81.1Sthorpejattach	iic at i2cbus
91.1Sthorpejfile	dev/i2c/i2c.c				iic | i2cbus
101.1Sthorpejfile	dev/i2c/i2c_exec.c			iic | i2cbus | i2cexec
111.1Sthorpej
121.1Sthorpej# Common module for bit-bang'ing an I2C bus
131.1Sthorpejdefine	i2c_bitbang
141.1Sthorpejfile	dev/i2c/i2c_bitbang.c			i2c_bitbang
151.1Sthorpej
161.30Sjmcneill# Auvitek AU8522 decoder
171.30Sjmcneilldefine	au8522: i2cexec
181.30Sjmcneillfile	dev/i2c/au8522.c			au8522
191.30Sjmcneill
201.37Sjmcneill# LG DT3303 decoder
211.37Sjmcneilldefine	lg3303: i2cexec
221.37Sjmcneillfile	dev/i2c/lg3303.c			lg3303
231.37Sjmcneill
241.37Sjmcneill# Xceive XC3028 tuner
251.37Sjmcneilldefine	xc3028: i2cexec, firmload
261.37Sjmcneillfile	dev/i2c/xc3028.c			xc3028
271.37Sjmcneill
281.30Sjmcneill# Xceive XC5000 tuner
291.37Sjmcneilldefine	xc5k: i2cexec, firmload
301.30Sjmcneillfile	dev/i2c/xc5k.c				xc5k
311.30Sjmcneill
321.35Sjakllsch# Generic PLL-based tuners
331.35Sjakllschdefine	tvpll: i2cexec
341.35Sjakllschfile	dev/i2c/tvpll.c				tvpll
351.35Sjakllschfile	dev/i2c/tvpll_tuners.c			tvpll
361.35Sjakllsch
371.36Sjakllsch# Nextwave NXT200x demodulator
381.38Sjmcneilldefine	nxt2k: i2cexec, firmload
391.36Sjakllschfile	dev/i2c/nxt2k.c				nxt2k
401.36Sjakllsch
411.39Sjakllsch# Microtune MT2131 silicon tuner
421.39Sjakllschdefine	mt2131: i2cexec
431.39Sjakllschfile	dev/i2c/mt2131.c			mt2131
441.39Sjakllsch
451.1Sthorpej#
461.31Smatt# I2C master devices
471.31Smatt#
481.31Smattdefine	motoi2c
491.31Smattfile	dev/i2c/motoi2c.c			motoi2c
501.31Smatt
511.31Smatt#
521.1Sthorpej# I2C client devices
531.1Sthorpej#
541.1Sthorpej
551.1Sthorpej# M41T00 Real Time Clock
561.3Sbriggsdevice	m41trtc
571.3Sbriggsattach	m41trtc at iic
581.3Sbriggsfile	dev/i2c/m41t00.c			m41trtc
591.1Sthorpej
601.1Sthorpej# M41ST84 Real Time Clock
611.1Sthorpejdevice	strtc
621.1Sthorpejattach	strtc at iic
631.1Sthorpejfile	dev/i2c/m41st84.c			strtc
641.29Skiyoharadefflag	opt_strtc.h				STRTC_NO_USERRAM
651.29Skiyohara						STRTC_NO_WATCHDOG
661.1Sthorpej
671.1Sthorpej# MAX6900 Real Time Clock
681.1Sthorpejdevice	maxrtc
691.1Sthorpejattach	maxrtc at iic
701.1Sthorpejfile	dev/i2c/max6900.c			maxrtc
711.1Sthorpej
721.32Sjakllsch# NXP/Philips PCF8563 Real Time Clock
731.32Sjakllschdevice	pcf8563rtc
741.32Sjakllschattach	pcf8563rtc at iic
751.32Sjakllschfile	dev/i2c/pcf8563.c			pcf8563rtc
761.32Sjakllsch
771.1Sthorpej# Philips PCF8583 Real Time Clock
781.1Sthorpejdevice	pcfrtc
791.1Sthorpejattach	pcfrtc at iic
801.1Sthorpejfile	dev/i2c/pcf8583.c			pcfrtc
811.1Sthorpej
821.34Sphx# Seiko Instruments S-xx390A Real Time Clock
831.34Sphxdevice	s390rtc
841.34Sphxattach	s390rtc at iic
851.34Sphxfile	dev/i2c/s390.c				s390rtc
861.34Sphx
871.1Sthorpej# Atmel/Microchip 24Cxx Serial EEPROM
881.1Sthorpejdefine	at24cxx_eeprom
891.1Sthorpejdevice	seeprom
901.1Sthorpejattach	seeprom at iic
911.1Sthorpejfile	dev/i2c/at24cxx.c			seeprom | at24cxx_eeprom
921.1Sthorpej						    needs-flag
931.1Sthorpej
941.1Sthorpej# National Semiconductor LM75 temperature sensor
951.1Sthorpejdevice	lmtemp: sysmon_envsys
961.1Sthorpejattach	lmtemp at iic
971.1Sthorpejfile	dev/i2c/lm75.c				lmtemp
981.1Sthorpej
991.21Spgoyette# National Semiconductor LM78 temp sensor/fan controller
1001.21Spgoyetteattach	lm at iic with lm_iic
1011.21Spgoyettefile	dev/i2c/lm_i2c.c			lm_iic
1021.21Spgoyette
1031.1Sthorpej# Dallas DS1307 Real Time Clock
1041.1Sthorpejdevice	dsrtc
1051.1Sthorpejattach	dsrtc at iic
1061.1Sthorpejfile	dev/i2c/ds1307.c			dsrtc
1071.2Sshige
1081.2Sshige# Xicor X1226 Real Time Clock
1091.2Sshigedevice	xrtc
1101.2Sshigeattach	xrtc at iic
1111.2Sshigefile	dev/i2c/x1226.c				xrtc
1121.4Smacallan
1131.19Spgoyette# Analog Devices dBCool family of thermal monitors / fan controllers
1141.19Spgoyettedefine dbcool {}
1151.19Spgoyettedevice dbcool: sysmon_envsys
1161.19Spgoyetteattach dbcool at iic
1171.19Spgoyettefile dev/i2c/dbcool.c			dbcool
1181.19Spgoyette
1191.5Snonaka# RICOH RS5C372[AB] Real Time Clock
1201.5Snonakadevice	rs5c372rtc
1211.5Snonakaattach	rs5c372rtc at iic
1221.5Snonakafile	dev/i2c/rs5c372.c		rs5c372rtc
1231.8Sshige
1241.8Sshige# RICOH R2025S/D Real Time Clock
1251.8Sshigedevice	r2025rtc
1261.8Sshigeattach	r2025rtc at iic
1271.8Sshigefile	dev/i2c/r2025.c			r2025rtc
1281.9Sgdamore
1291.9Sgdamore# VESA Display Data Channel 2
1301.9Sgdamoredevice	ddc
1311.10Sgdamoredefine	ddc_read_edid
1321.9Sgdamoreattach	ddc at iic
1331.10Sgdamorefile	dev/i2c/ddc.c			ddc | ddc_read_edid
1341.11Sjmcneill
1351.14Smacallan# SGS TDA7433 audio mixer
1361.16Smacallandevice	sgsmix
1371.16Smacallanattach	sgsmix at iic
1381.14Smacallanfile	dev/i2c/sgsmix.c		sgsmix needs-flag
1391.16Smacallandefflag	opt_sgsmix.h	SGSMIX_DEBUG
1401.14Smacallan
1411.11Sjmcneill# Xbox PIC16LC System Management Controller
1421.11Sjmcneilldevice	pic16lc: sysmon_envsys
1431.11Sjmcneillattach	pic16lc at iic
1441.13Sjmcneillfile	dev/i2c/pic16lc.c		pic16lc needs-flag
1451.12Sjmcneill
1461.12Sjmcneill# Xbox Serial EEPROM
1471.12Sjmcneilldevice	xbseeprom
1481.12Sjmcneillattach	xbseeprom at iic
1491.12Sjmcneillfile	dev/i2c/xbseeprom.c		xbseeprom
1501.15Stnn
1511.15Stnn# Memory Serial Presence Detect
1521.27Spgoyetteattach	spdmem at iic with spdmem_iic
1531.27Spgoyettefile	dev/i2c/spdmem_i2c.c		spdmem_iic
1541.22Sjkunz
1551.24Spgoyette# Memory Temp Sensor
1561.25Spgoyettedevice	sdtemp: sysmon_envsys
1571.24Spgoyetteattach	sdtemp at iic
1581.24Spgoyettefile	dev/i2c/sdtemp.c		sdtemp
1591.24Spgoyette
1601.22Sjkunz# ADM1021
1611.23Snakayamadevice	admtemp: sysmon_envsys
1621.22Sjkunzattach	admtemp at iic
1631.22Sjkunzfile	dev/i2c/adm1021.c		admtemp
1641.26Spgoyette
1651.26Spgoyette# SMSC LPC47M192 hardware monitor
1661.26Spgoyettedevice	smscmon: sysmon_envsys
1671.26Spgoyetteattach	smscmon at iic
1681.26Spgoyettefile	dev/i2c/smscmon.c		smscmon
1691.28Skiyohara
1701.28Skiyohara# G760a FAN controller
1711.28Skiyoharadevice	g760a: sysmon_envsys
1721.28Skiyoharaattach	g760a at iic
1731.28Skiyoharafile	dev/i2c/g760a.c			g760a
1741.33Shannken
1751.33Shannken# IBM Hawk Integrated Systems Management Processor
1761.33Shannkendevice	ibmhawk: sysmon_envsys
1771.33Shannkenattach	ibmhawk at iic
1781.33Shannkenfile	dev/i2c/ibmhawk.c		ibmhawk
179