Re: [PATCH v4 05/16] gpio: Drop dm_gpio_set_dir()

2021-03-04 Thread Tom Rini
On Thu, Mar 04, 2021 at 09:22:35AM -0500, Simon Glass wrote: > Hi Tom, > > On Wed, 3 Mar 2021 at 15:39, Tom Rini wrote: > > > > On Thu, Feb 04, 2021 at 09:21:58PM -0700, Simon Glass wrote: > > > > > This function is not used. Drop it. > > > > > > Signed-off-by: Simon Glass > > > > > > Reviewed-b

Re: [PATCH v4 05/16] gpio: Drop dm_gpio_set_dir()

2021-03-04 Thread Simon Glass
Hi Tom, On Wed, 3 Mar 2021 at 15:39, Tom Rini wrote: > > On Thu, Feb 04, 2021 at 09:21:58PM -0700, Simon Glass wrote: > > > This function is not used. Drop it. > > > > Signed-off-by: Simon Glass > > > > Reviewed-by: Patrick Delaunay > > I'm dropping this patch as it seems to be an explicit brea

Re: [PATCH v4 05/16] gpio: Drop dm_gpio_set_dir()

2021-03-03 Thread Tom Rini
On Thu, Feb 04, 2021 at 09:21:58PM -0700, Simon Glass wrote: > This function is not used. Drop it. > > Signed-off-by: Simon Glass > > Reviewed-by: Patrick Delaunay I'm dropping this patch as it seems to be an explicit break of: commit 6befb51f349459c96ed64412070feda7472cf152 Author: Harm Bern

[PATCH v4 05/16] gpio: Drop dm_gpio_set_dir()

2021-02-04 Thread Simon Glass
This function is not used. Drop it. Signed-off-by: Simon Glass Reviewed-by: Patrick Delaunay --- (no changes since v1) drivers/gpio/gpio-uclass.c | 11 --- include/asm-generic/gpio.h | 11 --- 2 files changed, 22 deletions(-) diff --git a/drivers/gpio/gpio-uclass.c b/drivers