[U-Boot] [PATCH v2 4/5] gpio: sandbox: Rename GPIOF_(OUTPUT|HIGH|ODR) to SDBX_GPIO_(OUTPUT|HIGH|ODR)
Simon Glass
sjg at chromium.org
Wed Aug 8 09:55:24 UTC 2018
On 3 August 2018 at 09:01, Patrice Chotard <patrice.chotard at st.com> wrote:
> To avoid confusion with enum gpio_func_t GPIOF_OUTPUT defined in
> asm-generic/gpio.h, rename all sandbox flags GPIOF_(OUTPUT|HIGH|ODR)
> to SDBX_GPIO_(OUTPUT|HIGH|ODR)
>
> Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
> ---
>
> Changes in v2: None
>
> drivers/gpio/sandbox.c | 22 +++++++++++-----------
> 1 file changed, 11 insertions(+), 11 deletions(-)
>
Please use a SANDBOX_ prefix instead of SDBX_
But otherwise:
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list