mbox series

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

Message ID 20210611164037.3567270-1-thierry.reding@gmail.com (mailing list archive)
State New, archived
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-phy

Message

Thierry Reding June 11, 2021, 4:40 p.m. UTC
Hi Kishon, Vinod,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1f9cab6cc20c6ed35c659aa25e282265275f0732:

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

There should be no need to pull this into the PHY tree because these
patches are dependencies for the second (USB) pull request in this set,
but I'm sending this out for completeness in case you need this in your
tree to resolve a conflict.

Thanks,
Thierry

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

This set of changes adds USB wake and sleepwalk support to Tegra210 and
Tegra186, which will be used to properly suspend and resume USB devices.

----------------------------------------------------------------
JC Kuo (7):
      phy: tegra: xusb: Move usb3 port init for Tegra210
      phy: tegra: xusb: Rearrange UPHY init on Tegra210
      phy: tegra: xusb: Add Tegra210 lane_iddq operation
      phy: tegra: xusb: Add sleepwalk and suspend/resume
      phy: tegra: xusb: Add wake/sleepwalk for Tegra210
      phy: tegra: xusb: Tegra210 host mode VBUS control
      phy: tegra: xusb: Add wake/sleepwalk for Tegra186

 drivers/phy/tegra/xusb-tegra186.c |  550 ++++++++++++-
 drivers/phy/tegra/xusb-tegra210.c | 1533 +++++++++++++++++++++++++++++++------
 drivers/phy/tegra/xusb.c          |   92 ++-
 drivers/phy/tegra/xusb.h          |   22 +-
 include/linux/phy/tegra/xusb.h    |   10 +-
 5 files changed, 1955 insertions(+), 252 deletions(-)