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