Re: [PATCH] ARM: dts: stm32: Add vrefbuf support to stm32mp157c

2018-05-02 Thread Alexandre Torgue
Hi Fabrice, On 04/18/2018 09:47 AM, Fabrice Gasnier wrote: stm32mp157c has vrefbuf regulator that can provide analog reference voltage from 1500mV to 2500mV. Signed-off-by: Fabrice Gasnier --- arch/arm/boot/dts/stm32mp157c.dtsi | 9 + 1 file changed, 9

Re: [PATCH] ARM: dts: stm32: Add vrefbuf support to stm32mp157c

2018-05-02 Thread Alexandre Torgue
Hi Fabrice, On 04/18/2018 09:47 AM, Fabrice Gasnier wrote: stm32mp157c has vrefbuf regulator that can provide analog reference voltage from 1500mV to 2500mV. Signed-off-by: Fabrice Gasnier --- arch/arm/boot/dts/stm32mp157c.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git

Re: [PATCH 0/4] Add STM32 timers to stm32mp157c

2018-05-02 Thread Alexandre Torgue
Hi Fabrice, On 04/17/2018 03:45 PM, Fabrice Gasnier wrote: This series adds support for STM32 timers to stm32mp157c. These timers can act PWM, trigger and/or encoder. Populate stm32mp157c SOC and ed1/ev1 boards. Fabrice Gasnier (4): ARM: dts: stm32: add timers support to stm32mp157c ARM:

Re: [PATCH 0/4] Add STM32 timers to stm32mp157c

2018-05-02 Thread Alexandre Torgue
Hi Fabrice, On 04/17/2018 03:45 PM, Fabrice Gasnier wrote: This series adds support for STM32 timers to stm32mp157c. These timers can act PWM, trigger and/or encoder. Populate stm32mp157c SOC and ed1/ev1 boards. Fabrice Gasnier (4): ARM: dts: stm32: add timers support to stm32mp157c ARM:

Re: [PATCH v1 1/2] ARM: configs: stm32: Add MDMA support on STM32MP157C

2018-04-23 Thread Alexandre Torgue
Hi Pierre-Yves, On 04/20/2018 11:15 AM, Pierre-Yves MORDRET wrote: This patch adds MDMA support on STM32MP157C Signed-off-by: Pierre-Yves MORDRET --- Version history: v1: * Initial --- --- arch/arm/mach-stm32/Kconfig | 1 + 1 file changed, 1

Re: [PATCH v1 1/2] ARM: configs: stm32: Add MDMA support on STM32MP157C

2018-04-23 Thread Alexandre Torgue
Hi Pierre-Yves, On 04/20/2018 11:15 AM, Pierre-Yves MORDRET wrote: This patch adds MDMA support on STM32MP157C Signed-off-by: Pierre-Yves MORDRET --- Version history: v1: * Initial --- --- arch/arm/mach-stm32/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH v1 0/4] Add DMAv2 and DMAMUX Support on STM32MP157C

2018-04-23 Thread Alexandre Torgue
Hi Pierre-Yves, On 04/20/2018 11:14 AM, Pierre-Yves MORDRET wrote: This patch adds DMAv2 and DMAMUX support on STM32MP157C with configs and device tree. --- Version history: v1: * Initial --- Pierre-Yves MORDRET (4): ARM: configs: stm32: Add DMAv2 support on STM32MP157C

Re: [PATCH v1 0/4] Add DMAv2 and DMAMUX Support on STM32MP157C

2018-04-23 Thread Alexandre Torgue
Hi Pierre-Yves, On 04/20/2018 11:14 AM, Pierre-Yves MORDRET wrote: This patch adds DMAv2 and DMAMUX support on STM32MP157C with configs and device tree. --- Version history: v1: * Initial --- Pierre-Yves MORDRET (4): ARM: configs: stm32: Add DMAv2 support on STM32MP157C

