summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2007-06-15KNF, from Anon Ymous. Also kill extra unneeded initializers and use size_tchristos
2007-06-14Eliminate unnessary floating point.christos
2007-04-30add support for i2c waitstates so we can actually talk to slow slavesmacallan
2007-04-15Fix envsys ranges.njoly
2007-02-06Missing LIST_INIT. Pointed out by uebayasi@jmcneill
2007-02-05Remove debug printf accidentally added in last commit.jmcneill
2007-02-05Register an SMBus interrupt handler to trap the reset on eject "feature"jmcneill
2007-02-05Allow i2c child devices to register interrupt handlers to the smbus hostjmcneill
2007-01-17add sgsmixmacallan
2007-01-17driver for the SGS 7433 mixer found in some G3 macsmacallan
2007-01-13Complete initializers so those files compile.cube
2007-01-12Add missing initializers in cdevsw structs.cube
2007-01-12Update a few comments based on newer members of the at24xx family.imp
2007-01-10Complete initialiser of the cdevsw structure.cube
2007-01-07Rename a few possible avpack values to reflect reality.jmcneill
2007-01-07Move register definitions to a separate header.jmcneill
2007-01-06Report the version string from the PIC16LC.jmcneill
2007-01-06Provide external functions for setting the LED, rebooting, and powering offjmcneill
2007-01-06Microsoft Xbox serial EEPROM driver. Currently reports the system serialjmcneill
2007-01-06Fix __KERNEL_RCSID text (missing $)jmcneill
2007-01-06Driver for the Xbox System Management Controller. Currently reports CPU andjmcneill
2007-01-05Remove include of machine/autoconf.h to make this compile.jmcneill
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-09Convert to MI clock_ymdhms versions of todr calls.gdamore
2006-09-04Remove unused todr_setcal/todr_getcal and all the assorted stubgdamore
2006-08-23gettime and settime functions are meant to return errno values. Makebjh21
2006-07-14Add support for 10-bit addressing, per i2c specs. This has not been testedgdamore
2006-07-10Put appropriate prefixes on property names to reduce chances of namethorpej
2006-06-26remove the "name" element from the i2cbus attach args, that's whatdrochner
2006-06-12It necessary to mask to validate bits.kiyohara
2006-05-17Support LM77 Temperature.kiyohara
2006-05-14integrate kauth.elad
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-04-30PR kern/32885: adt7463 i2c device does not always unlock i2c bus on error.xtraeme
2006-04-26Oops! ddc.c was accidentally getting included in *all* kernel configs.gdamore
2006-04-25Add basic DDC (VESA Data Display Channel) driver for use by framebuffers.gdamore
2006-04-04Correct a couple of typos in comments ("Hook info" -> "Hook into",riz
2006-03-29Use device_private().thorpej
2006-03-29Use device_cfdata().thorpej
2006-03-27Implement a handful of missing smbus protocol functions. Proposed onjmcneill
2006-03-06Add r2025rtc.shige
2006-03-06Add a driver for RICOH R2025S/D I2C RTC.shige
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2006-02-19* Add missing $NetBSD$ tag and __KERNEL_RCSID.xtraeme
2006-02-19Add support for i2c bus on AMD-8111 used on many Opteron server motherboards,tls
2006-02-18- Don't expose dev_propdb directly -- provide devprop_*() wrappers instead.thorpej
2006-02-17back out previous commitmacallan
2006-02-17set I2C_OP_WRITE when passing a write buffer to iic_exec()macallan
2005-12-13Update some missed _close() and _open() functions from 'struct proc *p'abs