summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/iicbb.c
Commit message (Expand)AuthorAgeFilesLines
* Provide pre/post transfer method callbacks for icbbbkan2012-03-011-1/+17
* IIC bitbang changes - prepare to make the bit delay configurable; debug print...adrian2011-12-201-31/+42
* Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...imp2009-02-101-2/+2
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-041-10/+1
* MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in theimp2007-03-231-0/+2
* More properly cleanup the iicbus child when deleting it.imp2006-12-051-6/+27
* Reference Hauppage's cxm_iic bit-bang device here.imp2006-12-051-0/+5
* MFp4: Add ixpiic bit-bang driver.imp2006-11-221-0/+1
* Minor style(9) treatment to make things a little more consistantimp2006-08-211-17/+30
* newbus will zero softc, so no need to duplicate the zeroing here.imp2006-04-041-4/+0
* Use __FBSDID().obrien2003-08-241-3/+3
* make iicbb_devclass and iicbb_driver globally visible. This will letjmg2003-06-191-2/+2
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-28/+98
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Allow these drivers to be detached.jake2000-06-161-0/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-2/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-9/+10
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>roger1999-01-281-2/+2
* Properly reset parent to get interface addr.nsouch1998-11-041-3/+3
* iicbb is generic support for I2C bit-banging.nsouch1998-10-311-0/+323
OpenPOWER on IntegriCloud