commit | edab114775e91def9c1695518876e461f76a0e1f | [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 | 3d647747166564af2864f52d11e1f2c0baf71eec [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>