From: Douglas Anderson <dianders@chromium.org> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, John Youn <johnyoun@synopsys.com>, Felipe Balbi <balbi@ti.com> Cc: Chris Zhong <zyw@rock-chips.com>, Heiko Stuebner <heiko@sntech.de>, Julius Werner <jwerner@chromium.org>, Andrew Bresticker <abrestic@chromium.org>, Alexandru Stan <amstan@chromium.org>, lyz@rock-chips.com, linux-rockchip@lists.infradead.org, Douglas Anderson <dianders@chromium.org>, Petr Mladek <pmladek@suse.cz>, Alan Stern <stern@rowland.harvard.edu>, Kumar Gala <galak@codeaurora.org>, Ian Campbell <ijc+devicetree@hellion.org.uk>, Rob Herring <robh+dt@kernel.org>, Pratyush Anand <pratyush.anand@gmail.com>, Peter Chen <peter.chen@freescale.com>, Kever Yang <kever.yang@rock-chips.com>, Pawel Moll <pawel.moll@arm.com>, Robert Schlabbach <Robert.Schlabbach@gmx.net>, Gregory Herrero <gregory.herrero@intel.com>, Zhuang Jin Can <jin.can.zhuang@intel.com>, devicetree@vger.kernel.org, Dan Williams <dan.j.williams@intel.com>, Paul Zimmerman <paulz@synopsys.com>, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Matthew Garrett <mjg59@coreos.com>, Mark Rutland <mark.rutland@arm.com> Subject: [PATCH 0/3] dwc2 patches to allow wakeup on Rockchip rk3288 Date: Mon, 22 Jun 2015 16:52:21 -0700 [thread overview] Message-ID: <1435017144-2971-1-git-send-email-dianders@chromium.org> (raw) This series of patches, together with <https://patchwork.kernel.org/patch/6652341/> 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/
WARNING: multiple messages have this Message-ID
From: Douglas Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> To: Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>, John Youn <johnyoun-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>, Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org> Cc: Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>, Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>, Julius Werner <jwerner-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>, Andrew Bresticker <abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>, Alexandru Stan <amstan-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>, lyz-TNX95d0MmH7DzftRWevZcw@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Douglas Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>, Petr Mladek <pmladek-AlSwsSmVLrQ@public.gmane.org>, Alan Stern <stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org>, Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>, Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>, Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>, Pratyush Anand <pratyush.anand-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>, Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>, Kever Yang <kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>, Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>, Robert Schlabbach <Robert.Schlabbach-hi6Y0CQ0nG0@public.gmane.org>, Gregory Herrero <gregory.herrero-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>, Zhuang Jin Can <jin.can.zhuang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>, Paul Zimmerman <paulz-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>, linux-usb Subject: [PATCH 0/3] dwc2 patches to allow wakeup on Rockchip rk3288 Date: Mon, 22 Jun 2015 16:52:21 -0700 [thread overview] Message-ID: <1435017144-2971-1-git-send-email-dianders@chromium.org> (raw) This series of patches, together with <https://patchwork.kernel.org/patch/6652341/> 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
next reply other threads:[~2015-06-22 23:53 UTC|newest] Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2015-06-22 23:52 Douglas Anderson [this message] 2015-06-22 23:52 ` Douglas Anderson 2015-06-22 23:52 ` [PATCH 1/3] USB: Export usb_wakeup_enabled_descendants() Douglas Anderson 2015-06-22 23:52 ` Douglas Anderson 2015-06-22 23:52 ` [PATCH 2/3] Documentation: dt-bindings: Add snps,need-phy-for-wake for dwc2 USB Douglas Anderson 2015-06-22 23:52 ` Douglas Anderson 2015-06-23 14:17 ` Rob Herring 2015-06-23 15:12 ` Doug Anderson 2015-06-23 15:12 ` Doug Anderson 2015-06-22 23:52 ` [PATCH 3/3] USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabled Douglas Anderson 2015-06-22 23:52 ` Douglas Anderson 2015-07-06 17:48 ` [PATCH 0/3] dwc2 patches to allow wakeup on Rockchip rk3288 Felipe Balbi 2015-07-06 17:48 ` Felipe Balbi 2015-07-06 18:06 ` Doug Anderson 2015-07-06 18:06 ` Doug Anderson 2015-07-06 18:12 ` Felipe Balbi 2015-07-06 18:12 ` Felipe Balbi
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1435017144-2971-1-git-send-email-dianders@chromium.org \ --to=dianders@chromium.org \ --cc=Robert.Schlabbach@gmx.net \ --cc=abrestic@chromium.org \ --cc=amstan@chromium.org \ --cc=balbi@ti.com \ --cc=dan.j.williams@intel.com \ --cc=devicetree@vger.kernel.org \ --cc=galak@codeaurora.org \ --cc=gregkh@linuxfoundation.org \ --cc=gregory.herrero@intel.com \ --cc=heiko@sntech.de \ --cc=ijc+devicetree@hellion.org.uk \ --cc=jin.can.zhuang@intel.com \ --cc=johnyoun@synopsys.com \ --cc=jwerner@chromium.org \ --cc=kever.yang@rock-chips.com \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-rockchip@lists.infradead.org \ --cc=linux-usb@vger.kernel.org \ --cc=lyz@rock-chips.com \ --cc=mark.rutland@arm.com \ --cc=mjg59@coreos.com \ --cc=paulz@synopsys.com \ --cc=pawel.moll@arm.com \ --cc=peter.chen@freescale.com \ --cc=pmladek@suse.cz \ --cc=pratyush.anand@gmail.com \ --cc=robh+dt@kernel.org \ --cc=stern@rowland.harvard.edu \ --cc=zyw@rock-chips.com \ --subject='Re: [PATCH 0/3] dwc2 patches to allow wakeup on Rockchip rk3288' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.