On Mon, 13 Jan 2020 at 03:35, Patrick Delaunay <patrick.delau...@st.com> wrote: > > Introduce the function _dm_gpio_set_dir_flags to set dir flags > without check if the GPIO is reserved. > > Separate the reserved check for "set_dir" and "set_dir_flags". > > This patch is a preliminary step to add new ops. > > Signed-off-by: Patrick Delaunay <patrick.delau...@st.com> > --- > > 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 | 38 +++++++++++++++++++++++++------------- > 1 file changed, 25 insertions(+), 13 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>