commit | ac379397cbbf41b7063dbec477b2b06be9038649 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 04 21:22:06 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 03 15:40:11 2021 -0500 |
tree | aef60db9443445d599bc02094ce44ff37a50ba08 | |
parent | 49f315a830af72877a73df6341bf92ee8ab6ab43 [diff] |
gpio: x86: Drop the deprecated methods in intel_gpio We don't need to implement direction_input() and direction_output() anymore. Drop them and use update_flags() instead. Signed-off-by: Simon Glass <sjg@chromium.org>