summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/i2cvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Even when polling is requested, install ihidev's interrupt handlerjcs2019-07-221-1/+2
* Print a meaningful interrupt string for i2c devices.kettenis2016-04-231-1/+4
* Fix layer violation in the ihidev(4) code by implementing a generic mechanismkettenis2016-04-101-4/+9
* Add support for I2C HID devices with GPIO signalled interrupts.jsg2016-04-021-1/+2
* rename new i2c_attach_args fields to avoid conflict with cpp magic inderaadt2016-01-121-3/+3
* Add dwiic, a driver for the Synopsys DesignWare i2c controller foundjcs2016-01-121-1/+3
* Provide a forward declaration of struct device.kettenis2013-07-051-1/+3
* add a member to the i2c_attach args so that a controller can pass adlg2006-02-081-1/+2
* switch from macppc-specific maciic(4) driver to the generic iic(4),deraadt2006-01-011-2/+4
* spacingderaadt2005-12-311-2/+2
* some chips (especially those crazy i2c/lpc/isa gross things) expose theirderaadt2005-12-281-1/+3
* no longer use ia_compat; tested by a fewderaadt2005-12-271-2/+1
* permit outsider to call iic_printderaadt2005-12-221-1/+2
* Do bus scanning only if underlying controller asked for it.grange2005-12-201-1/+2
* First attempt to have a table of known I2C slave devices that wegrange2005-12-191-1/+3
* instead of passing OF nodes down to the drivers, pass name/compat stringderaadt2005-11-151-1/+3
* I2C framework originally written by Steve C. Woodford and Jason R. Thorpegrange2004-05-231-0/+144