Re: [PATCH 7/9] xhci: add port status tracing

2017-08-16 Thread Felipe Balbi
Hi, Mathias Nyman writes: >> Mathias Nyman writes: >>> Track the port status in a human readble way each time we get a >>> port status change event >>> >>> Signed-off-by: Mathias Nyman >>> --- >>> drivers/usb/host/xhci-ring.c | 2 ++ >>> drivers/usb/host/xhci-trace.h | 23

Re: [PATCH 7/9] xhci: add port status tracing

2017-08-16 Thread Greg KH
On Wed, Aug 16, 2017 at 04:10:00PM +0300, Mathias Nyman wrote: > On 16.08.2017 14:45, Felipe Balbi wrote: > > > > Hi, > > > > Mathias Nyman writes: > > > Track the port status in a human readble way each time we get a > > > port status change event > > > > > > Signed-off-by: Mathias Nyman > >

Re: [PATCH 7/9] xhci: add port status tracing

2017-08-16 Thread Mathias Nyman
On 16.08.2017 14:45, Felipe Balbi wrote: Hi, Mathias Nyman writes: Track the port status in a human readble way each time we get a port status change event Signed-off-by: Mathias Nyman --- drivers/usb/host/xhci-ring.c | 2 ++ drivers/usb/host/xhci-trace.h | 23 +++

Re: [PATCH 7/9] xhci: add port status tracing

2017-08-16 Thread Felipe Balbi
Hi, Mathias Nyman writes: > Track the port status in a human readble way each time we get a > port status change event > > Signed-off-by: Mathias Nyman > --- > drivers/usb/host/xhci-ring.c | 2 ++ > drivers/usb/host/xhci-trace.h | 23 +++ > 2 files changed, 25 insertions(

[PATCH 7/9] xhci: add port status tracing

2017-08-16 Thread Mathias Nyman
Track the port status in a human readble way each time we get a port status change event Signed-off-by: Mathias Nyman --- drivers/usb/host/xhci-ring.c | 2 ++ drivers/usb/host/xhci-trace.h | 23 +++ 2 files changed, 25 insertions(+) diff --git a/drivers/usb/host/xhci-ring.