History log of /src/sys/dev/i2c/adm1026.c |
Revision | | Date | Author | Comments |
1.13 |
| 14-Jun-2021 |
jdc | Call sysmon_envsys_destroy() if we receive any error from sysmon, rather than just on some errors.
|
1.12 |
| 14-Jun-2021 |
mlelstv | Avoid double free when attach fails.
|
1.11 |
| 27-Jan-2021 |
thorpej | branches: 1.11.4; Use DEVICE_COMPAT_EOL.
|
1.10 |
| 25-Jan-2021 |
thorpej | Since we're using designated initialisers for compat data, we should use a completely empty initializer for the sentinel.
|
1.9 |
| 17-Jan-2021 |
thorpej | Use designated initializers and a consistent termination style in compat_data[].
|
1.8 |
| 26-Jun-2020 |
martin | branches: 1.8.2; Avoid creating a full temporary softc struct on the stack.
|
1.7 |
| 23-Dec-2019 |
thorpej | No need to do the poll-during-autoconfiguration dance; the i2c code does the right thing for us.
|
1.6 |
| 11-Dec-2019 |
jdc | Chip matching improvements: only match for currently known addresses don't generate messages when matching Tested on Sun Blade 2500 by martin@.
|
1.5 |
| 26-Jun-2018 |
thorpej | branches: 1.5.2; In my quest to make device_compatible_entry (and associated goo) super-general, it turns out I also made it a little to cumbersome to use (if my tired fingers are any indication). So, this is a course-correction -- one string per entry (like of_compat_data, which it will soon replace), and remove the over-verbose macros.
|
1.4 |
| 18-Jun-2018 |
thorpej | - Rename iic_compat_match() to iic_compatible_match() and change it to use the new device_compatible_match() routine. A pointer to the matching device_compatible_entry is returned if a match is found. - Adjust iic_use_direct_match() accordingly. - i2c drivers now provide device_compatible_entry tables when performing direct-config matching. - In the dsrtc driver, take advantage of this new capability to greatly simplify model selection.
(I'm coming for you next, of_compat_data...)
|
1.3 |
| 16-Jun-2018 |
thorpej | More cleanup to i2c autoconfiguration:
- Get all of the drivers onto the new match quality constants. - Introduce a new helper function, iic_use_direct_match(), that has all of the logic for direct-config matching. If it returns true, the driver returns the match result (which may be 0). If it returns false, the driver does indirect-config matching. - iic_compat_match() now returns a weighted match quality; matches to lower-indexed "compatible" device property are more-specific matches, and return a better match quality accordingly.
|
1.2 |
| 11-Jan-2016 |
jdc | branches: 1.2.16; 1.2.18; Increase the number of read retries (to 5).
|
1.1 |
| 16-Dec-2015 |
jdc | branches: 1.1.2; Add a driver for the ADM1026 Thermal System Management Fan Controller i2c chip.
|
1.1.2.3 |
| 19-Mar-2016 |
skrll | Sync with HEAD
|
1.1.2.2 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.1.2.1 |
| 16-Dec-2015 |
skrll | file adm1026.c was added on branch nick-nhusb on 2015-12-27 12:09:49 +0000
|
1.2.18.2 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.2.18.1 |
| 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.2.16.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.2.16.1 |
| 11-Jan-2016 |
jdolecek | file adm1026.c was added on branch tls-maxphys on 2017-12-03 11:37:02 +0000
|
1.5.2.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.8.2.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|
1.11.4.1 |
| 17-Jun-2021 |
thorpej | Sync w/ HEAD.
|