[U-Boot] [PATCH v2 12/22] dm: pci: Move common PCI functions into their own file
Simon Glass
sjg at chromium.org
Sat Mar 21 00:16:06 CET 2015
On 5 March 2015 at 12:25, Simon Glass <sjg at 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 <sjg at 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.
More information about the U-Boot
mailing list