From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Wed, 25 Nov 2020 11:03:39 +0000 Subject: [PATCH 2/2] gpio: stm32: correct the bias management In-Reply-To: <20201028094908.11031-2-patrick.delaunay@st.com> References: <20201028094908.11031-1-patrick.delaunay@st.com> <20201028094908.11031-2-patrick.delaunay@st.com> Message-ID: <6ae79c1d87fc49bda4559f7d38e9ab68@SFHDAG2NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 ("gpio: stm32: add ops > get_dir_flags") > Fixes: f13ff88b61c32ac8f0e9068c41328b265ef619eb ("gpio: stm32: add ops > set_dir_flags") > Signed-off-by: Patrick Delaunay > --- > > drivers/gpio/stm32_gpio.c | 28 ++++++++++++++-------------- > 1 file changed, 14 insertions(+), 14 deletions(-) > Applied to u-boot-stm/master, thanks! Regards Patrick