All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: adc: ad4130: depend on GPIOLIB
@ 2022-11-14 13:36 Cosmin Tanislav
  2022-11-14 19:46 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Cosmin Tanislav @ 2022-11-14 13:36 UTC (permalink / raw)
  Cc: Jonathan Cameron, linux-iio, linux-gpio, linux-kernel,
	Cosmin Tanislav, kernel test robot

Fixes undefined references to 'gpiochip_get_data' and
'devm_gpiochip_add_data_with_key'.

Signed-off-by: Cosmin Tanislav <cosmin.tanislav@analog.com>
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 5bdef39c5c6e ("iio: adc: ad4130: add AD4130 driver")
---
 drivers/iio/adc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index 8d719fbb6acc..63f80d747cbd 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -24,6 +24,7 @@ config AD_SIGMA_DELTA
 config AD4130
 	tristate "Analog Device AD4130 ADC Driver"
 	depends on SPI
+	depends on GPIOLIB
 	select IIO_BUFFER
 	select IIO_KFIFO_BUF
 	select REGMAP_SPI
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iio: adc: ad4130: depend on GPIOLIB
  2022-11-14 13:36 [PATCH] iio: adc: ad4130: depend on GPIOLIB Cosmin Tanislav
@ 2022-11-14 19:46 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2022-11-14 19:46 UTC (permalink / raw)
  To: Cosmin Tanislav
  Cc: linux-iio, linux-gpio, linux-kernel, Cosmin Tanislav, kernel test robot

On Mon, 14 Nov 2022 15:36:49 +0200
Cosmin Tanislav <demonsingur@gmail.com> wrote:

> Fixes undefined references to 'gpiochip_get_data' and
> 'devm_gpiochip_add_data_with_key'.
> 
> Signed-off-by: Cosmin Tanislav <cosmin.tanislav@analog.com>
> Reported-by: kernel test robot <lkp@intel.com>
> Fixes: 5bdef39c5c6e ("iio: adc: ad4130: add AD4130 driver")
Applied.

Thanks for handling this so quickly.

Jonathan

> ---
>  drivers/iio/adc/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index 8d719fbb6acc..63f80d747cbd 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -24,6 +24,7 @@ config AD_SIGMA_DELTA
>  config AD4130
>  	tristate "Analog Device AD4130 ADC Driver"
>  	depends on SPI
> +	depends on GPIOLIB
>  	select IIO_BUFFER
>  	select IIO_KFIFO_BUF
>  	select REGMAP_SPI


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-14 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 13:36 [PATCH] iio: adc: ad4130: depend on GPIOLIB Cosmin Tanislav
2022-11-14 19:46 ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.