Re: [PATCH] pinctrl: pinctrl_stm32: Add slew rate support for stm32_pinctrl_get_pin_muxing()

2023-04-19 Thread Patrice CHOTARD
On 3/30/23 13:29, Patrick DELAUNAY wrote: > Hi, > > On 3/27/23 09:46, Patrice Chotard wrote: >> For debug purpose, it should be useful to indicate the slew rate for >> each pins. >> Add ospeed register information for pins which are configured in >> either alternate function or gpio output. >>

Re: [PATCH] pinctrl: pinctrl_stm32: Add slew rate support for stm32_pinctrl_get_pin_muxing()

2023-03-30 Thread Patrick DELAUNAY
Hi, On 3/27/23 09:46, Patrice Chotard wrote: For debug purpose, it should be useful to indicate the slew rate for each pins. Add ospeed register information for pins which are configured in either alternate function or gpio output. Signed-off-by: Patrice Chotard ---