All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: enable STM32 analog & timer drivers
@ 2018-05-02 15:24 ` Fabrice Gasnier
  0 siblings, 0 replies; 10+ messages in thread
From: Fabrice Gasnier @ 2018-05-02 15:24 UTC (permalink / raw)
  To: linux, arnd, alexandre.torgue, mcoquelin.stm32
  Cc: fabrice.gasnier, linux-arm-kernel, linux-kernel

This enables drivers for STM32 timer, low power timer and analog hardware
that can be used on STM32MP1 SoC:
- Timer & LP Timer MFD core, PWM, trigger & encoder drivers
- IIO ADC/DAC/DFSDM
- vrefbuf regu driver (voltage reference buffer).

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
---
 arch/arm/configs/multi_v7_defconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index e6b3c96..40f5dd8 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -535,6 +535,7 @@ CONFIG_MFD_TPS65217=y
 CONFIG_MFD_TPS65218=y
 CONFIG_MFD_TPS6586X=y
 CONFIG_MFD_TPS65910=y
+CONFIG_MFD_STM32_LPTIMER=y
 CONFIG_REGULATOR_ACT8945A=y
 CONFIG_REGULATOR_AB8500=y
 CONFIG_REGULATOR_ACT8865=y
@@ -567,6 +568,7 @@ CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_RN5T618=y
 CONFIG_REGULATOR_S2MPS11=y
 CONFIG_REGULATOR_S5M8767=y
+CONFIG_REGULATOR_STM32_VREFBUF=y
 CONFIG_REGULATOR_TI_ABB=y
 CONFIG_REGULATOR_TPS51632=y
 CONFIG_REGULATOR_TPS62360=y
@@ -935,13 +937,19 @@ CONFIG_AT91_SAMA5D2_ADC=m
 CONFIG_BERLIN2_ADC=m
 CONFIG_CPCAP_ADC=m
 CONFIG_EXYNOS_ADC=m
+CONFIG_STM32_ADC_CORE=y
+CONFIG_STM32_ADC=y
+CONFIG_STM32_DFSDM_ADC=y
 CONFIG_VF610_ADC=m
 CONFIG_XILINX_XADC=y
+CONFIG_STM32_LPTIMER_CNT=y
+CONFIG_STM32_DAC=y
 CONFIG_MPU3050_I2C=y
 CONFIG_CM36651=m
 CONFIG_AK8975=y
 CONFIG_RASPBERRYPI_POWER=y
 CONFIG_IIO_HRTIMER_TRIGGER=y
+CONFIG_IIO_STM32_LPTIMER_TRIGGER=y
 CONFIG_PWM=y
 CONFIG_PWM_ATMEL=m
 CONFIG_PWM_ATMEL_HLCDC_PWM=m
@@ -951,6 +959,8 @@ CONFIG_PWM_RCAR=m
 CONFIG_PWM_RENESAS_TPU=y
 CONFIG_PWM_ROCKCHIP=m
 CONFIG_PWM_SAMSUNG=m
+CONFIG_PWM_STM32=y
+CONFIG_PWM_STM32_LP=y
 CONFIG_PWM_SUN4I=y
 CONFIG_PWM_TEGRA=y
 CONFIG_PWM_VT8500=y
-- 
1.9.1

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

* [PATCH] ARM: multi_v7_defconfig: enable STM32 analog & timer drivers
@ 2018-05-02 15:24 ` Fabrice Gasnier
  0 siblings, 0 replies; 10+ messages in thread
From: Fabrice Gasnier @ 2018-05-02 15:24 UTC (permalink / raw)
  To: linux-arm-kernel

This enables drivers for STM32 timer, low power timer and analog hardware
that can be used on STM32MP1 SoC:
- Timer & LP Timer MFD core, PWM, trigger & encoder drivers
- IIO ADC/DAC/DFSDM
- vrefbuf regu driver (voltage reference buffer).

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
---
 arch/arm/configs/multi_v7_defconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index e6b3c96..40f5dd8 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -535,6 +535,7 @@ CONFIG_MFD_TPS65217=y
 CONFIG_MFD_TPS65218=y
 CONFIG_MFD_TPS6586X=y
 CONFIG_MFD_TPS65910=y
