aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/iic.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* iic_rdwr_data->nmsgs is uint32_t, so limit the allowable number of messages t...Jason A. Harmening2016-05-201-0/+2
* Fix numerous issues in iic(4) and iicbus(4):Jason A. Harmening2015-04-211-0/+1
* Revert r268543.Rui Paulo2014-07-121-0/+67
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.Rui Paulo2014-07-121-67/+0
* Fix typo in comment.Joel Dahl2010-08-071-1/+1
* Add two new flags (IIC_M_NOSTOP and IIC_M_NOSTART) to struct iic_msg toNathan Whitehorn2010-06-051-0/+2
* Teach iic(4) the 'repeated start' I2C condition. This will be used by theRafal Jaworowski2009-01-261-0/+1
* Add a fake flag for write. Many drivers have started to use it and itWarner Losh2006-11-281-1/+2
* Allow iic bridges to support a generalized transfer, rather thanWarner Losh2006-07-141-0/+16
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change /dev/smb and /dev/iic interface to allow user programs to interact withNicolas Souchu1999-01-091-6/+13
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-0/+40