mbox series

[GIT,PULL,10/10] phy: tegra: Changes for v5.7-rc1

Message ID 20200313165848.2915133-10-thierry.reding@gmail.com
State Deferred
Headers show
Series [GIT,PULL,01/10] dt-bindings: Changes for v5.7-rc1 | expand

Pull-request

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

Message

Thierry Reding March 13, 2020, 4:58 p.m. UTC
Hi ARM SoC maintainers,

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/tegra-for-5.7-phy

for you to fetch changes up to 04c929223d1db6ad4ba8e4c23122e1052f670c2e:

  phy: tegra: xusb: Don't warn on probe defer (2020-03-13 09:17:50 +0100)

This is a dependency for the USB changes that are also part of this
series of pull requests, so it was deemed easier to take this all
through the ARM SoC tree. The patches have all been acked by Kishon.

Thanks,
Thierry

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

This set of patches adds role switching support for the XUSB pad
controller, which will be used by USB host and device drivers to
switch between peripheral and host modes.

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

 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 ++
 include/linux/phy/tegra/xusb.h    |   2 +
 7 files changed, 511 insertions(+), 84 deletions(-)

Comments

Thierry Reding March 16, 2020, 1:48 p.m. UTC | #1
On Fri, Mar 13, 2020 at 05:58:48PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> 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/tegra-for-5.7-phy
> 
> for you to fetch changes up to 04c929223d1db6ad4ba8e4c23122e1052f670c2e:
> 
>   phy: tegra: xusb: Don't warn on probe defer (2020-03-13 09:17:50 +0100)
> 
> This is a dependency for the USB changes that are also part of this
> series of pull requests, so it was deemed easier to take this all
> through the ARM SoC tree. The patches have all been acked by Kishon.

Please don't merge this just yet. Stephen reported today that this was
breaking the build in linux-next because of a conflict with the USB
tree. I'll rebase this on top of Greg's usb-next branch and resend the
pull request.

Sorry for the inconvenience.

Thierry
Thierry Reding March 19, 2020, 2:41 p.m. UTC | #2
On Mon, Mar 16, 2020 at 02:48:50PM +0100, Thierry Reding wrote:
> On Fri, Mar 13, 2020 at 05:58:48PM +0100, Thierry Reding wrote:
> > Hi ARM SoC maintainers,
> > 
> > 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/tegra-for-5.7-phy
> > 
> > for you to fetch changes up to 04c929223d1db6ad4ba8e4c23122e1052f670c2e:
> > 
> >   phy: tegra: xusb: Don't warn on probe defer (2020-03-13 09:17:50 +0100)
> > 
> > This is a dependency for the USB changes that are also part of this
> > series of pull requests, so it was deemed easier to take this all
> > through the ARM SoC tree. The patches have all been acked by Kishon.
> 
> Please don't merge this just yet. Stephen reported today that this was
> breaking the build in linux-next because of a conflict with the USB
> tree. I'll rebase this on top of Greg's usb-next branch and resend the
> pull request.
> 
> Sorry for the inconvenience.

I've pushed an updated version of this as tegra-for-5.7-phy-v2. However,
it's also included as a dependency in a USB branch for which I've sent a
PR to Greg, so I don't think you'll need to merge this after all.

Thierry