summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-01-09add three temperature sensors from ST.mlelstv
2014-01-08Fix whitespace issues.jakllsch
2014-01-08Add unused tps65217pmic_reg_write() function.jakllsch
2013-12-31Remove unused variable.skrll
2013-11-08fix an array bound error which was spotted by gcc 4.8nisimura
2013-11-04Add missing braces.jdc
2013-10-28Fix name of sysctl setup function.rkujawa
2013-10-26A fan reading of 0xff is also invalid (observed on AlphaServer DS20L).jdc
2013-10-25Add "i2c-at34c02" AT34C02 EEPROM. This is compatible with the AT24C02jdc
2013-10-25Allow the EEPROM size to be specified in the kernel configuration byjdc
2013-10-18Remove extraneous printf().jdc
2013-10-17remove unused variablechristos
2013-10-15Add lmenv to the configuration framework.jdc
2013-10-15Add a driver for the LM81, LM87, and compatible iic hardware monitorsjdc
2013-10-15Add forgotten register definitions for previous commit.rkujawa
2013-10-15Add sysctl knobs to set temperature limit and hysteresis. Reaching the limitrkujawa
2013-10-15Simplify sysctl handling.rkujawa
2013-10-15Clean up register read and write functions, add functions for 8-bit read andrkujawa
2013-09-24Add a property "i2c-indirect-config" to allow/disallow i2c indirect config.jdc
2013-09-12Fix evil "sizeof(void*)" botchmartin
2013-09-12Remove unused variablemartin
2013-09-12Remove unused variablesmartin
2013-09-08Preliminary support for MPL115A2 pressure sensor. It works, but accurracy isrkujawa
2013-09-06Make gttswi MI and usuable from non-Marvell SoCs.matt
2013-08-07Allow i2c addr wildcard matching. Use with care!soren
2013-08-06Add driver for Nuvoton W83795G voltage/temp/fan/gpio monitoring device.soren
2013-08-04Monitor for power source changes and report with appropriate information inrkujawa
2013-07-28Call iic_exec() with I2C_F_POLL. Don't sleep in probe/attach time.kiyohara
2013-07-22Use the standard i2c address to DIMM slot mapping to show the slot number.soren
2013-05-16Fix typo: s/300/500/ .rkujawa
2013-05-07Add WLED register defines.jakllsch
2013-05-06Add driver for Microchip MCP9800/1/2/3 temperature sensors.rkujawa
2013-04-28put the one out-of-order register info in its proper sequencejakllsch
2013-04-28remove trailing whitespacejakllsch
2013-04-26Add envsys(4) support to TPS65217 PMIC driver.rkujawa
2013-04-26Add sanity, flexibility and readability to TPS65217 driver. In preparation torkujawa
2013-04-25Add minimal support for TPS65217 PMIC as found on BeagleBone. Next step is torkujawa
2013-02-08Handle direct configuration if ia->ia_name is set, using iic_compat_match().jdc
2013-02-03Also set ia.ia_size from size when doing direct config.jdc
2012-12-31add TPS65950 RTC supportjmcneill
2012-12-31add support for TPS65950 watchdog timerjmcneill
2012-12-31TI TPS65950 driver, right now about all it can do is control LEDsjmcneill
2012-10-27split device_t/softc for all remaining drivers.chs
2012-09-12Initialize the sysctl(9) stuff before configuring the spd(4) devices.pgoyette
2012-09-01pic16lcreg.h has been unused since removal of Xbox support, remove.jakllsch
2012-07-29Use const nodes. Let sysctl_createv initialize sysctl_data.mlelstv
2012-07-28Use (void *) instead of (type **) which gcc complains about.matt
2012-07-25Clean up error messages.matt
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl