Re: [U-Boot] [PATCH 13/23] x86: Drop asm/arch/gpio.h

2016-02-02 Thread Bin Meng
On Tue, Feb 2, 2016 at 12:20 AM, Simon Glass wrote: > On 1 February 2016 at 02:40, Bin Meng wrote: >> asm/arch/gpio.h is not needed anymore as we get the GPIO base from >> PCH driver. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/include/asm/arch-baytrail/gpio.h | 13 - >> ar

Re: [U-Boot] [PATCH 13/23] x86: Drop asm/arch/gpio.h

2016-02-01 Thread Simon Glass
On 1 February 2016 at 02:40, Bin Meng wrote: > asm/arch/gpio.h is not needed anymore as we get the GPIO base from > PCH driver. > > Signed-off-by: Bin Meng > --- > > arch/x86/include/asm/arch-baytrail/gpio.h | 13 - > arch/x86/include/asm/arch-coreboot/gpio.h | 13 - >

[U-Boot] [PATCH 13/23] x86: Drop asm/arch/gpio.h

2016-02-01 Thread Bin Meng
asm/arch/gpio.h is not needed anymore as we get the GPIO base from PCH driver. Signed-off-by: Bin Meng --- arch/x86/include/asm/arch-baytrail/gpio.h | 13 - arch/x86/include/asm/arch-coreboot/gpio.h | 13 - arch/x86/include/asm/arch-efi/gpio.h | 10 -- ar