From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: Sam Protsenko <semen.protsenko@linaro.org>,
Tom Rini <trini@konsulko.com>, Marek Vasut <marex@denx.de>,
Minkyu Kang <mk7.kang@samsung.com>
Cc: Minkyu Kang <promsoft@gmail.com>, Simon Glass <sjg@chromium.org>,
Oliver Gaskell <Oliver.Gaskell@analog.com>,
Mattijs Korpershoek <mkorpershoek@kernel.org>,
Greg Malysa <malysagreg@gmail.com>,
Nathan Barrett-Morrison <nathan.morrison@timesys.com>,
Jerome Forissier <jerome.forissier@linaro.org>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Roger Quadros <rogerq@kernel.org>,
u-boot@lists.denx.de
Subject: Re: [PATCH 2/9] usb: dwc3-generic: Add Exynos850 support
Date: Thu, 17 Jul 2025 08:59:14 +0200 [thread overview]
Message-ID: <87qzyf2th9.fsf@kernel.org> (raw)
In-Reply-To: <20250709222926.24671-3-semen.protsenko@linaro.org>
Hi Sam,
Thank you for the patch.
On Wed, Jul 09, 2025 at 17:29, Sam Protsenko <semen.protsenko@linaro.org> wrote:
> The only thing needed from DWC3 glue layer for Exynos850 is to enable
> USB clocks. The generic glue layer driver already does that. Add
> Exynos850 dwc3 compatible string to enable support for this chip.
>
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
> ---
> drivers/usb/dwc3/dwc3-generic.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/usb/dwc3/dwc3-generic.c b/drivers/usb/dwc3/dwc3-generic.c
> index 21452ad15693..3cda2b74b7e3 100644
> --- a/drivers/usb/dwc3/dwc3-generic.c
> +++ b/drivers/usb/dwc3/dwc3-generic.c
> @@ -704,6 +704,7 @@ static const struct udevice_id dwc3_glue_ids[] = {
> { .compatible = "fsl,imx8mp-dwc3", .data = (ulong)&imx8mp_ops },
> { .compatible = "fsl,imx8mq-dwc3" },
> { .compatible = "intel,tangier-dwc3" },
> + { .compatible = "samsung,exynos850-dwusb3" },
> { }
> };
>
> --
> 2.39.5
next prev parent reply other threads:[~2025-07-17 6:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-09 22:29 [PATCH 0/9] board: samsung: e850-96: Enable USB Sam Protsenko
2025-07-09 22:29 ` [PATCH 1/9] phy: samsung: Add Exynos USB DRD PHY driver Sam Protsenko
2025-07-17 6:58 ` Mattijs Korpershoek
2025-07-20 19:57 ` Sam Protsenko
2025-07-21 9:26 ` Mattijs Korpershoek
2025-07-22 4:30 ` Sam Protsenko
2025-07-22 7:42 ` Minkyu Kang
2025-07-22 19:21 ` Sam Protsenko
2025-07-24 9:44 ` Minkyu Kang
2025-07-24 19:16 ` Sam Protsenko
2025-07-25 5:07 ` Minkyu Kang
2025-07-09 22:29 ` [PATCH 2/9] usb: dwc3-generic: Add Exynos850 support Sam Protsenko
2025-07-17 6:59 ` Mattijs Korpershoek [this message]
2025-07-09 22:29 ` [PATCH 3/9] board: samsung: e850-96: Setup serial# env var Sam Protsenko
2025-07-09 22:29 ` [PATCH 4/9] board: samsung: e850-96: Add dfu_alt_info Sam Protsenko
2025-07-09 22:29 ` [PATCH 5/9] board: samsung: e850-96: Add Android partitions Sam Protsenko
2025-07-09 22:29 ` [PATCH 6/9] configs: e850-96: Increase malloc() pool size Sam Protsenko
2025-07-09 22:29 ` [PATCH 7/9] configs: e850-96: Enable USB gadget and fastboot Sam Protsenko
2025-07-09 22:29 ` [PATCH 8/9] board: samsung: e850-96: Enable EFI Capsule Update mechanism Sam Protsenko
2025-07-09 22:29 ` [PATCH 9/9] doc: samsung: Describe flashing process for E850-96 Sam Protsenko
2025-07-25 5:08 ` [PATCH 0/9] board: samsung: e850-96: Enable USB Minkyu Kang
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=87qzyf2th9.fsf@kernel.org \
--to=mkorpershoek@kernel.org \
--cc=Oliver.Gaskell@analog.com \
--cc=ilias.apalodimas@linaro.org \
--cc=jerome.forissier@linaro.org \
--cc=malysagreg@gmail.com \
--cc=marex@denx.de \
--cc=mk7.kang@samsung.com \
--cc=nathan.morrison@timesys.com \
--cc=promsoft@gmail.com \
--cc=rogerq@kernel.org \
--cc=semen.protsenko@linaro.org \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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