RE: [PATCH 2/2] gpio: stm32: correct the bias management

2020-11-25 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: mercredi 28 octobre 2020 10:49 > > Use the bias configuration for all the GPIO configurations and not only for > input > GPIO, as indicated in Reference manual (Table 81. Port bit configuration > table). > > Fixes: 43efbb6a3ebf0223f9eab8d45916f602d876319f

Re: [PATCH 2/2] gpio: stm32: correct the bias management

2020-11-25 Thread Patrice CHOTARD
Hi Patrick On 10/28/20 10:49 AM, Patrick Delaunay wrote: > Use the bias configuration for all the GPIO configurations and not > only for input GPIO, as indicated in Reference manual > (Table 81. Port bit configuration table). > > Fixes: 43efbb6a3ebf0223f9eab8d45916f602d876319f ("gpio: stm32: add o

RE: [PATCH 2/2] gpio: stm32: correct the bias management

2020-10-28 Thread Patrick DELAUNAY
Hi Marek, > From: Patrick DELAUNAY > Sent: mercredi 28 octobre 2020 10:49 > > Use the bias configuration for all the GPIO configurations and not only for > input > GPIO, as indicated in Reference manual (Table 81. Port bit configuration > table). > > Fixes: 43efbb6a3ebf0223f9eab8d45916f602d87

[PATCH 2/2] gpio: stm32: correct the bias management

2020-10-28 Thread Patrick Delaunay
Use the bias configuration for all the GPIO configurations and not only for input GPIO, as indicated in Reference manual (Table 81. Port bit configuration table). Fixes: 43efbb6a3ebf0223f9eab8d45916f602d876319f ("gpio: stm32: add ops get_dir_flags") Fixes: f13ff88b61c32ac8f0e9068c41328b265ef619eb