Re: [U-Boot] [RESEND PATCHv4 8/9] dm: pci: add APIs for capability accessors

2019-03-31 Thread Z.q. Hou
Hi Bin, Thanks a lot for your comments! > -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: 2019年4月1日 11:37 > To: Z.q. Hou > Cc: u-boot@lists.denx.de; albert.u.b...@aribaud.net; Priyanka Jain > ; York Sun ; > sriram.d...@nxp.com; yamada.masah...@socionext.com; Prabh

Re: [U-Boot] [RESEND PATCHv4 8/9] dm: pci: add APIs for capability accessors

2019-03-31 Thread Bin Meng
On Mon, Mar 25, 2019 at 10:24 AM Z.q. Hou wrote: > > From: Hou Zhiqiang > > This patch introduce a set of PCI/PCIe capability accessors, > including 16-bit and 32-bit read, write and clear_and_set No 8-bit accessors? > operations. > > Signed-off-by: Hou Zhiqiang > --- > V4: > - New patch > >

[U-Boot] [RESEND PATCHv4 8/9] dm: pci: add APIs for capability accessors

2019-03-24 Thread Z.q. Hou
From: Hou Zhiqiang This patch introduce a set of PCI/PCIe capability accessors, including 16-bit and 32-bit read, write and clear_and_set operations. Signed-off-by: Hou Zhiqiang --- V4: - New patch drivers/pci/pci-uclass.c | 153 +++ include/pci.h