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

Bin Meng bmeng.cn at gmail.com
Wed Feb 3 05:33:39 CET 2016


On Tue, Feb 2, 2016 at 12:20 AM, Simon Glass <sjg at chromium.org> wrote:
> On 1 February 2016 at 02:40, Bin Meng <bmeng.cn at gmail.com> wrote:
>> asm/arch/gpio.h is not needed anymore as we get the GPIO base from
>> PCH driver.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>>  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 ----------
>>  arch/x86/include/asm/arch-ivybridge/gpio.h | 13 -------------
>>  arch/x86/include/asm/arch-qemu/gpio.h      | 13 -------------
>>  arch/x86/include/asm/arch-quark/gpio.h     | 13 -------------
>>  arch/x86/include/asm/arch-queensbay/gpio.h | 13 -------------
>>  arch/x86/include/asm/gpio.h                |  1 -
>>  board/intel/galileo/galileo.c              |  5 ++---
>>  9 files changed, 2 insertions(+), 92 deletions(-)
>>  delete mode 100644 arch/x86/include/asm/arch-baytrail/gpio.h
>>  delete mode 100644 arch/x86/include/asm/arch-coreboot/gpio.h
>>  delete mode 100644 arch/x86/include/asm/arch-efi/gpio.h
>>  delete mode 100644 arch/x86/include/asm/arch-ivybridge/gpio.h
>>  delete mode 100644 arch/x86/include/asm/arch-qemu/gpio.h
>>  delete mode 100644 arch/x86/include/asm/arch-quark/gpio.h
>>  delete mode 100644 arch/x86/include/asm/arch-queensbay/gpio.h
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Tested on Minnowmax:
> Tested-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86/master, thanks!


More information about the U-Boot mailing list