+CONFIG_MFD_STM32_LPTIMER=y
 CONFIG_REGULATOR_ACT8945A=y
 CONFIG_REGULATOR_AB8500=y
 CONFIG_REGULATOR_ACT8865=y
@@ -567,6 +568,7 @@ CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_RN5T618=y
 CONFIG_REGULATOR_S2MPS11=y
 CONFIG_REGULATOR_S5M8767=y
+CONFIG_REGULATOR_STM32_VREFBUF=y
 CONFIG_REGULATOR_TI_ABB=y
 CONFIG_REGULATOR_TPS51632=y
 CONFIG_REGULATOR_TPS62360=y
@@ -935,13 +937,19 @@ CONFIG_AT91_SAMA5D2_ADC=m
 CONFIG_BERLIN2_ADC=m
 CONFIG_CPCAP_ADC=m
 CONFIG_EXYNOS_ADC=m
+CONFIG_STM32_ADC_CORE=y
+CONFIG_STM32_ADC=y
+CONFIG_STM32_DFSDM_ADC=y
 CONFIG_VF610_ADC=m
 CONFIG_XILINX_XADC=y
+CONFIG_STM32_LPTIMER_CNT=y
+CONFIG_STM32_DAC=y
 CONFIG_MPU3050_I2C=y
 CONFIG_CM36651=m
 CONFIG_AK8975=y
 CONFIG_RASPBERRYPI_POWER=y
 CONFIG_IIO_HRTIMER_TRIGGER=y
+CONFIG_IIO_STM32_LPTIMER_TRIGGER=y
 CONFIG_PWM=y
 CONFIG_PWM_ATMEL=m
 CONFIG_PWM_ATMEL_HLCDC_PWM=m
@@ -951,6 +959,8 @@ CONFIG_PWM_RCAR=m
 CONFIG_PWM_RENESAS_TPU=y
 CONFIG_PWM_ROCKCHIP=m
 CONFIG_PWM_SAMSUNG=m
+CONFIG_PWM_STM32=y
+CONFIG_PWM_STM32_LP=y
 CONFIG_PWM_SUN4I=y
 CONFIG_PWM_TEGRA=y
 CONFIG_PWM_VT8500=y
-- 
1.9.1

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

* Re: [PATCH] ARM: multi_v7_defconfig: enable STM32 analog & timer drivers
  2018-05-02 15:24 ` Fabrice Gasnier
@ 2018-05-03 14:05   ` Alexandre Torgue
  -1 siblings, 0 replies; 10+ messages in thread
From: Alexandre Torgue @ 2018-05-03 14:05 UTC (permalink / raw)
  To: Fabrice Gasnier, linux, arnd, mcoquelin.stm32
  Cc: linux-arm-kernel, linux-kernel

Hi Fabrice,

On 05/02/2018 05:24 PM, Fabrice Gasnier wrote:
> This enables drivers for STM32 timer, low power timer and analog hardware
> that can be used on STM32MP1 SoC:
> - Timer & LP Timer MFD core, PWM, trigger & encoder drivers
> - IIO ADC/DAC/DFSDM
> - vrefbuf regu driver (voltage reference buffer).
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
>   arch/arm/configs/multi_v7_defconfig | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 

Applied on stm32-next.

Arnd,
Do you agree if I take multi_v7_defconfig related patches in my stm32 
pull requests ?


Thanks.
Alex








> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index e6b3c96..40f5dd8 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -535,6 +535,7 @@ CONFIG_MFD_TPS65217=y
>   CONFIG_MFD_TPS65218=y
>   CONFIG_MFD_TPS6586X=y
>   CONFIG_MFD_TPS65910=y
> +CONFIG_MFD_STM32_LPTIMER=y
>   CONFIG_REGULATOR_ACT8945A=y
>   CONFIG_REGULATOR_AB8500=y
>   CONFIG_REGULATOR_ACT8865=y
> @@ -567,6 +568,7 @@ CONFIG_REGULATOR_QCOM_SMD_RPM=y
>   CONFIG_REGULATOR_RN5T618=y
>   CONFIG_REGULATOR_S2MPS11=y
>   CONFIG_REGULATOR_S5M8767=y
> +CONFIG_REGULATOR_STM32_VREFBUF=y
>   CONFIG_REGULATOR_TI_ABB=y
>   CONFIG_REGULATOR_TPS51632=y
>   CONFIG_REGULATOR_TPS62360=y
> @@ -935,13 +937,19 @@ CONFIG_AT91_SAMA5D2_ADC=m
>   CONFIG_BERLIN2_ADC=m
>   CONFIG_CPCAP_ADC=m
>   CONFIG_EXYNOS_ADC=m
> +CONFIG_STM32_ADC_CORE=y
> +CONFIG_STM32_ADC=y
> +CONFIG_STM32_DFSDM_ADC=y
>   CONFIG_VF610_ADC=m
>   CONFIG_XILINX_XADC=y
> +CONFIG_STM32_LPTIMER_CNT=y
> +CONFIG_STM32_DAC=y
>   CONFIG_MPU3050_I2C=y
>   CONFIG_CM36651=m
>   CONFIG_AK8975=y
>   CONFIG_RASPBERRYPI_POWER=y
>   CONFIG_IIO_HRTIMER_TRIGGER=y
> +CONFIG_IIO_STM32_LPTIMER_TRIGGER=y
>   CONFIG_PWM=y
>   CONFIG_PWM_ATMEL=m
>   CONFIG_PWM_ATMEL_HLCDC_PWM=m
> @@ -951,6 +959,8 @@ CONFIG_PWM_RCAR=m
>   CONFIG_PWM_RENESAS_TPU=y
>   CONFIG_PWM_ROCKCHIP=m
>   CONFIG_PWM_SAMSUNG=m
> +CONFIG_PWM_STM32=y
> +CONFIG_PWM_STM32_LP=y
>   CONFIG_PWM_SUN4I=y
>   CONFIG_PWM_TEGRA=y
>   CONFIG_PWM_VT8500=y
> 

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

* [PATCH] ARM: multi_v7_defconfig: enable STM32 analog & timer drivers
@ 2018-05-03 14:05   ` Alexandre Torgue
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Torgue @ 2018-05-03 14:05 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Fabrice,

On 05/02/2018 05:24 PM, Fabrice Gasnier wrote:
> This enables drivers for STM32 timer, low power timer and analog hardware
> that can be used on STM32MP1 SoC:
> - Timer & LP Timer MFD core, PWM, trigger & encoder drivers
> - IIO ADC/DAC/DFSDM
> - vrefbuf regu driver (voltage reference buffer).
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
>   arch/arm/configs/multi_v7_defconfig | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 

Applied on stm32-next.

Arnd,
Do you agree if I take multi_v7_defconfig related patches in my stm32 
pull requests ?


Thanks.
Alex








> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index e6b3c96..40f5dd8 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -535,6 +535,7 @@ CONFIG_MFD_TPS65217=y
>   CONFIG_MFD_TPS65218=y
>   CONFIG_MFD_TPS6586X=y
>   CONFIG_MFD_TPS65910=y
> +CONFIG_MFD_STM32_LPTIMER=y
>   CONFIG_REGULATOR_ACT8945A=y
>   CONFIG_REGULATOR_AB8500=y
>   CONFIG_REGULATOR_ACT8865=y
> @@ -567,6 +568,7 @@ CONFIG_REGULATOR_QCOM_SMD_RPM=y
>   CONFIG_REGULATOR_RN5T618=y
>   CONFIG_REGULATOR_S2MPS11=y
>   CONFIG_REGULATOR_S5M8767=y
> +CONFIG_REGULATOR_STM32_VREFBUF=y
>   CONFIG_REGULATOR_TI_ABB=y
>   CONFIG_REGULATOR_TPS51632=y
>   CONFIG_REGULATOR_TPS62360=y
> @@ -935,13 +937,19 @@ CONFIG_AT91_SAMA5D2_ADC=m
>   CONFIG_BERLIN2_ADC=m
>   CONFIG_CPCAP_ADC=m
>   CONFIG_EXYNOS_ADC=m
> +CONFIG_STM32_ADC_CORE=y
> +CONFIG_STM32_ADC=y
> +CONFIG_STM32_DFSDM_ADC=y
>   CONFIG_VF610_ADC=m
>   CONFIG_XILINX_XADC=y
> +CONFIG_STM32_LPTIMER_CNT=y
> +CONFIG_STM32_DAC=y
>   CONFIG_MPU3050_I2C=y
>   CONFIG_CM36651=m
>   CONFIG_AK8975=y
>   CONFIG_RASPBERRYPI_POWER=y
>   CONFIG_IIO_HRTIMER_TRIGGER=y
> +CONFIG_IIO_STM32_LPTIMER_TRIGGER=y
>   CONFIG_PWM=y
>   CONFIG_PWM_ATMEL=m
>   CONFIG_PWM_ATMEL_HLCDC_PWM=m
> @@ -951,6 +959,8 @@ CONFIG_PWM_RCAR=m
>   CONFIG_PWM_RENESAS_TPU=y
>   CONFIG_PWM_ROCKCHIP=m
>   CONFIG_PWM_SAMSUNG=m
> +CONFIG_PWM_STM32=y
> +CONFIG_PWM_STM32_LP=y
>   CONFIG_PWM_SUN4I=y
>   CONFIG_PWM_TEGRA=y
>   CONFIG_PWM_VT8500=y
> 

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

* Re: [PATCH] ARM: multi_v7_defconfig: enable STM32 analog & timer drivers
  2018-05-03 14:05   ` Alexandre Torgue
