Searched hist:a0c648c0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/iio/adc/ |
H A D | ad7606.h | a0c648c0 Thu Jul 18 01:27:31 CDT 2019 Beniamin Bia <beniamin.bia@analog.com> iio: adc: ad7606: Move spi dependent features to spi file
Because software mode and register access are only available in spi, they were moved in spi file and are accessbile via bops structure. The write_os/scale will be overwritten by sw_mode_config function. This patch was made in order to support devices in software mode without making the driver dependent to spi and increase the abstraction of the core.
Signed-off-by: Beniamin Bia <beniamin.bia@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
H A D | ad7606.c | a0c648c0 Thu Jul 18 01:27:31 CDT 2019 Beniamin Bia <beniamin.bia@analog.com> iio: adc: ad7606: Move spi dependent features to spi file
Because software mode and register access are only available in spi, they were moved in spi file and are accessbile via bops structure. The write_os/scale will be overwritten by sw_mode_config function. This patch was made in order to support devices in software mode without making the driver dependent to spi and increase the abstraction of the core.
Signed-off-by: Beniamin Bia <beniamin.bia@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|