zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
9.74k stars 6k forks source link

drivers: cleanup `__subsystem` tags #72182

Closed pdgendt closed 1 week ago

pdgendt commented 2 weeks ago

In preparation of #71773 all drivers API structs should have a __subsystem tag. Additionally all __subsystem API structs are required to have a _driver_api suffix.

Fixes #72009