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

2015-07-08 Thread Lian M . H .
e: [U-Boot] [PATCH 1/2] pci: Add function to find an extended > capability > > Hi Minghuan, > > On Tue, Jul 7, 2015 at 7:55 PM, Minghuan Lian > wrote: > > PCIe extends device's configuration space to 4k and provides extended > > capability. The patch adds fun

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

2015-07-08 Thread Bin Meng
Hi Minghuan, On Tue, Jul 7, 2015 at 7:55 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 > > --- > drivers/pci/pci.c

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

2015-07-07 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 --- drivers/pci/pci.c | 45 + include/pci.h | 41 +++