Re: [PATCH v4 02/16] dm: gpio: Rename set_dir_flags() method to update_flags()

2021-03-04 Thread Tom Rini
On Thu, Feb 04, 2021 at 09:21:55PM -0700, 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 > Re

[PATCH v4 02/16] dm: gpio: Rename set_dir_flags() method to update_flags()

2021-02-04 Thread Simon Glass
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 Reviewed-by: Pratyush Yadav Reviewed-by: Patrick Delaunay --- (no changes