commit | e70271f98cbe7f2ae2bbe258d9d51faee5bf2e2a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 21 14:53:20 2019 -0700 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Feb 01 16:59:12 2019 +0100 |
tree | a99c9d2802c1a6226a260455852827d9aa3e9adc | |
parent | 3336373f3e3cb9947dc2e7a7e73db717301930f4 [diff] |
gpio: Use more command-specific enums values At present this file uses GPIO_OUTPUT and GPIO_INPUT as its sub-command values. These are pretty generic names. Add a 'C' suffix to avoid possible conflicts. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>