Re: [PATCH v2 8/8] pinctrl: stm32: Add STM32H750 MCU pinctrl support

2021-03-29 Thread Alexandre TORGUE
On 3/29/21 10:07 AM, dillon min wrote: On Mon, Mar 29, 2021 at 4:00 PM Alexandre TORGUE wrote: Hi Dillon On 3/12/21 7:24 AM, dillon.min...@gmail.com wrote: From: dillon min This patch adds STM32H750 pinctrl and GPIO support since stm32h750 has the same pin alternate functions with

Re: [PATCH v2 8/8] pinctrl: stm32: Add STM32H750 MCU pinctrl support

2021-03-29 Thread dillon min
On Mon, Mar 29, 2021 at 4:00 PM Alexandre TORGUE wrote: > > Hi Dillon > > On 3/12/21 7:24 AM, dillon.min...@gmail.com wrote: > > From: dillon min > > > > This patch adds STM32H750 pinctrl and GPIO support > > since stm32h750 has the same pin alternate functions > > with stm32h743, so just reuse

Re: [PATCH v2 8/8] pinctrl: stm32: Add STM32H750 MCU pinctrl support

2021-03-29 Thread Alexandre TORGUE
Hi Dillon On 3/12/21 7:24 AM, dillon.min...@gmail.com wrote: From: dillon min This patch adds STM32H750 pinctrl and GPIO support since stm32h750 has the same pin alternate functions with stm32h743, so just reuse the stm32h743's pinctrl driver Signed-off-by: dillon min --- v2: - add

[PATCH v2 8/8] pinctrl: stm32: Add STM32H750 MCU pinctrl support

2021-03-11 Thread dillon . minfei
From: dillon min This patch adds STM32H750 pinctrl and GPIO support since stm32h750 has the same pin alternate functions with stm32h743, so just reuse the stm32h743's pinctrl driver Signed-off-by: dillon min --- v2: - add compatible string st,stm32h750-pinctrl to pinctl-stm32h743.c as they