On 26 November 2015 at 18:51, Simon Glass <[email protected]> wrote:
> Some functions will be used by driver model and legacy PCI code. To avoid
> duplication, put these in a separate, shared file.
>
> Signed-off-by: Simon Glass <[email protected]>
> Reviewed-by: Bin Meng <[email protected]>
> ---
>
> Changes in v3: None
> Changes in v2:
> - Fix 'autoconfiguration' typo
> - Fix merge error in pciauto_setup_device() which removed needed code
>
>  drivers/pci/Makefile          |   2 +-
>  drivers/pci/pci_auto_common.c | 128 
> ++++++++++++++++++++++++++++++++++++++++++
>  drivers/pci/pci_auto_old.c    | 116 --------------------------------------
>  3 files changed, 129 insertions(+), 117 deletions(-)
>  create mode 100644 drivers/pci/pci_auto_common.c

Applied to u-boot-dm.
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to