Re: [GIT PULL 3/4] intel_th: pci: Add support for another Lewisburg PCH

2019-08-20 Thread Alexander Shishkin
Greg Kroah-Hartman writes: > On Tue, Aug 20, 2019 at 01:16:52PM +0300, Alexander Shishkin wrote: >> Add support for the Trace Hub in another Lewisburg PCH. >> >> Signed-off-by: Alexander Shishkin >> --- >> drivers/hwtracing/intel_th/pci.c | 5 + >> 1 file changed, 5 insertions(+) > > same

Re: [GIT PULL 3/4] intel_th: pci: Add support for another Lewisburg PCH

2019-08-20 Thread Greg Kroah-Hartman
On Tue, Aug 20, 2019 at 01:16:52PM +0300, Alexander Shishkin wrote: > Add support for the Trace Hub in another Lewisburg PCH. > > Signed-off-by: Alexander Shishkin > --- > drivers/hwtracing/intel_th/pci.c | 5 + > 1 file changed, 5 insertions(+) same here, ok for stable? thanks, greg k-h

[GIT PULL 3/4] intel_th: pci: Add support for another Lewisburg PCH

2019-08-20 Thread Alexander Shishkin
Add support for the Trace Hub in another Lewisburg PCH. Signed-off-by: Alexander Shishkin --- drivers/hwtracing/intel_th/pci.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/hwtracing/intel_th/pci.c b/drivers/hwtracing/intel_th/pci.c index c0378c3de9a4..5c4e4fbec936 100644 ---