summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/iic.c
Commit message (Expand)AuthorAgeFilesLines
* Check the return value of uiomove(9).kevlo2012-11-131-1/+5
* Revert r226398 and instead move the allocation of usrbufs after the error check.brueffer2011-10-161-4/+2
* Properly free resources in an error case.brueffer2011-10-151-1/+3
* Teach iic(4) the 'repeated start' I2C condition. This will be used by theraj2009-01-261-0/+5
* Revert revision 186833 and try a different strategy to allow this device tonwhitehorn2009-01-151-2/+6
* Change the way I2C bus attachment works to allow firmware-assisted busnwhitehorn2009-01-061-2/+2
* Add locking to the core iicbus(4) drivers:jhb2008-08-041-40/+81
* MFp4: Make the iicbus fully hinted. We no longer automatically addimp2007-03-231-5/+4
* <blush> copyout on read, not write.imp2006-11-221-2/+2
* jhb points out that these mallocs don't need to be checked becauseimp2006-09-061-16/+0
* MFp4: check the return value of malloc and report an error when invalid.imp2006-09-061-0/+16
* Allow iic bridges to support a generalized transfer, rather thanimp2006-07-141-1/+28
* newbus will zero softc, so no need to duplicate the zeroing here.imp2006-04-041-7/+1
* Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect whatimp2006-04-041-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Another candidate that didn't use copyin/copyout for user<->kerneljoerg2004-05-161-3/+23
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Don't hardcode unit numer '0'.ticso2003-08-101-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andpeter2002-09-191-3/+1
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-19/+50
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* KSE Milestone 2julian2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Convert iic to use make_dev() rather than cdevsw_add(). This stops thepeter1999-11-181-1/+3
* Use cdevsw_add() explicitly and DRIVER_MODULE().peter1999-11-081-1/+2
* Fix: WARNING: "iic" is usurping "iic"'s cdevsw[] - the DEV_DRIVER_MODULE()peter1999-10-041-4/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Simplify cdevsw registration.phk1999-05-311-17/+5
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Continue where Julian left off in July 1998:phk1999-05-071-3/+3
* Handle correctly iicbus request/release mechanism. Add iicbus allocationnsouch1999-02-131-1/+19
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-091-3/+13
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* iicbb is generic support for I2C bit-banging.nsouch1998-10-311-3/+3
* Major number allocated for generic I2C i/o -> 105nsouch1998-09-091-5/+4
* Device registration temporaly removed until major number allocation ok.nsouch1998-09-041-4/+5
* Submitted by: nsouchnsouch1998-09-031-0/+257
OpenPOWER on IntegriCloud