summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/i2c.c
AgeCommit message (Expand)Author
2010-03-01Do initialise i2c_attach_args new members, for indirect configurationnjoly
2010-02-28Generic (device property based) framework for optional direct configurationmartin
2009-02-03Change the i2c bus scan routine to use the write_quick protocol for mostpgoyette
2008-09-29When scanning i2c bus for responding devices, skip over the multicastpgoyette
2008-09-11Provide an option I2C_SCAN to enable sanning i2c bus for responses. Thispgoyette
2008-05-04device_t/softc split and other related cosmetic changes.xtraeme
2008-04-06use aprint_*_dev and device_xnamecegger
2007-12-11use __KERNEL_RCSID()lukem
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-11-12From jmcneill-pm: don't probe for I2C device. It has limited usefulnessjoerg
2007-09-01For SMBus, add the ability to enumerate devices on the bus.riz
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-02-06Missing LIST_INIT. Pointed out by uebayasi@jmcneill
2007-02-05Remove debug printf accidentally added in last commit.jmcneill
2007-02-05Allow i2c child devices to register interrupt handlers to the smbus hostjmcneill
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-06-26remove the "name" element from the i2cbus attach args, that's whatdrochner
2006-03-29Use device_private().thorpej
2006-03-27Implement a handful of missing smbus protocol functions. Proposed onjmcneill
2005-12-11merge ktrace-lwp.christos
2005-08-26s/locdesc_t/int/gdrochner
2004-09-13a round of autoconf cleanup:drochner
2004-05-16Fix typo in comment, reported by Alexander Yurchenko grange at rt mipt ru.wiz
2003-09-30New generic I2C framework. Supports bit-bang and "intelligent" I2Cthorpej