On 5 March 2015 at 12:25, Simon Glass <s...@chromium.org> wrote:
> Driver model will share many functions with the existing PCI implementation.
> Move these into their own file to avoid duplication and confusion.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>
> Changes in v2: None
>
>  drivers/pci/Makefile     |   2 +-
>  drivers/pci/pci.c        | 281 +--------------------------------------------
>  drivers/pci/pci_common.c | 292 
> +++++++++++++++++++++++++++++++++++++++++++++++
>  include/pci.h            |  14 +++
>  4 files changed, 313 insertions(+), 276 deletions(-)
>  create mode 100644 drivers/pci/pci_common.c

Applied to u-boot-dm/next.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to