zephyr/drivers/usb/udc
Tomasz Moń e2f2e448c7 drivers: udc_dwc2: Implement USBHS hibernation quirks
Use the quirk to keep only the necessary clocks running when the core is
hibernated. The quirk is necessary to bring the USB suspend current
below the USB 2.0 suspend current limit.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2024-09-26 03:33:52 -04:00
..
CMakeLists.txt drivers: udc: add UDC driver for RP2040 USB device controller 2024-09-05 16:57:46 -04:00
Kconfig drivers: udc: add UDC driver for RP2040 USB device controller 2024-09-05 16:57:46 -04:00
Kconfig.dwc2 drivers: usb: udc_dwc2: Replace queue with events 2024-09-25 12:03:12 +01:00
Kconfig.it82xx2 drivers: udc: add IT82xx2 USB device controller driver 2024-05-29 14:03:10 +02:00
Kconfig.kinetis
Kconfig.mcux drivers: udc: mcux: move isr context codes to work context 2024-09-10 12:38:03 -04:00
Kconfig.nrf
Kconfig.numaker drivers: usb: udc: add NuMaker series USBD controller driver 2024-08-19 10:00:07 -04:00
Kconfig.rpi_pico drivers: udc: add UDC driver for RP2040 USB device controller 2024-09-05 16:57:46 -04:00
Kconfig.skeleton
Kconfig.stm32 drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
Kconfig.virtual
udc_common.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
udc_common.h
udc_dwc2_vendor_quirks.h drivers: udc_dwc2: Implement USBHS hibernation quirks 2024-09-26 03:33:52 -04:00
udc_dwc2.c drivers: udc_dwc2: Add hibernation vendor quirks 2024-09-26 03:33:52 -04:00
udc_dwc2.h drivers: udc_dwc2: Add hibernation vendor quirks 2024-09-26 03:33:52 -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: move isr context codes to work context 2024-09-10 12:38:03 -04:00
udc_mcux_ip3511.c drivers: udc: mcux: move isr context codes to work context 2024-09-10 12:38:03 -04:00
udc_nrf.c style: drivers: adjust return usage in void functions 2024-09-18 09:56:16 +02:00
udc_numaker.c drivers: usb: udc: add NuMaker series USBD controller driver 2024-08-19 10:00:07 -04:00
udc_rpi_pico.c drivers: udc: add UDC driver for RP2040 USB device controller 2024-09-05 16:57:46 -04:00
udc_skeleton.c
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