Searched hist:e914cfdf12ab1a3f7339c95a65c8b5743c951fa6 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/iio/gyro/ |
H A D | adis16136.c | diff e914cfdf12ab1a3f7339c95a65c8b5743c951fa6 Mon Feb 10 07:26:00 CST 2020 Alexandru Ardelean <alexandru.ardelean@analog.com> iio: gyro: adis16136: initialize adis_data statically
This change overrides commit 380b107bbf944 ("iio: adis: Introduce timeouts structure"). It removes the memory allocation and moves the 'adis_data' information to be static on the chip_info struct.
This also adds a timeout structure to ADIS16334, since it was initially omitted. This was omitted (by accident) when the change was done.
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|