aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...Warner Losh2009-02-104-9/+9
* Teach iic(4) the 'repeated start' I2C condition. This will be used by theRafal Jaworowski2009-01-262-0/+6
* Change the probe priority for PCI and I2C generic bus modules fromNathan Whitehorn2009-01-201-1/+1
* Revert revision 186833 and try a different strategy to allow this device toNathan Whitehorn2009-01-151-2/+6
* Import an Open Firmware I2C bus module. This attaches firmware device treeNathan Whitehorn2009-01-151-0/+2
* Change the way I2C bus attachment works to allow firmware-assisted busNathan Whitehorn2009-01-067-8/+10
* Streamline #include sections in ds133x and ds1672 drivers. This unbreaks theRafal Jaworowski2008-09-082-14/+0
* ds133x: Introduce device_identify method; update NOTES.Rafal Jaworowski2008-09-081-1/+13
* Handle errors from device_get_chidlren.Warner Losh2008-08-231-2/+5
* Fix compilation of arm's AVILA.Ed Schouten2008-08-131-1/+1
* Rework Dallas Semiconductor RTC support.Rafal Jaworowski2008-08-111-103/+229
* Rename ds1339 -> ds133x to better fit the upcoming driver extensions.Rafal Jaworowski2008-08-111-0/+0
* - Reflect the iicbus infrastructure changes.Stanislav Sedov2008-08-051-1/+1
* - Reflect changes in iic infrastructure.Stanislav Sedov2008-08-051-1/+1
* Lock the consumers of the iicbus(4) infrastructure:John Baldwin2008-08-043-103/+105
* Add locking to the core iicbus(4) drivers:John Baldwin2008-08-045-106/+128
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-10/+1
* - Add driver for Dallas Semiconductor DS1339 RTC sittingStanislav Sedov2008-07-251-0/+232
* Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmbJohn Baldwin2008-06-061-8/+41
* Don't use spinlocks here. The iicbus transactions can take a longWarner Losh2007-04-171-3/+3
* New device: icee. Generic i2c eeprom driver.Warner Losh2007-03-231-0/+291
* MFp4: Make the iicbus fully hinted. We no longer automatically addWarner Losh2007-03-232-51/+123
* MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in theWarner Losh2007-03-232-6/+12
* MFp4: Create an ivar for each iic device on the iicbus. This ivarWarner Losh2007-03-231-1/+24
* const poisonWarner Losh2006-12-053-3/+3
* 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
* Add a fake flag for write. Many drivers have started to use it and itWarner Losh2006-11-281-1/+2
* Remove unused leftovers.Warner Losh2006-11-281-9/+0
* MFp4: Add ixpiic bit-bang driver.Warner Losh2006-11-221-0/+1
* <blush> copyout on read, not write.Warner Losh2006-11-221-2/+2
* o define transfer methodSam Leffler2006-11-191-0/+4
* i2c and clock driver for Dallas Semiconductor DS1672 RTCSam Leffler2006-11-191-0/+142
* i2c driver for Analog Devices AD7418Sam Leffler2006-11-191-0/+234
* Minor overhaul of SMBus support:John Baldwin2006-09-111-5/+7
* jhb points out that these mallocs don't need to be checked becauseWarner Losh2006-09-061-16/+0
* MFp4: check the return value of malloc and report an error when invalid.Warner Losh2006-09-061-0/+16
* Minor style(9) treatment to make things a little more consistantWarner Losh2006-08-212-20/+33
* Allow iic bridges to support a generalized transfer, rather thanWarner Losh2006-07-147-12/+117
* remove DRIVER_MODULE lines that are useless... pcf doesn't exist (onlyJohn-Mark Gurney2006-04-171-2/+0
* newbus will zero softc, so no need to duplicate the zeroing here.Warner Losh2006-04-043-13/+1
* Turn a file that was mostly style(9) compliant to a file that's really closeWarner Losh2006-04-041-141/+115
* Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect whatWarner Losh2006-04-041-1/+1
* Remove public declarations of variables that were forgotten when they wereDavid E. O'Brien2005-08-101-2/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-5/+7
* Fix some long standing bugs in writing to the BPF device attached toDavid Malone2005-06-261-1/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-14/+18
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Since if_ic doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6