linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] usb: tegra: Changes for v5.7-rc1
@ 2020-03-13 17:07 Thierry Reding
  2020-03-17 18:58 ` Greg Kroah-Hartman
  2020-03-19 14:34 ` [GIT PULL v2] " Thierry Reding
  0 siblings, 2 replies; 5+ messages in thread
From: Thierry Reding @ 2020-03-13 17:07 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Felipe Balbi; +Cc: linux-usb, linux-tegra

Hi Greg, Felipe,

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9dd4fbef2f88ccf46f5294805bf121d6554791e8:

  usb: gadget: tegra-xudc: Support multiple device modes (2020-03-13 17:16:28 +0100)

It occurred to me that I could just as well send this pull request to
you guys, rather than take it via ARM SoC. Kishon already acked all the
patches for the PHY tree that this series depends on, so I've included
them here as a dependency.

Let me know if you'd prefer that I take this through ARM SoC.

Thanks,
Thierry

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

These changes add USB OTG support for the XUSB host and XUSB device
controllers found on NVIDIA Tegra SoCs.

----------------------------------------------------------------
JC Kuo (2):
      phy: tegra: xusb: Protect Tegra186 soc with config
      phy: tegra: xusb: Add Tegra194 support

Jon Hunter (1):
      phy: tegra: xusb: Don't warn on probe defer

Nagarjuna Kristam (10):
      phy: tegra: xusb: Add usb-role-switch support
      phy: tegra: xusb: Add usb-phy support
      phy: tegra: xusb: Add support to get companion USB 3 port
      phy: tegra: xusb: Add set_mode support for USB 2 phy on Tegra210
      phy: tegra: xusb: Add set_mode support for UTMI phy on Tegra186
      usb: xhci-tegra: Add OTG support
      usb: gadget: tegra-xudc: Remove usb-role-switch support
      usb: gadget: tegra-xudc: Add usb-phy support
      usb: gadget: tegra-xudc: Use phy_set_mode() to set/unset device mode
      usb: gadget: tegra-xudc: Support multiple device modes

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

 drivers/phy/tegra/Kconfig           |   1 +
 drivers/phy/tegra/Makefile          |   1 +
 drivers/phy/tegra/xusb-tegra186.c   | 261 ++++++++++++++++++++++++++--------
 drivers/phy/tegra/xusb-tegra210.c   | 131 +++++++++++++----
 drivers/phy/tegra/xusb.c            | 189 +++++++++++++++++++++++++
 drivers/phy/tegra/xusb.h            |  10 ++
 drivers/usb/gadget/udc/Kconfig      |   1 -
 drivers/usb/gadget/udc/tegra-xudc.c | 273 +++++++++++++++++++++++++-----------
 drivers/usb/host/xhci-tegra.c       | 228 +++++++++++++++++++++++++++++-
 include/linux/phy/tegra/xusb.h      |   2 +
 10 files changed, 926 insertions(+), 171 deletions(-)

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

* Re: [GIT PULL] usb: tegra: Changes for v5.7-rc1
  2020-03-13 17:07 [GIT PULL] usb: tegra: Changes for v5.7-rc1 Thierry Reding
@ 2020-03-17 18:58 ` Greg Kroah-Hartman
  2020-03-18 23:20   ` Thierry Reding
  2020-03-19 14:34 ` [GIT PULL v2] " Thierry Reding
  1 sibling, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2020-03-17 18:58 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Felipe Balbi, linux-usb, linux-tegra

On Fri, Mar 13, 2020 at 06:07:30PM +0100, Thierry Reding wrote:
> Hi Greg, Felipe,
> 
> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
> 
>   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/for-5.7-usb
> 
> for you to fetch changes up to 9dd4fbef2f88ccf46f5294805bf121d6554791e8:
> 
>   usb: gadget: tegra-xudc: Support multiple device modes (2020-03-13 17:16:28 +0100)
> 
> It occurred to me that I could just as well send this pull request to
> you guys, rather than take it via ARM SoC. Kishon already acked all the
> patches for the PHY tree that this series depends on, so I've included
> them here as a dependency.
> 
> Let me know if you'd prefer that I take this through ARM SoC.

I tried to merge this into my usb-next branch, but get merge issues in
drivers/usb/gadget/udc/tegra-xudc.c that I really don't know how to
resolve.

Can you give me a clue as to what to do here?

thanks,

greg k-h

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

* Re: [GIT PULL] usb: tegra: Changes for v5.7-rc1
  2020-03-17 18:58 ` Greg Kroah-Hartman
@ 2020-03-18 23:20   ` Thierry Reding
  0 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2020-03-18 23:20 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Felipe Balbi, linux-usb, linux-tegra

[-- Attachment #1: Type: text/plain, Size: 1291 bytes --]

On Tue, Mar 17, 2020 at 07:58:35PM +0100, Greg Kroah-Hartman wrote:
> On Fri, Mar 13, 2020 at 06:07:30PM +0100, Thierry Reding wrote:
> > Hi Greg, Felipe,
> > 
> > The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
> > 
> >   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/for-5.7-usb
> > 
> > for you to fetch changes up to 9dd4fbef2f88ccf46f5294805bf121d6554791e8:
> > 
> >   usb: gadget: tegra-xudc: Support multiple device modes (2020-03-13 17:16:28 +0100)
> > 
> > It occurred to me that I could just as well send this pull request to
> > you guys, rather than take it via ARM SoC. Kishon already acked all the
> > patches for the PHY tree that this series depends on, so I've included
> > them here as a dependency.
> > 
> > Let me know if you'd prefer that I take this through ARM SoC.
> 
> I tried to merge this into my usb-next branch, but get merge issues in
> drivers/usb/gadget/udc/tegra-xudc.c that I really don't know how to
> resolve.
> 
> Can you give me a clue as to what to do here?

Let me rebase this on top of your usb-next branch and resend this PR
after resolving the conflict.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [GIT PULL v2] usb: tegra: Changes for v5.7-rc1
  2020-03-13 17:07 [GIT PULL] usb: tegra: Changes for v5.7-rc1 Thierry Reding
  2020-03-17 18:58 ` Greg Kroah-Hartman
