All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: adc: stm32: add tim15 trigger
@ 2017-10-18 11:39 ` Fabrice Gasnier
  0 siblings, 0 replies; 4+ messages in thread
From: Fabrice Gasnier @ 2017-10-18 11:39 UTC (permalink / raw)
  To: jic23
  Cc: linux-arm-kernel, linux-kernel, mcoquelin.stm32,
	alexandre.torgue, fabrice.gasnier, benjamin.gaignard,
	benjamin.gaignard, linux-iio, lars, knaack.h, pmeerw

Add TIM15_TRGO trigger that is now supported on STM32H7.

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
---
 drivers/iio/adc/stm32-adc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iio/adc/stm32-adc.c b/drivers/iio/adc/stm32-adc.c
index cc7ca50..4725756 100644
--- a/drivers/iio/adc/stm32-adc.c
+++ b/drivers/iio/adc/stm32-adc.c
@@ -501,6 +501,7 @@ struct stm32_adc_info {
 	{ TIM2_TRGO, STM32_EXT11 },
 	{ TIM4_TRGO, STM32_EXT12 },
 	{ TIM6_TRGO, STM32_EXT13 },
+	{ TIM15_TRGO, STM32_EXT14 },
 	{ TIM3_CH4, STM32_EXT15 },
 	{ LPTIM1_OUT, STM32_EXT18 },
 	{ LPTIM2_OUT, STM32_EXT19 },
-- 
1.9.1

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

* [PATCH] iio: adc: stm32: add tim15 trigger
@ 2017-10-18 11:39 ` Fabrice Gasnier
  0 siblings, 0 replies; 4+ messages in thread
From: Fabrice Gasnier @ 2017-10-18 11:39 UTC (permalink / raw)
  To: linux-arm-kernel

Add TIM15_TRGO trigger that is now supported on STM32H7.

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
---
 drivers/iio/adc/stm32-adc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iio/adc/stm32-adc.c b/drivers/iio/adc/stm32-adc.c
index cc7ca50..4725756 100644
--- a/drivers/iio/adc/stm32-adc.c
+++ b/drivers/iio/adc/stm32-adc.c
@@ -501,6 +501,7 @@ struct stm32_adc_info {
 	{ TIM2_TRGO, STM32_EXT11 },
 	{ TIM4_TRGO, STM32_EXT12 },
 	{ TIM6_TRGO, STM32_EXT13 },
+	{ TIM15_TRGO, STM32_EXT14 },
 	{ TIM3_CH4, STM32_EXT15 },
 	{ LPTIM1_OUT, STM32_EXT18 },
 	{ LPTIM2_OUT, STM32_EXT19 },
-- 
1.9.1

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

* Re: [PATCH] iio: adc: stm32: add tim15 trigger
  2017-10-18 11:39 ` Fabrice Gasnier
@ 2017-10-21 16:50   ` Jonathan Cameron
  -1 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2017-10-21 16:50 UTC (permalink / raw)
  To: Fabrice Gasnier
  Cc: linux-arm-kernel, linux-kernel, mcoquelin.stm32,
	alexandre.torgue, benjamin.gaignard, benjamin.gaignard,
	linux-iio, lars, knaack.h, pmeerw

On Wed, 18 Oct 2017 13:39:27 +0200
Fabrice Gasnier <fabrice.gasnier@st.com> wrote:

> Add TIM15_TRGO trigger that is now supported on STM32H7.
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Applied to the togreg branch of iio.git and pushed out as
testing for the autobuilders to play with it.

Thanks,

Jonathan
> ---
>  drivers/iio/adc/stm32-adc.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/adc/stm32-adc.c b/drivers/iio/adc/stm32-adc.c
> index cc7ca50..4725756 100644
> --- a/drivers/iio/adc/stm32-adc.c
> +++ b/drivers/iio/adc/stm32-adc.c
> @@ -501,6 +501,7 @@ struct stm32_adc_info {
>  	{ TIM2_TRGO, STM32_EXT11 },
>  	{ TIM4_TRGO, STM32_EXT12 },
>  	{ TIM6_TRGO, STM32_EXT13 },
> +	{ TIM15_TRGO, STM32_EXT14 },
>  	{ TIM3_CH4, STM32_EXT15 },
>  	{ LPTIM1_OUT, STM32_EXT18 },
>  	{ LPTIM2_OUT, STM32_EXT19 },

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

* [PATCH] iio: adc: stm32: add tim15 trigger
@ 2017-10-21 16:50   ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2017-10-21 16:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, 18 Oct 2017 13:39:27 +0200
Fabrice Gasnier <fabrice.gasnier@st.com> wrote:

> Add TIM15_TRGO trigger that is now supported on STM32H7.
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Applied to the togreg branch of iio.git and pushed out as
testing for the autobuilders to play with it.

Thanks,

Jonathan
> ---
>  drivers/iio/adc/stm32-adc.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/adc/stm32-adc.c b/drivers/iio/adc/stm32-adc.c
> index cc7ca50..4725756 100644
> --- a/drivers/iio/adc/stm32-adc.c
> +++ b/drivers/iio/adc/stm32-adc.c
> @@ -501,6 +501,7 @@ struct stm32_adc_info {
>  	{ TIM2_TRGO, STM32_EXT11 },
>  	{ TIM4_TRGO, STM32_EXT12 },
>  	{ TIM6_TRGO, STM32_EXT13 },
> +	{ TIM15_TRGO, STM32_EXT14 },
>  	{ TIM3_CH4, STM32_EXT15 },
>  	{ LPTIM1_OUT, STM32_EXT18 },
>  	{ LPTIM2_OUT, STM32_EXT19 },

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

end of thread, other threads:[~2017-10-21 16:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-18 11:39 [PATCH] iio: adc: stm32: add tim15 trigger Fabrice Gasnier
2017-10-18 11:39 ` Fabrice Gasnier
2017-10-21 16:50 ` Jonathan Cameron
2017-10-21 16:50   ` 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.