From: Elad Nachman <enachman@marvell.com>
To: <gregkh@linuxfoundation.org>,
rowland.harvard.edu@mx0b-0016f401.pphosted.com,
<robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>,
<conor+dt@kernel.org>, <devicetree@vger.kernel.org>,
<linux-usb@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: <enachman@marvell.com>
Subject: [PATCH v3 0/2] usb: host: Add ac5 to EHCI Orion
Date: Tue, 9 Jan 2024 10:10:42 +0200 [thread overview]
Message-ID: <20240109081044.10515-1-enachman@marvell.com> (raw)
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.
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 | 19 +++++++++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)
--
2.25.1
next reply other threads:[~2024-01-09 8:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-09 8:10 Elad Nachman [this message]
2024-01-09 8:10 ` [PATCH v3 1/2] dt-bindings: usb: Add Marvell ac5 Elad Nachman
2024-01-09 16:20 ` Conor Dooley
2024-01-09 8:10 ` [PATCH v3 2/2] usb: host: Add ac5 to EHCI Orion Elad Nachman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240109081044.10515-1-enachman@marvell.com \
--to=enachman@marvell.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=rowland.harvard.edu@mx0b-0016f401.pphosted.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox