linux/drivers/iio/proximity
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
..
as3935.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
isl29501.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
Kconfig iio: proximity: Add driver support for vcnl3020 proximity sensor 2020-05-21 19:12:42 +01:00
Makefile iio: proximity: Add driver support for vcnl3020 proximity sensor 2020-05-21 19:12:42 +01:00
mb1232.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
ping.c iio: remove left-over parent assignments 2020-06-14 11:50:04 +01:00
pulsedlight-lidar-lite-v2.c iio: remove left-over parent assignments 2020-06-14 11:50:04 +01:00
rfd77402.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
srf04.c iio: remove left-over parent assignments 2020-06-14 11:50:04 +01:00
srf08.c iio: remove left-over parent assignments 2020-06-14 11:50:04 +01:00
sx9310.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
sx9500.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
vcnl3020.c iio: remove left-over parent assignments 2020-06-14 11:50:04 +01:00
vl53l0x-i2c.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00