devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] SMSC USB333x ULPI USB PHY Support
@ 2019-01-30 15:50 Paul Kocialkowski
  2019-01-30 15:50 ` [PATCH 1/3] dt-bindings: phy: Add bindings for the SMSC USB333x ULPI USB PHY Paul Kocialkowski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Paul Kocialkowski @ 2019-01-30 15:50 UTC (permalink / raw)
  To: linux-kernel, devicetree
  Cc: Kishon Vijay Abraham I, Rob Herring, Mark Rutland,
	Paul Kocialkowski, Mylène Josserand, Thomas Petazzoni

This series adds support for the SMSC USB333x ULPI USB PHY.

The USB333x usually does not require particular configuration as it
implements generic registers described in the ULPI specification.

However, specific use cases require tweaking some bits. In our case,
VBUS is not connected to anything so the internal EXTVBUS signal has to
be routed to assert VbusValid. 

Paul Kocialkowski (3):
  dt-bindings: phy: Add bindings for the SMSC USB333x ULPI USB PHY
  phy: Add support for the SMSC USB333x ULPI USB PHY
  MAINTAINERS: Add entry for the SMSC USB333x ULPI USB PHY

 .../devicetree/bindings/phy/smsc-usb333x.txt  |  50 +++
 MAINTAINERS                                   |   6 +
 drivers/phy/Kconfig                           |   1 +
 drivers/phy/Makefile                          |   1 +
 drivers/phy/smsc/Kconfig                      |  11 +
 drivers/phy/smsc/Makefile                     |   2 +
 drivers/phy/smsc/phy-usb333x.c                | 301 ++++++++++++++++++
 7 files changed, 372 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/smsc-usb333x.txt
 create mode 100644 drivers/phy/smsc/Kconfig
 create mode 100644 drivers/phy/smsc/Makefile
 create mode 100644 drivers/phy/smsc/phy-usb333x.c

-- 
2.20.1

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

end of thread, other threads:[~2019-03-19 12:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-30 15:50 [PATCH 0/3] SMSC USB333x ULPI USB PHY Support Paul Kocialkowski
2019-01-30 15:50 ` [PATCH 1/3] dt-bindings: phy: Add bindings for the SMSC USB333x ULPI USB PHY Paul Kocialkowski
2019-02-25 16:41   ` Rob Herring
2019-03-19 12:47     ` Paul Kocialkowski
2019-01-30 15:50 ` [PATCH 2/3] phy: Add support " Paul Kocialkowski
2019-01-30 15:50 ` [PATCH 3/3] MAINTAINERS: Add entry " Paul Kocialkowski

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