-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Staging/no os device #2276
base: main
Are you sure you want to change the base?
Staging/no os device #2276
Conversation
To be included in all no-OS drivers. struct no_os_device will hold, among other details, the mandatory compatible string information. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
Declare a device driver compatibility list for each driver. Signed-off-by: Dragos Bogdan <[email protected]>
* @brief Device driver compatibility list. | ||
*/ | ||
const struct no_os_device ad74413r_device_table[] = { | ||
{.compatible = "adi,ad74413r"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AD74412R is also supported by this driver.
next step would be to add no_os_device.h in src.mk files |
and the next next step would be to actually use these compatible strings in device driver initialization, currently they are unused globals |
and a question: should these also be marked with static ? |
Pull Request Description
Add no_os_device.h
To be included in all no-OS drivers.
PR Type
PR Checklist