commit | 13979fc44667cbc577f3c4d07b6692de104a3174 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 04 21:21:55 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 03 14:51:06 2021 -0500 |
tree | 1d4cd85975f13a4160653e2b300e14abbbe42c60 | |
parent | 4fe406729c87f41b745269c0f509da7d27f0a5c1 [diff] |
dm: gpio: Rename set_dir_flags() method to update_flags() 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> Reviewed-by: Pratyush Yadav <p.yadav@ti.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>