Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 5816b3e6577eaa676ceb00a848f0fd65fe2adc29 authored by Linus Torvalds on 26 September 2021, 21:08:19 UTC
Linux 5.15-rc3
Tip revision: 5816b3e
sysfs-bus-iio-ina2xx-adc
What:		/sys/bus/iio/devices/iio:deviceX/in_allow_async_readout
Date:		December 2015
KernelVersion:	4.4
Contact:	linux-iio@vger.kernel.org
Description:
		By default (value '0'), the capture thread checks for the Conversion
		Ready Flag to being set prior to committing a new value to the sample
		buffer. This synchronizes the in-chip conversion rate with the
		in-driver readout rate at the cost of an additional register read.

		Writing '1' will remove the polling for the Conversion Ready Flags to
		save the additional i2c transaction, which will improve the bandwidth
		available for reading data. However, samples can be occasionally skipped
		or repeated, depending on the beat between the capture and conversion
		rates.

What:		/sys/bus/iio/devices/iio:deviceX/in_shunt_resistor
Date:		December 2015
KernelVersion:	4.4
Contact:	linux-iio@vger.kernel.org
Description:
		The value of the shunt resistor may be known only at runtime fom an
		eeprom content read by a client application. This attribute allows to
		set its value in ohms.
back to top