Re: [PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

2018-04-17 Thread Alexandre Torgue
river for stm32h7 SoC family" - depends on MACH_STM32H743 + def_bool COMMON_CLK && MACH_STM32H743 help ---help--- Support for stm32h7 SoC family clocks Thanks for this fix. Without it, STM32 MCU boards doesn't boot on 4.17-rc1. Acked-by: Alexandre TORGUE <alexandre.tor...@st.com>

Re: [PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

2018-04-17 Thread Alexandre Torgue
def_bool COMMON_CLK && MACH_STM32H743 help ---help--- Support for stm32h7 SoC family clocks Thanks for this fix. Without it, STM32 MCU boards doesn't boot on 4.17-rc1. Acked-by: Alexandre TORGUE

Re: [PATCH] ARM: dts: stm32: Enable stm32mp1 clock driver on stm32mp157c

2018-04-16 Thread Alexandre Torgue
Hi Gabriel, On 03/15/2018 08:18 AM, gabriel.fernan...@st.com wrote: From: Gabriel Fernandez This patch enables stm32mp1 clock driver. Signed-off-by: Gabriel Fernandez Applied on stm32-next. Thanks. Alex

Re: [PATCH] ARM: dts: stm32: Enable stm32mp1 clock driver on stm32mp157c

2018-04-16 Thread Alexandre Torgue
Hi Gabriel, On 03/15/2018 08:18 AM, gabriel.fernan...@st.com wrote: From: Gabriel Fernandez This patch enables stm32mp1 clock driver. Signed-off-by: Gabriel Fernandez Applied on stm32-next. Thanks. Alex

Re: [PATCH v2] i2c: i2c-stm32f7: fix no check on returned setup

2018-03-22 Thread Alexandre Torgue
;Can't get device data\n"); + ret = -ENODEV; + goto clk_free; + } i2c_dev->setup = *setup; ret = device_property_read_u32(i2c_dev->dev, "i2c-scl-rising-time-ns", Acked-by: Alexandre TORGUE <alexandre.tor...@st.com>

Re: [PATCH v2] i2c: i2c-stm32f7: fix no check on returned setup

2018-03-22 Thread Alexandre Torgue
ret = -ENODEV; + goto clk_free; + } i2c_dev->setup = *setup; ret = device_property_read_u32(i2c_dev->dev, "i2c-scl-rising-time-ns", Acked-by: Alexandre TORGUE

Re: [RESEND PATCH v1] i2c: i2c-stm32f7: fix no check on returned setup

2018-03-20 Thread Alexandre Torgue
Hi Pierre-Yves On 03/12/2018 01:53 PM, Pierre-Yves MORDRET wrote: Before assigning returned setup structure check if not null Fixes: 463a9215f3ca7600b5ff ("i2c: stm32f7: fix setup structure") Signed-off-by: Pierre-Yves MORDRET --- Version history: v1:

Re: [RESEND PATCH v1] i2c: i2c-stm32f7: fix no check on returned setup

2018-03-20 Thread Alexandre Torgue
Hi Pierre-Yves On 03/12/2018 01:53 PM, Pierre-Yves MORDRET wrote: Before assigning returned setup structure check if not null Fixes: 463a9215f3ca7600b5ff ("i2c: stm32f7: fix setup structure") Signed-off-by: Pierre-Yves MORDRET --- Version history: v1: * Initial --- ---

Re: [PATCH v2 0/6] Add mmc support for STM32F7 boards

2018-03-08 Thread Alexandre Torgue
Hi Lee On 03/07/2018 11:57 AM, Lee Jones wrote: On Wed, 07 Mar 2018, Patrice CHOTARD wrote: Hi Lee On 03/07/2018 09:35 AM, Lee Jones wrote: On Mon, 05 Mar 2018, Alexandre Torgue wrote: Hi Patrice, On 03/01/2018 11:53 AM, patrice.chot...@st.com wrote: From: Patrice Chotard <patrice.c

Re: [PATCH v2 0/6] Add mmc support for STM32F7 boards

2018-03-08 Thread Alexandre Torgue
Hi Lee On 03/07/2018 11:57 AM, Lee Jones wrote: On Wed, 07 Mar 2018, Patrice CHOTARD wrote: Hi Lee On 03/07/2018 09:35 AM, Lee Jones wrote: On Mon, 05 Mar 2018, Alexandre Torgue wrote: Hi Patrice, On 03/01/2018 11:53 AM, patrice.chot...@st.com wrote: From: Patrice Chotard This series

Re: [PATCH v2 0/6] Add mmc support for STM32F7 boards

2018-03-05 Thread Alexandre Torgue
Hi Patrice, On 03/01/2018 11:53 AM, patrice.chot...@st.com wrote: From: Patrice Chotard This series adds : _ SDIO pins definition for STM32F7 SoCs family _ add sdio1 DT entry for STM32F746 Discovery board _ add sdio1 DT entry for STM32F746 Evaluation board _

Re: [PATCH v2 0/6] Add mmc support for STM32F7 boards

2018-03-05 Thread Alexandre Torgue
Hi Patrice, On 03/01/2018 11:53 AM, patrice.chot...@st.com wrote: From: Patrice Chotard This series adds : _ SDIO pins definition for STM32F7 SoCs family _ add sdio1 DT entry for STM32F746 Discovery board _ add sdio1 DT entry for STM32F746 Evaluation board _ add sdio1 DT entry for

Re: [PATCH] ARM: dts: stm32: add SPI support on STM32H743 SoC

2018-03-05 Thread Alexandre Torgue
Hi Amélie On 02/28/2018 11:36 AM, Amelie Delaunay wrote: This patch adds all SPI instances of the STM32H743 SoC. Signed-off-by: Amelie Delaunay --- Applied on stm32-next. Thanks. Alex arch/arm/boot/dts/stm32h743.dtsi | 61

Re: [PATCH] ARM: dts: stm32: add SPI support on STM32H743 SoC

2018-03-05 Thread Alexandre Torgue
Hi Amélie On 02/28/2018 11:36 AM, Amelie Delaunay wrote: This patch adds all SPI instances of the STM32H743 SoC. Signed-off-by: Amelie Delaunay --- Applied on stm32-next. Thanks. Alex arch/arm/boot/dts/stm32h743.dtsi | 61 1 file changed, 61

Re: [PATCH] ARM: mach-stm32: restore reboot capabilities

2018-03-05 Thread Alexandre Torgue
Hi Benjamin On 02/27/2018 03:36 PM, Benjamin Gaignard wrote: To be able to reboot the platform we need to use armv7m_restart for STM32 SoCs using ARMv7 cores. Fixes: e0644101bd2f ("ARM: mach-stm32: prepare stm32 family to welcome armv7 architecture) Signed-off-by: Benjamin Gaignard

Re: [PATCH] ARM: mach-stm32: restore reboot capabilities

2018-03-05 Thread Alexandre Torgue
Hi Benjamin On 02/27/2018 03:36 PM, Benjamin Gaignard wrote: To be able to reboot the platform we need to use armv7m_restart for STM32 SoCs using ARMv7 cores. Fixes: e0644101bd2f ("ARM: mach-stm32: prepare stm32 family to welcome armv7 architecture) Signed-off-by: Benjamin Gaignard ---

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-02 Thread Alexandre Torgue
On 03/02/2018 09:37 AM, Radosław Pietrzyk wrote: Linus responded in v2 mail thread that he's gonna take it instead of v1. I saw that too late :). Regards Alex 2018-03-02 9:14 GMT+01:00 Alexandre Torgue <alexandre.tor...@st.com>: Hi Radoslaw and Linus, On 03/01/2018 10:24 PM, Ra

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-02 Thread Alexandre Torgue
On 03/02/2018 09:37 AM, Radosław Pietrzyk wrote: Linus responded in v2 mail thread that he's gonna take it instead of v1. I saw that too late :). Regards Alex 2018-03-02 9:14 GMT+01:00 Alexandre Torgue : Hi Radoslaw and Linus, On 03/01/2018 10:24 PM, Radosław Pietrzyk wrote: I don't

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-02 Thread Alexandre Torgue
Hi Radoslaw and Linus, On 03/01/2018 10:24 PM, Radosław Pietrzyk wrote: I don't know if Alexandre agrees but It might be better to take v2 where irq_ack is added. Sorry Linus, I agree with Rodoslaw, you need to take V2 as stm32-exti patch is linked to pinctrl v2 patch. I gonna add my

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-03-02 Thread Alexandre Torgue
Hi Radoslaw and Linus, On 03/01/2018 10:24 PM, Radosław Pietrzyk wrote: I don't know if Alexandre agrees but It might be better to take v2 where irq_ack is added. Sorry Linus, I agree with Rodoslaw, you need to take V2 as stm32-exti patch is linked to pinctrl v2 patch. I gonna add my

Re: [PATCH 1/6] ARM: dts: stm32: Add sdio pins definition for stm32f7

2018-03-01 Thread Alexandre Torgue
Hi Patrice On 03/01/2018 10:43 AM, patrice.chot...@st.com wrote: From: Patrice Chotard Add sdio pins definition for the 2 sdio instances embeds in stm32f746. Signed-off-by: Patrice Chotard --- arch/arm/boot/dts/stm32f7-pinctrl.dtsi | 62

Re: [PATCH 1/6] ARM: dts: stm32: Add sdio pins definition for stm32f7

2018-03-01 Thread Alexandre Torgue
Hi Patrice On 03/01/2018 10:43 AM, patrice.chot...@st.com wrote: From: Patrice Chotard Add sdio pins definition for the 2 sdio instances embeds in stm32f746. Signed-off-by: Patrice Chotard --- arch/arm/boot/dts/stm32f7-pinctrl.dtsi | 62 ++ 1 file changed,

Re: [PATCH 0/2] RTC support on STM32H743

2018-02-27 Thread Alexandre Torgue
Hi Amélie, On 02/16/2018 02:16 PM, Amelie Delaunay wrote: This patchset add support for RTC on STM32H743 and enables it on stm32h743i-eval. Tested on stm32-next. Amelie Delaunay (2): ARM: dts: stm32: add RTC support on STM32H743 ARM: dts: stm32: enable RTC on stm32h743i-eval

Re: [PATCH 0/2] RTC support on STM32H743

2018-02-27 Thread Alexandre Torgue
Hi Amélie, On 02/16/2018 02:16 PM, Amelie Delaunay wrote: This patchset add support for RTC on STM32H743 and enables it on stm32h743i-eval. Tested on stm32-next. Amelie Delaunay (2): ARM: dts: stm32: add RTC support on STM32H743 ARM: dts: stm32: enable RTC on stm32h743i-eval

Re: [PATCH v2 0/3] USB OTG on STM32H743

2018-02-27 Thread Alexandre Torgue
Hi Amélie, On 02/19/2018 09:46 AM, Amelie Delaunay wrote: This patchset adds support for USB OTG HS and FS on stm32h743 SoC. It also enables USB OTG HS on stm32h743i-eval board in OTG (DRD) mode. It is possible to use OTG HS in Peripheral or Host mode depending on the USB connector. ---

Re: [PATCH v2 0/3] USB OTG on STM32H743

2018-02-27 Thread Alexandre Torgue
Hi Amélie, On 02/19/2018 09:46 AM, Amelie Delaunay wrote: This patchset adds support for USB OTG HS and FS on stm32h743 SoC. It also enables USB OTG HS on stm32h743i-eval board in OTG (DRD) mode. It is possible to use OTG HS in Peripheral or Host mode depending on the USB connector. ---

Re: [PATCH] ARM: dts: stm32: enable RTC on stm32f769-disco

2018-02-27 Thread Alexandre Torgue
Hi Amélie On 02/16/2018 02:47 PM, Amelie Delaunay wrote: This patch enables RTC on stm32f769-disco. Signed-off-by: Amelie Delaunay --- arch/arm/boot/dts/stm32f769-disco.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/stm32f769-disco.dts

Re: [PATCH] ARM: dts: stm32: enable RTC on stm32f769-disco

2018-02-27 Thread Alexandre Torgue
Hi Amélie On 02/16/2018 02:47 PM, Amelie Delaunay wrote: This patch enables RTC on stm32f769-disco. Signed-off-by: Amelie Delaunay --- arch/arm/boot/dts/stm32f769-disco.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/stm32f769-disco.dts

Re: [PATCH 0/3] USB OTG on STM32F7 boards

2018-02-27 Thread Alexandre Torgue
Hi Amélie On 02/15/2018 04:54 PM, Amelie Delaunay wrote: This patchset adds support for Peripheral mode on stm32f746 by adding dwc2 gadget fifo sizes and enables USB OTG HS in OTG (DRD) mode on stm32746g-eval and stm32f769-disco. It possible to use OTG HS in Peripheral or Host mode, depending

Re: [PATCH 0/3] USB OTG on STM32F7 boards

2018-02-27 Thread Alexandre Torgue
Hi Amélie On 02/15/2018 04:54 PM, Amelie Delaunay wrote: This patchset adds support for Peripheral mode on stm32f746 by adding dwc2 gadget fifo sizes and enables USB OTG HS in OTG (DRD) mode on stm32746g-eval and stm32f769-disco. It possible to use OTG HS in Peripheral or Host mode, depending

Re: [PATCH] ARM: dts: stm32: Add leds support to stm32f769 Discovery board

2018-02-27 Thread Alexandre Torgue
Hi On 01/17/2018 10:40 AM, Benjamin Gaignard wrote: Add nodes for the two user leds. Signed-off-by: Benjamin Gaignard --- arch/arm/boot/dts/stm32f769-disco.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/stm32f769-disco.dts

Re: [PATCH] ARM: dts: stm32: Add leds support to stm32f769 Discovery board

2018-02-27 Thread Alexandre Torgue
Hi On 01/17/2018 10:40 AM, Benjamin Gaignard wrote: Add nodes for the two user leds. Signed-off-by: Benjamin Gaignard --- arch/arm/boot/dts/stm32f769-disco.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/stm32f769-disco.dts

Re: [PATCH] ARM: dts: stm32: Fix HSE clock frequency for stm32h743i-disco board

2018-02-27 Thread Alexandre Torgue
Hi Patrice, On 01/26/2018 05:23 PM, patrice.chot...@st.com wrote: From: Patrice Chotard The HSE oscillator frequency was wrongly set to 125MHz instead of 25MHz. Signed-off-by: Patrice Chotard --- arch/arm/boot/dts/stm32h743i-disco.dts | 2 +-

Re: [PATCH] ARM: dts: stm32: Fix HSE clock frequency for stm32h743i-disco board

2018-02-27 Thread Alexandre Torgue
Hi Patrice, On 01/26/2018 05:23 PM, patrice.chot...@st.com wrote: From: Patrice Chotard The HSE oscillator frequency was wrongly set to 125MHz instead of 25MHz. Signed-off-by: Patrice Chotard --- arch/arm/boot/dts/stm32h743i-disco.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH] ARM: dts: stm32: Add push button to stm32f469 Discovery board

2018-02-27 Thread Alexandre Torgue
hi On 01/17/2018 10:40 AM, Benjamin Gaignard wrote: Add node for user push button. Signed-off-by: Benjamin Gaignard --- arch/arm/boot/dts/stm32f469-disco.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/stm32f469-disco.dts

Re: [PATCH] ARM: dts: stm32: Add push button to stm32f469 Discovery board

2018-02-27 Thread Alexandre Torgue
hi On 01/17/2018 10:40 AM, Benjamin Gaignard wrote: Add node for user push button. Signed-off-by: Benjamin Gaignard --- arch/arm/boot/dts/stm32f469-disco.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/stm32f469-disco.dts

Re: [PATCH] ARM: dts: stm32: Add push button to stm32f769 Discovery board

2018-02-27 Thread Alexandre Torgue
Hi On 01/17/2018 10:40 AM, Benjamin Gaignard wrote: Add node for user push button. Signed-off-by: Benjamin Gaignard --- arch/arm/boot/dts/stm32f769-disco.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/stm32f769-disco.dts

Re: [PATCH] ARM: dts: stm32: Add push button to stm32f769 Discovery board

2018-02-27 Thread Alexandre Torgue
Hi On 01/17/2018 10:40 AM, Benjamin Gaignard wrote: Add node for user push button. Signed-off-by: Benjamin Gaignard --- arch/arm/boot/dts/stm32f769-disco.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/stm32f769-disco.dts

Re: [PATCH] ARM: dts: stm32: Add leds support to stm32f469 Discovery board

2018-02-27 Thread Alexandre Torgue
Hi, On 01/17/2018 10:40 AM, Benjamin Gaignard wrote: Add nodes for the four user leds. Signed-off-by: Benjamin Gaignard --- arch/arm/boot/dts/stm32f469-disco.dts | 16 1 file changed, 16 insertions(+) diff --git

Re: [PATCH] ARM: dts: stm32: Add leds support to stm32f469 Discovery board

2018-02-27 Thread Alexandre Torgue
Hi, On 01/17/2018 10:40 AM, Benjamin Gaignard wrote: Add nodes for the four user leds. Signed-off-by: Benjamin Gaignard --- arch/arm/boot/dts/stm32f469-disco.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/stm32f469-disco.dts

Re: [PATCH v3 00/14] Add MMCI support for STM32F SoCs family

2018-02-27 Thread Alexandre Torgue
Hi Patrice, On 01/18/2018 03:34 PM, patrice.chot...@st.com wrote: From: Patrice Chotard This series reworks patches submitted one year ago by Andrea Merello [1] but without succeed to merged it. STM32F4 and STM32F7 SoCs families embeds a variant of the ARM PrimeCell

Re: [PATCH v3 00/14] Add MMCI support for STM32F SoCs family

2018-02-27 Thread Alexandre Torgue
Hi Patrice, On 01/18/2018 03:34 PM, patrice.chot...@st.com wrote: From: Patrice Chotard This series reworks patches submitted one year ago by Andrea Merello [1] but without succeed to merged it. STM32F4 and STM32F7 SoCs families embeds a variant of the ARM PrimeCell PL18x SD host controller,

Re: [PATCH] i2c-stm32f4: remove redundant initialization of pointer reg

2018-02-26 Thread Alexandre Torgue
on can be removed. Cleans up clang warning: drivers/i2c/busses/i2c-stm32f4.c:352:16: warning: Value stored to 'reg' during its initialization is never read Signed-off-by: Colin Ian King <colin.k...@canonical.com> Maxime? Alexandre? Are you OK with this patch? Sorry for delay. Acked-b

Re: [PATCH] i2c-stm32f4: remove redundant initialization of pointer reg

2018-02-26 Thread Alexandre Torgue
clang warning: drivers/i2c/busses/i2c-stm32f4.c:352:16: warning: Value stored to 'reg' during its initialization is never read Signed-off-by: Colin Ian King Maxime? Alexandre? Are you OK with this patch? Sorry for delay. Acked-by: Alexandre TORGUE regards alex --- drivers/i2c/busses/i2c

Re: [PATCH v4] arch: arm: mach-stm32: Fix copyright

2018-02-26 Thread Alexandre Torgue
Hi Benjamin, On 11/30/2017 09:49 AM, Benjamin Gaignard wrote: Uniformize STMicroelectronics copyrights header Add SPDX identifier Signed-off-by: Benjamin Gaignard CC: Maxime Coquelin --- arch/arm/mach-stm32/board-dt.c | 3 ++- 1 file

Re: [PATCH v4] arch: arm: mach-stm32: Fix copyright

2018-02-26 Thread Alexandre Torgue
Hi Benjamin, On 11/30/2017 09:49 AM, Benjamin Gaignard wrote: Uniformize STMicroelectronics copyrights header Add SPDX identifier Signed-off-by: Benjamin Gaignard CC: Maxime Coquelin --- arch/arm/mach-stm32/board-dt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-02-26 Thread Alexandre Torgue
Hi Ludovic On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-02-26 Thread Alexandre Torgue
Hi Ludovic On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm Cortex-M) in that it

[PATCH] MAINTAINERS: update entries for ARM/STM32

2018-02-26 Thread Alexandre Torgue
Changes old git repository to the maintained one and adds more patterns. Signed-off-by: Alexandre Torgue <alexandre.tor...@st.com> diff --git a/MAINTAINERS b/MAINTAINERS index 3bdc260..802b984 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1999,8 +1999,10 @@ M: Maxime Co

[PATCH] MAINTAINERS: update entries for ARM/STM32

2018-02-26 Thread Alexandre Torgue
Changes old git repository to the maintained one and adds more patterns. Signed-off-by: Alexandre Torgue diff --git a/MAINTAINERS b/MAINTAINERS index 3bdc260..802b984 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1999,8 +1999,10 @@ M: Maxime Coquelin M: Alexandre Torgue L

Re: [PATCH Resend 0/5] hwrng: stm32 - Improvement for stm32-rng

2018-02-22 Thread Alexandre Torgue
Hi On 02/22/2018 03:03 PM, Herbert Xu wrote: On Thu, Feb 15, 2018 at 02:03:07PM +0100, Lionel Debieve wrote: This set of patches add extended functionalities for stm32 rng driver. Patch #1 includes a reset during probe to avoid any error status which can occur during bootup process and keep

Re: [PATCH Resend 0/5] hwrng: stm32 - Improvement for stm32-rng

2018-02-22 Thread Alexandre Torgue
Hi On 02/22/2018 03:03 PM, Herbert Xu wrote: On Thu, Feb 15, 2018 at 02:03:07PM +0100, Lionel Debieve wrote: This set of patches add extended functionalities for stm32 rng driver. Patch #1 includes a reset during probe to avoid any error status which can occur during bootup process and keep

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-02-21 Thread Alexandre Torgue
Maybe you could remove ARM from commit header. On 02/21/2018 02:50 PM, Radoslaw Pietrzyk wrote: - removes unneeded irq_chip.irq_eoi callback - adds irq_chip.irq_set_wake callback for possible in the future GPIO wakeup Signed-off-by: Radoslaw Pietrzyk

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-02-21 Thread Alexandre Torgue
Maybe you could remove ARM from commit header. On 02/21/2018 02:50 PM, Radoslaw Pietrzyk wrote: - removes unneeded irq_chip.irq_eoi callback - adds irq_chip.irq_set_wake callback for possible in the future GPIO wakeup Signed-off-by: Radoslaw Pietrzyk ---

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-02-21 Thread Alexandre Torgue
.irq_unmask = irq_chip_unmask_parent, .irq_set_type = irq_chip_set_type_parent, + .irq_set_wake = irq_chip_set_wake_parent, Thanks, this one was in my backlog. Acked-by: Alexandre TORGUE <alexandre.tor...@st.com> .irq_request_resources = stm32_gpio

Re: [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

2018-02-21 Thread Alexandre Torgue
ask_parent, .irq_set_type = irq_chip_set_type_parent, + .irq_set_wake = irq_chip_set_wake_parent, Thanks, this one was in my backlog. Acked-by: Alexandre TORGUE .irq_request_resources = stm32_gpio_irq_request_resources, .irq_release_resources = stm32_gpio_irq_release_resources, };

Re: [PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2018-02-14 Thread Alexandre Torgue
Hi On 11/06/2017 06:03 PM, Ludovic Barre wrote: From: Ludovic Barre This series adds: -Management of multi-bank of external interrupts stm32h7 has up to 96 inputs (3 banks of 32 inputs). -Fix initial value after cold/hot boot (wakeup issue). Changes v3: -remove

Re: [PATCH v3 0/9] irqchip: stm32: add stm32h7 support

2018-02-14 Thread Alexandre Torgue
Hi On 11/06/2017 06:03 PM, Ludovic Barre wrote: From: Ludovic Barre This series adds: -Management of multi-bank of external interrupts stm32h7 has up to 96 inputs (3 banks of 32 inputs). -Fix initial value after cold/hot boot (wakeup issue). Changes v3: -remove chip.name and handler,

Re: [PATCH 14/25] arm: stm32: dts: Remove leading 0x and 0s from bindings notation

2018-02-14 Thread Alexandre Torgue
Hi On 12/15/2017 01:46 PM, Mathieu Malaterre wrote: Improve the DTS files by removing all the leading "0x" and zeros to fix the following dtc warnings: Warning (unit_address_format): Node /XXX unit name should not have leading "0x" and Warning (unit_address_format): Node /XXX unit name

Re: [PATCH 14/25] arm: stm32: dts: Remove leading 0x and 0s from bindings notation

2018-02-14 Thread Alexandre Torgue
Hi On 12/15/2017 01:46 PM, Mathieu Malaterre wrote: Improve the DTS files by removing all the leading "0x" and zeros to fix the following dtc warnings: Warning (unit_address_format): Node /XXX unit name should not have leading "0x" and Warning (unit_address_format): Node /XXX unit name

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-02-14 Thread Alexandre Torgue
Hi Arnd, On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-02-14 Thread Alexandre Torgue
Hi Arnd, On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm Cortex-M) in that it shares

Re: [PATCH 2/5] pinctrl: stm32: add STM32F769 MCU support

2018-01-23 Thread Alexandre Torgue
On 01/22/2018 09:25 AM, Linus Walleij wrote: On Mon, Dec 11, 2017 at 9:54 AM, Alexandre Torgue <alexandre.tor...@st.com> wrote: This patch which adds STM32F769 pinctrl and GPIO support, relies on the generic STM32 pinctrl driver. Signed-off-by: Alexandre Torgue <alexandre.tor.

Re: [PATCH 2/5] pinctrl: stm32: add STM32F769 MCU support

2018-01-23 Thread Alexandre Torgue
On 01/22/2018 09:25 AM, Linus Walleij wrote: On Mon, Dec 11, 2017 at 9:54 AM, Alexandre Torgue wrote: This patch which adds STM32F769 pinctrl and GPIO support, relies on the generic STM32 pinctrl driver. Signed-off-by: Alexandre Torgue Patch applied as Patrice poked me. I hope it works

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-01-19 Thread Alexandre Torgue
Hi Ludovic On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-01-19 Thread Alexandre Torgue
Hi Ludovic On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm Cortex-M) in that it

Re: [PATCH v3 00/14] Add MMCI support for STM32F SoCs family

2018-01-18 Thread Alexandre Torgue
Hi Patrice, On 01/18/2018 03:34 PM, patrice.chot...@st.com wrote: From: Patrice Chotard This series reworks patches submitted one year ago by Andrea Merello [1] but without succeed to merged it. STM32F4 and STM32F7 SoCs families embeds a variant of the ARM PrimeCell

Re: [PATCH v3 00/14] Add MMCI support for STM32F SoCs family

2018-01-18 Thread Alexandre Torgue
Hi Patrice, On 01/18/2018 03:34 PM, patrice.chot...@st.com wrote: From: Patrice Chotard This series reworks patches submitted one year ago by Andrea Merello [1] but without succeed to merged it. STM32F4 and STM32F7 SoCs families embeds a variant of the ARM PrimeCell PL18x SD host

Re: [PATCH V2 9/9] ARM: dts: stm32: add initial support of stm32mp157c eval board

2017-12-21 Thread Alexandre Torgue
On 12/21/2017 10:18 AM, Linus Walleij wrote: On Wed, Dec 20, 2017 at 10:19 AM, Alexandre Torgue <alexandre.tor...@st.com> wrote: On 12/20/2017 08:44 AM, Linus Walleij wrote: gpio-line-names = "foo", "bar" ...; See for example arch/arm/boot/dts/bcm2835-rpi-a

Re: [PATCH V2 9/9] ARM: dts: stm32: add initial support of stm32mp157c eval board

2017-12-21 Thread Alexandre Torgue
On 12/21/2017 10:18 AM, Linus Walleij wrote: On Wed, Dec 20, 2017 at 10:19 AM, Alexandre Torgue wrote: On 12/20/2017 08:44 AM, Linus Walleij wrote: gpio-line-names = "foo", "bar" ...; See for example arch/arm/boot/dts/bcm2835-rpi-a.dts arch/arm/boot/dts/ste-snowball.d

Re: [PATCH V2 9/9] ARM: dts: stm32: add initial support of stm32mp157c eval board

2017-12-20 Thread Alexandre Torgue
split in two layers, for the complete evaluation board (ev1) and for the daughter board alone (ed1). Signed-off-by: Ludovic Barre <ludovic.ba...@st.com> Signed-off-by: Alexandre Torgue <alexandre.tor...@st.com> (...) diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot

Re: [PATCH V2 9/9] ARM: dts: stm32: add initial support of stm32mp157c eval board

2017-12-20 Thread Alexandre Torgue
) and for the daughter board alone (ed1). Signed-off-by: Ludovic Barre Signed-off-by: Alexandre Torgue (...) diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts Evaluation boards are important because they set a pattern that customers will use. Please

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-19 Thread Alexandre Torgue
On 12/18/2017 09:24 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-19 Thread Alexandre Torgue
On 12/18/2017 09:24 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both

