All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] musb: mediatek: rename driver
@ 2021-04-30 12:43 ` Frank Wunderlich
  0 siblings, 0 replies; 15+ messages in thread
From: Frank Wunderlich @ 2021-04-30 12:43 UTC (permalink / raw)
  To: linux-mediatek
  Cc: Frank Wunderlich, Bin Liu, Greg Kroah-Hartman, Matthias Brugger,
	linux-usb, linux-kernel, linux-arm-kernel, David Miller,
	DENG Qingfang

From: Frank Wunderlich <frank-w@public-files.de>

currently unspecific mediatek.ko is built,
change this by adding subsystem

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
---
 drivers/usb/musb/Makefile                   | 2 +-
 drivers/usb/musb/{mediatek.c => musb_mtk.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/usb/musb/{mediatek.c => musb_mtk.c} (100%)

diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile
index 932247360a9f..82928d4fd42a 100644
--- a/drivers/usb/musb/Makefile
+++ b/drivers/usb/musb/Makefile
@@ -24,7 +24,7 @@ obj-$(CONFIG_USB_MUSB_DA8XX)			+= da8xx.o
 obj-$(CONFIG_USB_MUSB_UX500)			+= ux500.o
 obj-$(CONFIG_USB_MUSB_JZ4740)			+= jz4740.o
 obj-$(CONFIG_USB_MUSB_SUNXI)			+= sunxi.o
-obj-$(CONFIG_USB_MUSB_MEDIATEK)      		+= mediatek.o
+obj-$(CONFIG_USB_MUSB_MEDIATEK)      		+= musb_mtk.o
 
 # the kconfig must guarantee that only one of the
 # possible I/O schemes will be enabled at a time ...
diff --git a/drivers/usb/musb/mediatek.c b/drivers/usb/musb/musb_mtk.c
similarity index 100%
rename from drivers/usb/musb/mediatek.c
rename to drivers/usb/musb/musb_mtk.c
-- 
2.25.1


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

end of thread, other threads:[~2021-04-30 14:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30 12:43 [PATCH] musb: mediatek: rename driver Frank Wunderlich
2021-04-30 12:43 ` Frank Wunderlich
2021-04-30 12:43 ` Frank Wunderlich
2021-04-30 12:54 ` Greg Kroah-Hartman
2021-04-30 12:54   ` Greg Kroah-Hartman
2021-04-30 12:54   ` Greg Kroah-Hartman
2021-04-30 13:30   ` Aw: " Frank Wunderlich
2021-04-30 13:30     ` Frank Wunderlich
2021-04-30 13:30     ` Frank Wunderlich
2021-04-30 13:57     ` Greg Kroah-Hartman
2021-04-30 13:57       ` Greg Kroah-Hartman
2021-04-30 13:57       ` Greg Kroah-Hartman
2021-04-30 14:38       ` Frank Wunderlich
2021-04-30 14:38         ` Frank Wunderlich
2021-04-30 14:38         ` Frank Wunderlich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.