| Age | Commit message (Expand) | Author |
| 2016-06-07 | Create separate modules for i2c_bitbang and bpf_filter so these files | pgoyette |
| 2016-04-05 | Fix DS1672 suppport: need to provide dm_ch_reg to avoid a KASSERT | bouyer |
| 2016-01-11 | Increase the number of read retries (to 5). | jdc |
| 2016-01-11 | Don't use I2C_F_POLL when getting/setting limits. | jdc |
| 2016-01-10 | Correct previous - external temperature 2 is read from the 2.5V register, | jdc |
| 2016-01-10 | Add missing register definitions. | jdc |
| 2016-01-05 | Check whether iic_exec is failed or not. | msaitoh |
| 2016-01-04 | PR/50621: David Binderman: Wrap iic_exec() in a simpler utility function | christos |
| 2016-01-03 | Add LM75A ID register (for completeness). | jdc |
| 2016-01-03 | Add display and setting of chip temperature limit(s) for envsys(4). | jdc |
| 2016-01-03 | Add display and setting of chip temperature limits for envsys(4). | jdc |
| 2016-01-01 | Read the Tos limit from the chip, instead of assuming 80'C, in case | jdc |
| 2015-12-16 | Add direct configuration support via compatible names. | jdc |
| 2015-12-16 | Add a driver for the ADM1026 Thermal System Management Fan Controller | jdc |
| 2015-12-13 | Support direct config. | jmcneill |
| 2015-12-13 | allow child devices to be passed in attach args instead of device dictionary | jmcneill |
| 2015-12-10 | When loaded as a non-built-in module, make sure we attach the cdevsw. | pgoyette |
| 2015-12-07 | Use the destination buffer size when copying strings. | jdc |
| 2015-12-07 | Handle reading of 4kbit EEPROMs in SPD devices. This is needed for DDR4 DIMMs. | mlelstv |
| 2015-11-21 | expose pmic reset functionality | jmcneill |
| 2015-11-21 | add sysmon_wdog dependency to as3722pmic | jmcneill |
| 2015-11-21 | add watchdog support | jmcneill |
| 2015-11-11 | Add basic driver for AMS AS3722 power management IC | jmcneill |
| 2015-10-21 | needs-flag for axp20x | jmcneill |
| 2015-10-15 | Fix dcdc3 voltage settings (s/dcdc2/dcdc3/g). | bouyer |
| 2015-10-15 | Implement sensor reports for power supplies (voltage and intensities). | bouyer |
| 2015-09-27 | Direct config: Only match via the list of compatible hardware when we have | phx |
| 2015-09-18 | Declare sensor data invalid when reading the sensor failed (device is gone). | phx |
| 2015-09-09 | Tests showed that the sensor needs at least 30ms after a MR (measurement | phx |
| 2015-07-25 | Fix block offsets for ddc_read_edid_block. | jmcneill |
| 2015-05-20 | Add Catalyst CAT34TS02C support. | msaitoh |
| 2015-05-17 | add ddc_dev_read_edid{,_block} functions, same as ddc_read_edid{,_block} but ... | jmcneill |
| 2015-05-12 | Add driver for Texas Instruments TMP451 Temperature Sensor | jmcneill |
| 2015-05-10 | Many I2C drivers hold spin locks between iic_acquire_bus / iic_release_bus. | jmcneill |
| 2015-04-23 | Update module dependencies for all the existing modules that depend on sysmon... | pgoyette |
| 2015-04-13 | Add required dependency on i2cexec | pgoyette |
| 2015-04-11 | Always use polling mode for now, hummingbird doesn't work otherwise. | joerg |
| 2015-04-04 | dedup code. | christos |
| 2015-04-04 | Free cmd on error if we allocated it. | riastradh |
| 2015-03-07 | i2c devices don't actually have a dependency on "iic" (the bus driver) | jmcneill |
| 2015-01-22 | More correctly handle I²C exec ioctls with both a command and write data | jakllsch |
| 2015-01-11 | dont read cs1/cs2 regs when reading clock, only use polling mode when cold, i... | jmcneill |
| 2015-01-11 | add VL flags | jmcneill |
| 2015-01-11 | initialize CS1/CS2 regs, honour century flag, return an error on read if volt... | jmcneill |
| 2015-01-11 | pcf8653 driver is compatible, delete this driver | jmcneill |
| 2015-01-11 | add Haoyu Microelectronic HYM8563 RTC driver | jmcneill |
| 2015-01-07 | Pass a correct firmware size (instead of 0) to firmware_free | ozaki-r |
| 2015-01-02 | disable ACT_DEBUG, but still print current state at attach | jmcneill |
| 2015-01-01 | write reg value not target freq in act8846_set_voltage | jmcneill |
| 2015-01-01 | Add driver for Active-Semi ACT8846 Power Management controller. | jmcneill |