Re: [U-Boot] [PATCH v2 14/26] dm: pci: Drop the old version of pci_find_device/s()

2015-12-13 Thread Simon Glass
Applied to u-boot-dm/next. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 14/26] dm: pci: Drop the old version of pci_find_device/s()

2015-12-07 Thread Bin Meng
On Mon, Nov 30, 2015 at 4:17 AM, Simon Glass wrote: > Move these functions into the compatibility file so that they are not > available by default. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Move the functions into pci_common.c so they can be used by old code > - Reword the commi

[U-Boot] [PATCH v2 14/26] dm: pci: Drop the old version of pci_find_device/s()

2015-11-29 Thread Simon Glass
Move these functions into the compatibility file so that they are not available by default. Signed-off-by: Simon Glass --- Changes in v2: - Move the functions into pci_common.c so they can be used by old code - Reword the commit message for clarity drivers/pci/pci_common.c | 2 ++ 1 file chang