All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Jonas Karlman <jonas@kwiboo.se>, Marek Vasut <marex@denx.de>,
	Tom Rini <trini@konsulko.com>
Cc: Jonas Karlman <jonas@kwiboo.se>, u-boot@lists.denx.de
Subject: Re: [PATCH] usb: dwc3-of-simple: Remove Amlogic and Rockchip compatible
Date: Tue, 07 Jan 2025 15:23:26 +0100	[thread overview]
Message-ID: <87bjwid7oh.fsf@baylibre.com> (raw)
In-Reply-To: <20240121203818.2075381-1-jonas@kwiboo.se>

Hi Jonas,

Thank you for the patch.

On dim., janv. 21, 2024 at 20:38, Jonas Karlman <jonas@kwiboo.se> wrote:

> Remove the rockchip,rk3399-dwc3 compatible from the dwc3-of-simple
> driver now that all boards have changed to use the dwc3-generic driver.
>
> Also remove the amlogic,meson-gxl-dwc3 compatible, it is no longer in
> use by any device tree in mainline linux or U-Boot.
>
> Signed-off-by: Jonas Karlman <jonas@kwiboo.se>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

> ---
>  drivers/usb/host/dwc3-of-simple.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/drivers/usb/host/dwc3-of-simple.c b/drivers/usb/host/dwc3-of-simple.c
> index f9df59d2e5d7..de1797d02ec0 100644
> --- a/drivers/usb/host/dwc3-of-simple.c
> +++ b/drivers/usb/host/dwc3-of-simple.c
> @@ -90,8 +90,6 @@ static int dwc3_of_simple_remove(struct udevice *dev)
>  }
>  
>  static const struct udevice_id dwc3_of_simple_ids[] = {
> -	{ .compatible = "amlogic,meson-gxl-dwc3" },
> -	{ .compatible = "rockchip,rk3399-dwc3" },
>  	{ .compatible = "ti,dwc3" },
>  	{ }
>  };
> -- 
> 2.43.0

  parent reply	other threads:[~2025-01-07 14:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-21 20:38 [PATCH] usb: dwc3-of-simple: Remove Amlogic and Rockchip compatible Jonas Karlman
2024-01-22  0:16 ` Marek Vasut
2025-01-07 14:23 ` Mattijs Korpershoek [this message]
2025-01-07 14:44 ` neil.armstrong

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=87bjwid7oh.fsf@baylibre.com \
    --to=mkorpershoek@baylibre.com \
    --cc=jonas@kwiboo.se \
    --cc=marex@denx.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.