mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] usb: dwc3: am62: Fix name of driver struct
@ 2025-09-30 11:21 Thorsten Scherer
  2025-09-30 11:27 ` Ahmad Fatoum
  2025-10-01  8:31 ` Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Thorsten Scherer @ 2025-09-30 11:21 UTC (permalink / raw)
  To: barebox; +Cc: Thorsten Scherer

Fixes: a3cff6704f83 ("usb: dwc3: add am62 support")
Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
---
 drivers/usb/dwc3/dwc3-am62.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/usb/dwc3/dwc3-am62.c b/drivers/usb/dwc3/dwc3-am62.c
index 27324276f9c5..1266522bd58f 100644
--- a/drivers/usb/dwc3/dwc3-am62.c
+++ b/drivers/usb/dwc3/dwc3-am62.c
@@ -266,12 +266,12 @@ static const struct of_device_id dwc3_ti_of_match[] = {
 };
 MODULE_DEVICE_TABLE(of, dwc3_ti_of_match);
 
-static struct driver dwc3_of_simple_driver = {
+static struct driver dwc3_ti_driver = {
 	.probe = dwc3_ti_probe,
 	.name = "dwc3-of-simple",
 	.of_compatible = DRV_OF_COMPAT(dwc3_ti_of_match),
 };
-device_platform_driver(dwc3_of_simple_driver);
+device_platform_driver(dwc3_ti_driver);
 
 MODULE_ALIAS("platform:dwc3-am62");
 MODULE_AUTHOR("Aswath Govindraju <a-govindraju@ti.com>");
-- 
2.51.0




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

* Re: [PATCH] usb: dwc3: am62: Fix name of driver struct
  2025-09-30 11:21 [PATCH] usb: dwc3: am62: Fix name of driver struct Thorsten Scherer
@ 2025-09-30 11:27 ` Ahmad Fatoum
  2025-10-01  8:31 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2025-09-30 11:27 UTC (permalink / raw)
  To: Thorsten Scherer, barebox

On 9/30/25 1:21 PM, Thorsten Scherer wrote:
> Fixes: a3cff6704f83 ("usb: dwc3: add am62 support")
> Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>

Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>

Thanks,
Ahmad

> ---
>  drivers/usb/dwc3/dwc3-am62.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/usb/dwc3/dwc3-am62.c b/drivers/usb/dwc3/dwc3-am62.c
> index 27324276f9c5..1266522bd58f 100644
> --- a/drivers/usb/dwc3/dwc3-am62.c
> +++ b/drivers/usb/dwc3/dwc3-am62.c
> @@ -266,12 +266,12 @@ static const struct of_device_id dwc3_ti_of_match[] = {
>  };
>  MODULE_DEVICE_TABLE(of, dwc3_ti_of_match);
>  
> -static struct driver dwc3_of_simple_driver = {
> +static struct driver dwc3_ti_driver = {
>  	.probe = dwc3_ti_probe,
>  	.name = "dwc3-of-simple",
>  	.of_compatible = DRV_OF_COMPAT(dwc3_ti_of_match),
>  };
> -device_platform_driver(dwc3_of_simple_driver);
> +device_platform_driver(dwc3_ti_driver);
>  
>  MODULE_ALIAS("platform:dwc3-am62");
>  MODULE_AUTHOR("Aswath Govindraju <a-govindraju@ti.com>");

-- 
Pengutronix e.K.                  |                             |
Steuerwalder Str. 21              | http://www.pengutronix.de/  |
31137 Hildesheim, Germany         | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |




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

* Re: [PATCH] usb: dwc3: am62: Fix name of driver struct
  2025-09-30 11:21 [PATCH] usb: dwc3: am62: Fix name of driver struct Thorsten Scherer
  2025-09-30 11:27 ` Ahmad Fatoum
@ 2025-10-01  8:31 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2025-10-01  8:31 UTC (permalink / raw)
  To: barebox, Thorsten Scherer


On Tue, 30 Sep 2025 13:21:17 +0200, Thorsten Scherer wrote:
> 


Applied, thanks!

[1/1] usb: dwc3: am62: Fix name of driver struct
      https://git.pengutronix.de/cgit/barebox/commit/?id=58a932efcb8d (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




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

end of thread, other threads:[~2025-10-01  8:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-30 11:21 [PATCH] usb: dwc3: am62: Fix name of driver struct Thorsten Scherer
2025-09-30 11:27 ` Ahmad Fatoum
2025-10-01  8:31 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox