devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] arm64: dts: exynos: Enable USB for E850-96 board
@ 2023-08-25 21:54 Sam Protsenko
  2023-08-25 21:54 ` [PATCH v2 1/2] arm64: dts: exynos: Enable USB in Exynos850 Sam Protsenko
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Sam Protsenko @ 2023-08-25 21:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring
  Cc: Conor Dooley, Alim Akhtar, Marek Szyprowski, JaeHun Jung,
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel

This patch series enables USB gadget, USB host and Ethernet support for
E850-96 board. The most major change was done in USB PHY driver, as the
register layout of PHY block in Exynos850 is very different from
Exynos5 one.

Changes in v2:
  - Removed already applied patches from the patch series
  - Rebased on top of latest linux-next
  - Put ranges after compatible in usbdrd node (patch #1)

Sam Protsenko (8):
  dt-bindings: usb: samsung,exynos-dwc3: Add Exynos850 support
  dt-bindings: phy: samsung,usb3-drd-phy: Add Exynos850 support
  usb: dwc3: exynos: Add support for Exynos850 variant
  phy: exynos5-usbdrd: Make it possible to pass custom phy ops
  phy: exynos5-usbdrd: Add 26MHz ref clk support
  phy: exynos5-usbdrd: Add Exynos850 support
  arm64: dts: exynos: Enable USB in Exynos850
  arm64: dts: exynos: Enable USB support on E850-96 board

 .../bindings/phy/samsung,usb3-drd-phy.yaml    |   1 +
 .../bindings/usb/samsung,exynos-dwc3.yaml     |  16 ++
 .../boot/dts/exynos/exynos850-e850-96.dts     |  58 ++++++
 arch/arm64/boot/dts/exynos/exynos850.dtsi     |  30 +++
 drivers/phy/samsung/phy-exynos5-usbdrd.c      | 182 +++++++++++++++++-
 drivers/usb/dwc3/dwc3-exynos.c                |   9 +
 6 files changed, 294 insertions(+), 2 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-09-11 20:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 21:54 [PATCH v2 0/2] arm64: dts: exynos: Enable USB for E850-96 board Sam Protsenko
2023-08-25 21:54 ` [PATCH v2 1/2] arm64: dts: exynos: Enable USB in Exynos850 Sam Protsenko
2023-08-25 21:54 ` [PATCH v2 2/2] arm64: dts: exynos: Enable USB support on E850-96 board Sam Protsenko
2023-08-26 18:10 ` [PATCH v2 0/2] arm64: dts: exynos: Enable USB for " Krzysztof Kozlowski
2023-08-30  0:44   ` Sam Protsenko
2023-08-30  6:53     ` Krzysztof Kozlowski
2023-09-11 11:39 ` Krzysztof Kozlowski

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