linux-stable/drivers/iio/imu
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
..
bmi160 iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
inv_mpu6050 iio: remove left-over parent assignments 2020-06-14 11:50:04 +01:00
st_lsm6dsx iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
adis.c iio: adis: Add adis_update_bits() APIs 2020-04-25 16:10:44 +01:00
adis16400.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
adis16460.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
adis16475.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
adis16480.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
adis_buffer.c iio: adis: Support different burst sizes 2020-04-25 16:11:56 +01:00
adis_trigger.c iio: imu: adis: Add irq flag variable 2020-04-25 16:09:30 +01:00
fxos8700.h iio: imu: Add support for the FXOS8700 IMU 2019-10-22 10:24:50 +01:00
fxos8700_core.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
fxos8700_i2c.c iio: imu: Add support for the FXOS8700 IMU 2019-10-22 10:24:50 +01:00
fxos8700_spi.c iio: imu: Add support for the FXOS8700 IMU 2019-10-22 10:24:50 +01:00
Kconfig iio: imu: Add support for adis16475 2020-05-03 09:47:18 +01:00
kmx61.c iio: remove explicit IIO device parent assignment 2020-06-14 11:49:59 +01:00
Makefile iio: imu: Add support for adis16475 2020-05-03 09:47:18 +01:00