Re: [PATCH 38/47] usb: musb: remove blackfin port

From: Bin Liu
Date: Wed Mar 14 2018 - 13:12:24 EST


Hi,

On Wed, Mar 14, 2018 at 04:35:51PM +0100, Arnd Bergmann wrote:
> The blackfin architecture is getting removed, so we can clean up
> all the special cases in the musb driver.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> drivers/usb/musb/Kconfig | 10 +-
> drivers/usb/musb/Makefile | 1 -
> drivers/usb/musb/blackfin.c | 623 ----------------------------------------
> drivers/usb/musb/blackfin.h | 81 ------
> drivers/usb/musb/musb_core.c | 5 -
> drivers/usb/musb/musb_core.h | 30 --
> drivers/usb/musb/musb_debugfs.c | 2 -
> drivers/usb/musb/musb_dma.h | 11 -
> drivers/usb/musb/musb_gadget.c | 35 ---
> drivers/usb/musb/musb_regs.h | 182 ------------
> drivers/usb/musb/musbhsdma.c | 5 -
> drivers/usb/musb/musbhsdma.h | 64 -----
> include/linux/usb/musb.h | 7 -
> 13 files changed, 1 insertion(+), 1055 deletions(-)
> delete mode 100644 drivers/usb/musb/blackfin.c
> delete mode 100644 drivers/usb/musb/blackfin.h
>
> diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
> index 5506a9c03c1f..490990e8b015 100644
> --- a/drivers/usb/musb/Kconfig
> +++ b/drivers/usb/musb/Kconfig
> @@ -18,9 +18,6 @@ config USB_MUSB_HDRC

This config entry has "ADI" in its tristate message:

config USB_MUSB_HDRC
tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, AW, ...)'

so we might want to remove it along with the whole parentheses?

- tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, AW, ...)'
+ tristate 'Inventra Highspeed Dual Role Controller'

Other than this,

Acked-by: Bin Liu <b-liu@xxxxxx>

Regards,
-Bin.