]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add a x86_ prefix to the x86-specific PCI functions
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:15 +0000 (12:25 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:22 +0000 (21:47 +0200)
commitbaa6664ab6f60e03e56c3f442dfb5379ac5c1742
tree2c66429372920222a6774771ac6d040ff9281c67
parentba27165aff7dee57a4df458de99cb3f4731e3def
x86: Add a x86_ prefix to the x86-specific PCI functions

These functions currently use a generic name, but they are for x86 only.
This may introduce confusion and prevents U-Boot from using these names
more widely.

In fact it should be possible to remove these at some point and use
generic functions, but for now, rename them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
21 files changed:
arch/x86/cpu/baytrail/early_uart.c
arch/x86/cpu/ivybridge/bd82x6x.c
arch/x86/cpu/ivybridge/cpu.c
arch/x86/cpu/ivybridge/early_init.c
arch/x86/cpu/ivybridge/early_me.c
arch/x86/cpu/ivybridge/gma.c
arch/x86/cpu/ivybridge/lpc.c
arch/x86/cpu/ivybridge/northbridge.c
arch/x86/cpu/ivybridge/pch.c
arch/x86/cpu/ivybridge/pci.c
arch/x86/cpu/ivybridge/report_platform.c
arch/x86/cpu/ivybridge/sata.c
arch/x86/cpu/ivybridge/sdram.c
arch/x86/cpu/ivybridge/usb_ehci.c
arch/x86/cpu/ivybridge/usb_xhci.c
arch/x86/cpu/pci.c
arch/x86/cpu/quark/quark.c
arch/x86/cpu/queensbay/tnc.c
arch/x86/include/asm/pci.h
arch/x86/lib/bios_interrupts.c
drivers/gpio/intel_ich6_gpio.c