commit | 54befdd8693445d3ea4fec9e40d596497c84ebca | [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 | ea383722ab924ced3dc065f93d214caec12fbe87 [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>