aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/iicbb.c
Commit message (Expand)AuthorAgeFilesLines
* Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems.Luiz Otavio O Souza2014-02-131-0/+25
* Provide pre/post transfer method callbacks for icbbbAlexander Kabaev2012-03-011-1/+17
* IIC bitbang changes - prepare to make the bit delay configurable; debug print...Adrian Chadd2011-12-201-31/+42
* Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...Warner Losh2009-02-101-2/+2
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-10/+1
* MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in theWarner Losh2007-03-231-0/+2
* More properly cleanup the iicbus child when deleting it.Warner Losh2006-12-051-6/+27
* Reference Hauppage's cxm_iic bit-bang device here.Warner Losh2006-12-051-0/+5
* MFp4: Add ixpiic bit-bang driver.Warner Losh2006-11-221-0/+1
* Minor style(9) treatment to make things a little more consistantWarner Losh2006-08-211-17/+30
* newbus will zero softc, so no need to duplicate the zeroing here.Warner Losh2006-04-041-4/+0
* Use __FBSDID().David E. O'Brien2003-08-241-3/+3
* make iicbb_devclass and iicbb_driver globally visible. This will letJohn-Mark Gurney2003-06-191-2/+2
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-28/+98
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Allow these drivers to be detached.Jake Burkholder2000-06-161-0/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-2/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-9/+10
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-281-2/+2
* Properly reset parent to get interface addr.Nicolas Souchu1998-11-041-3/+3
* iicbb is generic support for I2C bit-banging.Nicolas Souchu1998-10-311-0/+323