]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
authorPaul Kocialkowski <contact@paulk.fr>
Tue, 4 Aug 2015 15:04:06 +0000 (17:04 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 5 Aug 2015 15:20:34 +0000 (17:20 +0200)
commit95de1e2f26b562156210833ff667be6d071de019
tree530344b5a4facba0eeb493123b2be8f752654103
parent68f7c5db2d1e714c15b49b0759ddef8f8344f184
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB

USB-related options are usually prefixed with CONFIG_USB and platform-specific
adaptation for the MUSB controller already have a CONFIG_USB_MUSB prefix, so
this switches all MUSB-related options to a CONFIG_USB_MUSB prefix, for
consistency.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
54 files changed:
arch/arm/cpu/armv7/am33xx/board.c
arch/arm/include/asm/arch-sunxi/usb_phy.h
board/birdland/bav335x/board.c
board/compulab/cm_t3517/cm_t3517.c
board/logicpd/am3517evm/am3517evm.c
board/phytec/pcm051/board.c
board/siemens/draco/board.c
board/siemens/pxm2/board.c
board/siemens/rut/board.c
board/ti/am335x/board.c
board/ti/beagle/beagle.c
board/vscom/baltos/board.c
drivers/usb/gadget/gadget_chips.h
drivers/usb/musb-new/Makefile
drivers/usb/musb-new/musb_core.c
drivers/usb/musb-new/musb_core.h
drivers/usb/musb-new/musb_dma.h
drivers/usb/musb-new/musb_gadget.c
drivers/usb/musb-new/musb_uboot.c
drivers/usb/musb-new/sunxi.c
drivers/usb/musb/Makefile
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_hcd.c
drivers/usb/musb/musb_hcd.h
include/configs/am335x_evm.h
include/configs/am3517_crane.h
include/configs/am3517_evm.h
include/configs/baltos.h
include/configs/bav335x.h
include/configs/bf526-ezbrd.h
include/configs/bf527-ezkit.h
include/configs/bf548-ezkit.h
include/configs/cam_enc_4xx.h
include/configs/cm_t35.h
include/configs/cm_t3517.h
include/configs/da830evm.h
include/configs/davinci_dm355evm.h
include/configs/davinci_dm365evm.h
include/configs/davinci_dvevm.h
include/configs/kwb.h
include/configs/nokia_rx51.h
include/configs/omap3_beagle.h
include/configs/omap3_evm.h
include/configs/omap3_evm_common.h
include/configs/omap3_igep00x0.h
include/configs/omap3_mvblx.h
include/configs/omap3_zoom1.h
include/configs/pcm051.h
include/configs/pengwyn.h
include/configs/siemens-am33x-common.h
include/configs/sunxi-common.h
include/configs/ti_omap4_common.h
include/configs/tseries.h
include/usb.h