Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-12-02 Thread Jonathan Cameron
On Mon, 27 Nov 2017 10:09:47 +0100 Fabrice Gasnier wrote: > On 09/25/2017 07:26 PM, Jonathan Cameron wrote: > > On Mon, 25 Sep 2017 11:16:04 +0100 > > Jonathan Cameron wrote: > > > >> On Mon, 25 Sep 2017 11:54:06 +0200 > >> Fabrice Gasnier

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-12-02 Thread Jonathan Cameron
On Mon, 27 Nov 2017 10:09:47 +0100 Fabrice Gasnier wrote: > On 09/25/2017 07:26 PM, Jonathan Cameron wrote: > > On Mon, 25 Sep 2017 11:16:04 +0100 > > Jonathan Cameron wrote: > > > >> On Mon, 25 Sep 2017 11:54:06 +0200 > >> Fabrice Gasnier wrote: > >> > >>> On 09/10/2017 06:00 PM,

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-11-27 Thread Fabrice Gasnier
On 09/25/2017 07:26 PM, Jonathan Cameron wrote: > On Mon, 25 Sep 2017 11:16:04 +0100 > Jonathan Cameron wrote: > >> On Mon, 25 Sep 2017 11:54:06 +0200 >> Fabrice Gasnier wrote: >> >>> On 09/10/2017 06:00 PM, Jonathan Cameron wrote: On

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-11-27 Thread Fabrice Gasnier
On 09/25/2017 07:26 PM, Jonathan Cameron wrote: > On Mon, 25 Sep 2017 11:16:04 +0100 > Jonathan Cameron wrote: > >> On Mon, 25 Sep 2017 11:54:06 +0200 >> Fabrice Gasnier wrote: >> >>> On 09/10/2017 06:00 PM, Jonathan Cameron wrote: On Wed, 6 Sep 2017 18:16:33 +0200 Fabrice Gasnier

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-09-25 Thread Jonathan Cameron
On Mon, 25 Sep 2017 11:16:04 +0100 Jonathan Cameron wrote: > On Mon, 25 Sep 2017 11:54:06 +0200 > Fabrice Gasnier wrote: > > > On 09/10/2017 06:00 PM, Jonathan Cameron wrote: > > > On Wed, 6 Sep 2017 18:16:33 +0200 > > > Fabrice Gasnier

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-09-25 Thread Jonathan Cameron
On Mon, 25 Sep 2017 11:16:04 +0100 Jonathan Cameron wrote: > On Mon, 25 Sep 2017 11:54:06 +0200 > Fabrice Gasnier wrote: > > > On 09/10/2017 06:00 PM, Jonathan Cameron wrote: > > > On Wed, 6 Sep 2017 18:16:33 +0200 > > > Fabrice Gasnier wrote: > > > > > >> On 09/06/2017 02:56 PM, Arnd

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-09-25 Thread Jonathan Cameron
On Mon, 25 Sep 2017 11:54:06 +0200 Fabrice Gasnier wrote: > On 09/10/2017 06:00 PM, Jonathan Cameron wrote: > > On Wed, 6 Sep 2017 18:16:33 +0200 > > Fabrice Gasnier wrote: > > > >> On 09/06/2017 02:56 PM, Arnd Bergmann wrote: > >>> The ADC

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-09-25 Thread Jonathan Cameron
On Mon, 25 Sep 2017 11:54:06 +0200 Fabrice Gasnier wrote: > On 09/10/2017 06:00 PM, Jonathan Cameron wrote: > > On Wed, 6 Sep 2017 18:16:33 +0200 > > Fabrice Gasnier wrote: > > > >> On 09/06/2017 02:56 PM, Arnd Bergmann wrote: > >>> The ADC driver can trigger on either the timer or the

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-09-25 Thread Fabrice Gasnier
On 09/10/2017 06:00 PM, Jonathan Cameron wrote: > On Wed, 6 Sep 2017 18:16:33 +0200 > Fabrice Gasnier wrote: > >> On 09/06/2017 02:56 PM, Arnd Bergmann wrote: >>> The ADC driver can trigger on either the timer or the lptim >>> trigger, but it only uses a Kconfig 'select'

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-09-25 Thread Fabrice Gasnier
On 09/10/2017 06:00 PM, Jonathan Cameron wrote: > On Wed, 6 Sep 2017 18:16:33 +0200 > Fabrice Gasnier wrote: > >> On 09/06/2017 02:56 PM, Arnd Bergmann wrote: >>> The ADC driver can trigger on either the timer or the lptim >>> trigger, but it only uses a Kconfig 'select' statement >>> to ensure

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-09-10 Thread Jonathan Cameron
On Wed, 6 Sep 2017 18:16:33 +0200 Fabrice Gasnier wrote: > On 09/06/2017 02:56 PM, Arnd Bergmann wrote: > > The ADC driver can trigger on either the timer or the lptim > > trigger, but it only uses a Kconfig 'select' statement > > to ensure that the first of the two is

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-09-10 Thread Jonathan Cameron
On Wed, 6 Sep 2017 18:16:33 +0200 Fabrice Gasnier wrote: > On 09/06/2017 02:56 PM, Arnd Bergmann wrote: > > The ADC driver can trigger on either the timer or the lptim > > trigger, but it only uses a Kconfig 'select' statement > > to ensure that the first of the two is present. When the lptim >

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-09-06 Thread Fabrice Gasnier
On 09/06/2017 02:56 PM, Arnd Bergmann wrote: > The ADC driver can trigger on either the timer or the lptim > trigger, but it only uses a Kconfig 'select' statement > to ensure that the first of the two is present. When the lptim > trigger is enabled as a loadable module, and the adc driver > is

Re: [PATCH] iio: stm32: fix adc/trigger link error

2017-09-06 Thread Fabrice Gasnier
On 09/06/2017 02:56 PM, Arnd Bergmann wrote: > The ADC driver can trigger on either the timer or the lptim > trigger, but it only uses a Kconfig 'select' statement > to ensure that the first of the two is present. When the lptim > trigger is enabled as a loadable module, and the adc driver > is

[PATCH] iio: stm32: fix adc/trigger link error

2017-09-06 Thread Arnd Bergmann
The ADC driver can trigger on either the timer or the lptim trigger, but it only uses a Kconfig 'select' statement to ensure that the first of the two is present. When the lptim trigger is enabled as a loadable module, and the adc driver is built-in, we now get a link error:

[PATCH] iio: stm32: fix adc/trigger link error

2017-09-06 Thread Arnd Bergmann
The ADC driver can trigger on either the timer or the lptim trigger, but it only uses a Kconfig 'select' statement to ensure that the first of the two is present. When the lptim trigger is enabled as a loadable module, and the adc driver is built-in, we now get a link error: