linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for CP110 UTMI PHY
@ 2021-01-27 11:27 kostap
  2021-01-27 11:27 ` [PATCH 1/4] drivers: phy: add support for Armada " kostap
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: kostap @ 2021-01-27 11:27 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree
  Cc: andrew, mw, jaz, gregory.clement, linux-kernel, linux, nadavh,
	lkundrak, vkoul, robh+dt, miquel.raynal, Konstantin Porotchkin,
	stefanc, kishon, bpeled, sebastian.hesselbarth

From: Konstantin Porotchkin <kostap@marvell.com>

This series of patches adds a new PHY driver for supporting CP110 UTMI
PHY in Linux. Currently the functionality of USB ports connected to
this PHY depends on boot loader setup.
The new driver eliminates kernel configuration dependency from the boot
loader. 

Konstantin Porotchkin (4):
  drivers: phy: add support for Armada CP110 UTMI PHY
  devicetree/bindings: add support for CP110 UTMI driver
  arch/arm64: dts: add support for Marvell CP110 UTMI driver
  arch/arm64: dts: enable CP110 UTMI driver

 .../bindings/phy/phy-mvebu-utmi.txt           |  69 +++-
 .../arm64/boot/dts/marvell/armada-7040-db.dts |  12 +-
 .../arm64/boot/dts/marvell/armada-8040-db.dts |  18 +-
 .../boot/dts/marvell/armada-8040-mcbin.dtsi   |  16 +-
 arch/arm64/boot/dts/marvell/armada-cp11x.dtsi |  19 +
 arch/arm64/boot/dts/marvell/cn9130-db.dts     |  10 +-
 arch/arm64/boot/dts/marvell/cn9131-db.dts     |   8 +-
 arch/arm64/boot/dts/marvell/cn9132-db.dts     |   9 +-
 drivers/phy/marvell/Kconfig                   |   8 +
 drivers/phy/marvell/Makefile                  |   1 +
 drivers/phy/marvell/phy-mvebu-cp110-utmi.c    | 372 ++++++++++++++++++
 11 files changed, 522 insertions(+), 20 deletions(-)
 create mode 100644 drivers/phy/marvell/phy-mvebu-cp110-utmi.c

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-01-31 15:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-27 11:27 [PATCH 0/4] Add support for CP110 UTMI PHY kostap
2021-01-27 11:27 ` [PATCH 1/4] drivers: phy: add support for Armada " kostap
2021-01-29  9:28   ` Lubomir Rintel
2021-01-29 10:07     ` Russell King - ARM Linux admin
2021-01-29 18:22       ` Lubomir Rintel
2021-01-27 11:27 ` [PATCH 2/4] devicetree/bindings: add support for CP110 UTMI driver kostap
2021-01-29  9:38   ` Lubomir Rintel
2021-01-31 15:05     ` Kostya Porotchkin
2021-01-27 11:27 ` [PATCH 3/4] arch/arm64: dts: add support for Marvell " kostap
2021-01-27 11:27 ` [PATCH 4/4] arch/arm64: dts: enable " kostap
2021-01-29  9:39   ` Lubomir Rintel

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