24 Jan, 2016

1 commit


13 Jan, 2016

1 commit

  • At present we are using legacy functions even in the auto-configuration code
    used by driver model. Add a new pci_auto.c version which uses the correct
    API.

    Create a new pci_internal.h header to hold functions that are used within
    the PCI subsystem, but are not exported to other drivers.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Tested-by: Bin Meng

    Simon Glass