]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: pci: Move common PCI functions into their own file
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:24 +0000 (12:25 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:23 +0000 (21:47 +0200)
commitdeea137f4e584897c5a01c9c030478cf344ec6dd
tree99241e439e5f29cf0d6bb950c56bf9fb9deac6e7
parentd38190d14b8c4c71d807785bea47b36952b7888c
dm: pci: Move common PCI functions into their own file

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>
drivers/pci/Makefile
drivers/pci/pci.c
drivers/pci/pci_common.c [new file with mode: 0644]
include/pci.h