summaryrefslogtreecommitdiff
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* MFC r232365:Jean-Sébastien Pédron2014-03-042-2/+55
* MFC r227293 (by ed):Alexander Motin2013-04-052-2/+2
* MFC: r241679Marius Strobl2012-10-211-3/+11
* MFC: r234248Marius Strobl2012-05-262-0/+260
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-312-11/+6
* MFC: r226398, r226442Christian Brueffer2011-10-231-1/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Remove duplicate header includesKevin Lo2011-06-281-3/+0
* - Improve error handling.Andreas Tobler2011-06-081-43/+127
* - Improve error handling.Andreas Tobler2011-06-041-21/+43
* Replace the FCU_ZERO_C_TO_K with the ZERO_C_TO_K from powermac_thermal.h.Andreas Tobler2011-06-041-7/+5
* - Improve error handling.Andreas Tobler2011-06-031-11/+33
* Move the celsius-to-kelvin conversion to a place that powermac_thermal canNathan Whitehorn2011-05-291-6/+3
* Update the I2C-based temperature/fan drivers to connect to the PowermacNathan Whitehorn2011-05-293-91/+186
* Add a new driver, the ad7417, to read temperatures and voltages on someAndreas Tobler2011-05-291-0/+457
* There are PowerMacs which do not have a hwsensor-location propertyAndreas Tobler2011-01-181-7/+12
* Remove unused variable. Spotted by a cppcheckAndreas Tobler2011-01-151-3/+0
* On the Xserve G5 we find the LM75 instead of the DS1775. The coreAndreas Tobler2010-12-101-2/+3
* Provide support for IIC_M_NOSTOP/IIC_M_NOSTART for bit-banging andNathan Whitehorn2010-11-081-5/+29
* Add three new drivers for fan control and temperature reading on theAndreas Tobler2010-10-152-0/+590
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-1/+1
* Fix typo in comment.Joel Dahl2010-08-071-1/+1
* Fix iicbus_get_addr() on 64-bit big-endian systems. The bus accessorNathan Whitehorn2010-07-081-1/+1
* Revert changes accidentally committed as part of r209298.Nathan Whitehorn2010-06-181-29/+5
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-181-5/+29
* Add two new flags (IIC_M_NOSTOP and IIC_M_NOSTART) to struct iic_msg toNathan Whitehorn2010-06-051-0/+2
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* - Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"Stanislav Sedov2009-04-212-2/+2
* - Give a warning and start the oscillator if it was not previouslyStanislav Sedov2009-04-201-19/+66
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* 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