Re: [U-Boot] [RESEND PATCHv4 9/9] dm: pci: add APIs for MPS and MRRS accessors

2019-04-01 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日 15:32 > 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 9/9] dm: pci: add APIs for MPS and MRRS accessors

2019-04-01 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日 14:00 > 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 9/9] dm: pci: add APIs for MPS and MRRS accessors

2019-04-01 Thread Bin Meng
On Mon, Apr 1, 2019 at 2:00 PM Bin Meng wrote: > > On Mon, Mar 25, 2019 at 10:24 AM Z.q. Hou wrote: > > > > From: Hou Zhiqiang > > > > This patch introduce APIs for getting and updating the MPS > > and MRRS fields of Device capability Device control register. > > > > Signed-off-by: Hou Zhiqiang

Re: [U-Boot] [RESEND PATCHv4 9/9] dm: pci: add APIs for MPS and MRRS 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 APIs for getting and updating the MPS > and MRRS fields of Device capability Device control register. > > Signed-off-by: Hou Zhiqiang > --- > V4: > - New patch > > drivers/pci/pci-uclass.c | 92 +++

[U-Boot] [RESEND PATCHv4 9/9] dm: pci: add APIs for MPS and MRRS accessors

2019-03-24 Thread Z.q. Hou
From: Hou Zhiqiang This patch introduce APIs for getting and updating the MPS and MRRS fields of Device capability Device control register. Signed-off-by: Hou Zhiqiang --- V4: - New patch drivers/pci/pci-uclass.c | 92 include/pci.h| 13 ++