1
0
Fork 0
remarkable-uboot/drivers/usb/musb-new
Sam Protsenko 3457bbaf22 usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig
Move CONFIG_USB_GADGET_DUALSPEED option to Kconfig and
make all UDC controllers select USB_GADGET_DUALSPEED:
  - add next options to Kconfig selecting USB_GADGET_DUALSPEED:
    - USB_GADGET_ATMEL_USBA
    - USB_GADGET_DWC2_OTG
    - USB_DWC3
    - CI_UDC
  - make USB_MUSB_GADGET select USB_GADGET_DUALSPEED

While at it, make some related fixes:
  - remove DUALSPEED from configs that don't enable gadget support:
    - kwb.h
    - tseries.h
  - add missing USB_GADGET option to next configs:
    - novena_defconfig
    - pcm051_rev*_defconfig
    - xfi3_defconfig

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
2016-04-20 11:43:27 +02:00
..
Kconfig usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig 2016-04-20 11:43:27 +02:00
Makefile drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller. 2016-04-10 17:18:41 +02:00
am35x.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
linux-compat.h drivers: remove writes{b,w,l,q} and reads{b,w,l,q}. 2016-04-10 17:18:41 +02:00
musb_core.c drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller. 2016-04-10 17:18:41 +02:00
musb_core.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_debug.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_dma.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_dsps.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_gadget.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_gadget.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_gadget_ep0.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_host.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_host.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_io.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_regs.h musb: sunxi: Add support for A83T 2016-03-31 17:03:49 +02:00
musb_uboot.c musb: Properly call musb_stop() on probe failure 2016-04-10 17:18:43 +02:00
musb_uboot.h musb: Add device-model support to the musb-host u-boot glue 2015-07-21 17:39:38 -06:00
omap2430.c usb: musb-new: omap2430: OMAP4 MUSB USB controller support 2016-03-15 15:12:51 -04:00
omap2430.h usb: musb-new: omap2430: OMAP4 MUSB USB controller support 2016-03-15 15:12:51 -04:00
pic32.c drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller. 2016-04-10 17:18:41 +02:00
sunxi.c musb: sunxi: Do not allocate musb struct multiple times 2016-04-10 17:18:43 +02:00
usb-compat.h usb: Move determination of TT hub address/port into separate function 2015-12-31 16:16:29 +01:00