Re: [U-Boot] [PATCH] gpio: dm: Support manual relocation for gpio

2018-07-15 Thread Simon Glass
On 12 July 2018 at 05:36, Michal Simek wrote: > Relocate gpio ops as was done by: > "dm: Add support for all targets which requires MANUAL_RELOC" > (sha1: 484fdf5ba058b07be5ca82763aa2b72063540ef3) > > Signed-off-by: Michal Simek > --- > > drivers/gpio/gpio-uclass.c | 35 +

[U-Boot] [PATCH] gpio: dm: Support manual relocation for gpio

2018-07-12 Thread Michal Simek
Relocate gpio ops as was done by: "dm: Add support for all targets which requires MANUAL_RELOC" (sha1: 484fdf5ba058b07be5ca82763aa2b72063540ef3) Signed-off-by: Michal Simek --- drivers/gpio/gpio-uclass.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/dr