| Age | Commit message (Expand) | Author |
| 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 |
| 2014-12-07 | Add driver for X-Powers AC100 integrated audio codec and RTC subsystem. | jmcneill |
| 2014-12-07 | Add AXP806 and AXP809 power management controller drivers. | jmcneill |
| 2014-12-07 | Let kernel config override I2C_MAX_ADDR | jmcneill |
| 2014-11-23 | On Allwinner A31 you need to set the CONTROL_IFLG bit to clear it. Add | jmcneill |
| 2014-11-21 | Change internal temperature base from -267.7C to -243.7C. The AXP223 | jmcneill |
| 2014-11-20 | use the inline bcdtobin and bintobcd directly instead through a macro. | christos |
| 2014-11-17 | add ddc_read_edid_block, which is the same as ddc_read_edid but takes an addi... | jmcneill |
| 2014-10-15 | dsrtc depends on sysmon_envsys. | uebayasi |
| 2014-10-13 | Initialize a variable that gcc thinks might be used uninitialized. | martin |
| 2014-10-12 | add AXP22x Power Management Unit driver | jmcneill |
| 2014-10-12 | - support DS3231 ( more or less a DS3232 without NVRAM it seems ) | macallan |
| 2014-10-07 | fix some c&p bugs. | matt |
| 2014-09-11 | correct softreset reg for allwinner boards | jmcneill |
| 2014-09-09 | fix a sizeof typo | jmcneill |
| 2014-09-09 | AXP20x Power Management Unit driver, pretty basic at the moment -- only acts ... | jmcneill |
| 2014-09-09 | AllWinner implementation uses a different register layout, select it with opt... | jmcneill |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-08-04 | Assume bitops are meant here. | joerg |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-20 | Add a callback to change the regulator outputs. | bouyer |
| 2014-06-29 | allow i2c address 0x01-0x7F | kardel |
| 2014-06-29 | remove artifacts inspired by misleading documentation | kardel |
| 2014-06-29 | Use todr_[gs]ettime_ymdhms functions that handle ymdhms format properly. | tsutsui |