summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/i2cvar.h
AgeCommit message (Expand)Author
2016-04-23Print a meaningful interrupt string for i2c devices.Mark Kettenis
2016-04-10Fix layer violation in the ihidev(4) code by implementing a generic mechanismMark Kettenis
2016-04-02Add support for I2C HID devices with GPIO signalled interrupts.Jonathan Gray
2016-01-12rename new i2c_attach_args fields to avoid conflict with cpp magic inTheo de Raadt
2016-01-12Add dwiic, a driver for the Synopsys DesignWare i2c controller foundJoshua Stein
2013-07-05Provide a forward declaration of struct device.Mark Kettenis
2006-02-08add a member to the i2c_attach args so that a controller can pass aDavid Gwynne
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
2005-12-31spacingTheo de Raadt
2005-12-28some chips (especially those crazy i2c/lpc/isa gross things) expose theirTheo de Raadt
2005-12-27no longer use ia_compat; tested by a fewTheo de Raadt
2005-12-22permit outsider to call iic_printTheo de Raadt
2005-12-20Do bus scanning only if underlying controller asked for it.Alexander Yurchenko
2005-12-19First attempt to have a table of known I2C slave devices that weAlexander Yurchenko
2005-11-15instead of passing OF nodes down to the drivers, pass name/compat stringTheo de Raadt
2004-05-23I2C framework originally written by Steve C. Woodford and Jason R. ThorpeAlexander Yurchenko