[PATCH] usb: ohci-at91: Do not drop unhandled USB suspend control requests

2017-02-21 Thread Jelle Martijn Kok
-at91: Forcibly suspend ports while USB suspend") Signed-off-by: Jelle Martijn Kok Tested-by: Wenyou Yang Cc: Wenyou Yang Cc: Alexandre Belloni Cc: Nicolas Ferre Cc: Alan Stern --- drivers/usb/host/ohci-at91.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver

Re: [PATCH] usb: ohci-at91: revert patch 2e2aa1bc7eff90ec on cpu without SFR register

2017-02-20 Thread Jelle Martijn Kok
USB devices is inserted. Fixes: 2e2aa1bc7eff90ec ("usb: ohci-at91: Forcibly suspend ports while USB suspend") Signed-off-by: Jelle Martijn Kok Tested-by: Wenyou Yang Cc: Wenyou Yang Cc: Alexandre Belloni Cc: Nicolas Ferre Cc: Alan Stern On 16-02-17 17:35, Greg KH wrote: On T

[PATCH] usb: ohci-at91: revert patch 2e2aa1bc7eff90ec on cpu without SFR register

2017-02-16 Thread Jelle Martijn Kok
External USB hubs seems to go into suspend, but never wakeup again. Tested on an AT91SAM9G20 Signed-off-by: Jelle Martijn Kok --- drivers/usb/host/ohci-at91.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c

[PATCH] ohci-hub: fix typo in dbg_port macro

2017-02-08 Thread Jelle Martijn Kok
The "dbg_port" macro uses the "outside" parameter (="temp") instead of the parameters (="value") given in the macro. As the macro can look outside its definition this causes no direct problem. Signed-off-by: Jelle Martijn Kok Acked-by: Alan Ster