Re: [PATCH V2 9/9] ARM: dts: stm32: add initial support of stm32mp157c eval board

2017-12-19 Thread Alexandre Torgue
Hi, On 12/18/2017 09:20 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: = + +/ { + model = "STMicroelectronics STM32MP157C eval daughter"; + compatible = "st,stm32mp157c-ed1", "st,stm32mp157"; + + chosen { +

Re: [PATCH V2 9/9] ARM: dts: stm32: add initial support of stm32mp157c eval board

2017-12-19 Thread Alexandre Torgue
Hi, On 12/18/2017 09:20 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: = + +/ { + model = "STMicroelectronics STM32MP157C eval daughter"; + compatible = "st,stm32mp157c-ed1", "st,stm32mp157"; + + chosen { + bootargs =

Re: [PATCH 14/25] arm: stm32: dts: Remove leading 0x and 0s from bindings notation

2017-12-15 Thread Alexandre Torgue
Hi Mathieu On 12/15/2017 01:46 PM, Mathieu Malaterre wrote: Improve the DTS files by removing all the leading "0x" and zeros to fix the following dtc warnings: Warning (unit_address_format): Node /XXX unit name should not have leading "0x" and Warning (unit_address_format): Node /XXX unit

Re: [PATCH 14/25] arm: stm32: dts: Remove leading 0x and 0s from bindings notation

2017-12-15 Thread Alexandre Torgue
Hi Mathieu On 12/15/2017 01:46 PM, Mathieu Malaterre wrote: Improve the DTS files by removing all the leading "0x" and zeros to fix the following dtc warnings: Warning (unit_address_format): Node /XXX unit name should not have leading "0x" and Warning (unit_address_format): Node /XXX unit

[PATCH 0/5] Add STM32F769 pinctrl support

2017-12-11 Thread Alexandre Torgue
This series adds STM32F769 pinctrl and GPIO support, relies on the generic STM32 pinctrl driver. It also changes stm32f7 device tree structure to use dedicated files for stm32f746 pinctrl and stm32f769 pinctrl. Regards Alex Alexandre Torgue (5): dt-bindings: pinctrl: Add st,stm32f769-pinctrl

[PATCH 0/5] Add STM32F769 pinctrl support

2017-12-11 Thread Alexandre Torgue
This series adds STM32F769 pinctrl and GPIO support, relies on the generic STM32 pinctrl driver. It also changes stm32f7 device tree structure to use dedicated files for stm32f746 pinctrl and stm32f769 pinctrl. Regards Alex Alexandre Torgue (5): dt-bindings: pinctrl: Add st,stm32f769-pinctrl

Re: [PATCH] ARM: debug: add stm32 low-level debug support

2017-12-11 Thread Alexandre Torgue
Baeza <gerald.ba...@st.com> Acked-by: Alexandre TORGUE <alexandre.tor...@st.com> --- arch/arm/Kconfig.debug | 25 + arch/arm/include/debug/stm32.S | 41 + 2 files changed, 66 insertions(+) create mode 10064

Re: [PATCH] ARM: debug: add stm32 low-level debug support

2017-12-11 Thread Alexandre Torgue
Hi Ludovic On 12/04/2017 02:32 PM, Ludovic Barre wrote: From: Ludovic Barre This adds low-level debug support on USART1 for STM32F4 and STM32F7. Compiled via 'CONFIG_DEBUG_LL' and 'CONFIG_EARLY_PRINTK'. Enabled via 'earlyprintk' in bootargs. Signed-off-by: Gerald Baeza Acked-by: Alexandre

[PATCH 5/5] ARM: dts: stm32: use dedicated files for pinctrl on stm32f7 family

2017-12-11 Thread Alexandre Torgue
with stm32f746 / stm32f769 Signed-off-by: Alexandre Torgue <alexandre.tor...@st.com> diff --git a/arch/arm/boot/dts/stm32746g-eval.dts b/arch/arm/boot/dts/stm32746g-eval.dts index 2d4e717..b2d4b8c 100644 --- a/arch/arm/boot/dts/stm32746g-eval.dts +++ b/arch/arm/boot/dts/stm32746g-eval.dts @@

[PATCH 5/5] ARM: dts: stm32: use dedicated files for pinctrl on stm32f7 family

2017-12-11 Thread Alexandre Torgue
with stm32f746 / stm32f769 Signed-off-by: Alexandre Torgue diff --git a/arch/arm/boot/dts/stm32746g-eval.dts b/arch/arm/boot/dts/stm32746g-eval.dts index 2d4e717..b2d4b8c 100644 --- a/arch/arm/boot/dts/stm32746g-eval.dts +++ b/arch/arm/boot/dts/stm32746g-eval.dts @@ -42,6 +42,7 @@ /dts-v1

[PATCH 2/5] pinctrl: stm32: add STM32F769 MCU support

2017-12-11 Thread Alexandre Torgue
This patch which adds STM32F769 pinctrl and GPIO support, relies on the generic STM32 pinctrl driver. Signed-off-by: Alexandre Torgue <alexandre.tor...@st.com> diff --git a/drivers/pinctrl/stm32/Kconfig b/drivers/pinctrl/stm32/Kconfig index 7e1fe39..397f8c1 100644 --- a/drivers/pinctrl

[PATCH 2/5] pinctrl: stm32: add STM32F769 MCU support

2017-12-11 Thread Alexandre Torgue
This patch which adds STM32F769 pinctrl and GPIO support, relies on the generic STM32 pinctrl driver. Signed-off-by: Alexandre Torgue diff --git a/drivers/pinctrl/stm32/Kconfig b/drivers/pinctrl/stm32/Kconfig index 7e1fe39..397f8c1 100644 --- a/drivers/pinctrl/stm32/Kconfig +++ b/drivers

[PATCH 3/5] ARM: mach-stm32: Kconfig: introduce MACH_STM32F769 flag

2017-12-11 Thread Alexandre Torgue
This patch introduces the MACH_STM32F769 to make possible to only select STM32F769 pinctrl driver. By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Alexandre Torgue <alexandre.tor...@st.com> diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach

[PATCH 4/5] ARM: mach-stm32: add new STM32F769 MCU

2017-12-11 Thread Alexandre Torgue
Add new st,stm32f769 compatible machine name for STM32F769 MCU and update documentation. Signed-off-by: Alexandre Torgue <alexandre.tor...@st.com> diff --git a/Documentation/arm/stm32/stm32f769-overview.txt b/Documentation/arm/stm32/stm32f769-overview.txt new file mode 100644 index 0

[PATCH 1/5] dt-bindings: pinctrl: Add st,stm32f769-pinctrl compatible to stm32-pinctrl

2017-12-11 Thread Alexandre Torgue
Add new compatible for stm32f769 MCU. Signed-off-by: Alexandre Torgue <alexandre.tor...@st.com> diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt index 58c2a4c..fd7a4c7 100644 --- a/Documen

[PATCH 3/5] ARM: mach-stm32: Kconfig: introduce MACH_STM32F769 flag

2017-12-11 Thread Alexandre Torgue
This patch introduces the MACH_STM32F769 to make possible to only select STM32F769 pinctrl driver. By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Alexandre Torgue diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig index 0d1889b

[PATCH 4/5] ARM: mach-stm32: add new STM32F769 MCU

2017-12-11 Thread Alexandre Torgue
Add new st,stm32f769 compatible machine name for STM32F769 MCU and update documentation. Signed-off-by: Alexandre Torgue diff --git a/Documentation/arm/stm32/stm32f769-overview.txt b/Documentation/arm/stm32/stm32f769-overview.txt new file mode 100644 index 000..9ab7e60 --- /dev/null +++ b

[PATCH 1/5] dt-bindings: pinctrl: Add st,stm32f769-pinctrl compatible to stm32-pinctrl

2017-12-11 Thread Alexandre Torgue
Add new compatible for stm32f769 MCU. Signed-off-by: Alexandre Torgue diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt index 58c2a4c..fd7a4c7 100644 --- a/Documentation/devicetree/bindings/pinctrl/st

<    1   2   3   4   5   6   7   8   9   10   >