zephyr/drivers/usb/device
Erwan Gouriou 9367c6ad3f drivers/usb: usb_dc_stm32: Convert to DT_INST
Convert usb_stm32 driver to use of DT_INST macros.

Since driver is compatible with 3 different dt compatibles and
compatible string is included in DT_INST macros, I've kept the
DT_USB_ compatible agnostic macros based on DT_INST ones, which
allowed to remove fixup definitions.
Use of DT_USB symbols is now limited to usb_dc_stm32.

Additionally, compatible "st,stm32-otgfs" is removed from list
of compatibles for usbotg_hs ips.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-03-17 11:03:10 -06:00
..
CMakeLists.txt drivers: Add support for nRF52833 in several drivers 2019-11-13 10:33:38 -06:00
Kconfig drivers: usb: sam: Add support to samv71 soc 2020-02-04 14:02:59 -05:00
usb_dc_dw.c drivers: usb: usb_dw: convert to DT_INST defines 2020-03-11 07:59:38 -06:00
usb_dc_kinetis.c usb: Fix for set/reset endpoints 2020-02-12 14:40:40 +02:00
usb_dc_mcux_ehci.c drivers: usb_dc_mcux_ehci: re-enable reception after clear stall 2020-03-10 16:04:50 +01:00
usb_dc_native_posix_adapt.c usb: Cleanup for multiplied defines 2019-12-09 12:48:13 -05:00
usb_dc_native_posix_adapt.h usb: usb_dc_native_posix: Refactor similar code to function 2019-11-29 07:54:14 -05:00
usb_dc_native_posix.c treewide: use full path to usb/usb_dc.h header 2020-01-26 17:52:12 +01:00
usb_dc_nrfx.c drivers: usb_dc_nrfx: always reset data toggle in usb_dc_ep_enable 2020-03-10 14:54:29 +02:00
usb_dc_sam0.c usb: Fix for set/reset endpoints 2020-02-12 14:40:40 +02:00
usb_dc_sam.c
usb_dc_stm32.c drivers/usb: usb_dc_stm32: Convert to DT_INST 2020-03-17 11:03:10 -06:00
usb_dw_registers.h drivers: usb: usb_dw: convert to DT_INST defines 2020-03-11 07:59:38 -06:00