Re: [PATCH] ARM: mmp: remove obsolete config USB_EHCI_MV_U2O

From: Arnd Bergmann
Date: Fri Mar 17 2023 - 11:32:18 EST


On Fri, Mar 17, 2023, at 09:11, Lukas Bulwahn wrote:
> Commit 77acc85ce797 ("ARM: mmp: remove device definitions") and commit
> 06f11dfb5b75 ("ARM: mmp: remove all board files") remove mach-mmp's device
> definitions and the board file for the Marvell PXA910-based TTC_DKB
> Development Platform. With that removal, all references to the config
> USB_EHCI_MV_U2O are gone. The config has no remaining effect and can be
> deleted.
>
> Remove the obsolete config USB_EHCI_MV_U2O.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
> ---
> Arnd, please pick this minor clean-up patch as follow-up to your patches
> mentioned above. Thanks.

Ok, added for 6.4 now. Note: for platforms that don't normally have
pull requests, you can add soc@xxxxxxxxxx to Cc. That way it will show
up in patchwork to make sure I don't miss it. Don't use it for the
more active platforms though.

Arnd