From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 4 Aug 2015 08:54:44 -0700 Subject: [U-Boot] [PATCH 1/2][V2] pci: Add function to find an extended capability In-Reply-To: <1436499309-22147-1-git-send-email-Minghuan.Lian@freescale.com> References: <1436499309-22147-1-git-send-email-Minghuan.Lian@freescale.com> Message-ID: <55C0E044.4050903@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 descriptor of pci_find_next_ext_capability > 2. fix a typo Applied to u-boot-fsl-qoriq master with minor change in subject. Thanks. York