summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/iicbus.c
Commit message (Expand)AuthorAgeFilesLines
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.ian2014-11-181-0/+48
* Allow the i2c node requirements to be slightly relaxed.adrian2011-12-041-0/+6
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* Fix iicbus_get_addr() on 64-bit big-endian systems. The bus accessornwhitehorn2010-07-081-1/+1
* Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...imp2009-02-101-1/+1
* Change the probe priority for PCI and I2C generic bus modules fromnwhitehorn2009-01-201-1/+1
* Import an Open Firmware I2C bus module. This attaches firmware device treenwhitehorn2009-01-151-0/+2
* Change the way I2C bus attachment works to allow firmware-assisted busnwhitehorn2009-01-061-1/+3
* Add locking to the core iicbus(4) drivers:jhb2008-08-041-8/+6
* MFp4: Make the iicbus fully hinted. We no longer automatically addimp2007-03-231-46/+119
* o define transfer methodsam2006-11-191-0/+4
* Allow iic bridges to support a generalized transfer, rather thanimp2006-07-141-11/+12
* remove DRIVER_MODULE lines that are useless... pcf doesn't exist (onlyjmg2006-04-171-2/+0
* Make "envctrl" a known master driver for iicbus.joerg2004-05-271-0/+1
* After successfully attaching an iicbus instance, instead of using ajoerg2004-05-161-1/+3
* Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compilejoerg2004-05-121-3/+10
* Use __FBSDID().obrien2003-08-241-3/+3
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-135/+31
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+2
* Sync with RELENG_3.nsouch1999-11-011-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-9/+11
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Staticize.eivind1999-04-111-2/+2
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-091-11/+24
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-8/+2
* Remove broken and useless intr interface.nsouch1998-11-221-3/+1
* Check if devclass exists for probed devices beforensouch1998-11-081-2/+4
* Add iic driver iff the corresponding devclass exists.nsouch1998-11-071-7/+8
* iicbb is generic support for I2C bit-banging.nsouch1998-10-311-31/+96
* Submitted by: nsouchnsouch1998-09-031-0/+215
OpenPOWER on IntegriCloud