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

From: Greg Kroah-Hartman
Date: Wed Mar 14 2018 - 12:33:43 EST


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

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>