Re: [PATCH V8 2/5] PCI/ASPM: split pci_aspm_init() into two

2017-04-14 Thread Sinan Kaya
On 4/13/2017 2:25 PM, Bjorn Helgaas wrote: > I agree, and I made that change on my branch. I also renamed these to > pci_aspm_init_downstream_port() (for Root Ports and Switch Downstream > Ports) and pci_aspm_init_upstream_port() (for Switch Upstream Ports > and Endpoints) to try to match the term

Re: [PATCH V8 2/5] PCI/ASPM: split pci_aspm_init() into two

2017-04-13 Thread Bjorn Helgaas
On Wed, Apr 12, 2017 at 2:16 PM, Rajat Jain wrote: > On Fri, Apr 7, 2017 at 9:55 PM, Sinan Kaya wrote: >> Split pci_aspm_init() body into pci_aspm_init_upstream() >> and pci_aspm_init_downstream() for bridge and endpoint >> specific code behavior. >> >> Fixes: https://bugzilla.kernel.org/show_bug

Re: [PATCH V8 2/5] PCI/ASPM: split pci_aspm_init() into two

2017-04-12 Thread Rajat Jain
On Fri, Apr 7, 2017 at 9:55 PM, Sinan Kaya wrote: > Split pci_aspm_init() body into pci_aspm_init_upstream() > and pci_aspm_init_downstream() for bridge and endpoint > specific code behavior. > > Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=194895 > Signed-off-by: Sinan Kaya > --- > driver

[PATCH V8 2/5] PCI/ASPM: split pci_aspm_init() into two

2017-04-07 Thread Sinan Kaya
Split pci_aspm_init() body into pci_aspm_init_upstream() and pci_aspm_init_downstream() for bridge and endpoint specific code behavior. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=194895 Signed-off-by: Sinan Kaya --- drivers/pci/pcie/aspm.c | 15 ++- 1 file changed, 14 inserti