devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] USB: xhci: add support for PWRON polarity invert (TI TUSB73x0)
@ 2024-10-07  9:32 Francesco Dolcini
  2024-10-07  9:32 ` [PATCH v2 1/2] dt-bindings: usb: add TUSB73x0 PCIe Francesco Dolcini
  2024-10-07  9:32 ` [PATCH v2 2/2] USB: xhci: add support for PWRON active high Francesco Dolcini
  0 siblings, 2 replies; 7+ messages in thread
From: Francesco Dolcini @ 2024-10-07  9:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Mathias Nyman, Francesco Dolcini
  Cc: linux-usb, devicetree, linux-kernel

From: Francesco Dolcini <francesco.dolcini@toradex.com>

The TUSB73x0 is a USB 3.0 xHCI Host Controller Hub using a PCIe x1 Gen2
interface. The TUSB7320 supports up to two downstream ports, and the
TUSB7340 supports up to four. It includes a feature to configure the
polarity of the PWRONx# signals, which are used to control other peripherals.
In some systems, the default polarity needs to be inverted, which is
supported by the hardware through software configuration. This patch
series introduces TUSB73x0 PCIe device tree bindings and modifies the
USB XHCI PCI driver to handle PWRONx# polarity via a device tree property.

TUSB73x0 datasheet: https://www.ti.com/lit/ds/symlink/tusb7320.pdf

v2:
 - Change the property type from bool to flag
 - Rename the property as ti,tusb7320-pwron-active-high

v1: https://lore.kernel.org/all/20241004124521.53442-1-francesco@dolcini.it/

Parth Pancholi (2):
  dt-bindings: usb: add TUSB73x0 PCIe
  USB: xhci: add support for PWRON active high

 .../bindings/usb/ti,tusb73x0-pci.yaml         | 60 +++++++++++++++++++
 drivers/usb/host/xhci-pci.c                   |  3 +
 2 files changed, 63 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/ti,tusb73x0-pci.yaml

-- 
2.39.5


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

end of thread, other threads:[~2024-10-07 15:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07  9:32 [PATCH v2 0/2] USB: xhci: add support for PWRON polarity invert (TI TUSB73x0) Francesco Dolcini
2024-10-07  9:32 ` [PATCH v2 1/2] dt-bindings: usb: add TUSB73x0 PCIe Francesco Dolcini
2024-10-07 14:16   ` Rob Herring (Arm)
2024-10-07 14:29     ` Francesco Dolcini
2024-10-07 15:44       ` Rob Herring
2024-10-07 15:56         ` Francesco Dolcini
2024-10-07  9:32 ` [PATCH v2 2/2] USB: xhci: add support for PWRON active high Francesco Dolcini

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