]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r350591, r350971, r351724
authorIan Lepore <ian@FreeBSD.org>
Thu, 5 Sep 2019 16:37:10 +0000 (16:37 +0000)
committerIan Lepore <ian@FreeBSD.org>
Thu, 5 Sep 2019 16:37:10 +0000 (16:37 +0000)
commite27633af9e257806e940c44fb4af7f72b9626d49
treec91c573bf8f62b8707400c227bab460b89b4cab4
parent1834ea017775b74f7deec48d22266431a25c0154
MFC r350591, r350971, r351724

r350591:
Add a driver for Texas Instruments ADS101x/ADS111x i2c ADC chips.

Instances of the device can be configured using hints or FDT data.

Interfaces to reconfigure the chip and extract voltage measurements from
it are available via sysctl(8).

r350971:
Fix the driver name in ads111x.4, and hook the manpage up to the build.

The driver was originally written with the name ads1115, but at the last
minute it got renamed to ads111x to reflect its support for many related
chips, but I forgot to update the manpage to match the renaming before
committing it all.

r351724:
Fix the name of the devicetree bindings document file cited in the manpage.
share/man/man4/Makefile
share/man/man4/ads111x.4 [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/dev/iicbus/ads111x.c [new file with mode: 0644]
sys/modules/i2c/Makefile
sys/modules/i2c/ads111x/Makefile [new file with mode: 0644]