/linux/include/linux/iio/common/ |
H A D | st_sensors_spi.h | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
H A D | st_sensors.h | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
/linux/drivers/iio/common/st_sensors/ |
H A D | st_sensors_spi.c | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
H A D | st_sensors_core.c | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
/linux/drivers/iio/gyro/ |
H A D | st_gyro_spi.c | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
H A D | st_gyro_core.c | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
/linux/drivers/iio/pressure/ |
H A D | st_pressure_spi.c | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
H A D | st_pressure_core.c | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
/linux/drivers/iio/magnetometer/ |
H A D | st_magn_spi.c | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
H A D | st_magn_core.c | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
/linux/drivers/iio/accel/ |
H A D | st_accel_spi.c | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
H A D | st_accel_core.c | diff 1ecd245e0eb23d1c3803474eba75589743d0d1fe Fri Jul 19 00:53:52 CEST 2019 Denis Ciocca <denis.ciocca@st.com> iio: move 3-wire spi initialization to st_sensors_spi
Some devices need to be configured with special bit in order to use spi 3-wire. This was done during device identification phase. Instead, let's move this part as spi specific. Doing this the check_device_support function becomes a simple device id check, so let's rename it.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|