[U-Boot] [PATCH v3 06/13] dm: pci: Move common auto-config functions to a common file
Simon Glass
sjg at chromium.org
Sat Nov 28 17:55:28 CET 2015
On 26 November 2015 at 18:51, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> 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.
More information about the U-Boot
mailing list