iio: stx104: Move to addac subdirectory
[ Upstream commit955c2aa9cf
] The stx104 driver supports both ADC and DAC functionality. Signed-off-by: William Breathitt Gray <william.gray@linaro.org> Link: https://lore.kernel.org/r/20220815222921.138945-1-william.gray@linaro.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Stable-dep-of:4f9b80aefb
("iio: addac: stx104: Fix race condition when converting analog-to-digital") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Родитель
cadf8f2d7c
Коммит
89a007f3a3
|
@ -1250,7 +1250,7 @@ APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
|
||||||
M: William Breathitt Gray <vilhelm.gray@gmail.com>
|
M: William Breathitt Gray <vilhelm.gray@gmail.com>
|
||||||
L: linux-iio@vger.kernel.org
|
L: linux-iio@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: drivers/iio/adc/stx104.c
|
F: drivers/iio/addac/stx104.c
|
||||||
|
|
||||||
APM DRIVER
|
APM DRIVER
|
||||||
M: Jiri Kosina <jikos@kernel.org>
|
M: Jiri Kosina <jikos@kernel.org>
|
||||||
|
|
|
@ -991,22 +991,6 @@ config STMPE_ADC
|
||||||
Say yes here to build support for ST Microelectronics STMPE
|
Say yes here to build support for ST Microelectronics STMPE
|
||||||
built-in ADC block (stmpe811).
|
built-in ADC block (stmpe811).
|
||||||
|
|
||||||
config STX104
|
|
||||||
tristate "Apex Embedded Systems STX104 driver"
|
|
||||||
depends on PC104 && X86
|
|
||||||
select ISA_BUS_API
|
|
||||||
select GPIOLIB
|
|
||||||
help
|
|
||||||
Say yes here to build support for the Apex Embedded Systems STX104
|
|
||||||
integrated analog PC/104 card.
|
|
||||||
|
|
||||||
This driver supports the 16 channels of single-ended (8 channels of
|
|
||||||
differential) analog inputs, 2 channels of analog output, 4 digital
|
|
||||||
inputs, and 4 digital outputs provided by the STX104.
|
|
||||||
|
|
||||||
The base port addresses for the devices may be configured via the base
|
|
||||||
array module parameter.
|
|
||||||
|
|
||||||
config SUN4I_GPADC
|
config SUN4I_GPADC
|
||||||
tristate "Support for the Allwinner SoCs GPADC"
|
tristate "Support for the Allwinner SoCs GPADC"
|
||||||
depends on IIO
|
depends on IIO
|
||||||
|
|
|
@ -85,7 +85,6 @@ obj-$(CONFIG_ROCKCHIP_SARADC) += rockchip_saradc.o
|
||||||
obj-$(CONFIG_RZG2L_ADC) += rzg2l_adc.o
|
obj-$(CONFIG_RZG2L_ADC) += rzg2l_adc.o
|
||||||
obj-$(CONFIG_SC27XX_ADC) += sc27xx_adc.o
|
obj-$(CONFIG_SC27XX_ADC) += sc27xx_adc.o
|
||||||
obj-$(CONFIG_SPEAR_ADC) += spear_adc.o
|
obj-$(CONFIG_SPEAR_ADC) += spear_adc.o
|
||||||
obj-$(CONFIG_STX104) += stx104.o
|
|
||||||
obj-$(CONFIG_SUN4I_GPADC) += sun4i-gpadc-iio.o
|
obj-$(CONFIG_SUN4I_GPADC) += sun4i-gpadc-iio.o
|
||||||
obj-$(CONFIG_STM32_ADC_CORE) += stm32-adc-core.o
|
obj-$(CONFIG_STM32_ADC_CORE) += stm32-adc-core.o
|
||||||
obj-$(CONFIG_STM32_ADC) += stm32-adc.o
|
obj-$(CONFIG_STM32_ADC) += stm32-adc.o
|
||||||
|
|
|
@ -5,4 +5,20 @@
|
||||||
|
|
||||||
menu "Analog to digital and digital to analog converters"
|
menu "Analog to digital and digital to analog converters"
|
||||||
|
|
||||||
|
config STX104
|
||||||
|
tristate "Apex Embedded Systems STX104 driver"
|
||||||
|
depends on PC104 && X86
|
||||||
|
select ISA_BUS_API
|
||||||
|
select GPIOLIB
|
||||||
|
help
|
||||||
|
Say yes here to build support for the Apex Embedded Systems STX104
|
||||||
|
integrated analog PC/104 card.
|
||||||
|
|
||||||
|
This driver supports the 16 channels of single-ended (8 channels of
|
||||||
|
differential) analog inputs, 2 channels of analog output, 4 digital
|
||||||
|
inputs, and 4 digital outputs provided by the STX104.
|
||||||
|
|
||||||
|
The base port addresses for the devices may be configured via the base
|
||||||
|
array module parameter.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# When adding new entries keep the list in alphabetical order
|
# When adding new entries keep the list in alphabetical order
|
||||||
|
obj-$(CONFIG_STX104) += stx104.o
|
||||||
|
|
Загрузка…
Ссылка в новой задаче