All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] phy: tegra: Changes for v5.14-rc1
@ 2021-06-11 16:40 ` Thierry Reding
  0 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2021-06-11 16:40 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Vinod Koul
  Cc: Greg Kroah-Hartman, Felipe Balbi, linux-phy, linux-usb, linux-tegra

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL 1/2] phy: tegra: Changes for v5.14-rc1
@ 2021-06-11 16:40 ` Thierry Reding
  0 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2021-06-11 16:40 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Vinod Koul
  Cc: Greg Kroah-Hartman, Felipe Balbi, linux-phy, linux-usb, linux-tegra

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(-)

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL 2/2] usb: tegra: Changes for v5.14-rc1
  2021-06-11 16:40 ` Thierry Reding
@ 2021-06-11 16:40   ` Thierry Reding
  -1 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2021-06-11 16:40 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Felipe Balbi
  Cc: Kishon Vijay Abraham I,
	Vinod Koul linux-usb @ vger . kernel . org, linux-phy,
	linux-tegra

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL 2/2] usb: tegra: Changes for v5.14-rc1
@ 2021-06-11 16:40   ` Thierry Reding
  0 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2021-06-11 16:40 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Felipe Balbi
  Cc: Kishon Vijay Abraham I,
	Vinod Koul linux-usb @ vger . kernel . org, linux-phy,
	linux-tegra

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(-)

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL 2/2] usb: tegra: Changes for v5.14-rc1
  2021-06-11 16:40   ` Thierry Reding
@ 2021-06-14  8:27     ` Greg Kroah-Hartman
  -1 siblings, 0 replies; 6+ messages in thread
From: Greg Kroah-Hartman @ 2021-06-14  8:27 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Felipe Balbi, Kishon Vijay Abraham I,
	Vinod Koul linux-usb @ vger . kernel . org, linux-phy,
	linux-tegra

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL 2/2] usb: tegra: Changes for v5.14-rc1
@ 2021-06-14  8:27     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 6+ messages in thread
From: Greg Kroah-Hartman @ 2021-06-14  8:27 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Felipe Balbi, Kishon Vijay Abraham I,
	Vinod Koul linux-usb @ vger . kernel . org, linux-phy,
	linux-tegra

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

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-14  8:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 16:40 [GIT PULL 1/2] phy: tegra: Changes for v5.14-rc1 Thierry Reding
2021-06-11 16:40 ` Thierry Reding
2021-06-11 16:40 ` [GIT PULL 2/2] usb: " Thierry Reding
2021-06-11 16:40   ` Thierry Reding
2021-06-14  8:27   ` Greg Kroah-Hartman
2021-06-14  8:27     ` Greg Kroah-Hartman

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.