On Mon, 13 Jan 2020 at 03:35, Patrick Delaunay <[email protected]> wrote: > > Introduce the function _gpio_get_value to get the GPIO value > without check if it is reserved. > This patch prepare new ops introduction. > > Signed-off-by: Patrick Delaunay <[email protected]> > --- > > This patch was part of v2 08/14 > = gpio: add ops for configuration with dir flags > > > Changes in v3: > - Split the previous patch [PATCH v2 08/14] to help review > > Changes in v2: None > > drivers/gpio/gpio-uclass.c | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

