public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] phy: tegra: xusb: Add Tegra186 support
@ 2019-02-21 15:46 Thierry Reding
  2019-02-21 15:46 ` [PATCH v2 1/5] dt-bindings: phy: tegra: " Thierry Reding
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Thierry Reding @ 2019-02-21 15:46 UTC (permalink / raw)
  To: Kishon Vijay Abraham I; +Cc: Jonathan Hunter, JC Kuo, linux-tegra, linux-kernel

From: Thierry Reding <treding@nvidia.com>

This series adds support for Tegra186 to the XUSB pad controller driver.
Patch 1 extends the device tree bindings with support for Tegra186 while
patches 2-4 are preparatory work for the final patch 5 that adds the
Tegra186 specific programming for the UPHY blocks.

Changes in v2:
- address review comments from Kishon
- added Reviewed-by tags from JC

Thierry

JC Kuo (2):
  phy: tegra: xusb: Skip single function lane programming
  phy: tegra: xusb: Add Tegra186 support

Thierry Reding (3):
  dt-bindings: phy: tegra: Add Tegra186 support
  phy: tegra: xusb: Parse dual-role mode property
  phy: tegra: xusb: Add support for power supplies

 .../phy/nvidia,tegra124-xusb-padctl.txt       |   9 +
 MAINTAINERS                                   |   5 +
 drivers/phy/tegra/Makefile                    |   1 +
 drivers/phy/tegra/xusb-tegra186.c             | 899 ++++++++++++++++++
 drivers/phy/tegra/xusb.c                      |  67 +-
 drivers/phy/tegra/xusb.h                      |  35 +
 6 files changed, 1014 insertions(+), 2 deletions(-)
 create mode 100644 drivers/phy/tegra/xusb-tegra186.c

-- 
2.20.1


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

end of thread, other threads:[~2019-03-18  8:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 15:46 [PATCH v2 0/5] phy: tegra: xusb: Add Tegra186 support Thierry Reding
2019-02-21 15:46 ` [PATCH v2 1/5] dt-bindings: phy: tegra: " Thierry Reding
2019-02-22 23:39   ` Rob Herring
2019-02-21 15:46 ` [PATCH v2 2/5] phy: tegra: xusb: Skip single function lane programming Thierry Reding
2019-02-21 15:46 ` [PATCH v2 3/5] phy: tegra: xusb: Parse dual-role mode property Thierry Reding
2019-02-21 15:46 ` [PATCH v2 4/5] phy: tegra: xusb: Add support for power supplies Thierry Reding
2019-02-21 15:46 ` [PATCH v2 5/5] phy: tegra: xusb: Add Tegra186 support Thierry Reding
2019-03-18  8:56 ` [PATCH v2 0/5] " Kishon Vijay Abraham I

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox