2021-09-15 11:11:57

by Ramona Alexandra Nechita

[permalink] [raw]
Subject: [PATCH] usb: host: Updated MAX3421 to MAX3421E in Kconfig

MAX3421 is supposed to be MAX3421E, Kconfig was modified
accordingly.

Signed-off-by: Ramona Alexandra Nechita <[email protected]>
---
drivers/usb/host/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 79b2e79dddd0..0ffa77163ae0 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -372,7 +372,7 @@ config USB_FOTG210_HCD
module will be called fotg210-hcd.

config USB_MAX3421_HCD
- tristate "MAX3421 HCD (USB-over-SPI) support"
+ tristate "MAX3421E HCD (USB-over-SPI) support"
depends on USB && SPI
---help---
The Maxim MAX3421E chip supports standard USB 2.0-compliant
--
2.25.1


2021-09-21 14:31:57

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] usb: host: Updated MAX3421 to MAX3421E in Kconfig

On Wed, Sep 15, 2021 at 02:09:37PM +0300, Ramona Alexandra Nechita wrote:
> MAX3421 is supposed to be MAX3421E, Kconfig was modified
> accordingly.
>
> Signed-off-by: Ramona Alexandra Nechita <[email protected]>
> ---
> drivers/usb/host/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> index 79b2e79dddd0..0ffa77163ae0 100644
> --- a/drivers/usb/host/Kconfig
> +++ b/drivers/usb/host/Kconfig
> @@ -372,7 +372,7 @@ config USB_FOTG210_HCD
> module will be called fotg210-hcd.
>
> config USB_MAX3421_HCD
> - tristate "MAX3421 HCD (USB-over-SPI) support"
> + tristate "MAX3421E HCD (USB-over-SPI) support"
> depends on USB && SPI
> ---help---
> The Maxim MAX3421E chip supports standard USB 2.0-compliant
> --
> 2.25.1
>

Please use the latest version of the kernel to send patches against.
Can you please update your tree and resubmit this so that it can be
applied "cleanly"?

thanks,

greg k-h