summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary code and make use of generic implementations forloos2015-05-101-57/+4
* Handle IRQ resources on iicbus and ofw_iicbus.loos2015-05-092-3/+83
* Replace spaces with tabs, removes an extra blank line.loos2015-05-081-9/+8
* Make the pcf8563 RTC work on FDT systems and on interrupt based i2cloos2015-04-251-15/+52
* Fix numerous issues in iic(4) and iicbus(4):jah2015-04-214-204/+309
* Add a driver for the Dallas/Maxim DS1307, another common i2c RTC.loos2015-03-202-0/+470
* Fix off-by-one bugs.loos2015-03-102-8/+6
* Add a driver for the Maxim DS3231 a low-cost, extremely accurate (+-2PPM)loos2015-02-282-0/+662
* Replace hardcoded sizes by sizeof() and nitems().loos2015-02-171-14/+13
* Fix the display of negative temperatures.loos2015-02-171-7/+14
* Use proper signed types. The ADT746x uses signed 8-bit numbers for thejhibbits2015-01-181-2/+3
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.ian2014-11-183-1/+71
* Add a method to iicbus to request IIC_M_NOSTOP behaviour for multibytekib2014-10-272-4/+10
* Move the adm1030 driver to the proper location, and rename it.jhibbits2014-10-161-0/+240
* Check error return from reading integer part of temperature.jhibbits2014-10-121-0/+4
* Mechanically convert to if_inc_counter().glebius2014-09-191-8/+8
* Revert r268543.rpaulo2014-07-124-3/+70
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.rpaulo2014-07-124-70/+3
* Ignore IIC_ENOADDR from iicbus_reset() as it only means we have aloos2014-05-311-0/+6
* Add the lm75 i2c digital temperature sensor driver.loos2014-05-101-0/+574
* Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems.loos2014-02-131-0/+25
* Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooksjhibbits2014-02-031-0/+664
* Make more unsigned ints signed.jhibbits2013-12-072-2/+2
* Fix some integer signs. These unsigned integers should all be signed.jhibbits2013-12-071-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isglebius2013-09-111-1/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+2
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-304-4/+4
* Check the return value of uiomove(9).kevlo2012-11-131-1/+5
* It turns out that as documented, PCF8563_R_SECOND_VL (i.e. battery low)marius2012-10-181-3/+11
* Remove unused variables.kevlo2012-09-291-4/+0
* Add s35390a_rtc(4) driver for Seiko Instruments S-35390A RTC.hrs2012-08-211-0/+333
* Add a new temperature driver for certain PowerMacs. Found here on my Quad G5.andreast2012-08-191-0/+413
* Unify the sysctl description with the other PowerMac temperature drivers.andreast2012-08-191-7/+9
* Avoid using the degree symbol. Looks ugly on the console.andreast2012-08-191-3/+4
* Do the ADC init only at startup and not during every sensor read call.andreast2012-08-191-5/+12
* Don't include MIPS machine headers. There's no need for it.marcel2012-05-191-6/+0
* Add a driver for the NXP (Philips) PCF8563 RTC.marius2012-04-132-0/+260
* Driver for OpenCores I2C controller.jchandra2012-03-272-0/+468
* Move driver for DS1374 RTC to sys/dev/iicbusjchandra2012-03-271-0/+143
* Fix typo.andreast2012-03-021-1/+1
* Provide pre/post transfer method callbacks for icbbbkan2012-03-012-2/+55
* IIC bitbang changes - prepare to make the bit delay configurable; debug print...adrian2011-12-201-31/+42
* Allow the i2c node requirements to be slightly relaxed.adrian2011-12-043-4/+12
* - There's no need to overwrite the default device method with the defaultmarius2011-11-222-11/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+2
* 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
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* Remove duplicate header includeskevlo2011-06-281-3/+0
OpenPOWER on IntegriCloud