aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/iicbus_if.m
Commit message (Expand)AuthorAgeFilesLines
* Add a default implementation that returns ENODEV for start, repeat_start,Ian Lepore2017-09-111-5/+11
* Fix numerous issues in iic(4) and iicbus(4):Jason A. Harmening2015-04-211-0/+4
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.Ian Lepore2014-11-181-0/+20
* Revert r268543.Rui Paulo2014-07-121-1/+1
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.Rui Paulo2014-07-121-1/+1
* const poisonWarner Losh2006-12-051-1/+1
* Allow iic bridges to support a generalized transfer, rather thanWarner Losh2006-07-141-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add semicolon to INTERFACE declarationsNicolas Souchu1998-11-081-2/+2
* iicbb is generic support for I2C bit-banging.Nicolas Souchu1998-10-311-2/+18
* Submitted by: nsouchNicolas Souchu1998-09-031-0/+89