* Re: [PATCH] iio: adc: rockchip_saradc: Allow compile-testing with !ARM
@ 2020-09-04 17:32 ` Heiko Stübner
0 siblings, 0 replies; 9+ messages in thread
From: Heiko Stübner @ 2020-09-04 17:32 UTC (permalink / raw)
To: Alex Dewar
Cc: Alexandru Tachici, Lars-Peter Clausen, Peter Meerwald-Stadler,
Michael Hennerich, Saravanan Sekar, Miquel Raynal, Linus Walleij,
Vincent Pelletier, linux-kernel, Beniamin Bia, linux-iio,
Andy Shevchenko, linux-arm-kernel, Philipp Zabel, Hartmut Knaack,
linux-rockchip, Alexandru Ardelean, Alex Dewar, Jonathan Cameron,
Artur Rojek
Am Freitag, 4. September 2020, 19:04:16 CEST schrieb Alex Dewar:
> There seems no reason to allow for compile-testing on ARM only, so
> remove this restriction.
>
> Build-tested with allyesconfig on x86.
>
> Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> ---
> drivers/iio/adc/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index d94dc800b842..03929606bb01 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -863,7 +863,7 @@ config RN5T618_ADC
>
> config ROCKCHIP_SARADC
> tristate "Rockchip SARADC driver"
> - depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
> + depends on ARCH_ROCKCHIP || COMPILE_TEST
> depends on RESET_CONTROLLER
> select IIO_BUFFER
> select IIO_TRIGGERED_BUFFER
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] iio: adc: rockchip_saradc: Allow compile-testing with !ARM
@ 2020-09-04 17:32 ` Heiko Stübner
0 siblings, 0 replies; 9+ messages in thread
From: Heiko Stübner @ 2020-09-04 17:32 UTC (permalink / raw)
To: Alex Dewar
Cc: Alexandru Tachici, Lars-Peter Clausen, Peter Meerwald-Stadler,
Michael Hennerich, Saravanan Sekar, Miquel Raynal, Linus Walleij,
Vincent Pelletier, linux-kernel, Beniamin Bia, linux-iio,
Andy Shevchenko, linux-arm-kernel, Philipp Zabel, Hartmut Knaack,
linux-rockchip, Alexandru Ardelean, Alex Dewar, Jonathan Cameron,
Artur Rojek
Am Freitag, 4. September 2020, 19:04:16 CEST schrieb Alex Dewar:
> There seems no reason to allow for compile-testing on ARM only, so
> remove this restriction.
>
> Build-tested with allyesconfig on x86.
>
> Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> ---
> drivers/iio/adc/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index d94dc800b842..03929606bb01 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -863,7 +863,7 @@ config RN5T618_ADC
>
> config ROCKCHIP_SARADC
> tristate "Rockchip SARADC driver"
> - depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
> + depends on ARCH_ROCKCHIP || COMPILE_TEST
> depends on RESET_CONTROLLER
> select IIO_BUFFER
> select IIO_TRIGGERED_BUFFER
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] iio: adc: rockchip_saradc: Allow compile-testing with !ARM
2020-09-04 17:32 ` Heiko Stübner
(?)
@ 2020-09-06 13:27 ` Jonathan Cameron
-1 siblings, 0 replies; 9+ messages in thread
From: Jonathan Cameron @ 2020-09-06 13:27 UTC (permalink / raw)
To: Heiko Stübner
Cc: Alex Dewar, Hartmut Knaack, Lars-Peter Clausen,
Peter Meerwald-Stadler, Philipp Zabel, Alexandru Ardelean,
Andy Shevchenko, Beniamin Bia, Michael Hennerich, Linus Walleij,
Artur Rojek, Alexandru Tachici, Vincent Pelletier,
Saravanan Sekar, Miquel Raynal, linux-iio, linux-kernel,
linux-arm-kernel, linux-rockchip
On Fri, 04 Sep 2020 19:32:22 +0200
Heiko Stübner <heiko@sntech.de> wrote:
> Am Freitag, 4. September 2020, 19:04:16 CEST schrieb Alex Dewar:
> > There seems no reason to allow for compile-testing on ARM only, so
> > remove this restriction.
> >
> > Build-tested with allyesconfig on x86.
> >
> > Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
>
> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to poke at it and see if we missed anything.
Thanks,
Jonathan
>
> > ---
> > drivers/iio/adc/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> > index d94dc800b842..03929606bb01 100644
> > --- a/drivers/iio/adc/Kconfig
> > +++ b/drivers/iio/adc/Kconfig
> > @@ -863,7 +863,7 @@ config RN5T618_ADC
> >
> > config ROCKCHIP_SARADC
> > tristate "Rockchip SARADC driver"
> > - depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
> > + depends on ARCH_ROCKCHIP || COMPILE_TEST
> > depends on RESET_CONTROLLER
> > select IIO_BUFFER
> > select IIO_TRIGGERED_BUFFER
> >
>
>
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] iio: adc: rockchip_saradc: Allow compile-testing with !ARM
@ 2020-09-06 13:27 ` Jonathan Cameron
0 siblings, 0 replies; 9+ messages in thread
From: Jonathan Cameron @ 2020-09-06 13:27 UTC (permalink / raw)
To: Heiko Stübner
Cc: Alexandru Tachici, Lars-Peter Clausen, Peter Meerwald-Stadler,
Michael Hennerich, Saravanan Sekar, Miquel Raynal, Linus Walleij,
Vincent Pelletier, linux-kernel, Beniamin Bia, linux-iio,
Andy Shevchenko, Philipp Zabel, Hartmut Knaack, linux-rockchip,
Alexandru Ardelean, Alex Dewar, linux-arm-kernel, Artur Rojek
On Fri, 04 Sep 2020 19:32:22 +0200
Heiko Stübner <heiko@sntech.de> wrote:
> Am Freitag, 4. September 2020, 19:04:16 CEST schrieb Alex Dewar:
> > There seems no reason to allow for compile-testing on ARM only, so
> > remove this restriction.
> >
> > Build-tested with allyesconfig on x86.
> >
> > Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
>
> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to poke at it and see if we missed anything.
Thanks,
Jonathan
>
> > ---
> > drivers/iio/adc/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> > index d94dc800b842..03929606bb01 100644
> > --- a/drivers/iio/adc/Kconfig
> > +++ b/drivers/iio/adc/Kconfig
> > @@ -863,7 +863,7 @@ config RN5T618_ADC
> >
> > config ROCKCHIP_SARADC
> > tristate "Rockchip SARADC driver"
> > - depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
> > + depends on ARCH_ROCKCHIP || COMPILE_TEST
> > depends on RESET_CONTROLLER
> > select IIO_BUFFER
> > select IIO_TRIGGERED_BUFFER
> >
>
>
>
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] iio: adc: rockchip_saradc: Allow compile-testing with !ARM
@ 2020-09-06 13:27 ` Jonathan Cameron
0 siblings, 0 replies; 9+ messages in thread
From: Jonathan Cameron @ 2020-09-06 13:27 UTC (permalink / raw)
To: Heiko Stübner
Cc: Alexandru Tachici, Lars-Peter Clausen, Peter Meerwald-Stadler,
Michael Hennerich, Saravanan Sekar, Miquel Raynal, Linus Walleij,
Vincent Pelletier, linux-kernel, Beniamin Bia, linux-iio,
Andy Shevchenko, Philipp Zabel, Hartmut Knaack, linux-rockchip,
Alexandru Ardelean, Alex Dewar, linux-arm-kernel, Artur Rojek
On Fri, 04 Sep 2020 19:32:22 +0200
Heiko Stübner <heiko@sntech.de> wrote:
> Am Freitag, 4. September 2020, 19:04:16 CEST schrieb Alex Dewar:
> > There seems no reason to allow for compile-testing on ARM only, so
> > remove this restriction.
> >
> > Build-tested with allyesconfig on x86.
> >
> > Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
>
> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to poke at it and see if we missed anything.
Thanks,
Jonathan
>
> > ---
> > drivers/iio/adc/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> > index d94dc800b842..03929606bb01 100644
> > --- a/drivers/iio/adc/Kconfig
> > +++ b/drivers/iio/adc/Kconfig
> > @@ -863,7 +863,7 @@ config RN5T618_ADC
> >
> > config ROCKCHIP_SARADC
> > tristate "Rockchip SARADC driver"
> > - depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
> > + depends on ARCH_ROCKCHIP || COMPILE_TEST
> > depends on RESET_CONTROLLER
> > select IIO_BUFFER
> > select IIO_TRIGGERED_BUFFER
> >
>
>
>
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply [flat|nested] 9+ messages in thread