mbox series

[GIT,PULL,2/2] usb: tegra: Changes for v5.14-rc1

Message ID 20210611164037.3567270-2-thierry.reding@gmail.com
State Not Applicable
Headers show
Series [GIT,PULL,1/2] phy: tegra: Changes for v5.14-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/for-5.14-usb

Message

Thierry Reding June 11, 2021, 4:40 p.m. UTC
Hi Greg, Felipe,

The following changes since commit 1f9cab6cc20c6ed35c659aa25e282265275f0732:

  phy: tegra: xusb: Add wake/sleepwalk for Tegra186 (2021-06-03 14:52:45 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/for-5.14-usb

for you to fetch changes up to 971ee247060d88dceb72428b5d203687312884f4:

  usb: xhci: tegra: Enable ELPG for runtime/system PM (2021-06-11 18:15:46 +0200)

This is a set of changes that was supposed to go into v5.13 but missed
the window by just a couple of days. I've since taken this for a spin
in linux-next through the Tegra tree and everything seems A-OK.

Note that this includes the contents of the first pull request in this
set because of a build-time dependency. I'm assuming that all of this
will go through Greg's USB tree, in which case there's no reason to pull
in the first pull request since it's already included in this one.

Thanks,
Thierry

----------------------------------------------------------------
usb: tegra: Changes for v5.14-rc1

Implements proper suspend/resume for the XUSB controller found on recent
Tegra chips.

----------------------------------------------------------------
JC Kuo (2):
      usb: xhci: tegra: Unlink power domain devices
      usb: xhci: tegra: Enable ELPG for runtime/system PM

Thierry Reding (1):
      Merge branch 'for-5.14/phy' into for-5.14/usb

 drivers/usb/host/xhci-tegra.c | 613 +++++++++++++++++++++++++++++++++---------
 1 file changed, 482 insertions(+), 131 deletions(-)

Comments

gregkh@linuxfoundation.org June 14, 2021, 8:27 a.m. UTC | #1
On Fri, Jun 11, 2021 at 06:40:37PM +0200, Thierry Reding wrote:
> Hi Greg, Felipe,
> 
> The following changes since commit 1f9cab6cc20c6ed35c659aa25e282265275f0732:
> 
>   phy: tegra: xusb: Add wake/sleepwalk for Tegra186 (2021-06-03 14:52:45 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/for-5.14-usb
> 
> for you to fetch changes up to 971ee247060d88dceb72428b5d203687312884f4:
> 
>   usb: xhci: tegra: Enable ELPG for runtime/system PM (2021-06-11 18:15:46 +0200)
> 
> This is a set of changes that was supposed to go into v5.13 but missed
> the window by just a couple of days. I've since taken this for a spin
> in linux-next through the Tegra tree and everything seems A-OK.
> 
> Note that this includes the contents of the first pull request in this
> set because of a build-time dependency. I'm assuming that all of this
> will go through Greg's USB tree, in which case there's no reason to pull
> in the first pull request since it's already included in this one.

I have pulled this into my tree now, thanks.

greg k-h