Re: [PATCH v2 09/18] pci: Add config for Enhanced Allocation

2022-04-22 Thread Bin Meng
On Thu, Apr 14, 2022 at 3:59 PM Andrew Scull wrote: > > On Thu, 14 Apr 2022 at 01:42, Bin Meng wrote: > > > > On Thu, Apr 14, 2022 at 12:30 AM Andrew Scull wrote: > > > > > > > > diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig > > > > > index 47cd074aa1..fd2203420c 100644 > > > > > --- a/

Re: [PATCH v2 09/18] pci: Add config for Enhanced Allocation

2022-04-14 Thread Andrew Scull
On Thu, 14 Apr 2022 at 08:58, Andrew Scull wrote: > > On Thu, 14 Apr 2022 at 01:42, Bin Meng wrote: > > > > On Thu, Apr 14, 2022 at 12:30 AM Andrew Scull wrote: > > > > > > > > diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig > > > > > index 47cd074aa1..fd2203420c 100644 > > > > > --- a/dr

Re: [PATCH v2 09/18] pci: Add config for Enhanced Allocation

2022-04-14 Thread Andrew Scull
On Thu, 14 Apr 2022 at 01:42, Bin Meng wrote: > > On Thu, Apr 14, 2022 at 12:30 AM Andrew Scull wrote: > > > > > > diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig > > > > index 47cd074aa1..fd2203420c 100644 > > > > --- a/drivers/pci/Kconfig > > > > +++ b/drivers/pci/Kconfig > > > > @@ -67,

Re: [PATCH v2 09/18] pci: Add config for Enhanced Allocation

2022-04-13 Thread Bin Meng
On Thu, Apr 14, 2022 at 12:30 AM Andrew Scull wrote: > > > > diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig > > > index 47cd074aa1..fd2203420c 100644 > > > --- a/drivers/pci/Kconfig > > > +++ b/drivers/pci/Kconfig > > > @@ -67,6 +67,13 @@ config PCI_SRIOV > > > if available on a

Re: [PATCH v2 09/18] pci: Add config for Enhanced Allocation

2022-04-13 Thread Bin Meng
On Wed, Mar 30, 2022 at 12:59 AM Andrew Scull wrote: > > Add a config to control whether Enhanced Allocation is supported by the > driver. > > Signed-off-by: Andrew Scull > --- > drivers/pci/Kconfig | 7 +++ > drivers/pci/pci-uclass.c | 25 +++-- > 2 files changed,