[U-Boot] [PATCH v2 12/26] dm: pci: video: Convert video and pci_rom to use DM PCI API
Anatolij Gustschin
agust at denx.de
Mon Nov 30 10:29:32 CET 2015
Hi Simon,
On Sun, 29 Nov 2015 13:17:57 -0700
Simon Glass <sjg at chromium.org> wrote:
> Adjust these files to use the driver-model PCI API instead of the legacy
> functions.
>
> Signed-off-by: Simon Glass <sjg at 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 at denx.de>
More information about the U-Boot
mailing list