Re: [PATCH 06/14] pci: define some command constants

2023-08-22 Thread Adam Hassick
Recheck-request: iol-sample-apps-testing, This email is a test of the community lab's retesting system, please ignore. Testing superseded reply on a patch. On Thu, Aug 3, 2023 at 3:51 AM David Marchand wrote: > Define some PCI command constants and use them in existing drivers. > > Signed-off-b

Re: [PATCH 06/14] pci: define some command constants

2023-08-08 Thread Bruce Richardson
On Tue, Aug 08, 2023 at 11:20:28AM +0200, David Marchand wrote: > On Thu, Aug 3, 2023 at 1:51 PM David Marchand > wrote: > > > > On Thu, Aug 3, 2023 at 11:58 AM Bruce Richardson > > wrote: > > > > > > On Thu, Aug 03, 2023 at 09:50:29AM +0200, David Marchand wrote: > > > > Define some PCI command

Re: [PATCH 06/14] pci: define some command constants

2023-08-08 Thread David Marchand
On Thu, Aug 3, 2023 at 1:51 PM David Marchand wrote: > > On Thu, Aug 3, 2023 at 11:58 AM Bruce Richardson > wrote: > > > > On Thu, Aug 03, 2023 at 09:50:29AM +0200, David Marchand wrote: > > > Define some PCI command constants and use them in existing drivers. > > > > > > Signed-off-by: David Mar

Re: [PATCH 06/14] pci: define some command constants

2023-08-03 Thread David Marchand
On Thu, Aug 3, 2023 at 11:58 AM Bruce Richardson wrote: > > On Thu, Aug 03, 2023 at 09:50:29AM +0200, David Marchand wrote: > > Define some PCI command constants and use them in existing drivers. > > > > Signed-off-by: David Marchand > > --- > > For the idea, all good, but for the implementation,

Re: [PATCH 06/14] pci: define some command constants

2023-08-03 Thread Bruce Richardson
On Thu, Aug 03, 2023 at 09:50:29AM +0200, David Marchand wrote: > Define some PCI command constants and use them in existing drivers. > > Signed-off-by: David Marchand > --- For the idea, all good, but for the implementation, one comment inline below. With the below reworked: Acked-by: Bruce R