@ 2018-05-03 22:12     ` Arnd Bergmann
  -1 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2018-05-03 22:12 UTC (permalink / raw)
  To: Alexandre Torgue
  Cc: Fabrice Gasnier, Russell King - ARM Linux, Maxime Coquelin,
	Linux ARM, Linux Kernel Mailing List

On Thu, May 3, 2018 at 10:05 AM, Alexandre Torgue
<alexandre.torgue@st.com> wrote:
> Hi Fabrice,
>
> On 05/02/2018 05:24 PM, Fabrice Gasnier wrote:
>>
>> This enables drivers for STM32 timer, low power timer and analog hardware
>> that can be used on STM32MP1 SoC:
>> - Timer & LP Timer MFD core, PWM, trigger & encoder drivers
>> - IIO ADC/DAC/DFSDM
>> - vrefbuf regu driver (voltage reference buffer).
>>
>> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
>> ---
>>   arch/arm/configs/multi_v7_defconfig | 10 ++++++++++
>>   1 file changed, 10 insertions(+)
>>
>
> Applied on stm32-next.
>
> Arnd,
> Do you agree if I take multi_v7_defconfig related patches in my stm32 pull
> requests ?

Yes, just make sure that all drivers that can reasonably be loadable
modules are configured that way rather than as built-in, so a defconfig
build doesn't become too big.

       Arnd

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

* [PATCH] ARM: multi_v7_defconfig: enable STM32 analog & timer drivers
@ 2018-05-03 22:12     ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2018-05-03 22:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, May 3, 2018 at 10:05 AM, Alexandre Torgue
<alexandre.torgue@st.com> wrote:
> Hi Fabrice,
>
> On 05/02/2018 05:24 PM, Fabrice Gasnier wrote:
>>
>> This enables drivers for STM32 timer, low power timer and analog hardware
>> that can be used on STM32MP1 SoC:
>> - Timer & LP Timer MFD core, PWM, trigger & encoder drivers
>> - IIO ADC/DAC/DFSDM
>> - vrefbuf regu driver (voltage reference buffer).
>>
>> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
>> ---
>>   arch/arm/configs/multi_v7_defconfig | 10 ++++++++++
>>   1 file changed, 10 insertions(+)
>>
>
> Applied on stm32-next.
>
> Arnd,
> Do you agree if I take multi_v7_defconfig related patches in my stm32 pull
> requests ?

Yes, just make sure that all drivers that can reasonably be loadable
modules are configured that way rather than as built-in, so a defconfig
build doesn't become too big.

       Arnd

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

* Re: [PATCH] ARM: multi_v7_defconfig: enable STM32 analog & timer drivers
  2018-05-03 22:12     ` Arnd Bergmann
