Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: iio: Documentation: Remove unused sysfs attributes

This patch removes the unused sysfs attributes range, range_available,
adc_resolution and adc_resolution_available.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Shraddha Barke and committed by
Jonathan Cameron
255ec444 ac663db3

-28
-28
drivers/staging/iio/Documentation/sysfs-bus-iio-light
··· 1 - 2 - What: /sys/bus/iio/devices/device[n]/range 3 - KernelVersion: 2.6.37 4 - Contact: linux-iio@vger.kernel.org 5 - Description: 6 - Hardware dependent ADC Full Scale Range used for some ambient 7 - light sensors in calculating lux. 8 - 9 - What: /sys/bus/iio/devices/device[n]/range_available 10 - KernelVersion: 2.6.37 11 - Contact: linux-iio@vger.kernel.org 12 - Description: 13 - Hardware dependent supported vales for ADC Full Scale Range. 14 - 15 - What: /sys/bus/iio/devices/device[n]/adc_resolution 16 - KernelVersion: 2.6.37 17 - Contact: linux-iio@vger.kernel.org 18 - Description: 19 - Hardware dependent ADC resolution of the ambient light sensor 20 - used in calculating the lux. 21 - 22 - What: /sys/bus/iio/devices/device[n]/adc_resolution_available 23 - KernelVersion: 2.6.37 24 - Contact: linux-iio@vger.kernel.org 25 - Description: 26 - Hardware dependent list of possible values supported for the 27 - adc_resolution of the given sensor. 28 - 29 1 What: /sys/bus/iio/devices/device[n]/in_illuminance0[_input|_raw] 30 2 KernelVersion: 2.6.35 31 3 Contact: linux-iio@vger.kernel.org