From 1cee6b8d00427fd993c2e2b8acfd08410b053af3 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Tue, 20 Jan 2015 14:39:04 +0100 Subject: [PATCH] USB: host: ohci-at91: Fix wake-up support This device needs to be continuously clocked to provide wake up support, previously, if STANDBY target were chosen the device were enable_irq_wake()-prepared and clock still active and if MEM target were chosen the device were also enable_irq_wake()-prepared but not clocked anymore, which is wrong. Now, if STANDBY target is chosen the device is still clocked with wake up support enabled, which were the previous default and if MEM target is chosen the device is declocked with wake up support disabled. Signed-off-by: Sylvain Rochet Acked-by: Boris Brezillon Acked-by: Alan Stern Acked-by: Nicolas Ferre Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed