Re: [v3 PATCH 1/2] PCI: read fixed bus numbers in EA for type 1 functions

2019-04-17 Thread Bjorn Helgaas
On Wed, Jan 23, 2019 at 06:48:00PM +0530, sundeep.l...@gmail.com wrote: > From: Subbaraya Sundeep > > As per the spec - ECN_Enhanced_Allocation_23_Oct_2014_Final > and section 6.9.1.2, EA capability contains fixed secondary > and subordinate bus numbers for type 1 functions. > This patch adds

Re: [v3 PATCH 1/2] PCI: read fixed bus numbers in EA for type 1 functions

2019-04-16 Thread Bjorn Helgaas
On Wed, Jan 23, 2019 at 06:48:00PM +0530, sundeep.l...@gmail.com wrote: > From: Subbaraya Sundeep > > As per the spec - ECN_Enhanced_Allocation_23_Oct_2014_Final > and section 6.9.1.2, EA capability contains fixed secondary > and subordinate bus numbers for type 1 functions. > This patch adds

Re: [v3 PATCH 1/2] PCI: read fixed bus numbers in EA for type 1 functions

2019-02-17 Thread sundeep subbaraya
Ping. Thanks, Sundeep On Tue, Feb 5, 2019 at 9:30 AM sundeep subbaraya wrote: > > Hi Bjorn, > > Any comments? > > Thanks, > Sundeep > > On Wed, Jan 23, 2019 at 6:48 PM wrote: > > > > From: Subbaraya Sundeep > > > > As per the spec - ECN_Enhanced_Allocation_23_Oct_2014_Final > > and section

Re: [v3 PATCH 1/2] PCI: read fixed bus numbers in EA for type 1 functions

2019-02-04 Thread sundeep subbaraya
Hi Bjorn, Any comments? Thanks, Sundeep On Wed, Jan 23, 2019 at 6:48 PM wrote: > > From: Subbaraya Sundeep > > As per the spec - ECN_Enhanced_Allocation_23_Oct_2014_Final > and section 6.9.1.2, EA capability contains fixed secondary > and subordinate bus numbers for type 1 functions. > This

[v3 PATCH 1/2] PCI: read fixed bus numbers in EA for type 1 functions

2019-01-23 Thread sundeep . lkml
From: Subbaraya Sundeep As per the spec - ECN_Enhanced_Allocation_23_Oct_2014_Final and section 6.9.1.2, EA capability contains fixed secondary and subordinate bus numbers for type 1 functions. This patch adds support to read the fixed bus numbers from EA capability for bridge. Signed-off-by: