
21 Jan
2021
21 Jan
'21
10:01 a.m.
Hi Simon,
On 1/15/21 3:04 PM, Simon Glass wrote:
The current method is a misnomer since it is also used (e.g. by stm32) to update pull settings and open source/open drain.
Rename it and expand the documentation to cover a few more details.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/gpio/gpio-uclass.c | 16 ++++++++-------- drivers/gpio/sandbox.c | 6 +++--- drivers/gpio/stm32_gpio.c | 6 +++--- drivers/pinctrl/pinctrl-stmfx.c | 6 +++--- include/asm-generic/gpio.h | 30 ++++++++++++++++++++++++------ test/dm/gpio.c | 8 ++++---- 6 files changed, 45 insertions(+), 27 deletions(-)
Reviewed-by: Patrick Delaunay patrick.delaunay@foss.st.com
Thanks
Patrick