Re: [PATCH 1/3] xhci: Print hcc params, version and quirks on init

2014-07-18 Thread Hans de Goede
Hi, On 07/18/2014 04:13 PM, David Laight wrote: > From: Hans de Goede >> To help debugging xhci problems. >> >> Signed-off-by: Hans de Goede >> --- >> drivers/usb/host/xhci.c | 4 >> drivers/usb/host/xhci.h | 2 ++ >> 2 files changed, 6 insertions(+) >> >> diff --git a/drivers/usb/host/xhci

RE: [PATCH 1/3] xhci: Print hcc params, version and quirks on init

2014-07-18 Thread David Laight
From: Hans de Goede > To help debugging xhci problems. > > Signed-off-by: Hans de Goede > --- > drivers/usb/host/xhci.c | 4 > drivers/usb/host/xhci.h | 2 ++ > 2 files changed, 6 insertions(+) > > diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c > index 7436d5f..7d02e1b 1006