Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
iicbus: Move ADC drivers into a new adc subfolderNo reason that they should live directly under iicbusSponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.free
iicbus: Move ADC drivers into a new adc subfolderNo reason that they should live directly under iicbusSponsored by: Beckhoff Automation GmbH & Co. KGDifferential Revision: https://reviews.freebsd.org/D41911
show more ...
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Include ofw_bus_if.h in SRCS only on systems configured with the FDT option.
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 measureme
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 fromit are available via sysctl(8).