Re: [U-Boot] [PATCH 15/21] dm: zynq: Remove inline gpio functions

2015-01-14 Thread Simon Glass
On 5 January 2015 at 20:05, Simon Glass wrote: > These functions serve no useful purpose, and conflict with the generic API. > Drop them. > > Signed-off-by: Simon Glass > --- > > arch/arm/include/asm/arch-zynq/gpio.h | 15 --- > 1 file changed, 15 deletions(-) Applied to u-boot-dm.

[U-Boot] [PATCH 15/21] dm: zynq: Remove inline gpio functions

2015-01-05 Thread Simon Glass
These functions serve no useful purpose, and conflict with the generic API. Drop them. Signed-off-by: Simon Glass --- arch/arm/include/asm/arch-zynq/gpio.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/arch/arm/include/asm/arch-zynq/gpio.h b/arch/arm/include/asm/arch-zynq