• Jonas Bonn's avatar
    usb: gadget: atmel: tie wake lock to running clock · 8f6707bf
    Jonas Bonn authored
    If the USB device is connected to a host, the CPU cannot be suspended or
    else the USB device appears to be disconnected from the host's point of
    view.  Only after a "USB suspend" state has been entered (as set by the
    host) or the host is disconnected can the system safely be suspended: in
    both these states, the clock is stopped.  As such, this patch associates
    a "wake lock" with the running clock of the UDC to keep the system awake
    as long as the host maintains the USB connection active.
    Signed-off-by: default avatarJonas Bonn <jonas@norrbonn.se>
    CC: Cristian Birsan <cristian.birsan@microchip.com>
    CC: Felipe Balbi <balbi@kernel.org>
    CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    CC: Nicolas Ferre <nicolas.ferre@microchip.com>
    CC: Alexandre Belloni <alexandre.belloni@bootlin.com>
    CC: Ludovic Desroches <ludovic.desroches@microchip.com>
    CC: linux-arm-kernel@lists.infradead.org
    CC: linux-usb@vger.kernel.org
    Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
    8f6707bf
atmel_usba_udc.c 56.5 KB