linux/drivers/iio/chemical
Alexandru Ardelean 8f73a13f74 iio: remove left-over parent assignments
These were found by doing some shell magic:
------------
for file in $(git grep -w devm_iio_device_alloc | cut -d: -f1 | sort | uniq) ; do
	if grep 'parent =' $file | grep -v trig | grep -vq devm_; then
		echo "$file -> $(grep "parent =" $file)"
	fi
done
-----------

The output is bearable [after the semantic patch is applied].
There is a mix of trigger assignments with some iio device parent
assignments that are removed via this patch.

JC: A few more added via inspection of all parent =
statements in drivers/iio. Some of these may just have crossed with this
series, others were less obvious to scripting due to some cross
file / module boundary calls.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2020-06-14 11:50:04 +01:00
..
ams-iaq-core.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
atlas-ezo-sensor.c iio: remove left-over parent assignments 2020-06-14 11:50:04 +01:00
atlas-sensor.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
bme680_core.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
bme680_i2c.c iio:chemical:bme680: Fix SPI read interface 2019-03-09 17:27:36 +00:00
bme680_spi.c iio:chemical:bme680: Fix SPI read interface 2019-03-09 17:27:36 +00:00
bme680.h iio:chemical:bme680: Fix SPI read interface 2019-03-09 17:27:36 +00:00
ccs811.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
Kconfig iio: chemical: add atlas-ezo-sensor initial support 2020-05-16 17:57:06 +01:00
Makefile iio: chemical: add atlas-ezo-sensor initial support 2020-05-16 17:57:06 +01:00
pms7003.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
sgp30.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
sps30.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
vz89x.c iio: remove left-over parent assignments 2020-06-14 11:50:04 +01:00