
30 Nov
2015
30 Nov
'15
10:29 a.m.
Hi Simon,
On Sun, 29 Nov 2015 13:17:57 -0700 Simon Glass sjg@chromium.org wrote:
Adjust these files to use the driver-model PCI API instead of the legacy functions.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Rename pci_run_vga_bios() to dm_pci_run_vga_bios()
- Require driver model with pci_rom.c
- Use dev_get_parent_platdata() instead of re-reading values from the device
arch/x86/cpu/ivybridge/gma.c | 4 ++-- drivers/pci/Makefile | 3 ++- drivers/pci/pci_rom.c | 51 +++++++++++++++++++++----------------------- drivers/video/vesa_fb.c | 10 ++++----- include/pci_rom.h | 6 +++--- 5 files changed, 36 insertions(+), 38 deletions(-)
Acked-by: Anatolij Gustschin agust@denx.de