Re: [U-Boot] [PATCH 1/2][V2] pci: Add function to find an extended capability

2015-08-04 Thread York Sun
On 07/09/2015 08:35 PM, Minghuan Lian wrote: > PCIe extends device's configuration space to 4k and provides > extended capability. The patch adds function to find them. > The code is ported from Linux PCIe driver. > > Signed-off-by: Minghuan Lian > --- > Change log: > v2-v1: > 1. add a descript

Re: [U-Boot] [PATCH 1/2][V2] pci: Add function to find an extended capability

2015-07-10 Thread Bin Meng
On Fri, Jul 10, 2015 at 11:35 AM, Minghuan Lian wrote: > PCIe extends device's configuration space to 4k and provides > extended capability. The patch adds function to find them. > The code is ported from Linux PCIe driver. > > Signed-off-by: Minghuan Lian > --- > Change log: > v2-v1: > 1. add a

[U-Boot] [PATCH 1/2][V2] pci: Add function to find an extended capability

2015-07-09 Thread Minghuan Lian
PCIe extends device's configuration space to 4k and provides extended capability. The patch adds function to find them. The code is ported from Linux PCIe driver. Signed-off-by: Minghuan Lian --- Change log: v2-v1: 1. add a descriptor of pci_find_next_ext_capability 2. fix a typo drivers/pci/pc