[PATCH 02/15] dm: gpio: Rename set_dir_flags() method to update_flags()
Patrick DELAUNAY
patrick.delaunay at foss.st.com
Thu Jan 21 10:01:27 CET 2021
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 at 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 at foss.st.com>
Thanks
Patrick
More information about the U-Boot
mailing list