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

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 15/26] dm: pci: Drop the old version of pci_find_class()

2015-12-07 Thread Bin Meng
On Mon, Nov 30, 2015 at 4:18 AM, Simon Glass wrote: > Move this function into the compatibility file so that it is 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 > > drivers/pci/pci_comm

[U-Boot] [PATCH v2 15/26] dm: pci: Drop the old version of pci_find_class()

2015-11-29 Thread Simon Glass
Move this function into the compatibility file so that it is 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 drivers/pci/pci_common.c | 84 1 file cha