commit | ca1e1f57beb29fbaf48f9488ada1b008dace8314 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 04 21:22:04 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 03 15:40:11 2021 -0500 |
tree | de13345480cbd7411c78cdf97856a3fbc88adb3b | |
parent | 7e0a96d559da493812220731535f5ba6351bcea1 [diff] |
gpio: Replace direction_input() and direction_output() The new update_flags() method is more flexible since it allows the driver to see the full flags all at once. Use that in preference to these two functions. Add comments to that effect. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>