Re: [PATCH 1/5] pci: export pcie_get_speed_cap and pcie_get_width_cap

2018-06-28 Thread Bjorn Helgaas
On Thu, Jun 28, 2018 at 10:19:41AM -0400, Alex Deucher wrote: > On Thu, Jun 28, 2018 at 9:42 AM, Bjorn Helgaas wrote: > > On Mon, Jun 25, 2018 at 04:06:02PM -0500, Alex Deucher wrote: > >> So drivers can use them. This can be used to replace > >> duplicate code in the drm subsystem. > >> > >>

Re: [PATCH 1/5] pci: export pcie_get_speed_cap and pcie_get_width_cap

2018-06-28 Thread Alex Deucher
On Thu, Jun 28, 2018 at 9:42 AM, Bjorn Helgaas wrote: > On Mon, Jun 25, 2018 at 04:06:02PM -0500, Alex Deucher wrote: >> So drivers can use them. This can be used to replace >> duplicate code in the drm subsystem. >> >> Signed-off-by: Alex Deucher > > Acked-by: Bjorn Helgaas > > Thanks a lot

Re: [PATCH 1/5] pci: export pcie_get_speed_cap and pcie_get_width_cap

2018-06-28 Thread Bjorn Helgaas
On Mon, Jun 25, 2018 at 04:06:02PM -0500, Alex Deucher wrote: > So drivers can use them. This can be used to replace > duplicate code in the drm subsystem. > > Signed-off-by: Alex Deucher Acked-by: Bjorn Helgaas Thanks a lot for doing this! If you haven't applied these yet, please s/pci:

[PATCH 1/5] pci: export pcie_get_speed_cap and pcie_get_width_cap

2018-06-25 Thread Alex Deucher
So drivers can use them. This can be used to replace duplicate code in the drm subsystem. Signed-off-by: Alex Deucher --- drivers/pci/pci.c | 2 ++ include/linux/pci.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index