zephyr/drivers/usb/udc
Erwan Gouriou d13f9d9b9b drivers: stm32: Select PINCTRL when required
Select PINCTRL subsystem by drivers which require it.
Prevent the need from enabling this symbol at board or soc level.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-09-03 14:40:55 +01:00
..
CMakeLists.txt drivers: usb: udc: add NuMaker series USBD controller driver 2024-08-19 10:00:07 -04:00
Kconfig drivers: usb: udc: add NuMaker series USBD controller driver 2024-08-19 10:00:07 -04:00
Kconfig.dwc2 drivers: udc_dwc2: Enter hibernation during suspend 2024-09-03 14:40:17 +01:00
Kconfig.it82xx2 drivers: udc: add IT82xx2 USB device controller driver 2024-05-29 14:03:10 +02:00
Kconfig.kinetis drivers: udc: add USBFSOTG UDC driver for Kinetis SoCs 2022-12-02 12:55:18 +01:00
Kconfig.mcux drivers: udc_mcux_ehci: remove bounce buffer 2024-07-30 18:26:04 +01:00
Kconfig.nrf nrfx_usbd: Rename to nrf_usbd_common 2023-11-07 14:06:51 +01:00
Kconfig.numaker drivers: usb: udc: add NuMaker series USBD controller driver 2024-08-19 10:00:07 -04:00
Kconfig.skeleton drivers: udc: add USB device controller driver skeleton 2023-05-17 12:26:48 +02:00
Kconfig.stm32 drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
Kconfig.virtual drivers: udc: add driver for virtual USB device controller 2022-12-16 13:21:12 +01:00
udc_common.c usb: device_next: Make stack High-Bandwidth aware 2024-08-21 18:25:30 +01:00
udc_common.h drivers: udc: simplify udc_submit_event() 2023-03-23 10:08:03 +01:00
udc_dwc2.c drivers: udc_dwc2: Enter hibernation during suspend 2024-09-03 14:40:17 +01:00
udc_dwc2.h drivers: udc_dwc2: Abort wait when PHY is not clocked 2024-06-06 07:53:17 -04:00
udc_dwc2_vendor_quirks.h drivers: udc_dwc2: Abort wait when PHY is not clocked 2024-06-06 07:53:17 -04:00
udc_it82xx2.c drivers: udc: do not use the MPS value directly for the endpoint size 2024-08-21 18:25:30 +01:00
udc_kinetis.c drivers: udc: do not use the MPS value directly for the endpoint size 2024-08-21 18:25:30 +01:00
udc_mcux_ehci.c drivers: udc: mcux: set high_bandwidth 2024-08-21 18:25:30 +01:00
udc_mcux_ip3511.c drivers: udc: mcux: set high_bandwidth 2024-08-21 18:25:30 +01:00
udc_nrf.c drivers: udc: do not use the MPS value directly for the endpoint size 2024-08-21 18:25:30 +01:00
udc_numaker.c drivers: usb: udc: add NuMaker series USBD controller driver 2024-08-19 10:00:07 -04:00
udc_skeleton.c drivers: udc: add USB device controller driver skeleton 2023-05-17 12:26:48 +02:00
udc_stm32.c drivers: udc: do not use the MPS value directly for the endpoint size 2024-08-21 18:25:30 +01:00
udc_virtual.c drivers: udc: do not use the MPS value directly for the endpoint size 2024-08-21 18:25:30 +01:00