@ 2018-05-04  7:42       ` Alexandre Torgue
  -1 siblings, 0 replies; 10+ messages in thread
From: Alexandre Torgue @ 2018-05-04  7:42 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Fabrice Gasnier, Russell King - ARM Linux, Maxime Coquelin,
	Linux ARM, Linux Kernel Mailing List



On 05/04/2018 12:12 AM, Arnd Bergmann wrote:
> On Thu, May 3, 2018 at 10:05 AM, Alexandre Torgue
> <alexandre.torgue@st.com> wrote:
>> Hi Fabrice,
>>
>> On 05/02/2018 05:24 PM, Fabrice Gasnier wrote:
>>>
>>> This enables drivers for STM32 timer, low power timer and analog hardware
>>> that can be used on STM32MP1 SoC:
>>> - Timer & LP Timer MFD core, PWM, trigger & encoder drivers
>>> - IIO ADC/DAC/DFSDM
>>> - vrefbuf regu driver (voltage reference buffer).
>>>
>>> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
>>> ---
>>>    arch/arm/configs/multi_v7_defconfig | 10 ++++++++++
>>>    1 file changed, 10 insertions(+)
>>>
>>
>> Applied on stm32-next.
>>
>> Arnd,
>> Do you agree if I take multi_v7_defconfig related patches in my stm32 pull
>> requests ?
> 
> Yes, just make sure that all drivers that can reasonably be loadable
> modules are configured that way rather than as built-in, so a defconfig
> build doesn't become too big.

Ok. You're right, this drivers could be configured as module. We just 
need to verify impact before send it.

Regards
alex

> 
>         Arnd
> 

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

* [PATCH] ARM: multi_v7_defconfig: enable STM32 analog & timer drivers
@ 2018-05-04  7:42       ` Alexandre Torgue
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Torgue @ 2018-05-04  7:42 UTC (permalink / raw)
  To: linux-arm-kernel



On 05/04/2018 12:12 AM, Arnd Bergmann wrote:
> On Thu, May 3, 2018 at 10:05 AM, Alexandre Torgue
> <alexandre.torgue@st.com> wrote:
>> Hi Fabrice,
>>
>> On 05/02/2018 05:24 PM, Fabrice Gasnier wrote:
>>>
>>> This enables drivers for STM32 timer, low power timer and analog hardware
>>> that can be used on STM32MP1 SoC:
>>> - Timer & LP Timer MFD core, PWM, trigger & encoder drivers
>>> - IIO ADC/DAC/DFSDM
>>> - vrefbuf regu driver (voltage reference buffer).
>>>
>>> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
>>> ---
>>>    arch/arm/configs/multi_v7_defconfig | 10 ++++++++++
>>>    1 file changed, 10 insertions(+)
>>>
>>
>> Applied on stm32-next.
>>
>> Arnd,
>> Do you agree if I take multi_v7_defconfig related patches in my stm32 pull
>> requests ?
> 
> Yes, just make sure that all drivers that can reasonably be loadable
> modules are configured that way rather than as built-in, so a defconfig
> build doesn't become too big.

Ok. You're right, this drivers could be configured as module. We just 
need to verify impact before send it.

Regards
alex

> 
>         Arnd
> 

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

* Re: [PATCH] ARM: multi_v7_defconfig: enable STM32 analog & timer drivers
  2018-12-03 11:22 Alexandre Torgue
@ 2018-12-03 20:58 ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2018-12-03 20:58 UTC (permalink / raw)
  To: Alexandre Torgue
  Cc: Maxime Coquelin, Kevin Hilman, arm, linux-arm-kernel, Arnd Bergmann

On Mon, Dec 03, 2018 at 12:22:01PM +0100, Alexandre Torgue wrote:
> From: Fabrice Gasnier <fabrice.gasnier@st.com>
> 
> This enables drivers for STM32 timer, low power timer and analog hardware
> that can be used on STM32MP1 SoC:
> - Timer & LP Timer MFD core, PWM, trigger & encoder drivers
> - IIO ADC/DAC/DFSDM
> - vrefbuf regu driver (voltage reference buffer).
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
> 
> ---
> 
> Hi Arnd, Olof and Kevin,
> 
> Can you please merge this patch for v4.21?

Applied to next/defconfig. Thanks!


