summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/iicbus_if.m
Commit message (Collapse)AuthorAgeFilesLines
* const poisonimp2006-12-051-1/+1
| | | | submitted by: john wehle
* Allow iic bridges to support a generalized transfer, rather thanimp2006-07-141-0/+10
| | | | | | | | | forcing all transfers to do the start read/write stop by hand. Some smart bridges prefer this sort of operation, and this allows us to support their features more easily. When bridges don't support it, we fall back to using the old-style opertaions. Expand the ioctl interface to expose this function. Unlike the old-style interface, this interface is thread safe, even on old bridges.
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
|
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+2
| | | | | | | | | | non-device code. * Re-implement the method dispatch to improve efficiency. The new system takes about 40ns for a method dispatch on a 300Mhz PII which is only 10ns slower than a direct function call on the same hardware. This changes the new-bus ABI slightly so make sure you re-compile any driver modules which you use.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add semicolon to INTERFACE declarationsnsouch1998-11-081-2/+2
|
* iicbb is generic support for I2C bit-banging.nsouch1998-10-311-2/+18
| | | | Other files: timeout management added to the I2C framework.
* Submitted by: nsouchnsouch1998-09-031-0/+89
Philips I2C bus generic support other new bus architecture.
OpenPOWER on IntegriCloud