@ 2020-03-19 14:34 ` Thierry Reding
  2020-03-19 15:02   ` Greg Kroah-Hartman
  1 sibling, 1 reply; 5+ messages in thread
From: Thierry Reding @ 2020-03-19 14:34 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Felipe Balbi; +Cc: linux-usb, linux-tegra

Hi Greg, Felipe,

The following changes since commit ca9e742b5c27c230b0bf003aecba2433a60ba837:

  USB: c67x00: Use the correct style for SPDX License Identifier (2020-03-17 20:03:28 +0100)

are available in the Git repository at:

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

for you to fetch changes up to b4e19931c98a088fbd80b5c3f892261c9a0e6c23:

  usb: gadget: tegra-xudc: Support multiple device modes (2020-03-19 14:18:57 +0100)

This is a version of the earlier pull request[0], rebased on top of
Greg's usb-next branch and the resulting conflicts resolved. I've also
added a couple of patches in here that fix minor issues that were
reported since last week.

Thanks,
Thierry

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

These changes add USB OTG support for the XUSB host and XUSB device
controllers found on NVIDIA Tegra SoCs.

----------------------------------------------------------------
Corentin Labbe (1):
      phy: tegra: Select USB_PHY

JC Kuo (2):
      phy: tegra: xusb: Protect Tegra186 soc with config
      phy: tegra: xusb: Add Tegra194 support

Jon Hunter (1):
      phy: tegra: xusb: Don't warn on probe defer

Nagarjuna Kristam (10):
      phy: tegra: xusb: Add usb-role-switch support
      phy: tegra: xusb: Add usb-phy support
      phy: tegra: xusb: Add support to get companion USB 3 port
      phy: tegra: xusb: Add set_mode support for USB 2 phy on Tegra210
      phy: tegra: xusb: Add set_mode support for UTMI phy on Tegra186
      usb: xhci-tegra: Add OTG support
      usb: gadget: tegra-xudc: Remove usb-role-switch support
      usb: gadget: tegra-xudc: Add usb-phy support
      usb: gadget: tegra-xudc: Use phy_set_mode() to set/unset device mode
      usb: gadget: tegra-xudc: Support multiple device modes

Thierry Reding (4):
      phy: tegra: Print -EPROBE_DEFER error message at debug level
      phy: tegra: Fix regulator leak
      phy: tegra: Don't use device-managed API to allocate ports
      Merge branch 'for-5.7/phy' into for-5.7/usb

 drivers/phy/tegra/Kconfig           |   2 +
 drivers/phy/tegra/Makefile          |   1 +
 drivers/phy/tegra/xusb-tegra124.c   |   6 +
 drivers/phy/tegra/xusb-tegra186.c   | 265 ++++++++++++++++++++++++++--------
 drivers/phy/tegra/xusb-tegra210.c   | 136 ++++++++++++++----
 drivers/phy/tegra/xusb.c            | 263 +++++++++++++++++++++++++++++++++-
 drivers/phy/tegra/xusb.h            |  25 ++++
 drivers/usb/gadget/udc/Kconfig      |   1 -
 drivers/usb/gadget/udc/tegra-xudc.c | 275 ++++++++++++++++++++++++------------
 drivers/usb/host/xhci-tegra.c       | 228 +++++++++++++++++++++++++++++-
 include/linux/phy/tegra/xusb.h      |   2 +
 11 files changed, 1024 insertions(+), 180 deletions(-)

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

* Re: [GIT PULL v2] usb: tegra: Changes for v5.7-rc1
  2020-03-19 14:34 ` [GIT PULL v2] " Thierry Reding
@ 2020-03-19 15:02   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2020-03-19 15:02 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Felipe Balbi, linux-usb, linux-tegra

On Thu, Mar 19, 2020 at 03:34:11PM +0100, Thierry Reding wrote:
> Hi Greg, Felipe,
> 
> The following changes since commit ca9e742b5c27c230b0bf003aecba2433a60ba837:
> 
>   USB: c67x00: Use the correct style for SPDX License Identifier (2020-03-17 20:03:28 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.7-usb-v2

That worked, thanks!

now pulled and pushed out.

greg k-h

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

end of thread, other threads:[~2020-03-19 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-13 17:07 [GIT PULL] usb: tegra: Changes for v5.7-rc1 Thierry Reding
2020-03-17 18:58 ` Greg Kroah-Hartman
2020-03-18 23:20   ` Thierry Reding
2020-03-19 14:34 ` [GIT PULL v2] " Thierry Reding
2020-03-19 15:02   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).