-Olof

_______________________________________________
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] 10+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: enable STM32 analog & timer drivers
@ 2018-12-03 11:22 Alexandre Torgue
  2018-12-03 20:58 ` Olof Johansson
  0 siblings, 1 reply; 10+ messages in thread
From: Alexandre Torgue @ 2018-12-03 11:22 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, Kevin Hilman, arm, linux-arm-kernel
  Cc: Alexandre Torgue, Maxime Coquelin

From: Fabrice Gasnier <fabrice.gasnier@st.com>

This enables drivers for STM32 timer, low power timer and analog hardware
that can be used on STM32MP1 SoC:
- Timer & LP Timer MFD core, PWM, trigger & encoder drivers
- IIO ADC/DAC/DFSDM
- vrefbuf regu driver (voltage reference buffer).

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

---

Hi Arnd, Olof and Kevin,

Can you please merge this patch for v4.21?

Thanks in advance
Alex

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 1c76168..b2d1f18 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -522,6 +522,7 @@ CONFIG_MFD_TPS65217=y
 CONFIG_MFD_TPS65218=y
 CONFIG_MFD_TPS6586X=y
 CONFIG_MFD_TPS65910=y
+CONFIG_MFD_STM32_LPTIMER=m
 CONFIG_REGULATOR_ACT8865=y
 CONFIG_REGULATOR_ACT8945A=y
 CONFIG_REGULATOR_ANATOP=y
@@ -552,6 +553,7 @@ CONFIG_REGULATOR_RK808=y
 CONFIG_REGULATOR_RN5T618=y
 CONFIG_REGULATOR_S2MPS11=y
 CONFIG_REGULATOR_S5M8767=y
+CONFIG_REGULATOR_STM32_VREFBUF=m
 CONFIG_REGULATOR_TI_ABB=y
 CONFIG_REGULATOR_TPS51632=y
 CONFIG_REGULATOR_TPS62360=y
@@ -914,14 +916,20 @@ CONFIG_AT91_SAMA5D2_ADC=m
 CONFIG_BERLIN2_ADC=m
 CONFIG_CPCAP_ADC=m
 CONFIG_EXYNOS_ADC=m
+CONFIG_STM32_ADC_CORE=m
+CONFIG_STM32_ADC=m
+CONFIG_STM32_DFSDM_ADC=m
 CONFIG_VF610_ADC=m
 CONFIG_XILINX_XADC=y
+CONFIG_STM32_LPTIMER_CNT=m
+CONFIG_STM32_DAC=m
 CONFIG_MPU3050_I2C=y
 CONFIG_CM36651=m
 CONFIG_SENSORS_ISL29018=y
 CONFIG_SENSORS_ISL29028=y
 CONFIG_AK8975=y
 CONFIG_IIO_HRTIMER_TRIGGER=y
+CONFIG_IIO_STM32_LPTIMER_TRIGGER=m
 CONFIG_PWM=y
 CONFIG_PWM_ATMEL=m
 CONFIG_PWM_ATMEL_HLCDC_PWM=m
@@ -935,6 +943,8 @@ CONFIG_PWM_RENESAS_TPU=y
 CONFIG_PWM_ROCKCHIP=m
 CONFIG_PWM_SAMSUNG=m
 CONFIG_PWM_STI=y
+CONFIG_PWM_STM32=m
+CONFIG_PWM_STM32_LP=m
 CONFIG_PWM_SUN4I=y
 CONFIG_PWM_TEGRA=y
 CONFIG_PWM_VT8500=y
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2018-12-03 21:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02 15:24 [PATCH] ARM: multi_v7_defconfig: enable STM32 analog & timer drivers Fabrice Gasnier
2018-05-02 15:24 ` Fabrice Gasnier
2018-05-03 14:05 ` Alexandre Torgue
2018-05-03 14:05   ` Alexandre Torgue
2018-05-03 22:12   ` Arnd Bergmann
2018-05-03 22:12     ` Arnd Bergmann
2018-05-04  7:42     ` Alexandre Torgue
2018-05-04  7:42       ` Alexandre Torgue
2018-12-03 11:22 Alexandre Torgue
2018-12-03 20:58 ` Olof Johansson

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.