stm32: usb: Drivers clean up #85372
Labels
area: USB
Universal Serial Bus
Enhancement
Changes/Updates/Additions to existing features
platform: STM32
ST Micro STM32
Is your enhancement proposal related to a problem? Please describe.
STM32 USB drivers have been implemented and maintained w/o using dts information sufficiently.
They have became hard to read and maintain.
Describe the solution you'd like
Review driver implementation to maximize usage of dt information. Ultimately, driver should be fully instantiable (at least for usb next version).
There are multiple steps from low hanging fruits from bindings overhaul.
#71248 should be part of this effort.
Example of low hanging fruit:
could be replaced by
Side notes:
Implementation should get rid of STM32Cube defines, such as:
USB
,USB_DRD_FS
The text was updated successfully, but these errors were encountered: