History log of /src/sys/dev/i2c/titemp.c |
Revision | | Date | Author | Comments |
1.11 |
| 27-Jan-2021 |
thorpej | 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 |
| 23-Dec-2019 |
thorpej | branches: 1.8.8; No need to use I2C_F_POLL here.
|
1.7 |
| 26-Jun-2018 |
thorpej | branches: 1.7.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.6 |
| 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.5 |
| 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.4 |
| 30-Apr-2018 |
jmcneill | titemp_match: filter on ia_addr for indirect config (device is expected at 0x4c)
|
1.3 |
| 16-Aug-2016 |
jakllsch | branches: 1.3.14; 1.3.16; Fix fractional temperature conversion.
Previously 0 to 15 whole degrees were added for each 1/16th degree fraction.
|
1.2 |
| 13-Dec-2015 |
jmcneill | Support direct config.
|
1.1 |
| 12-May-2015 |
jmcneill | branches: 1.1.2; Add driver for Texas Instruments TMP451 Temperature Sensor
|
1.1.2.4 |
| 05-Oct-2016 |
skrll | Sync with HEAD
|
1.1.2.3 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.1.2.2 |
| 06-Jun-2015 |
skrll | Sync with HEAD
|
1.1.2.1 |
| 12-May-2015 |
skrll | file titemp.c was added on branch nick-nhusb on 2015-06-06 14:40:07 +0000
|
1.3.16.3 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.3.16.2 |
| 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.3.16.1 |
| 02-May-2018 |
pgoyette | Synch with HEAD
|
1.3.14.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.3.14.1 |
| 16-Aug-2016 |
jdolecek | file titemp.c was added on branch tls-maxphys on 2017-12-03 11:37:02 +0000
|
1.7.2.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.8.8.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|