
8 Aug
2018
8 Aug
'18
11:55 a.m.
On 3 August 2018 at 09:01, Patrice Chotard patrice.chotard@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@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@chromium.org