Re: [PATCH v3 05/21] gpio: remove GPIOD_REQUESTED

2020-04-17 Thread Tom Rini
On Mon, Jan 13, 2020 at 11:34:59AM +0100, Patrick Delaunay wrote: > Remove the define GPIOD_REQUESTED as it is never used > and use BIT() macro for other defines. > > Signed-off-by: Patrick Delaunay > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Descripti

Re: [PATCH v3 05/21] gpio: remove GPIOD_REQUESTED

2020-01-29 Thread Simon Glass
On Mon, 13 Jan 2020 at 03:35, Patrick Delaunay wrote: > > Remove the define GPIOD_REQUESTED as it is never used > and use BIT() macro for other defines. > > Signed-off-by: Patrick Delaunay > --- > > Changes in v3: None > Changes in v2: > - remove the unused GPIOD_REQUESTED > > include/asm-generi