summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/iiconf.h
Commit message (Expand)AuthorAgeFilesLines
* Add a pair of convenience routines for doing simple "register" read/writesian2017-09-191-0/+10
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* Add iicbus_transfer_excl(), a helper routine to do an i2c bus transactionian2015-10-221-0/+2
* Add a short name, IIC_INTRWAIT, for the common case (IIC_INTR | IIC_WAIT).ian2015-10-101-0/+1
* Return only IIC_Exxxx status values from iicbus-layer functions. Most ofian2015-10-091-0/+4
* Add iic2errno(), a helper function to translate IIC_Exxxxx status values toian2015-10-091-0/+2
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.ian2015-10-091-2/+2
* Revert r268543.rpaulo2014-07-121-1/+1
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.rpaulo2014-07-121-1/+1
* const poisonimp2006-12-051-1/+1
* Remove unused leftovers.imp2006-11-281-9/+0
* Allow iic bridges to support a generalized transfer, rather thanimp2006-07-141-0/+6
* make iicbb_devclass and iicbb_driver globally visible. This will letjmg2003-06-191-0/+3
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-1/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>roger1999-01-281-3/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-091-9/+9
* iicbb is generic support for I2C bit-banging.nsouch1998-10-311-12/+24
* Submitted by: nsouchnsouch1998-09-031-0/+115
OpenPOWER on IntegriCloud