From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 27 Sep 2018 06:42:54 -0700 Subject: [U-Boot] [PATCH 24/27] test: dm: pci: Add cases for finding next PCI capability APIs In-Reply-To: <1537710145-1888-25-git-send-email-bmeng.cn@gmail.com> References: <1537710145-1888-1-git-send-email-bmeng.cn@gmail.com> <1537710145-1888-25-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 September 2018 at 06:42, Bin Meng wrote: > Add test cases to cover the two newly added PCI APIs: > dm_pci_find_next_capability() & dm_pci_find_next_ext_capability(). > > Signed-off-by: Bin Meng > --- > > test/dm/pci.c | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) Reviewed-by: Simon Glass