From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Anderson Subject: Re: [REPOST PATCH 0/3] dwc2 patches to allow wakeup on Rockchip rk3288 Date: Wed, 21 Oct 2015 09:23:14 -0700 Message-ID: References: <1436207224-21849-1-git-send-email-dianders@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1436207224-21849-1-git-send-email-dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: John Youn Cc: Mark Rutland , Heiko Stuebner , Andrew Bresticker , Kever Yang , Petr Mladek , Douglas Anderson , Chris Zhong , Pratyush Anand , "open list:ARM/Rockchip SoC..." , Alan Stern , lyz , Peter Chen , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Alexandru Stan , Pawel Moll , Ian Campbell , Rob Herring , Matthew Garrett , Robert Schlabbach , Dan Williams , Gregory Herrero Greg Kroah-Hartman List-Id: devicetree@vger.kernel.org John, On Mon, Jul 6, 2015 at 11:27 AM, Douglas Anderson wrote: > 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(-) This series was posted a while ago. Do you have any comments on it? Should I repost it? Thanks! -Doug