| Age | Commit message (Expand) | Author |
| 2018-06-07 | Changes / enhancements to i2c indirect device auto-configuration: | thorpej |
| 2018-06-07 | Back out unintended commits. | thorpej |
| 2018-06-07 | Adjust come defaults: | thorpej |
| 2018-06-06 | Remove duplicate ; | maya |
| 2018-05-27 | Update the compat strings to match what Linux uses, per jmcneill@. | thorpej |
| 2018-05-27 | Add a driver for the Taos TSL256x light sensors. | thorpej |
| 2018-05-26 | Add battery voltage, charge current, and discharge current sensors for | jmcneill |
| 2018-05-15 | Fix a problem reported by jmcneill@ where by a system with multuple i2c | thorpej |
| 2018-05-13 | Battery charge state is invalid until we refresh the first time | jmcneill |
| 2018-05-13 | Use IRQs to update status whenever we can. Reduces the amount of work that | jmcneill |
| 2018-05-12 | Trigger shutdown on POKLIRQ instead of POKSIRQ. | jmcneill |
| 2018-05-10 | Fix off by one in axp803 dcdc2/3/4 definitions | jmcneill |
| 2018-05-09 | The probe this driver uses is potentially destructive; at the very | thorpej |
| 2018-05-07 | Don't sleep with IPL_VM lock held. | jmcneill |
| 2018-05-06 | POKS IRQ register / bit differ between AXP803 and AXP805/806. Handle these | jmcneill |
| 2018-05-05 | No need to read battery capacity warning levels each time the sensor is refre... | jmcneill |
| 2018-05-05 | Add ACIN and VBUS present sensors | jmcneill |
| 2018-05-05 | axppmic depends on sysmon_envsys | jmcneill |
| 2018-05-05 | Add battery sensors. | jmcneill |
| 2018-05-04 | Rename axp806pmic to axppmic, and add support for AXP803. | jmcneill |
| 2018-05-04 | Fix pasto | jmcneill |
| 2018-05-03 | Add support for poweroff and the power on-off key (POK). | jmcneill |
| 2018-05-03 | Use IPL_VM for bus lock so we can do i2c xfers from interrupt context | jmcneill |
| 2018-05-03 | FDT-ize X-Powers AXP805/806 PMIC driver. | jmcneill |
| 2018-04-30 | titemp_match: filter on ia_addr for indirect config (device is expected at 0x4c) | jmcneill |
| 2018-04-30 | tcakp_match: filter on ia_addr for indirect config (device is expected at 0x34) | jmcneill |
| 2018-04-30 | act8846_match: filter on ia_addr (device is expected at 0x5a) | jmcneill |
| 2018-04-12 | PR/53177: David Binderman: Better error handling | christos |
| 2018-03-21 | effectively enforce fan speed limits, deal with negatives properly | macallan |
| 2018-03-20 | Allow registering ACPI interrupt handlers with a xname. | bouyer |
| 2018-03-16 | implement fan control, get calibration data from EEPROM via uni_n | macallan |
| 2018-03-16 | get EEPROM data from uni_n instead of poking around in OF | macallan |
| 2018-03-09 | remove some unused code, add comments for credits & explanations | macallan |
| 2018-03-09 | yet another temperature sensor / ADC | macallan |
| 2018-03-08 | preliminary driver for the fan control unit found in some G5 | macallan |
| 2018-03-01 | Use 1-byte data-buffers when writing to the "control" device for the | pgoyette |
| 2018-02-22 | - Add Maxim MAX6604. | msaitoh |
| 2018-02-13 | Delete 'define dbcool {}' line commented out in previous. It's bogus | uwe |
| 2018-02-13 | Disable the 'define dbcool {}' line - it's not needed, and causes | pgoyette |
| 2018-02-06 | dbcool_read_volt() has a missing {} issue. | mrg |
| 2018-02-01 | add driver for Maxim DS1631 High-Precision Digital Thermometer and Thermostat | macallan |
| 2018-01-05 | Driver for EM Microelectronic EM3027 RTC and temperature sensor. | uwe |
| 2017-12-30 | fixes from Brad Spenser | christos |
| 2017-12-29 | add RCSID's | christos |
| 2017-12-29 | Fix modules build. | christos |
| 2017-12-28 | PR/52848: Brad Spencer: Two environment sensor drivers: AM2315 and SI70xx | christos |
| 2017-12-10 | Add drivers for HID over I2C devices, and a driver for I2C mices. | bouyer |
| 2017-12-10 | Factor out bus-independant HID code so that it can be shared by USB, bluetooth | bouyer |
| 2017-12-10 | For direct-config devices, pass the whole dictionary to the child as | bouyer |
| 2017-10-29 | Allow drivers to provide their own read/write register functions. While | jmcneill |