History log of /src/sys/dev/i2c/mpl115a.c |
Revision | | Date | Author | Comments |
1.4 |
| 27-Jun-2025 |
andvar | Grammar and spelling fixes, mainly in comments. A few in documentation, logging, test description, and SCSI ASC/ASCQ assignment descriptions.
|
1.3 |
| 23-Dec-2019 |
thorpej | branches: 1.3.32; No need to use I2C_F_POLL here.
|
1.2 |
| 16-Jun-2018 |
thorpej | branches: 1.2.2; 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.1 |
| 08-Sep-2013 |
rkujawa | branches: 1.1.4; 1.1.6; 1.1.10; 1.1.34; Preliminary support for MPL115A2 pressure sensor. It works, but accurracy is awful.
I should add presure as a new type of sensor to envsys at some point...
|
1.1.34.1 |
| 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.1.10.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.10.1 |
| 08-Sep-2013 |
tls | file mpl115a.c was added on branch tls-maxphys on 2014-08-20 00:03:37 +0000
|
1.1.6.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.1 |
| 08-Sep-2013 |
yamt | file mpl115a.c was added on branch yamt-pagecache on 2014-05-22 11:40:21 +0000
|
1.1.4.2 |
| 18-May-2014 |
rmind | sync with head
|
1.1.4.1 |
| 08-Sep-2013 |
rmind | file mpl115a.c was added on branch rmind-smpnet on 2014-05-18 17:45:37 +0000
|
1.2.2.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.3.32.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|