linux-stable/drivers/iio/gyro
Linus Walleij d8594fa22a iio: gyro: st_gyro: inline per-sensor data
We have #defines for all the individual sensor registers and
value/mask pairs #defined at the top of the file and used at
exactly one spot.

This is usually good if the #defines give a meaning to the
opaque magic numbers.

However in this case, the semantic meaning is inherent in the
name of the C99-addressable fields, and that means duplication
of information, and only makes the code hard to maintain since
you every time have to add a new #define AND update the site
where it is to be used.

Get rid of the #defines and just open code the values into the
appropriate struct elements. Make sure to explicitly address
the .hz and .value fields in the st_sensor_odr_avl struct
so that the meaning of all values is clear.

This patch is purely syntactic should have no semantic effect.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2016-11-12 15:38:09 +00:00
..
Kconfig iio: gyro: mpu3050: add I2C dependency 2016-11-08 20:29:33 +00:00
Makefile iio: gyro: Add driver for the MPU-3050 gyroscope 2016-10-25 17:24:05 +01:00
adis16080.c spi: Drop owner assignment from spi_drivers 2015-10-28 10:30:17 +09:00
adis16130.c spi: Drop owner assignment from spi_drivers 2015-10-28 10:30:17 +09:00
adis16136.c First set of new device support, features and cleanups for IIO in the 4.5 cycle 2015-12-01 09:13:29 -08:00
adis16260.c spi: Drop owner assignment from spi_drivers 2015-10-28 10:30:17 +09:00
adxrs450.c spi: Drop owner assignment from spi_drivers 2015-10-28 10:30:17 +09:00
bmg160.h
bmg160_core.c iio: bmg160: add callbacks for the filter frequency 2016-07-03 12:39:55 +01:00
bmg160_i2c.c
bmg160_spi.c
hid-sensor-gyro-3d.c
itg3200_buffer.c
itg3200_core.c
mpu3050-core.c iio: gyro: mpu3050: remove duplicate initializer 2016-11-08 20:28:25 +00:00
mpu3050-i2c.c iio: gyro: Add driver for the MPU-3050 gyroscope 2016-10-25 17:24:05 +01:00
mpu3050.h iio: gyro: Add driver for the MPU-3050 gyroscope 2016-10-25 17:24:05 +01:00
ssp_gyro_sensor.c iio: common: ssp_sensors: gyro: constify iio_info structures 2016-09-18 11:59:51 +01:00
st_gyro.h iio: st_gyro: Add lsm9ds0-gyro support 2016-04-23 22:47:18 +01:00
st_gyro_buffer.c iio: st_sensors: switch to a threaded interrupt 2016-05-29 20:21:41 +01:00
st_gyro_core.c iio: gyro: st_gyro: inline per-sensor data 2016-11-12 15:38:09 +00:00
st_gyro_i2c.c iio: st_gyro: Add lsm9ds0-gyro support 2016-04-23 22:47:18 +01:00
st_gyro_spi.c iio: st_gyro: Add lsm9ds0-gyro support 2016-04-23 22:47:18 +01:00