From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753546AbbFVXxC (ORCPT ); Mon, 22 Jun 2015 19:53:02 -0400 Received: from mail-ie0-f170.google.com ([209.85.223.170]:33755 "EHLO mail-ie0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751309AbbFVXwz (ORCPT ); Mon, 22 Jun 2015 19:52:55 -0400 From: Douglas Anderson To: Greg Kroah-Hartman , John Youn , Felipe Balbi Cc: Chris Zhong , Heiko Stuebner , Julius Werner , Andrew Bresticker , Alexandru Stan , lyz@rock-chips.com, linux-rockchip@lists.infradead.org, Douglas Anderson , Petr Mladek , Alan Stern , Kumar Gala , Ian Campbell , Rob Herring , Pratyush Anand , Peter Chen , Kever Yang , Pawel Moll , Robert Schlabbach , Gregory Herrero , Zhuang Jin Can , devicetree@vger.kernel.org, Dan Williams , Paul Zimmerman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Matthew Garrett , Mark Rutland Subject: [PATCH 0/3] dwc2 patches to allow wakeup on Rockchip rk3288 Date: Mon, 22 Jun 2015 16:52:21 -0700 Message-Id: <1435017144-2971-1-git-send-email-dianders@chromium.org> X-Mailer: git-send-email 2.4.3.573.g4eafbef Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series of patches, together with from Chris Zhong and a dts change allow us to wake up from a USB device on rk3288 boards. The patches were tested on rk3288-jerry in the chromeos-3.14 kernel. The chromeos-3.14 kernel tested included a full set of dwc2 backports from upstream, so this is expected to function upstream once we get everything setup there. Douglas Anderson (3): USB: Export usb_wakeup_enabled_descendants() Documentation: dt-bindings: Add snps,need-phy-for-wake for dwc2 USB USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabled Documentation/devicetree/bindings/usb/dwc2.txt | 4 +++ drivers/usb/core/hub.c | 7 ++-- drivers/usb/dwc2/core.h | 2 ++ drivers/usb/dwc2/platform.c | 45 ++++++++++++++++++++++++-- include/linux/usb/hcd.h | 5 +++ 5 files changed, 58 insertions(+), 5 deletions(-) -- 2.4.3.573.g4eafbef -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Douglas Anderson Subject: [PATCH 0/3] dwc2 patches to allow wakeup on Rockchip rk3288 Date: Mon, 22 Jun 2015 16:52:21 -0700 Message-ID: <1435017144-2971-1-git-send-email-dianders@chromium.org> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Greg Kroah-Hartman , John Youn , Felipe Balbi Cc: Chris Zhong , Heiko Stuebner , Julius Werner , Andrew Bresticker , Alexandru Stan , lyz-TNX95d0MmH7DzftRWevZcw@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Douglas Anderson , Petr Mladek , Alan Stern , Kumar Gala , Ian Campbell , Rob Herring , Pratyush Anand , Peter Chen , Kever Yang , Pawel Moll , Robert Schlabbach , Gregory Herrero , Zhuang Jin Can , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Dan Williams , Paul Zimmerman , linux-usb List-Id: devicetree@vger.kernel.org This series of patches, together with from Chris Zhong and a dts change allow us to wake up from a USB device on rk3288 boards. The patches were tested on rk3288-jerry in the chromeos-3.14 kernel. The chromeos-3.14 kernel tested included a full set of dwc2 backports from upstream, so this is expected to function upstream once we get everything setup there. Douglas Anderson (3): USB: Export usb_wakeup_enabled_descendants() Documentation: dt-bindings: Add snps,need-phy-for-wake for dwc2 USB USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabled Documentation/devicetree/bindings/usb/dwc2.txt | 4 +++ drivers/usb/core/hub.c | 7 ++-- drivers/usb/dwc2/core.h | 2 ++ drivers/usb/dwc2/platform.c | 45 ++++++++++++++++++++++++-- include/linux/usb/hcd.h | 5 +++ 5 files changed, 58 insertions(+), 5 deletions(-) -- 2.4.3.573.g4eafbef -- To unsubscribe from this list: send the line "unsubscribe devicetree" in