aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one bugs.Luiz Otavio O Souza2015-03-102-8/+6
* Add a driver for the Maxim DS3231 a low-cost, extremely accurate (+-2PPM)Luiz Otavio O Souza2015-02-282-0/+662
* Replace hardcoded sizes by sizeof() and nitems().Luiz Otavio O Souza2015-02-171-14/+13
* Fix the display of negative temperatures.Luiz Otavio O Souza2015-02-171-7/+14
* Use proper signed types. The ADT746x uses signed 8-bit numbers for theJustin Hibbits2015-01-181-2/+3
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.Ian Lepore2014-11-183-1/+71
* Add a method to iicbus to request IIC_M_NOSTOP behaviour for multibyteKonstantin Belousov2014-10-272-4/+10
* Move the adm1030 driver to the proper location, and rename it.Justin Hibbits2014-10-161-0/+240
* Check error return from reading integer part of temperature.Justin Hibbits2014-10-121-0/+4
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-8/+8
* Revert r268543.Rui Paulo2014-07-124-3/+70
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.Rui Paulo2014-07-124-70/+3
* Ignore IIC_ENOADDR from iicbus_reset() as it only means we have aLuiz Otavio O Souza2014-05-311-0/+6
* Add the lm75 i2c digital temperature sensor driver.Luiz Otavio O Souza2014-05-101-0/+574
* Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems.Luiz Otavio O Souza2014-02-131-0/+25
* Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooksJustin Hibbits2014-02-031-0/+664
* Make more unsigned ints signed.Justin Hibbits2013-12-072-2/+2
* Fix some integer signs. These unsigned integers should all be signed.Justin Hibbits2013-12-071-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isGleb Smirnoff2013-09-111-1/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-2/+2
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-304-4/+4
* Check the return value of uiomove(9).Kevin Lo2012-11-131-1/+5
* It turns out that as documented, PCF8563_R_SECOND_VL (i.e. battery low)Marius Strobl2012-10-181-3/+11
* Remove unused variables.Kevin Lo2012-09-291-4/+0
* Add s35390a_rtc(4) driver for Seiko Instruments S-35390A RTC.Hiroki Sato2012-08-211-0/+333
* Add a new temperature driver for certain PowerMacs. Found here on my Quad G5.Andreas Tobler2012-08-191-0/+413
* Unify the sysctl description with the other PowerMac temperature drivers.Andreas Tobler2012-08-191-7/+9
* Avoid using the degree symbol. Looks ugly on the console.Andreas Tobler2012-08-191-3/+4
* Do the ADC init only at startup and not during every sensor read call.Andreas Tobler2012-08-191-5/+12
* Don't include MIPS machine headers. There's no need for it.Marcel Moolenaar2012-05-191-6/+0
* Add a driver for the NXP (Philips) PCF8563 RTC.Marius Strobl2012-04-132-0/+260
* Driver for OpenCores I2C controller.Jayachandran C.2012-03-272-0/+468
* Move driver for DS1374 RTC to sys/dev/iicbusJayachandran C.2012-03-271-0/+143
* Fix typo.Andreas Tobler2012-03-021-1/+1
* Provide pre/post transfer method callbacks for icbbbAlexander Kabaev2012-03-012-2/+55
* IIC bitbang changes - prepare to make the bit delay configurable; debug print...Adrian Chadd2011-12-201-31/+42
* Allow the i2c node requirements to be slightly relaxed.Adrian Chadd2011-12-043-4/+12
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-11/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-072-2/+2
* Revert r226398 and instead move the allocation of usrbufs after the error check.Christian Brueffer2011-10-161-4/+2
* Properly free resources in an error case.Christian Brueffer2011-10-151-1/+3
* 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-23/+45
* 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