
21 Mar
2015
21 Mar
'15
12:16 a.m.
On 5 March 2015 at 12:25, Simon Glass sjg@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@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.