devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] usb: host: Add ac5 to EHCI Orion
@ 2024-01-14 17:21 Elad Nachman
  2024-01-14 17:21 ` [PATCH v4 1/2] dt-bindings: usb: Add Marvell ac5 Elad Nachman
  2024-01-14 17:21 ` [PATCH v4 2/2] usb: host: Add ac5 to EHCI Orion Elad Nachman
  0 siblings, 2 replies; 5+ messages in thread
From: Elad Nachman @ 2024-01-14 17:21 UTC (permalink / raw)
  To: gregkh, rowland.harvard.edu, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, devicetree, linux-usb, linux-kernel
  Cc: enachman

From: Elad Nachman <enachman@marvell.com>

Add support for ac5 to the EHCI Orion platform driver.
The ac5 SOC has DDR starting at offset 0x2_0000_0000,
Hence it requires a larger than 32-bit DMA mask to operate.
Move the dma mask to be pointed by the OF match data, and
use that match data when initializng the DMA mask.
Add dt bindings compatible string to identify the AC5 SOC,
so the driver will know when to apply this different dma mask.

v4:
   1) Fix kernel test robot error (missing null entry in dt
      compatibility array)

v3:
   1) Combine dt bindings and driver pathces into a single patchset.

v2:
   1) Fix compiler warning

Elad Nachman (2):
  dt-bindings: usb: Add Marvell ac5
  usb: host: Add ac5 to EHCI Orion

 .../devicetree/bindings/usb/generic-ehci.yaml  |  1 +
 drivers/usb/host/ehci-orion.c                  | 18 +++++++++++++++---
 2 files changed, 16 insertions(+), 3 deletions(-)

-- 
2.25.1

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

end of thread, other threads:[~2024-01-15 16:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-14 17:21 [PATCH v4 0/2] usb: host: Add ac5 to EHCI Orion Elad Nachman
2024-01-14 17:21 ` [PATCH v4 1/2] dt-bindings: usb: Add Marvell ac5 Elad Nachman
2024-01-15  7:25   ` Krzysztof Kozlowski
2024-01-15 16:32     ` Conor Dooley
2024-01-14 17:21 ` [PATCH v4 2/2] usb: host: Add ac5 to EHCI Orion Elad Nachman

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